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 "fuzzy_nucleo",
 6187 "gpui",
 6188 "menu",
 6189 "open_path_prompt",
 6190 "picker",
 6191 "pretty_assertions",
 6192 "project",
 6193 "project_panel",
 6194 "remote_connection",
 6195 "serde",
 6196 "serde_json",
 6197 "settings",
 6198 "theme",
 6199 "theme_settings",
 6200 "ui",
 6201 "util",
 6202 "workspace",
 6203 "zed_actions",
 6204 "zlog",
 6205]
 6206
 6207[[package]]
 6208name = "file_icons"
 6209version = "0.1.0"
 6210dependencies = [
 6211 "gpui",
 6212 "serde",
 6213 "theme",
 6214 "util",
 6215]
 6216
 6217[[package]]
 6218name = "filedescriptor"
 6219version = "0.8.3"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6222dependencies = [
 6223 "libc",
 6224 "thiserror 1.0.69",
 6225 "winapi",
 6226]
 6227
 6228[[package]]
 6229name = "filetime"
 6230version = "0.2.26"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6233dependencies = [
 6234 "cfg-if",
 6235 "libc",
 6236 "libredox",
 6237 "windows-sys 0.60.2",
 6238]
 6239
 6240[[package]]
 6241name = "find-msvc-tools"
 6242version = "0.1.5"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6245
 6246[[package]]
 6247name = "fixedbitset"
 6248version = "0.4.2"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6251
 6252[[package]]
 6253name = "fixedbitset"
 6254version = "0.5.7"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6257
 6258[[package]]
 6259name = "flate2"
 6260version = "1.1.8"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6263dependencies = [
 6264 "crc32fast",
 6265 "miniz_oxide",
 6266]
 6267
 6268[[package]]
 6269name = "float-cmp"
 6270version = "0.9.0"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6273
 6274[[package]]
 6275name = "float-ord"
 6276version = "0.3.2"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6279
 6280[[package]]
 6281name = "float8"
 6282version = "0.4.2"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6285dependencies = [
 6286 "half",
 6287 "num-traits",
 6288 "rand 0.9.2",
 6289 "rand_distr",
 6290]
 6291
 6292[[package]]
 6293name = "float_next_after"
 6294version = "1.0.0"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6297
 6298[[package]]
 6299name = "fluent-uri"
 6300version = "0.4.1"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6303dependencies = [
 6304 "borrow-or-share",
 6305 "ref-cast",
 6306 "serde",
 6307]
 6308
 6309[[package]]
 6310name = "flume"
 6311version = "0.11.1"
 6312source = "registry+https://github.com/rust-lang/crates.io-index"
 6313checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6314dependencies = [
 6315 "futures-core",
 6316 "futures-sink",
 6317 "nanorand",
 6318 "spin 0.9.8",
 6319]
 6320
 6321[[package]]
 6322name = "fnv"
 6323version = "1.0.7"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6326
 6327[[package]]
 6328name = "foldhash"
 6329version = "0.1.5"
 6330source = "registry+https://github.com/rust-lang/crates.io-index"
 6331checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6332
 6333[[package]]
 6334name = "foldhash"
 6335version = "0.2.0"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6338
 6339[[package]]
 6340name = "font-types"
 6341version = "0.10.0"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6344dependencies = [
 6345 "bytemuck",
 6346]
 6347
 6348[[package]]
 6349name = "font-types"
 6350version = "0.11.0"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6353dependencies = [
 6354 "bytemuck",
 6355]
 6356
 6357[[package]]
 6358name = "fontconfig-parser"
 6359version = "0.5.8"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6362dependencies = [
 6363 "roxmltree",
 6364]
 6365
 6366[[package]]
 6367name = "fontdb"
 6368version = "0.16.2"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6371dependencies = [
 6372 "fontconfig-parser",
 6373 "log",
 6374 "memmap2",
 6375 "slotmap",
 6376 "tinyvec",
 6377 "ttf-parser 0.20.0",
 6378]
 6379
 6380[[package]]
 6381name = "fontdb"
 6382version = "0.23.0"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6385dependencies = [
 6386 "fontconfig-parser",
 6387 "log",
 6388 "memmap2",
 6389 "slotmap",
 6390 "tinyvec",
 6391 "ttf-parser 0.25.1",
 6392]
 6393
 6394[[package]]
 6395name = "foreign-types"
 6396version = "0.3.2"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6399dependencies = [
 6400 "foreign-types-shared 0.1.1",
 6401]
 6402
 6403[[package]]
 6404name = "foreign-types"
 6405version = "0.5.0"
 6406source = "registry+https://github.com/rust-lang/crates.io-index"
 6407checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6408dependencies = [
 6409 "foreign-types-macros",
 6410 "foreign-types-shared 0.3.1",
 6411]
 6412
 6413[[package]]
 6414name = "foreign-types-macros"
 6415version = "0.2.3"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6418dependencies = [
 6419 "proc-macro2",
 6420 "quote",
 6421 "syn 2.0.117",
 6422]
 6423
 6424[[package]]
 6425name = "foreign-types-shared"
 6426version = "0.1.1"
 6427source = "registry+https://github.com/rust-lang/crates.io-index"
 6428checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6429
 6430[[package]]
 6431name = "foreign-types-shared"
 6432version = "0.3.1"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6435
 6436[[package]]
 6437name = "fork"
 6438version = "0.4.0"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6441dependencies = [
 6442 "libc",
 6443]
 6444
 6445[[package]]
 6446name = "form_urlencoded"
 6447version = "1.2.2"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6450dependencies = [
 6451 "percent-encoding",
 6452]
 6453
 6454[[package]]
 6455name = "fraction"
 6456version = "0.15.3"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6459dependencies = [
 6460 "lazy_static",
 6461 "num",
 6462]
 6463
 6464[[package]]
 6465name = "freetype-sys"
 6466version = "0.20.1"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6469dependencies = [
 6470 "cc",
 6471 "libc",
 6472 "pkg-config",
 6473]
 6474
 6475[[package]]
 6476name = "fs"
 6477version = "0.1.0"
 6478dependencies = [
 6479 "anyhow",
 6480 "ashpd",
 6481 "async-tar",
 6482 "async-trait",
 6483 "cocoa 0.26.0",
 6484 "collections",
 6485 "dunce",
 6486 "fs",
 6487 "futures 0.3.32",
 6488 "git",
 6489 "gpui",
 6490 "ignore",
 6491 "is_executable",
 6492 "libc",
 6493 "log",
 6494 "notify 8.2.0",
 6495 "objc",
 6496 "parking_lot",
 6497 "paths",
 6498 "proto",
 6499 "rope",
 6500 "serde",
 6501 "serde_json",
 6502 "smol",
 6503 "tempfile",
 6504 "text",
 6505 "time",
 6506 "util",
 6507 "windows 0.61.3",
 6508]
 6509
 6510[[package]]
 6511name = "fs-set-times"
 6512version = "0.20.3"
 6513source = "registry+https://github.com/rust-lang/crates.io-index"
 6514checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6515dependencies = [
 6516 "io-lifetimes",
 6517 "rustix 1.1.2",
 6518 "windows-sys 0.59.0",
 6519]
 6520
 6521[[package]]
 6522name = "fs2"
 6523version = "0.4.3"
 6524source = "registry+https://github.com/rust-lang/crates.io-index"
 6525checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6526dependencies = [
 6527 "libc",
 6528 "winapi",
 6529]
 6530
 6531[[package]]
 6532name = "fs_benchmarks"
 6533version = "0.1.0"
 6534dependencies = [
 6535 "fs",
 6536 "gpui",
 6537 "gpui_platform",
 6538]
 6539
 6540[[package]]
 6541name = "fs_extra"
 6542version = "1.3.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6545
 6546[[package]]
 6547name = "fsevent-sys"
 6548version = "4.1.0"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6551dependencies = [
 6552 "libc",
 6553]
 6554
 6555[[package]]
 6556name = "fuchsia-cprng"
 6557version = "0.1.1"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6560
 6561[[package]]
 6562name = "funty"
 6563version = "2.0.0"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6566
 6567[[package]]
 6568name = "futf"
 6569version = "0.1.5"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6572dependencies = [
 6573 "mac",
 6574 "new_debug_unreachable",
 6575]
 6576
 6577[[package]]
 6578name = "futures"
 6579version = "0.1.31"
 6580source = "registry+https://github.com/rust-lang/crates.io-index"
 6581checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6582
 6583[[package]]
 6584name = "futures"
 6585version = "0.3.32"
 6586source = "registry+https://github.com/rust-lang/crates.io-index"
 6587checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6588dependencies = [
 6589 "futures-channel",
 6590 "futures-core",
 6591 "futures-executor",
 6592 "futures-io",
 6593 "futures-sink",
 6594 "futures-task",
 6595 "futures-util",
 6596]
 6597
 6598[[package]]
 6599name = "futures-channel"
 6600version = "0.3.32"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6603dependencies = [
 6604 "futures-core",
 6605 "futures-sink",
 6606]
 6607
 6608[[package]]
 6609name = "futures-concurrency"
 6610version = "7.7.1"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6613dependencies = [
 6614 "fixedbitset 0.5.7",
 6615 "futures-core",
 6616 "futures-lite 2.6.1",
 6617 "pin-project",
 6618 "smallvec",
 6619]
 6620
 6621[[package]]
 6622name = "futures-core"
 6623version = "0.3.32"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6626
 6627[[package]]
 6628name = "futures-executor"
 6629version = "0.3.32"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6632dependencies = [
 6633 "futures-core",
 6634 "futures-task",
 6635 "futures-util",
 6636]
 6637
 6638[[package]]
 6639name = "futures-intrusive"
 6640version = "0.5.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6643dependencies = [
 6644 "futures-core",
 6645 "lock_api",
 6646 "parking_lot",
 6647]
 6648
 6649[[package]]
 6650name = "futures-io"
 6651version = "0.3.32"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6654
 6655[[package]]
 6656name = "futures-lite"
 6657version = "1.13.0"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6660dependencies = [
 6661 "fastrand 1.9.0",
 6662 "futures-core",
 6663 "futures-io",
 6664 "memchr",
 6665 "parking",
 6666 "pin-project-lite",
 6667 "waker-fn",
 6668]
 6669
 6670[[package]]
 6671name = "futures-lite"
 6672version = "2.6.1"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6675dependencies = [
 6676 "fastrand 2.3.0",
 6677 "futures-core",
 6678 "futures-io",
 6679 "parking",
 6680 "pin-project-lite",
 6681]
 6682
 6683[[package]]
 6684name = "futures-macro"
 6685version = "0.3.32"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6688dependencies = [
 6689 "proc-macro2",
 6690 "quote",
 6691 "syn 2.0.117",
 6692]
 6693
 6694[[package]]
 6695name = "futures-sink"
 6696version = "0.3.32"
 6697source = "registry+https://github.com/rust-lang/crates.io-index"
 6698checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6699
 6700[[package]]
 6701name = "futures-task"
 6702version = "0.3.32"
 6703source = "registry+https://github.com/rust-lang/crates.io-index"
 6704checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6705
 6706[[package]]
 6707name = "futures-util"
 6708version = "0.3.32"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6711dependencies = [
 6712 "futures 0.1.31",
 6713 "futures-channel",
 6714 "futures-core",
 6715 "futures-io",
 6716 "futures-macro",
 6717 "futures-sink",
 6718 "futures-task",
 6719 "libc",
 6720 "memchr",
 6721 "pin-project-lite",
 6722 "slab",
 6723 "tokio-io",
 6724]
 6725
 6726[[package]]
 6727name = "fuzzy"
 6728version = "0.1.0"
 6729dependencies = [
 6730 "gpui",
 6731 "log",
 6732 "util",
 6733]
 6734
 6735[[package]]
 6736name = "fuzzy-matcher"
 6737version = "0.3.7"
 6738source = "registry+https://github.com/rust-lang/crates.io-index"
 6739checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6740dependencies = [
 6741 "thread_local",
 6742]
 6743
 6744[[package]]
 6745name = "fuzzy_nucleo"
 6746version = "0.1.0"
 6747dependencies = [
 6748 "gpui",
 6749 "nucleo",
 6750 "util",
 6751]
 6752
 6753[[package]]
 6754name = "gaoya"
 6755version = "0.2.0"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6758dependencies = [
 6759 "ahash 0.8.12",
 6760 "crossbeam-utils",
 6761 "fnv",
 6762 "itertools 0.10.5",
 6763 "num-traits",
 6764 "rand 0.8.5",
 6765 "rand_pcg",
 6766 "random_choice",
 6767 "rayon",
 6768 "seahash",
 6769 "sha-1",
 6770 "shingles",
 6771 "siphasher 0.3.11",
 6772 "smallvec",
 6773 "triomphe",
 6774]
 6775
 6776[[package]]
 6777name = "gemm"
 6778version = "0.17.1"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6781dependencies = [
 6782 "dyn-stack 0.10.0",
 6783 "gemm-c32 0.17.1",
 6784 "gemm-c64 0.17.1",
 6785 "gemm-common 0.17.1",
 6786 "gemm-f16 0.17.1",
 6787 "gemm-f32 0.17.1",
 6788 "gemm-f64 0.17.1",
 6789 "num-complex",
 6790 "num-traits",
 6791 "paste",
 6792 "raw-cpuid 10.7.0",
 6793 "seq-macro",
 6794]
 6795
 6796[[package]]
 6797name = "gemm"
 6798version = "0.18.2"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6801dependencies = [
 6802 "dyn-stack 0.13.2",
 6803 "gemm-c32 0.18.2",
 6804 "gemm-c64 0.18.2",
 6805 "gemm-common 0.18.2",
 6806 "gemm-f16 0.18.2",
 6807 "gemm-f32 0.18.2",
 6808 "gemm-f64 0.18.2",
 6809 "num-complex",
 6810 "num-traits",
 6811 "paste",
 6812 "raw-cpuid 11.6.0",
 6813 "seq-macro",
 6814]
 6815
 6816[[package]]
 6817name = "gemm-c32"
 6818version = "0.17.1"
 6819source = "registry+https://github.com/rust-lang/crates.io-index"
 6820checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6821dependencies = [
 6822 "dyn-stack 0.10.0",
 6823 "gemm-common 0.17.1",
 6824 "num-complex",
 6825 "num-traits",
 6826 "paste",
 6827 "raw-cpuid 10.7.0",
 6828 "seq-macro",
 6829]
 6830
 6831[[package]]
 6832name = "gemm-c32"
 6833version = "0.18.2"
 6834source = "registry+https://github.com/rust-lang/crates.io-index"
 6835checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6836dependencies = [
 6837 "dyn-stack 0.13.2",
 6838 "gemm-common 0.18.2",
 6839 "num-complex",
 6840 "num-traits",
 6841 "paste",
 6842 "raw-cpuid 11.6.0",
 6843 "seq-macro",
 6844]
 6845
 6846[[package]]
 6847name = "gemm-c64"
 6848version = "0.17.1"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6851dependencies = [
 6852 "dyn-stack 0.10.0",
 6853 "gemm-common 0.17.1",
 6854 "num-complex",
 6855 "num-traits",
 6856 "paste",
 6857 "raw-cpuid 10.7.0",
 6858 "seq-macro",
 6859]
 6860
 6861[[package]]
 6862name = "gemm-c64"
 6863version = "0.18.2"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6866dependencies = [
 6867 "dyn-stack 0.13.2",
 6868 "gemm-common 0.18.2",
 6869 "num-complex",
 6870 "num-traits",
 6871 "paste",
 6872 "raw-cpuid 11.6.0",
 6873 "seq-macro",
 6874]
 6875
 6876[[package]]
 6877name = "gemm-common"
 6878version = "0.17.1"
 6879source = "registry+https://github.com/rust-lang/crates.io-index"
 6880checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6881dependencies = [
 6882 "bytemuck",
 6883 "dyn-stack 0.10.0",
 6884 "half",
 6885 "num-complex",
 6886 "num-traits",
 6887 "once_cell",
 6888 "paste",
 6889 "pulp 0.18.22",
 6890 "raw-cpuid 10.7.0",
 6891 "rayon",
 6892 "seq-macro",
 6893 "sysctl 0.5.5",
 6894]
 6895
 6896[[package]]
 6897name = "gemm-common"
 6898version = "0.18.2"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6901dependencies = [
 6902 "bytemuck",
 6903 "dyn-stack 0.13.2",
 6904 "half",
 6905 "libm",
 6906 "num-complex",
 6907 "num-traits",
 6908 "once_cell",
 6909 "paste",
 6910 "pulp 0.21.5",
 6911 "raw-cpuid 11.6.0",
 6912 "rayon",
 6913 "seq-macro",
 6914 "sysctl 0.6.0",
 6915]
 6916
 6917[[package]]
 6918name = "gemm-f16"
 6919version = "0.17.1"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6922dependencies = [
 6923 "dyn-stack 0.10.0",
 6924 "gemm-common 0.17.1",
 6925 "gemm-f32 0.17.1",
 6926 "half",
 6927 "num-complex",
 6928 "num-traits",
 6929 "paste",
 6930 "raw-cpuid 10.7.0",
 6931 "rayon",
 6932 "seq-macro",
 6933]
 6934
 6935[[package]]
 6936name = "gemm-f16"
 6937version = "0.18.2"
 6938source = "registry+https://github.com/rust-lang/crates.io-index"
 6939checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6940dependencies = [
 6941 "dyn-stack 0.13.2",
 6942 "gemm-common 0.18.2",
 6943 "gemm-f32 0.18.2",
 6944 "half",
 6945 "num-complex",
 6946 "num-traits",
 6947 "paste",
 6948 "raw-cpuid 11.6.0",
 6949 "rayon",
 6950 "seq-macro",
 6951]
 6952
 6953[[package]]
 6954name = "gemm-f32"
 6955version = "0.17.1"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6958dependencies = [
 6959 "dyn-stack 0.10.0",
 6960 "gemm-common 0.17.1",
 6961 "num-complex",
 6962 "num-traits",
 6963 "paste",
 6964 "raw-cpuid 10.7.0",
 6965 "seq-macro",
 6966]
 6967
 6968[[package]]
 6969name = "gemm-f32"
 6970version = "0.18.2"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6973dependencies = [
 6974 "dyn-stack 0.13.2",
 6975 "gemm-common 0.18.2",
 6976 "num-complex",
 6977 "num-traits",
 6978 "paste",
 6979 "raw-cpuid 11.6.0",
 6980 "seq-macro",
 6981]
 6982
 6983[[package]]
 6984name = "gemm-f64"
 6985version = "0.17.1"
 6986source = "registry+https://github.com/rust-lang/crates.io-index"
 6987checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6988dependencies = [
 6989 "dyn-stack 0.10.0",
 6990 "gemm-common 0.17.1",
 6991 "num-complex",
 6992 "num-traits",
 6993 "paste",
 6994 "raw-cpuid 10.7.0",
 6995 "seq-macro",
 6996]
 6997
 6998[[package]]
 6999name = "gemm-f64"
 7000version = "0.18.2"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7003dependencies = [
 7004 "dyn-stack 0.13.2",
 7005 "gemm-common 0.18.2",
 7006 "num-complex",
 7007 "num-traits",
 7008 "paste",
 7009 "raw-cpuid 11.6.0",
 7010 "seq-macro",
 7011]
 7012
 7013[[package]]
 7014name = "generator"
 7015version = "0.8.7"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7018dependencies = [
 7019 "cc",
 7020 "cfg-if",
 7021 "libc",
 7022 "log",
 7023 "rustversion",
 7024 "windows 0.61.3",
 7025]
 7026
 7027[[package]]
 7028name = "generic-array"
 7029version = "0.14.7"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7032dependencies = [
 7033 "typenum",
 7034 "version_check",
 7035]
 7036
 7037[[package]]
 7038name = "gethostname"
 7039version = "1.1.0"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7042dependencies = [
 7043 "rustix 1.1.2",
 7044 "windows-link 0.2.1",
 7045]
 7046
 7047[[package]]
 7048name = "getrandom"
 7049version = "0.2.16"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7052dependencies = [
 7053 "cfg-if",
 7054 "js-sys",
 7055 "libc",
 7056 "wasi",
 7057 "wasm-bindgen",
 7058]
 7059
 7060[[package]]
 7061name = "getrandom"
 7062version = "0.3.4"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7065dependencies = [
 7066 "cfg-if",
 7067 "js-sys",
 7068 "libc",
 7069 "r-efi",
 7070 "wasip2",
 7071 "wasm-bindgen",
 7072]
 7073
 7074[[package]]
 7075name = "getrandom"
 7076version = "0.4.1"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7079dependencies = [
 7080 "cfg-if",
 7081 "libc",
 7082 "r-efi",
 7083 "wasip2",
 7084 "wasip3",
 7085]
 7086
 7087[[package]]
 7088name = "gh-workflow"
 7089version = "0.8.0"
 7090source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7091dependencies = [
 7092 "async-trait",
 7093 "derive_more",
 7094 "derive_setters",
 7095 "gh-workflow-macros",
 7096 "indexmap",
 7097 "merge",
 7098 "serde",
 7099 "serde_json",
 7100 "serde_yaml",
 7101 "strum_macros 0.27.2",
 7102]
 7103
 7104[[package]]
 7105name = "gh-workflow-macros"
 7106version = "0.8.0"
 7107source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7108dependencies = [
 7109 "heck 0.5.0",
 7110 "quote",
 7111 "syn 2.0.117",
 7112]
 7113
 7114[[package]]
 7115name = "gif"
 7116version = "0.13.3"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7119dependencies = [
 7120 "color_quant",
 7121 "weezl",
 7122]
 7123
 7124[[package]]
 7125name = "gimli"
 7126version = "0.32.3"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7129dependencies = [
 7130 "fallible-iterator",
 7131 "indexmap",
 7132 "stable_deref_trait",
 7133]
 7134
 7135[[package]]
 7136name = "gio-sys"
 7137version = "0.21.5"
 7138source = "registry+https://github.com/rust-lang/crates.io-index"
 7139checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7140dependencies = [
 7141 "glib-sys",
 7142 "gobject-sys",
 7143 "libc",
 7144 "system-deps 7.0.7",
 7145 "windows-sys 0.61.2",
 7146]
 7147
 7148[[package]]
 7149name = "git"
 7150version = "0.1.0"
 7151dependencies = [
 7152 "anyhow",
 7153 "askpass",
 7154 "async-trait",
 7155 "collections",
 7156 "derive_more",
 7157 "futures 0.3.32",
 7158 "git2",
 7159 "gpui",
 7160 "http_client",
 7161 "itertools 0.14.0",
 7162 "log",
 7163 "parking_lot",
 7164 "pretty_assertions",
 7165 "rand 0.9.2",
 7166 "regex",
 7167 "rope",
 7168 "schemars",
 7169 "serde",
 7170 "serde_json",
 7171 "smallvec",
 7172 "smol",
 7173 "sum_tree",
 7174 "tempfile",
 7175 "text",
 7176 "thiserror 2.0.17",
 7177 "time",
 7178 "url",
 7179 "urlencoding",
 7180 "util",
 7181 "uuid",
 7182 "ztracing",
 7183]
 7184
 7185[[package]]
 7186name = "git2"
 7187version = "0.20.4"
 7188source = "registry+https://github.com/rust-lang/crates.io-index"
 7189checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7190dependencies = [
 7191 "bitflags 2.10.0",
 7192 "libc",
 7193 "libgit2-sys",
 7194 "log",
 7195 "url",
 7196]
 7197
 7198[[package]]
 7199name = "git_graph"
 7200version = "0.1.0"
 7201dependencies = [
 7202 "anyhow",
 7203 "collections",
 7204 "db",
 7205 "editor",
 7206 "fs",
 7207 "git",
 7208 "git_ui",
 7209 "gpui",
 7210 "language",
 7211 "menu",
 7212 "project",
 7213 "rand 0.9.2",
 7214 "remote_connection",
 7215 "search",
 7216 "serde_json",
 7217 "settings",
 7218 "smallvec",
 7219 "smol",
 7220 "theme",
 7221 "theme_settings",
 7222 "time",
 7223 "ui",
 7224 "workspace",
 7225]
 7226
 7227[[package]]
 7228name = "git_hosting_providers"
 7229version = "0.1.0"
 7230dependencies = [
 7231 "anyhow",
 7232 "async-trait",
 7233 "futures 0.3.32",
 7234 "git",
 7235 "gpui",
 7236 "http_client",
 7237 "indoc",
 7238 "itertools 0.14.0",
 7239 "pretty_assertions",
 7240 "regex",
 7241 "serde",
 7242 "serde_json",
 7243 "settings",
 7244 "url",
 7245 "urlencoding",
 7246 "util",
 7247]
 7248
 7249[[package]]
 7250name = "git_ui"
 7251version = "0.1.0"
 7252dependencies = [
 7253 "agent_settings",
 7254 "anyhow",
 7255 "askpass",
 7256 "buffer_diff",
 7257 "call",
 7258 "collections",
 7259 "component",
 7260 "ctor",
 7261 "db",
 7262 "editor",
 7263 "file_icons",
 7264 "futures 0.3.32",
 7265 "fuzzy",
 7266 "git",
 7267 "gpui",
 7268 "indoc",
 7269 "itertools 0.14.0",
 7270 "language",
 7271 "language_model",
 7272 "linkify",
 7273 "log",
 7274 "markdown",
 7275 "menu",
 7276 "multi_buffer",
 7277 "notifications",
 7278 "panel",
 7279 "picker",
 7280 "pretty_assertions",
 7281 "project",
 7282 "prompt_store",
 7283 "proto",
 7284 "rand 0.9.2",
 7285 "remote",
 7286 "remote_connection",
 7287 "schemars",
 7288 "serde",
 7289 "serde_json",
 7290 "settings",
 7291 "smallvec",
 7292 "smol",
 7293 "strum 0.27.2",
 7294 "telemetry",
 7295 "theme",
 7296 "theme_settings",
 7297 "time",
 7298 "time_format",
 7299 "tracing",
 7300 "ui",
 7301 "ui_input",
 7302 "unindent",
 7303 "util",
 7304 "watch",
 7305 "windows 0.61.3",
 7306 "workspace",
 7307 "zed_actions",
 7308 "zeroize",
 7309 "zlog",
 7310 "ztracing",
 7311]
 7312
 7313[[package]]
 7314name = "gl_generator"
 7315version = "0.14.0"
 7316source = "registry+https://github.com/rust-lang/crates.io-index"
 7317checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7318dependencies = [
 7319 "khronos_api",
 7320 "log",
 7321 "xml-rs",
 7322]
 7323
 7324[[package]]
 7325name = "glib"
 7326version = "0.21.5"
 7327source = "registry+https://github.com/rust-lang/crates.io-index"
 7328checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7329dependencies = [
 7330 "bitflags 2.10.0",
 7331 "futures-channel",
 7332 "futures-core",
 7333 "futures-executor",
 7334 "futures-task",
 7335 "futures-util",
 7336 "gio-sys",
 7337 "glib-macros",
 7338 "glib-sys",
 7339 "gobject-sys",
 7340 "libc",
 7341 "memchr",
 7342 "smallvec",
 7343]
 7344
 7345[[package]]
 7346name = "glib-macros"
 7347version = "0.21.5"
 7348source = "registry+https://github.com/rust-lang/crates.io-index"
 7349checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7350dependencies = [
 7351 "heck 0.5.0",
 7352 "proc-macro-crate",
 7353 "proc-macro2",
 7354 "quote",
 7355 "syn 2.0.117",
 7356]
 7357
 7358[[package]]
 7359name = "glib-sys"
 7360version = "0.21.5"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7363dependencies = [
 7364 "libc",
 7365 "system-deps 7.0.7",
 7366]
 7367
 7368[[package]]
 7369name = "glob"
 7370version = "0.3.3"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7373
 7374[[package]]
 7375name = "globset"
 7376version = "0.4.17"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7379dependencies = [
 7380 "aho-corasick",
 7381 "bstr",
 7382 "log",
 7383 "regex-automata",
 7384 "regex-syntax",
 7385]
 7386
 7387[[package]]
 7388name = "gloo-timers"
 7389version = "0.3.0"
 7390source = "registry+https://github.com/rust-lang/crates.io-index"
 7391checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7392dependencies = [
 7393 "futures-channel",
 7394 "futures-core",
 7395 "js-sys",
 7396 "wasm-bindgen",
 7397]
 7398
 7399[[package]]
 7400name = "glow"
 7401version = "0.17.0"
 7402source = "registry+https://github.com/rust-lang/crates.io-index"
 7403checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7404dependencies = [
 7405 "js-sys",
 7406 "slotmap",
 7407 "wasm-bindgen",
 7408 "web-sys",
 7409]
 7410
 7411[[package]]
 7412name = "glutin_wgl_sys"
 7413version = "0.6.1"
 7414source = "registry+https://github.com/rust-lang/crates.io-index"
 7415checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7416dependencies = [
 7417 "gl_generator",
 7418]
 7419
 7420[[package]]
 7421name = "go_to_line"
 7422version = "0.1.0"
 7423dependencies = [
 7424 "editor",
 7425 "gpui",
 7426 "indoc",
 7427 "language",
 7428 "menu",
 7429 "multi_buffer",
 7430 "project",
 7431 "rope",
 7432 "serde",
 7433 "serde_json",
 7434 "settings",
 7435 "text",
 7436 "theme",
 7437 "ui",
 7438 "util",
 7439 "workspace",
 7440]
 7441
 7442[[package]]
 7443name = "gobject-sys"
 7444version = "0.21.5"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7447dependencies = [
 7448 "glib-sys",
 7449 "libc",
 7450 "system-deps 7.0.7",
 7451]
 7452
 7453[[package]]
 7454name = "goblin"
 7455version = "0.9.3"
 7456source = "registry+https://github.com/rust-lang/crates.io-index"
 7457checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7458dependencies = [
 7459 "log",
 7460 "plain",
 7461 "scroll",
 7462]
 7463
 7464[[package]]
 7465name = "google_ai"
 7466version = "0.1.0"
 7467dependencies = [
 7468 "anyhow",
 7469 "futures 0.3.32",
 7470 "http_client",
 7471 "schemars",
 7472 "serde",
 7473 "serde_json",
 7474 "settings",
 7475 "strum 0.27.2",
 7476]
 7477
 7478[[package]]
 7479name = "gpu-allocator"
 7480version = "0.28.0"
 7481source = "registry+https://github.com/rust-lang/crates.io-index"
 7482checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7483dependencies = [
 7484 "ash",
 7485 "hashbrown 0.16.1",
 7486 "log",
 7487 "presser",
 7488 "thiserror 2.0.17",
 7489 "windows 0.62.2",
 7490]
 7491
 7492[[package]]
 7493name = "gpu-descriptor"
 7494version = "0.3.2"
 7495source = "registry+https://github.com/rust-lang/crates.io-index"
 7496checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7497dependencies = [
 7498 "bitflags 2.10.0",
 7499 "gpu-descriptor-types",
 7500 "hashbrown 0.15.5",
 7501]
 7502
 7503[[package]]
 7504name = "gpu-descriptor-types"
 7505version = "0.2.0"
 7506source = "registry+https://github.com/rust-lang/crates.io-index"
 7507checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7508dependencies = [
 7509 "bitflags 2.10.0",
 7510]
 7511
 7512[[package]]
 7513name = "gpui"
 7514version = "0.2.2"
 7515dependencies = [
 7516 "anyhow",
 7517 "async-channel 2.5.0",
 7518 "async-task",
 7519 "backtrace",
 7520 "bindgen 0.71.1",
 7521 "bitflags 2.10.0",
 7522 "block",
 7523 "cbindgen",
 7524 "chrono",
 7525 "cocoa 0.26.0",
 7526 "cocoa-foundation 0.2.0",
 7527 "collections",
 7528 "core-foundation 0.10.0",
 7529 "core-foundation-sys",
 7530 "core-graphics 0.24.0",
 7531 "core-text",
 7532 "core-video",
 7533 "ctor",
 7534 "derive_more",
 7535 "embed-resource",
 7536 "env_logger 0.11.8",
 7537 "etagere",
 7538 "foreign-types 0.5.0",
 7539 "futures 0.3.32",
 7540 "futures-concurrency",
 7541 "getrandom 0.3.4",
 7542 "gpui_macros",
 7543 "gpui_platform",
 7544 "gpui_util",
 7545 "gpui_web",
 7546 "http_client",
 7547 "image",
 7548 "inventory",
 7549 "itertools 0.14.0",
 7550 "log",
 7551 "lyon",
 7552 "mach2 0.5.0",
 7553 "media",
 7554 "metal",
 7555 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7556 "num_cpus",
 7557 "objc",
 7558 "objc2",
 7559 "objc2-metal",
 7560 "parking",
 7561 "parking_lot",
 7562 "pathfinder_geometry",
 7563 "pin-project",
 7564 "pollster 0.4.0",
 7565 "postage",
 7566 "profiling",
 7567 "proptest",
 7568 "rand 0.9.2",
 7569 "raw-window-handle",
 7570 "refineable",
 7571 "regex",
 7572 "reqwest_client",
 7573 "resvg",
 7574 "scheduler",
 7575 "schemars",
 7576 "seahash",
 7577 "serde",
 7578 "serde_json",
 7579 "slotmap",
 7580 "smallvec",
 7581 "spin 0.10.0",
 7582 "stacksafe",
 7583 "strum 0.27.2",
 7584 "sum_tree",
 7585 "taffy",
 7586 "thiserror 2.0.17",
 7587 "ttf-parser 0.25.1",
 7588 "unicode-segmentation",
 7589 "url",
 7590 "usvg",
 7591 "util_macros",
 7592 "uuid",
 7593 "waker-fn",
 7594 "wasm-bindgen",
 7595 "web-time",
 7596 "windows 0.61.3",
 7597 "zed-font-kit",
 7598 "zed-scap",
 7599]
 7600
 7601[[package]]
 7602name = "gpui_linux"
 7603version = "0.1.0"
 7604dependencies = [
 7605 "anyhow",
 7606 "as-raw-xcb-connection",
 7607 "ashpd",
 7608 "bitflags 2.10.0",
 7609 "bytemuck",
 7610 "calloop",
 7611 "calloop-wayland-source",
 7612 "collections",
 7613 "filedescriptor",
 7614 "futures 0.3.32",
 7615 "gpui",
 7616 "gpui_wgpu",
 7617 "http_client",
 7618 "itertools 0.14.0",
 7619 "libc",
 7620 "log",
 7621 "oo7",
 7622 "open",
 7623 "parking_lot",
 7624 "pathfinder_geometry",
 7625 "pollster 0.4.0",
 7626 "profiling",
 7627 "raw-window-handle",
 7628 "smallvec",
 7629 "smol",
 7630 "strum 0.27.2",
 7631 "swash",
 7632 "url",
 7633 "util",
 7634 "uuid",
 7635 "wayland-backend",
 7636 "wayland-client",
 7637 "wayland-cursor",
 7638 "wayland-protocols",
 7639 "wayland-protocols-plasma",
 7640 "wayland-protocols-wlr",
 7641 "x11-clipboard",
 7642 "x11rb",
 7643 "xkbcommon",
 7644 "zed-scap",
 7645 "zed-xim",
 7646]
 7647
 7648[[package]]
 7649name = "gpui_macos"
 7650version = "0.1.0"
 7651dependencies = [
 7652 "anyhow",
 7653 "async-task",
 7654 "block",
 7655 "cbindgen",
 7656 "cocoa 0.26.0",
 7657 "collections",
 7658 "core-foundation 0.10.0",
 7659 "core-foundation-sys",
 7660 "core-graphics 0.24.0",
 7661 "core-text",
 7662 "core-video",
 7663 "ctor",
 7664 "derive_more",
 7665 "dispatch2",
 7666 "etagere",
 7667 "foreign-types 0.5.0",
 7668 "futures 0.3.32",
 7669 "gpui",
 7670 "image",
 7671 "itertools 0.14.0",
 7672 "libc",
 7673 "log",
 7674 "mach2 0.5.0",
 7675 "media",
 7676 "metal",
 7677 "objc",
 7678 "objc2-app-kit",
 7679 "parking_lot",
 7680 "pathfinder_geometry",
 7681 "raw-window-handle",
 7682 "semver",
 7683 "smallvec",
 7684 "strum 0.27.2",
 7685 "util",
 7686 "uuid",
 7687 "zed-font-kit",
 7688]
 7689
 7690[[package]]
 7691name = "gpui_macros"
 7692version = "0.1.0"
 7693dependencies = [
 7694 "gpui",
 7695 "heck 0.5.0",
 7696 "proc-macro2",
 7697 "quote",
 7698 "syn 2.0.117",
 7699]
 7700
 7701[[package]]
 7702name = "gpui_platform"
 7703version = "0.1.0"
 7704dependencies = [
 7705 "console_error_panic_hook",
 7706 "gpui",
 7707 "gpui_linux",
 7708 "gpui_macos",
 7709 "gpui_web",
 7710 "gpui_windows",
 7711]
 7712
 7713[[package]]
 7714name = "gpui_tokio"
 7715version = "0.1.0"
 7716dependencies = [
 7717 "anyhow",
 7718 "gpui",
 7719 "tokio",
 7720 "util",
 7721]
 7722
 7723[[package]]
 7724name = "gpui_util"
 7725version = "0.1.0"
 7726dependencies = [
 7727 "anyhow",
 7728 "log",
 7729]
 7730
 7731[[package]]
 7732name = "gpui_web"
 7733version = "0.1.0"
 7734dependencies = [
 7735 "anyhow",
 7736 "console_error_panic_hook",
 7737 "futures 0.3.32",
 7738 "gpui",
 7739 "gpui_wgpu",
 7740 "http_client",
 7741 "js-sys",
 7742 "log",
 7743 "parking_lot",
 7744 "raw-window-handle",
 7745 "smallvec",
 7746 "uuid",
 7747 "wasm-bindgen",
 7748 "wasm-bindgen-futures",
 7749 "wasm_thread",
 7750 "web-sys",
 7751 "web-time",
 7752]
 7753
 7754[[package]]
 7755name = "gpui_wgpu"
 7756version = "0.1.0"
 7757dependencies = [
 7758 "anyhow",
 7759 "bytemuck",
 7760 "collections",
 7761 "cosmic-text",
 7762 "etagere",
 7763 "gpui",
 7764 "gpui_util",
 7765 "itertools 0.14.0",
 7766 "js-sys",
 7767 "log",
 7768 "parking_lot",
 7769 "pollster 0.4.0",
 7770 "profiling",
 7771 "raw-window-handle",
 7772 "smallvec",
 7773 "swash",
 7774 "wasm-bindgen",
 7775 "wasm-bindgen-futures",
 7776 "web-sys",
 7777 "wgpu",
 7778 "zed-font-kit",
 7779]
 7780
 7781[[package]]
 7782name = "gpui_windows"
 7783version = "0.1.0"
 7784dependencies = [
 7785 "anyhow",
 7786 "collections",
 7787 "etagere",
 7788 "futures 0.3.32",
 7789 "gpui",
 7790 "image",
 7791 "itertools 0.14.0",
 7792 "log",
 7793 "parking_lot",
 7794 "rand 0.9.2",
 7795 "raw-window-handle",
 7796 "smallvec",
 7797 "util",
 7798 "uuid",
 7799 "windows 0.61.3",
 7800 "windows-core 0.61.2",
 7801 "windows-numerics 0.2.0",
 7802 "windows-registry 0.5.3",
 7803 "zed-scap",
 7804]
 7805
 7806[[package]]
 7807name = "grammars"
 7808version = "0.1.0"
 7809dependencies = [
 7810 "anyhow",
 7811 "language_core",
 7812 "rust-embed",
 7813 "toml 0.8.23",
 7814 "tree-sitter",
 7815 "tree-sitter-bash",
 7816 "tree-sitter-c",
 7817 "tree-sitter-cpp",
 7818 "tree-sitter-css",
 7819 "tree-sitter-diff",
 7820 "tree-sitter-gitcommit",
 7821 "tree-sitter-go",
 7822 "tree-sitter-gomod",
 7823 "tree-sitter-gowork",
 7824 "tree-sitter-jsdoc",
 7825 "tree-sitter-json",
 7826 "tree-sitter-md",
 7827 "tree-sitter-python",
 7828 "tree-sitter-regex",
 7829 "tree-sitter-rust",
 7830 "tree-sitter-typescript",
 7831 "tree-sitter-yaml",
 7832 "util",
 7833]
 7834
 7835[[package]]
 7836name = "grid"
 7837version = "0.18.0"
 7838source = "registry+https://github.com/rust-lang/crates.io-index"
 7839checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7840
 7841[[package]]
 7842name = "group"
 7843version = "0.12.1"
 7844source = "registry+https://github.com/rust-lang/crates.io-index"
 7845checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7846dependencies = [
 7847 "ff",
 7848 "rand_core 0.6.4",
 7849 "subtle",
 7850]
 7851
 7852[[package]]
 7853name = "h2"
 7854version = "0.3.27"
 7855source = "registry+https://github.com/rust-lang/crates.io-index"
 7856checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7857dependencies = [
 7858 "bytes 1.11.1",
 7859 "fnv",
 7860 "futures-core",
 7861 "futures-sink",
 7862 "futures-util",
 7863 "http 0.2.12",
 7864 "indexmap",
 7865 "slab",
 7866 "tokio",
 7867 "tokio-util",
 7868 "tracing",
 7869]
 7870
 7871[[package]]
 7872name = "h2"
 7873version = "0.4.12"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7876dependencies = [
 7877 "atomic-waker",
 7878 "bytes 1.11.1",
 7879 "fnv",
 7880 "futures-core",
 7881 "futures-sink",
 7882 "http 1.3.1",
 7883 "indexmap",
 7884 "slab",
 7885 "tokio",
 7886 "tokio-util",
 7887 "tracing",
 7888]
 7889
 7890[[package]]
 7891name = "half"
 7892version = "2.7.1"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7895dependencies = [
 7896 "bytemuck",
 7897 "cfg-if",
 7898 "crunchy",
 7899 "num-traits",
 7900 "rand 0.9.2",
 7901 "rand_distr",
 7902 "zerocopy",
 7903]
 7904
 7905[[package]]
 7906name = "handlebars"
 7907version = "4.5.0"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7910dependencies = [
 7911 "log",
 7912 "pest",
 7913 "pest_derive",
 7914 "rust-embed",
 7915 "serde",
 7916 "serde_json",
 7917 "thiserror 1.0.69",
 7918]
 7919
 7920[[package]]
 7921name = "handlebars"
 7922version = "5.1.2"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7925dependencies = [
 7926 "log",
 7927 "pest",
 7928 "pest_derive",
 7929 "serde",
 7930 "serde_json",
 7931 "thiserror 1.0.69",
 7932]
 7933
 7934[[package]]
 7935name = "harfrust"
 7936version = "0.5.0"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7939dependencies = [
 7940 "bitflags 2.10.0",
 7941 "bytemuck",
 7942 "core_maths",
 7943 "read-fonts 0.37.0",
 7944 "smallvec",
 7945]
 7946
 7947[[package]]
 7948name = "hash32"
 7949version = "0.3.1"
 7950source = "registry+https://github.com/rust-lang/crates.io-index"
 7951checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7952dependencies = [
 7953 "byteorder",
 7954]
 7955
 7956[[package]]
 7957name = "hashbrown"
 7958version = "0.12.3"
 7959source = "registry+https://github.com/rust-lang/crates.io-index"
 7960checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7961dependencies = [
 7962 "ahash 0.7.8",
 7963]
 7964
 7965[[package]]
 7966name = "hashbrown"
 7967version = "0.14.5"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7970dependencies = [
 7971 "ahash 0.8.12",
 7972 "allocator-api2",
 7973]
 7974
 7975[[package]]
 7976name = "hashbrown"
 7977version = "0.15.5"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7980dependencies = [
 7981 "allocator-api2",
 7982 "equivalent",
 7983 "foldhash 0.1.5",
 7984 "serde",
 7985]
 7986
 7987[[package]]
 7988name = "hashbrown"
 7989version = "0.16.1"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7992dependencies = [
 7993 "allocator-api2",
 7994 "equivalent",
 7995 "foldhash 0.2.0",
 7996]
 7997
 7998[[package]]
 7999name = "hashlink"
 8000version = "0.8.4"
 8001source = "registry+https://github.com/rust-lang/crates.io-index"
 8002checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8003dependencies = [
 8004 "hashbrown 0.14.5",
 8005]
 8006
 8007[[package]]
 8008name = "hashlink"
 8009version = "0.10.0"
 8010source = "registry+https://github.com/rust-lang/crates.io-index"
 8011checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8012dependencies = [
 8013 "hashbrown 0.15.5",
 8014]
 8015
 8016[[package]]
 8017name = "headers"
 8018version = "0.3.9"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8021dependencies = [
 8022 "base64 0.21.7",
 8023 "bytes 1.11.1",
 8024 "headers-core",
 8025 "http 0.2.12",
 8026 "httpdate",
 8027 "mime",
 8028 "sha1",
 8029]
 8030
 8031[[package]]
 8032name = "headers-core"
 8033version = "0.2.0"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8036dependencies = [
 8037 "http 0.2.12",
 8038]
 8039
 8040[[package]]
 8041name = "heapless"
 8042version = "0.9.2"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8045dependencies = [
 8046 "hash32",
 8047 "stable_deref_trait",
 8048]
 8049
 8050[[package]]
 8051name = "heck"
 8052version = "0.3.3"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8055dependencies = [
 8056 "unicode-segmentation",
 8057]
 8058
 8059[[package]]
 8060name = "heck"
 8061version = "0.4.1"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8064dependencies = [
 8065 "unicode-segmentation",
 8066]
 8067
 8068[[package]]
 8069name = "heck"
 8070version = "0.5.0"
 8071source = "registry+https://github.com/rust-lang/crates.io-index"
 8072checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8073
 8074[[package]]
 8075name = "heed"
 8076version = "0.21.0"
 8077source = "registry+https://github.com/rust-lang/crates.io-index"
 8078checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8079dependencies = [
 8080 "bitflags 2.10.0",
 8081 "byteorder",
 8082 "heed-traits",
 8083 "heed-types",
 8084 "libc",
 8085 "lmdb-master-sys",
 8086 "once_cell",
 8087 "page_size",
 8088 "serde",
 8089 "synchronoise",
 8090 "url",
 8091]
 8092
 8093[[package]]
 8094name = "heed-traits"
 8095version = "0.20.0"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8098
 8099[[package]]
 8100name = "heed-types"
 8101version = "0.21.0"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8104dependencies = [
 8105 "bincode",
 8106 "byteorder",
 8107 "heed-traits",
 8108 "serde",
 8109 "serde_json",
 8110]
 8111
 8112[[package]]
 8113name = "hermit-abi"
 8114version = "0.5.2"
 8115source = "registry+https://github.com/rust-lang/crates.io-index"
 8116checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8117
 8118[[package]]
 8119name = "hex"
 8120version = "0.4.3"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8123
 8124[[package]]
 8125name = "hexf-parse"
 8126version = "0.2.1"
 8127source = "registry+https://github.com/rust-lang/crates.io-index"
 8128checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8129
 8130[[package]]
 8131name = "hkdf"
 8132version = "0.12.4"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8135dependencies = [
 8136 "hmac",
 8137]
 8138
 8139[[package]]
 8140name = "hmac"
 8141version = "0.12.1"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8144dependencies = [
 8145 "digest",
 8146]
 8147
 8148[[package]]
 8149name = "home"
 8150version = "0.5.11"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8153dependencies = [
 8154 "windows-sys 0.59.0",
 8155]
 8156
 8157[[package]]
 8158name = "hound"
 8159version = "3.5.1"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8162
 8163[[package]]
 8164name = "html5ever"
 8165version = "0.27.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8168dependencies = [
 8169 "log",
 8170 "mac",
 8171 "markup5ever 0.12.1",
 8172 "proc-macro2",
 8173 "quote",
 8174 "syn 2.0.117",
 8175]
 8176
 8177[[package]]
 8178name = "html5ever"
 8179version = "0.35.0"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8182dependencies = [
 8183 "log",
 8184 "markup5ever 0.35.0",
 8185 "match_token",
 8186]
 8187
 8188[[package]]
 8189name = "html_to_markdown"
 8190version = "0.1.0"
 8191dependencies = [
 8192 "anyhow",
 8193 "html5ever 0.27.0",
 8194 "indoc",
 8195 "markup5ever_rcdom",
 8196 "pretty_assertions",
 8197 "regex",
 8198]
 8199
 8200[[package]]
 8201name = "http"
 8202version = "0.2.12"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8205dependencies = [
 8206 "bytes 1.11.1",
 8207 "fnv",
 8208 "itoa",
 8209]
 8210
 8211[[package]]
 8212name = "http"
 8213version = "1.3.1"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8216dependencies = [
 8217 "bytes 1.11.1",
 8218 "fnv",
 8219 "itoa",
 8220]
 8221
 8222[[package]]
 8223name = "http-body"
 8224version = "0.4.6"
 8225source = "registry+https://github.com/rust-lang/crates.io-index"
 8226checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8227dependencies = [
 8228 "bytes 1.11.1",
 8229 "http 0.2.12",
 8230 "pin-project-lite",
 8231]
 8232
 8233[[package]]
 8234name = "http-body"
 8235version = "1.0.1"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8238dependencies = [
 8239 "bytes 1.11.1",
 8240 "http 1.3.1",
 8241]
 8242
 8243[[package]]
 8244name = "http-body-util"
 8245version = "0.1.3"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8248dependencies = [
 8249 "bytes 1.11.1",
 8250 "futures-core",
 8251 "http 1.3.1",
 8252 "http-body 1.0.1",
 8253 "pin-project-lite",
 8254]
 8255
 8256[[package]]
 8257name = "http-range-header"
 8258version = "0.3.1"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8261
 8262[[package]]
 8263name = "http_client"
 8264version = "0.1.0"
 8265dependencies = [
 8266 "anyhow",
 8267 "async-compression",
 8268 "async-fs",
 8269 "async-tar",
 8270 "bytes 1.11.1",
 8271 "derive_more",
 8272 "futures 0.3.32",
 8273 "http 1.3.1",
 8274 "http-body 1.0.1",
 8275 "log",
 8276 "parking_lot",
 8277 "serde",
 8278 "serde_json",
 8279 "serde_urlencoded",
 8280 "sha2",
 8281 "tempfile",
 8282 "url",
 8283 "util",
 8284]
 8285
 8286[[package]]
 8287name = "http_client_tls"
 8288version = "0.1.0"
 8289dependencies = [
 8290 "rustls 0.23.33",
 8291 "rustls-platform-verifier",
 8292]
 8293
 8294[[package]]
 8295name = "httparse"
 8296version = "1.10.1"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8299
 8300[[package]]
 8301name = "httpdate"
 8302version = "1.0.3"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8305
 8306[[package]]
 8307name = "human_bytes"
 8308version = "0.4.3"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8311
 8312[[package]]
 8313name = "humantime"
 8314version = "2.3.0"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8317
 8318[[package]]
 8319name = "hyper"
 8320version = "0.14.32"
 8321source = "registry+https://github.com/rust-lang/crates.io-index"
 8322checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8323dependencies = [
 8324 "bytes 1.11.1",
 8325 "futures-channel",
 8326 "futures-core",
 8327 "futures-util",
 8328 "h2 0.3.27",
 8329 "http 0.2.12",
 8330 "http-body 0.4.6",
 8331 "httparse",
 8332 "httpdate",
 8333 "itoa",
 8334 "pin-project-lite",
 8335 "socket2 0.5.10",
 8336 "tokio",
 8337 "tower-service",
 8338 "tracing",
 8339 "want",
 8340]
 8341
 8342[[package]]
 8343name = "hyper"
 8344version = "1.7.0"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8347dependencies = [
 8348 "atomic-waker",
 8349 "bytes 1.11.1",
 8350 "futures-channel",
 8351 "futures-core",
 8352 "h2 0.4.12",
 8353 "http 1.3.1",
 8354 "http-body 1.0.1",
 8355 "httparse",
 8356 "itoa",
 8357 "pin-project-lite",
 8358 "pin-utils",
 8359 "smallvec",
 8360 "tokio",
 8361 "want",
 8362]
 8363
 8364[[package]]
 8365name = "hyper-rustls"
 8366version = "0.24.2"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8369dependencies = [
 8370 "futures-util",
 8371 "http 0.2.12",
 8372 "hyper 0.14.32",
 8373 "log",
 8374 "rustls 0.21.12",
 8375 "rustls-native-certs 0.6.3",
 8376 "tokio",
 8377 "tokio-rustls 0.24.1",
 8378]
 8379
 8380[[package]]
 8381name = "hyper-rustls"
 8382version = "0.27.7"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8385dependencies = [
 8386 "http 1.3.1",
 8387 "hyper 1.7.0",
 8388 "hyper-util",
 8389 "log",
 8390 "rustls 0.23.33",
 8391 "rustls-native-certs 0.8.2",
 8392 "rustls-pki-types",
 8393 "tokio",
 8394 "tokio-rustls 0.26.2",
 8395 "tower-service",
 8396]
 8397
 8398[[package]]
 8399name = "hyper-timeout"
 8400version = "0.5.2"
 8401source = "registry+https://github.com/rust-lang/crates.io-index"
 8402checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8403dependencies = [
 8404 "hyper 1.7.0",
 8405 "hyper-util",
 8406 "pin-project-lite",
 8407 "tokio",
 8408 "tower-service",
 8409]
 8410
 8411[[package]]
 8412name = "hyper-tls"
 8413version = "0.5.0"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8416dependencies = [
 8417 "bytes 1.11.1",
 8418 "hyper 0.14.32",
 8419 "native-tls",
 8420 "tokio",
 8421 "tokio-native-tls",
 8422]
 8423
 8424[[package]]
 8425name = "hyper-util"
 8426version = "0.1.17"
 8427source = "registry+https://github.com/rust-lang/crates.io-index"
 8428checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8429dependencies = [
 8430 "base64 0.22.1",
 8431 "bytes 1.11.1",
 8432 "futures-channel",
 8433 "futures-core",
 8434 "futures-util",
 8435 "http 1.3.1",
 8436 "http-body 1.0.1",
 8437 "hyper 1.7.0",
 8438 "ipnet",
 8439 "libc",
 8440 "percent-encoding",
 8441 "pin-project-lite",
 8442 "socket2 0.6.1",
 8443 "tokio",
 8444 "tower-service",
 8445 "tracing",
 8446]
 8447
 8448[[package]]
 8449name = "iana-time-zone"
 8450version = "0.1.64"
 8451source = "registry+https://github.com/rust-lang/crates.io-index"
 8452checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8453dependencies = [
 8454 "android_system_properties",
 8455 "core-foundation-sys",
 8456 "iana-time-zone-haiku",
 8457 "js-sys",
 8458 "log",
 8459 "wasm-bindgen",
 8460 "windows-core 0.62.2",
 8461]
 8462
 8463[[package]]
 8464name = "iana-time-zone-haiku"
 8465version = "0.1.2"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8468dependencies = [
 8469 "cc",
 8470]
 8471
 8472[[package]]
 8473name = "icons"
 8474version = "0.1.0"
 8475dependencies = [
 8476 "serde",
 8477 "strum 0.27.2",
 8478]
 8479
 8480[[package]]
 8481name = "icu_collections"
 8482version = "2.0.0"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8485dependencies = [
 8486 "displaydoc",
 8487 "potential_utf",
 8488 "yoke 0.8.0",
 8489 "zerofrom",
 8490 "zerovec",
 8491]
 8492
 8493[[package]]
 8494name = "icu_locale_core"
 8495version = "2.0.0"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8498dependencies = [
 8499 "displaydoc",
 8500 "litemap",
 8501 "tinystr",
 8502 "writeable",
 8503 "zerovec",
 8504]
 8505
 8506[[package]]
 8507name = "icu_normalizer"
 8508version = "2.0.0"
 8509source = "registry+https://github.com/rust-lang/crates.io-index"
 8510checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8511dependencies = [
 8512 "displaydoc",
 8513 "icu_collections",
 8514 "icu_normalizer_data",
 8515 "icu_properties",
 8516 "icu_provider",
 8517 "smallvec",
 8518 "zerovec",
 8519]
 8520
 8521[[package]]
 8522name = "icu_normalizer_data"
 8523version = "2.0.0"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8526
 8527[[package]]
 8528name = "icu_properties"
 8529version = "2.0.1"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8532dependencies = [
 8533 "displaydoc",
 8534 "icu_collections",
 8535 "icu_locale_core",
 8536 "icu_properties_data",
 8537 "icu_provider",
 8538 "potential_utf",
 8539 "zerotrie",
 8540 "zerovec",
 8541]
 8542
 8543[[package]]
 8544name = "icu_properties_data"
 8545version = "2.0.1"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8548
 8549[[package]]
 8550name = "icu_provider"
 8551version = "2.0.0"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8554dependencies = [
 8555 "displaydoc",
 8556 "icu_locale_core",
 8557 "stable_deref_trait",
 8558 "tinystr",
 8559 "writeable",
 8560 "yoke 0.8.0",
 8561 "zerofrom",
 8562 "zerotrie",
 8563 "zerovec",
 8564]
 8565
 8566[[package]]
 8567name = "id-arena"
 8568version = "2.2.1"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8571
 8572[[package]]
 8573name = "ident_case"
 8574version = "1.0.1"
 8575source = "registry+https://github.com/rust-lang/crates.io-index"
 8576checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8577
 8578[[package]]
 8579name = "idna"
 8580version = "1.1.0"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8583dependencies = [
 8584 "idna_adapter",
 8585 "smallvec",
 8586 "utf8_iter",
 8587]
 8588
 8589[[package]]
 8590name = "idna_adapter"
 8591version = "1.2.1"
 8592source = "registry+https://github.com/rust-lang/crates.io-index"
 8593checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8594dependencies = [
 8595 "icu_normalizer",
 8596 "icu_properties",
 8597]
 8598
 8599[[package]]
 8600name = "ignore"
 8601version = "0.4.24"
 8602source = "registry+https://github.com/rust-lang/crates.io-index"
 8603checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8604dependencies = [
 8605 "crossbeam-deque",
 8606 "globset",
 8607 "log",
 8608 "memchr",
 8609 "regex-automata",
 8610 "same-file",
 8611 "walkdir",
 8612 "winapi-util",
 8613]
 8614
 8615[[package]]
 8616name = "image"
 8617version = "0.25.8"
 8618source = "registry+https://github.com/rust-lang/crates.io-index"
 8619checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8620dependencies = [
 8621 "bytemuck",
 8622 "byteorder-lite",
 8623 "color_quant",
 8624 "exr",
 8625 "gif",
 8626 "image-webp",
 8627 "moxcms",
 8628 "num-traits",
 8629 "png 0.18.0",
 8630 "qoi",
 8631 "ravif",
 8632 "rayon",
 8633 "rgb",
 8634 "tiff",
 8635 "zune-core",
 8636 "zune-jpeg",
 8637]
 8638
 8639[[package]]
 8640name = "image-webp"
 8641version = "0.2.4"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8644dependencies = [
 8645 "byteorder-lite",
 8646 "quick-error 2.0.1",
 8647]
 8648
 8649[[package]]
 8650name = "image_viewer"
 8651version = "0.1.0"
 8652dependencies = [
 8653 "anyhow",
 8654 "db",
 8655 "editor",
 8656 "file_icons",
 8657 "gpui",
 8658 "language",
 8659 "log",
 8660 "project",
 8661 "serde",
 8662 "settings",
 8663 "theme_settings",
 8664 "ui",
 8665 "util",
 8666 "workspace",
 8667]
 8668
 8669[[package]]
 8670name = "imagesize"
 8671version = "0.13.0"
 8672source = "registry+https://github.com/rust-lang/crates.io-index"
 8673checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8674
 8675[[package]]
 8676name = "imara-diff"
 8677version = "0.1.8"
 8678source = "registry+https://github.com/rust-lang/crates.io-index"
 8679checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8680dependencies = [
 8681 "hashbrown 0.15.5",
 8682]
 8683
 8684[[package]]
 8685name = "imgref"
 8686version = "1.12.0"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8689
 8690[[package]]
 8691name = "indenter"
 8692version = "0.3.4"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8695
 8696[[package]]
 8697name = "indexmap"
 8698version = "2.11.4"
 8699source = "registry+https://github.com/rust-lang/crates.io-index"
 8700checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8701dependencies = [
 8702 "equivalent",
 8703 "hashbrown 0.16.1",
 8704 "serde",
 8705 "serde_core",
 8706]
 8707
 8708[[package]]
 8709name = "indoc"
 8710version = "2.0.6"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8713
 8714[[package]]
 8715name = "inherent"
 8716version = "1.0.13"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8719dependencies = [
 8720 "proc-macro2",
 8721 "quote",
 8722 "syn 2.0.117",
 8723]
 8724
 8725[[package]]
 8726name = "inotify"
 8727version = "0.9.6"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8730dependencies = [
 8731 "bitflags 1.3.2",
 8732 "inotify-sys",
 8733 "libc",
 8734]
 8735
 8736[[package]]
 8737name = "inotify"
 8738version = "0.11.0"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8741dependencies = [
 8742 "bitflags 2.10.0",
 8743 "inotify-sys",
 8744 "libc",
 8745]
 8746
 8747[[package]]
 8748name = "inotify-sys"
 8749version = "0.1.5"
 8750source = "registry+https://github.com/rust-lang/crates.io-index"
 8751checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8752dependencies = [
 8753 "libc",
 8754]
 8755
 8756[[package]]
 8757name = "inout"
 8758version = "0.1.4"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8761dependencies = [
 8762 "block-padding",
 8763 "generic-array",
 8764]
 8765
 8766[[package]]
 8767name = "inspector_ui"
 8768version = "0.1.0"
 8769dependencies = [
 8770 "anyhow",
 8771 "command_palette_hooks",
 8772 "editor",
 8773 "fuzzy",
 8774 "gpui",
 8775 "language",
 8776 "project",
 8777 "serde_json",
 8778 "serde_json_lenient",
 8779 "theme_settings",
 8780 "ui",
 8781 "util",
 8782 "util_macros",
 8783 "workspace",
 8784 "zed_actions",
 8785]
 8786
 8787[[package]]
 8788name = "install_cli"
 8789version = "0.1.0"
 8790dependencies = [
 8791 "anyhow",
 8792 "client",
 8793 "gpui",
 8794 "release_channel",
 8795 "smol",
 8796 "util",
 8797 "workspace",
 8798]
 8799
 8800[[package]]
 8801name = "instant"
 8802version = "0.1.13"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8805dependencies = [
 8806 "cfg-if",
 8807]
 8808
 8809[[package]]
 8810name = "interpolate_name"
 8811version = "0.2.4"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8814dependencies = [
 8815 "proc-macro2",
 8816 "quote",
 8817 "syn 2.0.117",
 8818]
 8819
 8820[[package]]
 8821name = "inventory"
 8822version = "0.3.21"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8825dependencies = [
 8826 "rustversion",
 8827]
 8828
 8829[[package]]
 8830name = "io-extras"
 8831version = "0.18.4"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8834dependencies = [
 8835 "io-lifetimes",
 8836 "windows-sys 0.59.0",
 8837]
 8838
 8839[[package]]
 8840name = "io-lifetimes"
 8841version = "2.0.4"
 8842source = "registry+https://github.com/rust-lang/crates.io-index"
 8843checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8844
 8845[[package]]
 8846name = "io-surface"
 8847version = "0.16.1"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8850dependencies = [
 8851 "cgl",
 8852 "core-foundation 0.10.0",
 8853 "core-foundation-sys",
 8854 "leaky-cow",
 8855]
 8856
 8857[[package]]
 8858name = "iovec"
 8859version = "0.1.4"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8862dependencies = [
 8863 "libc",
 8864]
 8865
 8866[[package]]
 8867name = "ipc-channel"
 8868version = "0.19.0"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8871dependencies = [
 8872 "bincode",
 8873 "crossbeam-channel",
 8874 "fnv",
 8875 "lazy_static",
 8876 "libc",
 8877 "mio 1.1.0",
 8878 "rand 0.8.5",
 8879 "serde",
 8880 "tempfile",
 8881 "uuid",
 8882 "windows 0.58.0",
 8883]
 8884
 8885[[package]]
 8886name = "ipnet"
 8887version = "2.11.0"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8890
 8891[[package]]
 8892name = "iri-string"
 8893version = "0.7.8"
 8894source = "registry+https://github.com/rust-lang/crates.io-index"
 8895checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8896dependencies = [
 8897 "memchr",
 8898 "serde",
 8899]
 8900
 8901[[package]]
 8902name = "is-docker"
 8903version = "0.2.0"
 8904source = "registry+https://github.com/rust-lang/crates.io-index"
 8905checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8906dependencies = [
 8907 "once_cell",
 8908]
 8909
 8910[[package]]
 8911name = "is-terminal"
 8912version = "0.4.16"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8915dependencies = [
 8916 "hermit-abi",
 8917 "libc",
 8918 "windows-sys 0.59.0",
 8919]
 8920
 8921[[package]]
 8922name = "is-wsl"
 8923version = "0.4.0"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8926dependencies = [
 8927 "is-docker",
 8928 "once_cell",
 8929]
 8930
 8931[[package]]
 8932name = "is_executable"
 8933version = "1.0.5"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8936dependencies = [
 8937 "windows-sys 0.60.2",
 8938]
 8939
 8940[[package]]
 8941name = "is_terminal_polyfill"
 8942version = "1.70.1"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8945
 8946[[package]]
 8947name = "itertools"
 8948version = "0.10.5"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8951dependencies = [
 8952 "either",
 8953]
 8954
 8955[[package]]
 8956name = "itertools"
 8957version = "0.11.0"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8960dependencies = [
 8961 "either",
 8962]
 8963
 8964[[package]]
 8965name = "itertools"
 8966version = "0.12.1"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8969dependencies = [
 8970 "either",
 8971]
 8972
 8973[[package]]
 8974name = "itertools"
 8975version = "0.14.0"
 8976source = "registry+https://github.com/rust-lang/crates.io-index"
 8977checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8978dependencies = [
 8979 "either",
 8980]
 8981
 8982[[package]]
 8983name = "itoa"
 8984version = "1.0.15"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8987
 8988[[package]]
 8989name = "jiff"
 8990version = "0.2.15"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8993dependencies = [
 8994 "jiff-static",
 8995 "log",
 8996 "portable-atomic",
 8997 "portable-atomic-util",
 8998 "serde",
 8999]
 9000
 9001[[package]]
 9002name = "jiff-static"
 9003version = "0.2.15"
 9004source = "registry+https://github.com/rust-lang/crates.io-index"
 9005checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9006dependencies = [
 9007 "proc-macro2",
 9008 "quote",
 9009 "syn 2.0.117",
 9010]
 9011
 9012[[package]]
 9013name = "jni"
 9014version = "0.21.1"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9017dependencies = [
 9018 "cesu8",
 9019 "cfg-if",
 9020 "combine",
 9021 "jni-sys",
 9022 "log",
 9023 "thiserror 1.0.69",
 9024 "walkdir",
 9025 "windows-sys 0.45.0",
 9026]
 9027
 9028[[package]]
 9029name = "jni-sys"
 9030version = "0.3.0"
 9031source = "registry+https://github.com/rust-lang/crates.io-index"
 9032checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9033
 9034[[package]]
 9035name = "jobserver"
 9036version = "0.1.34"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9039dependencies = [
 9040 "getrandom 0.3.4",
 9041 "libc",
 9042]
 9043
 9044[[package]]
 9045name = "journal"
 9046version = "0.1.0"
 9047dependencies = [
 9048 "anyhow",
 9049 "chrono",
 9050 "editor",
 9051 "gpui",
 9052 "log",
 9053 "serde",
 9054 "settings",
 9055 "shellexpand 2.1.2",
 9056 "workspace",
 9057]
 9058
 9059[[package]]
 9060name = "js-sys"
 9061version = "0.3.90"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9064dependencies = [
 9065 "once_cell",
 9066 "wasm-bindgen",
 9067]
 9068
 9069[[package]]
 9070name = "json5"
 9071version = "0.4.1"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9074dependencies = [
 9075 "pest",
 9076 "pest_derive",
 9077 "serde",
 9078]
 9079
 9080[[package]]
 9081name = "json_dotpath"
 9082version = "1.1.0"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9085dependencies = [
 9086 "serde",
 9087 "serde_derive",
 9088 "serde_json",
 9089 "thiserror 1.0.69",
 9090]
 9091
 9092[[package]]
 9093name = "json_schema_store"
 9094version = "0.1.0"
 9095dependencies = [
 9096 "anyhow",
 9097 "collections",
 9098 "dap",
 9099 "extension",
 9100 "gpui",
 9101 "language",
 9102 "parking_lot",
 9103 "paths",
 9104 "project",
 9105 "schemars",
 9106 "serde",
 9107 "serde_json",
 9108 "settings",
 9109 "snippet_provider",
 9110 "task",
 9111 "theme",
 9112 "util",
 9113]
 9114
 9115[[package]]
 9116name = "jsonschema"
 9117version = "0.37.4"
 9118source = "registry+https://github.com/rust-lang/crates.io-index"
 9119checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9120dependencies = [
 9121 "ahash 0.8.12",
 9122 "bytecount",
 9123 "data-encoding",
 9124 "email_address",
 9125 "fancy-regex 0.16.2",
 9126 "fraction",
 9127 "getrandom 0.3.4",
 9128 "idna",
 9129 "itoa",
 9130 "num-cmp",
 9131 "num-traits",
 9132 "percent-encoding",
 9133 "referencing",
 9134 "regex",
 9135 "regex-syntax",
 9136 "reqwest 0.12.24",
 9137 "serde",
 9138 "serde_json",
 9139 "unicode-general-category",
 9140 "uuid-simd",
 9141]
 9142
 9143[[package]]
 9144name = "jsonwebtoken"
 9145version = "10.3.0"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9148dependencies = [
 9149 "aws-lc-rs",
 9150 "base64 0.22.1",
 9151 "getrandom 0.2.16",
 9152 "js-sys",
 9153 "pem",
 9154 "serde",
 9155 "serde_json",
 9156 "signature 2.2.0",
 9157 "simple_asn1",
 9158]
 9159
 9160[[package]]
 9161name = "jupyter-protocol"
 9162version = "1.4.0"
 9163source = "registry+https://github.com/rust-lang/crates.io-index"
 9164checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9165dependencies = [
 9166 "async-trait",
 9167 "bytes 1.11.1",
 9168 "chrono",
 9169 "futures 0.3.32",
 9170 "serde",
 9171 "serde_json",
 9172 "thiserror 2.0.17",
 9173 "uuid",
 9174]
 9175
 9176[[package]]
 9177name = "jupyter-websocket-client"
 9178version = "1.0.0"
 9179source = "registry+https://github.com/rust-lang/crates.io-index"
 9180checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9181dependencies = [
 9182 "anyhow",
 9183 "async-trait",
 9184 "async-tungstenite",
 9185 "futures 0.3.32",
 9186 "jupyter-protocol",
 9187 "serde",
 9188 "serde_json",
 9189 "tokio",
 9190 "url",
 9191 "uuid",
 9192]
 9193
 9194[[package]]
 9195name = "keymap_editor"
 9196version = "0.1.0"
 9197dependencies = [
 9198 "anyhow",
 9199 "collections",
 9200 "command_palette",
 9201 "component",
 9202 "db",
 9203 "editor",
 9204 "fs",
 9205 "fuzzy",
 9206 "gpui",
 9207 "itertools 0.14.0",
 9208 "json_schema_store",
 9209 "language",
 9210 "log",
 9211 "menu",
 9212 "notifications",
 9213 "paths",
 9214 "project",
 9215 "search",
 9216 "serde",
 9217 "serde_json",
 9218 "settings",
 9219 "telemetry",
 9220 "tempfile",
 9221 "theme",
 9222 "theme_settings",
 9223 "tree-sitter-json",
 9224 "tree-sitter-rust",
 9225 "ui",
 9226 "ui_input",
 9227 "util",
 9228 "workspace",
 9229 "zed_actions",
 9230]
 9231
 9232[[package]]
 9233name = "khronos-egl"
 9234version = "6.0.0"
 9235source = "registry+https://github.com/rust-lang/crates.io-index"
 9236checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9237dependencies = [
 9238 "libc",
 9239 "libloading",
 9240 "pkg-config",
 9241]
 9242
 9243[[package]]
 9244name = "khronos_api"
 9245version = "3.1.0"
 9246source = "registry+https://github.com/rust-lang/crates.io-index"
 9247checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9248
 9249[[package]]
 9250name = "kqueue"
 9251version = "1.1.1"
 9252source = "registry+https://github.com/rust-lang/crates.io-index"
 9253checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9254dependencies = [
 9255 "kqueue-sys",
 9256 "libc",
 9257]
 9258
 9259[[package]]
 9260name = "kqueue-sys"
 9261version = "1.0.4"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9264dependencies = [
 9265 "bitflags 1.3.2",
 9266 "libc",
 9267]
 9268
 9269[[package]]
 9270name = "kurbo"
 9271version = "0.11.3"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9274dependencies = [
 9275 "arrayvec",
 9276 "euclid",
 9277 "smallvec",
 9278]
 9279
 9280[[package]]
 9281name = "kv-log-macro"
 9282version = "1.0.7"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9285dependencies = [
 9286 "log",
 9287]
 9288
 9289[[package]]
 9290name = "language"
 9291version = "0.1.0"
 9292dependencies = [
 9293 "anyhow",
 9294 "async-trait",
 9295 "clock",
 9296 "collections",
 9297 "criterion",
 9298 "ctor",
 9299 "diffy",
 9300 "ec4rs",
 9301 "encoding_rs",
 9302 "fs",
 9303 "futures 0.3.32",
 9304 "fuzzy",
 9305 "globset",
 9306 "gpui",
 9307 "http_client",
 9308 "imara-diff",
 9309 "indoc",
 9310 "itertools 0.14.0",
 9311 "language_core",
 9312 "log",
 9313 "lsp",
 9314 "parking_lot",
 9315 "postage",
 9316 "pretty_assertions",
 9317 "rand 0.9.2",
 9318 "regex",
 9319 "rpc",
 9320 "semver",
 9321 "serde",
 9322 "serde_json",
 9323 "settings",
 9324 "shellexpand 2.1.2",
 9325 "smallvec",
 9326 "smol",
 9327 "streaming-iterator",
 9328 "strsim",
 9329 "sum_tree",
 9330 "task",
 9331 "text",
 9332 "theme",
 9333 "theme_settings",
 9334 "toml 0.8.23",
 9335 "tracing",
 9336 "tree-sitter",
 9337 "tree-sitter-elixir",
 9338 "tree-sitter-embedded-template",
 9339 "tree-sitter-heex",
 9340 "tree-sitter-html",
 9341 "tree-sitter-json",
 9342 "tree-sitter-md",
 9343 "tree-sitter-python",
 9344 "tree-sitter-ruby",
 9345 "tree-sitter-rust",
 9346 "tree-sitter-typescript",
 9347 "unicase",
 9348 "unindent",
 9349 "util",
 9350 "watch",
 9351 "zlog",
 9352 "ztracing",
 9353]
 9354
 9355[[package]]
 9356name = "language_core"
 9357version = "0.1.0"
 9358dependencies = [
 9359 "anyhow",
 9360 "collections",
 9361 "gpui",
 9362 "log",
 9363 "lsp",
 9364 "parking_lot",
 9365 "regex",
 9366 "schemars",
 9367 "serde",
 9368 "serde_json",
 9369 "toml 0.8.23",
 9370 "tree-sitter",
 9371 "util",
 9372]
 9373
 9374[[package]]
 9375name = "language_extension"
 9376version = "0.1.0"
 9377dependencies = [
 9378 "anyhow",
 9379 "async-trait",
 9380 "collections",
 9381 "extension",
 9382 "fs",
 9383 "futures 0.3.32",
 9384 "gpui",
 9385 "language",
 9386 "log",
 9387 "lsp",
 9388 "project",
 9389 "serde",
 9390 "serde_json",
 9391 "tracing",
 9392 "util",
 9393 "ztracing",
 9394]
 9395
 9396[[package]]
 9397name = "language_model"
 9398version = "0.1.0"
 9399dependencies = [
 9400 "anthropic",
 9401 "anyhow",
 9402 "base64 0.22.1",
 9403 "cloud_api_client",
 9404 "cloud_api_types",
 9405 "cloud_llm_client",
 9406 "collections",
 9407 "credentials_provider",
 9408 "env_var",
 9409 "futures 0.3.32",
 9410 "gpui",
 9411 "http_client",
 9412 "icons",
 9413 "image",
 9414 "log",
 9415 "open_ai",
 9416 "open_router",
 9417 "parking_lot",
 9418 "schemars",
 9419 "serde",
 9420 "serde_json",
 9421 "smol",
 9422 "thiserror 2.0.17",
 9423 "util",
 9424]
 9425
 9426[[package]]
 9427name = "language_models"
 9428version = "0.1.0"
 9429dependencies = [
 9430 "ai_onboarding",
 9431 "anthropic",
 9432 "anyhow",
 9433 "aws-config",
 9434 "aws-credential-types",
 9435 "aws_http_client",
 9436 "base64 0.22.1",
 9437 "bedrock",
 9438 "client",
 9439 "cloud_api_types",
 9440 "cloud_llm_client",
 9441 "collections",
 9442 "component",
 9443 "convert_case 0.8.0",
 9444 "copilot",
 9445 "copilot_chat",
 9446 "copilot_ui",
 9447 "credentials_provider",
 9448 "deepseek",
 9449 "extension",
 9450 "extension_host",
 9451 "fs",
 9452 "futures 0.3.32",
 9453 "google_ai",
 9454 "gpui",
 9455 "gpui_tokio",
 9456 "http_client",
 9457 "language",
 9458 "language_model",
 9459 "lmstudio",
 9460 "log",
 9461 "menu",
 9462 "mistral",
 9463 "ollama",
 9464 "open_ai",
 9465 "open_router",
 9466 "opencode",
 9467 "partial-json-fixer",
 9468 "pretty_assertions",
 9469 "release_channel",
 9470 "schemars",
 9471 "semver",
 9472 "serde",
 9473 "serde_json",
 9474 "settings",
 9475 "smol",
 9476 "strum 0.27.2",
 9477 "thiserror 2.0.17",
 9478 "tiktoken-rs",
 9479 "tokio",
 9480 "ui",
 9481 "ui_input",
 9482 "util",
 9483 "vercel",
 9484 "x_ai",
 9485]
 9486
 9487[[package]]
 9488name = "language_onboarding"
 9489version = "0.1.0"
 9490dependencies = [
 9491 "db",
 9492 "editor",
 9493 "gpui",
 9494 "project",
 9495 "ui",
 9496 "workspace",
 9497]
 9498
 9499[[package]]
 9500name = "language_selector"
 9501version = "0.1.0"
 9502dependencies = [
 9503 "anyhow",
 9504 "editor",
 9505 "file_icons",
 9506 "fuzzy",
 9507 "gpui",
 9508 "language",
 9509 "open_path_prompt",
 9510 "picker",
 9511 "project",
 9512 "serde_json",
 9513 "settings",
 9514 "ui",
 9515 "util",
 9516 "workspace",
 9517]
 9518
 9519[[package]]
 9520name = "language_tools"
 9521version = "0.1.0"
 9522dependencies = [
 9523 "anyhow",
 9524 "client",
 9525 "collections",
 9526 "command_palette_hooks",
 9527 "edit_prediction",
 9528 "editor",
 9529 "futures 0.3.32",
 9530 "gpui",
 9531 "itertools 0.14.0",
 9532 "language",
 9533 "lsp",
 9534 "menu",
 9535 "project",
 9536 "proto",
 9537 "release_channel",
 9538 "semver",
 9539 "serde_json",
 9540 "settings",
 9541 "sysinfo 0.37.2",
 9542 "telemetry",
 9543 "theme",
 9544 "theme_settings",
 9545 "tree-sitter",
 9546 "ui",
 9547 "util",
 9548 "workspace",
 9549 "zed_actions",
 9550 "zlog",
 9551]
 9552
 9553[[package]]
 9554name = "languages"
 9555version = "0.1.0"
 9556dependencies = [
 9557 "anyhow",
 9558 "async-compression",
 9559 "async-fs",
 9560 "async-tar",
 9561 "async-trait",
 9562 "chrono",
 9563 "collections",
 9564 "fs",
 9565 "futures 0.3.32",
 9566 "globset",
 9567 "gpui",
 9568 "grammars",
 9569 "http_client",
 9570 "itertools 0.14.0",
 9571 "json_schema_store",
 9572 "language",
 9573 "log",
 9574 "lsp",
 9575 "node_runtime",
 9576 "parking_lot",
 9577 "pet",
 9578 "pet-conda",
 9579 "pet-core",
 9580 "pet-fs",
 9581 "pet-poetry",
 9582 "pet-reporter",
 9583 "pet-virtualenv",
 9584 "pretty_assertions",
 9585 "project",
 9586 "regex",
 9587 "rope",
 9588 "semver",
 9589 "serde",
 9590 "serde_json",
 9591 "serde_json_lenient",
 9592 "settings",
 9593 "smallvec",
 9594 "smol",
 9595 "snippet",
 9596 "task",
 9597 "terminal",
 9598 "theme",
 9599 "tree-sitter",
 9600 "tree-sitter-bash",
 9601 "tree-sitter-c",
 9602 "tree-sitter-cpp",
 9603 "tree-sitter-css",
 9604 "tree-sitter-gitcommit",
 9605 "tree-sitter-go",
 9606 "tree-sitter-python",
 9607 "tree-sitter-rust",
 9608 "tree-sitter-typescript",
 9609 "unindent",
 9610 "url",
 9611 "util",
 9612]
 9613
 9614[[package]]
 9615name = "lazy_static"
 9616version = "1.5.0"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9619dependencies = [
 9620 "spin 0.9.8",
 9621]
 9622
 9623[[package]]
 9624name = "leak"
 9625version = "0.1.2"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9628
 9629[[package]]
 9630name = "leaky-cow"
 9631version = "0.1.1"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9634dependencies = [
 9635 "leak",
 9636]
 9637
 9638[[package]]
 9639name = "leb128"
 9640version = "0.2.5"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9643
 9644[[package]]
 9645name = "leb128fmt"
 9646version = "0.1.0"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9649
 9650[[package]]
 9651name = "lebe"
 9652version = "0.5.3"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9655
 9656[[package]]
 9657name = "libbz2-rs-sys"
 9658version = "0.2.2"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9661
 9662[[package]]
 9663name = "libc"
 9664version = "0.2.182"
 9665source = "registry+https://github.com/rust-lang/crates.io-index"
 9666checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9667
 9668[[package]]
 9669name = "libdbus-sys"
 9670version = "0.2.6"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9673dependencies = [
 9674 "cc",
 9675 "pkg-config",
 9676]
 9677
 9678[[package]]
 9679name = "libfuzzer-sys"
 9680version = "0.4.10"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9683dependencies = [
 9684 "arbitrary",
 9685 "cc",
 9686]
 9687
 9688[[package]]
 9689name = "libgit2-sys"
 9690version = "0.18.3+1.9.2"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9693dependencies = [
 9694 "cc",
 9695 "libc",
 9696 "libz-sys",
 9697 "pkg-config",
 9698]
 9699
 9700[[package]]
 9701name = "libloading"
 9702version = "0.8.9"
 9703source = "registry+https://github.com/rust-lang/crates.io-index"
 9704checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9705dependencies = [
 9706 "cfg-if",
 9707 "windows-link 0.2.1",
 9708]
 9709
 9710[[package]]
 9711name = "libm"
 9712version = "0.2.15"
 9713source = "registry+https://github.com/rust-lang/crates.io-index"
 9714checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9715
 9716[[package]]
 9717name = "libmimalloc-sys"
 9718version = "0.1.44"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9721dependencies = [
 9722 "cc",
 9723 "libc",
 9724]
 9725
 9726[[package]]
 9727name = "libredox"
 9728version = "0.1.10"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9731dependencies = [
 9732 "bitflags 2.10.0",
 9733 "libc",
 9734 "redox_syscall 0.5.18",
 9735]
 9736
 9737[[package]]
 9738name = "libsqlite3-sys"
 9739version = "0.30.1"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9742dependencies = [
 9743 "cc",
 9744 "pkg-config",
 9745 "vcpkg",
 9746]
 9747
 9748[[package]]
 9749name = "libwebrtc"
 9750version = "0.3.26"
 9751source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9752dependencies = [
 9753 "cxx",
 9754 "glib",
 9755 "jni",
 9756 "js-sys",
 9757 "lazy_static",
 9758 "livekit-protocol",
 9759 "livekit-runtime",
 9760 "log",
 9761 "parking_lot",
 9762 "serde",
 9763 "serde_json",
 9764 "thiserror 1.0.69",
 9765 "tokio",
 9766 "wasm-bindgen",
 9767 "wasm-bindgen-futures",
 9768 "web-sys",
 9769 "webrtc-sys",
 9770]
 9771
 9772[[package]]
 9773name = "libz-sys"
 9774version = "1.1.22"
 9775source = "registry+https://github.com/rust-lang/crates.io-index"
 9776checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9777dependencies = [
 9778 "cc",
 9779 "libc",
 9780 "pkg-config",
 9781 "vcpkg",
 9782]
 9783
 9784[[package]]
 9785name = "line_ending_selector"
 9786version = "0.1.0"
 9787dependencies = [
 9788 "editor",
 9789 "gpui",
 9790 "language",
 9791 "picker",
 9792 "project",
 9793 "ui",
 9794 "util",
 9795 "workspace",
 9796]
 9797
 9798[[package]]
 9799name = "linebender_resource_handle"
 9800version = "0.1.1"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9803
 9804[[package]]
 9805name = "link-cplusplus"
 9806version = "1.0.12"
 9807source = "registry+https://github.com/rust-lang/crates.io-index"
 9808checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9809dependencies = [
 9810 "cc",
 9811]
 9812
 9813[[package]]
 9814name = "linkify"
 9815version = "0.10.0"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9818dependencies = [
 9819 "memchr",
 9820]
 9821
 9822[[package]]
 9823name = "linux-raw-sys"
 9824version = "0.4.15"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9827
 9828[[package]]
 9829name = "linux-raw-sys"
 9830version = "0.11.0"
 9831source = "registry+https://github.com/rust-lang/crates.io-index"
 9832checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9833
 9834[[package]]
 9835name = "litemap"
 9836version = "0.8.0"
 9837source = "registry+https://github.com/rust-lang/crates.io-index"
 9838checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9839
 9840[[package]]
 9841name = "litrs"
 9842version = "1.0.0"
 9843source = "registry+https://github.com/rust-lang/crates.io-index"
 9844checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9845
 9846[[package]]
 9847name = "livekit"
 9848version = "0.7.32"
 9849source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9850dependencies = [
 9851 "base64 0.22.1",
 9852 "bmrng",
 9853 "bytes 1.11.1",
 9854 "chrono",
 9855 "futures-util",
 9856 "lazy_static",
 9857 "libloading",
 9858 "libwebrtc",
 9859 "livekit-api",
 9860 "livekit-protocol",
 9861 "livekit-runtime",
 9862 "log",
 9863 "parking_lot",
 9864 "prost 0.12.6",
 9865 "semver",
 9866 "serde",
 9867 "serde_json",
 9868 "thiserror 1.0.69",
 9869 "tokio",
 9870]
 9871
 9872[[package]]
 9873name = "livekit-api"
 9874version = "0.4.14"
 9875source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9876dependencies = [
 9877 "base64 0.21.7",
 9878 "futures-util",
 9879 "http 1.3.1",
 9880 "livekit-protocol",
 9881 "livekit-runtime",
 9882 "log",
 9883 "parking_lot",
 9884 "pbjson-types",
 9885 "prost 0.12.6",
 9886 "rand 0.9.2",
 9887 "reqwest 0.12.24",
 9888 "rustls-native-certs 0.6.3",
 9889 "scopeguard",
 9890 "serde",
 9891 "sha2",
 9892 "thiserror 1.0.69",
 9893 "tokio",
 9894 "tokio-rustls 0.26.2",
 9895 "tokio-tungstenite 0.28.0",
 9896 "url",
 9897]
 9898
 9899[[package]]
 9900name = "livekit-protocol"
 9901version = "0.7.1"
 9902source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9903dependencies = [
 9904 "futures-util",
 9905 "livekit-runtime",
 9906 "parking_lot",
 9907 "pbjson",
 9908 "pbjson-types",
 9909 "prost 0.12.6",
 9910 "serde",
 9911 "thiserror 1.0.69",
 9912 "tokio",
 9913]
 9914
 9915[[package]]
 9916name = "livekit-runtime"
 9917version = "0.4.0"
 9918source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9919dependencies = [
 9920 "tokio",
 9921 "tokio-stream",
 9922]
 9923
 9924[[package]]
 9925name = "livekit_api"
 9926version = "0.1.0"
 9927dependencies = [
 9928 "anyhow",
 9929 "async-trait",
 9930 "jsonwebtoken",
 9931 "log",
 9932 "prost 0.9.0",
 9933 "prost-build 0.9.0",
 9934 "prost-types 0.9.0",
 9935 "serde",
 9936 "zed-reqwest",
 9937]
 9938
 9939[[package]]
 9940name = "livekit_client"
 9941version = "0.1.0"
 9942dependencies = [
 9943 "anyhow",
 9944 "async-trait",
 9945 "audio",
 9946 "cocoa 0.26.0",
 9947 "collections",
 9948 "core-foundation 0.10.0",
 9949 "core-video",
 9950 "coreaudio-rs 0.12.1",
 9951 "cpal",
 9952 "futures 0.3.32",
 9953 "gpui",
 9954 "gpui_platform",
 9955 "gpui_tokio",
 9956 "http_client_tls",
 9957 "image",
 9958 "libwebrtc",
 9959 "livekit",
 9960 "livekit_api",
 9961 "log",
 9962 "nanoid",
 9963 "objc",
 9964 "parking_lot",
 9965 "postage",
 9966 "rodio",
 9967 "serde",
 9968 "serde_json",
 9969 "serde_urlencoded",
 9970 "settings",
 9971 "simplelog",
 9972 "smallvec",
 9973 "tokio",
 9974 "ui",
 9975 "util",
 9976 "webrtc-sys",
 9977 "zed-scap",
 9978]
 9979
 9980[[package]]
 9981name = "lmdb-master-sys"
 9982version = "0.2.5"
 9983source = "registry+https://github.com/rust-lang/crates.io-index"
 9984checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9985dependencies = [
 9986 "cc",
 9987 "doxygen-rs",
 9988 "libc",
 9989]
 9990
 9991[[package]]
 9992name = "lmstudio"
 9993version = "0.1.0"
 9994dependencies = [
 9995 "anyhow",
 9996 "futures 0.3.32",
 9997 "http_client",
 9998 "schemars",
 9999 "serde",
10000 "serde_json",
10001]
10002
10003[[package]]
10004name = "lock_api"
10005version = "0.4.14"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10008dependencies = [
10009 "scopeguard",
10010]
10011
10012[[package]]
10013name = "log"
10014version = "0.4.29"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10017dependencies = [
10018 "serde_core",
10019 "value-bag",
10020]
10021
10022[[package]]
10023name = "loom"
10024version = "0.7.2"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10027dependencies = [
10028 "cfg-if",
10029 "generator",
10030 "scoped-tls",
10031 "tracing",
10032 "tracing-subscriber",
10033]
10034
10035[[package]]
10036name = "loop9"
10037version = "0.1.5"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10040dependencies = [
10041 "imgref",
10042]
10043
10044[[package]]
10045name = "lru"
10046version = "0.12.5"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10049dependencies = [
10050 "hashbrown 0.15.5",
10051]
10052
10053[[package]]
10054name = "lru-slab"
10055version = "0.1.2"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10058
10059[[package]]
10060name = "lsp"
10061version = "0.1.0"
10062dependencies = [
10063 "anyhow",
10064 "async-pipe",
10065 "collections",
10066 "ctor",
10067 "futures 0.3.32",
10068 "gpui",
10069 "gpui_util",
10070 "log",
10071 "lsp-types",
10072 "parking_lot",
10073 "postage",
10074 "release_channel",
10075 "schemars",
10076 "semver",
10077 "serde",
10078 "serde_json",
10079 "smol",
10080 "util",
10081 "zlog",
10082]
10083
10084[[package]]
10085name = "lsp-types"
10086version = "0.95.1"
10087source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10088dependencies = [
10089 "bitflags 1.3.2",
10090 "serde",
10091 "serde_json",
10092 "url",
10093]
10094
10095[[package]]
10096name = "lyon"
10097version = "1.0.16"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10100dependencies = [
10101 "lyon_algorithms",
10102 "lyon_extra",
10103 "lyon_tessellation",
10104]
10105
10106[[package]]
10107name = "lyon_algorithms"
10108version = "1.0.16"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10111dependencies = [
10112 "lyon_path",
10113 "num-traits",
10114]
10115
10116[[package]]
10117name = "lyon_extra"
10118version = "1.0.3"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10121dependencies = [
10122 "lyon_path",
10123 "thiserror 1.0.69",
10124]
10125
10126[[package]]
10127name = "lyon_geom"
10128version = "1.0.17"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10131dependencies = [
10132 "arrayvec",
10133 "euclid",
10134 "num-traits",
10135]
10136
10137[[package]]
10138name = "lyon_path"
10139version = "1.0.16"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10142dependencies = [
10143 "lyon_geom",
10144 "num-traits",
10145]
10146
10147[[package]]
10148name = "lyon_tessellation"
10149version = "1.0.16"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10152dependencies = [
10153 "float_next_after",
10154 "lyon_path",
10155 "num-traits",
10156]
10157
10158[[package]]
10159name = "mac"
10160version = "0.1.1"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10163
10164[[package]]
10165name = "mach2"
10166version = "0.4.3"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10169dependencies = [
10170 "libc",
10171]
10172
10173[[package]]
10174name = "mach2"
10175version = "0.5.0"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10178dependencies = [
10179 "libc",
10180]
10181
10182[[package]]
10183name = "malloc_buf"
10184version = "0.0.6"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10187dependencies = [
10188 "libc",
10189]
10190
10191[[package]]
10192name = "maplit"
10193version = "1.0.2"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10196
10197[[package]]
10198name = "markdown"
10199version = "0.1.0"
10200dependencies = [
10201 "anyhow",
10202 "assets",
10203 "base64 0.22.1",
10204 "collections",
10205 "env_logger 0.11.8",
10206 "fs",
10207 "futures 0.3.32",
10208 "gpui",
10209 "gpui_platform",
10210 "html5ever 0.27.0",
10211 "language",
10212 "languages",
10213 "linkify",
10214 "log",
10215 "markup5ever_rcdom",
10216 "mermaid-rs-renderer",
10217 "node_runtime",
10218 "pulldown-cmark 0.13.0",
10219 "settings",
10220 "stacksafe",
10221 "sum_tree",
10222 "theme",
10223 "theme_settings",
10224 "ui",
10225 "util",
10226]
10227
10228[[package]]
10229name = "markdown_preview"
10230version = "0.1.0"
10231dependencies = [
10232 "anyhow",
10233 "editor",
10234 "gpui",
10235 "language",
10236 "log",
10237 "markdown",
10238 "project",
10239 "settings",
10240 "tempfile",
10241 "theme_settings",
10242 "ui",
10243 "urlencoding",
10244 "util",
10245 "workspace",
10246 "zed_actions",
10247]
10248
10249[[package]]
10250name = "markup5ever"
10251version = "0.12.1"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10254dependencies = [
10255 "log",
10256 "phf 0.11.3",
10257 "phf_codegen",
10258 "string_cache",
10259 "string_cache_codegen",
10260 "tendril",
10261]
10262
10263[[package]]
10264name = "markup5ever"
10265version = "0.35.0"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10268dependencies = [
10269 "log",
10270 "tendril",
10271 "web_atoms",
10272]
10273
10274[[package]]
10275name = "markup5ever_rcdom"
10276version = "0.3.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10279dependencies = [
10280 "html5ever 0.27.0",
10281 "markup5ever 0.12.1",
10282 "tendril",
10283 "xml5ever",
10284]
10285
10286[[package]]
10287name = "match_token"
10288version = "0.35.0"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10291dependencies = [
10292 "proc-macro2",
10293 "quote",
10294 "syn 2.0.117",
10295]
10296
10297[[package]]
10298name = "matchers"
10299version = "0.2.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10302dependencies = [
10303 "regex-automata",
10304]
10305
10306[[package]]
10307name = "matchit"
10308version = "0.7.3"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10311
10312[[package]]
10313name = "maybe-owned"
10314version = "0.3.4"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10317
10318[[package]]
10319name = "maybe-rayon"
10320version = "0.1.1"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10323dependencies = [
10324 "cfg-if",
10325 "rayon",
10326]
10327
10328[[package]]
10329name = "md-5"
10330version = "0.10.6"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10333dependencies = [
10334 "cfg-if",
10335 "digest",
10336]
10337
10338[[package]]
10339name = "mdbook"
10340version = "0.4.40"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10343dependencies = [
10344 "ammonia",
10345 "anyhow",
10346 "chrono",
10347 "clap",
10348 "clap_complete",
10349 "elasticlunr-rs",
10350 "env_logger 0.11.8",
10351 "futures-util",
10352 "handlebars 5.1.2",
10353 "ignore",
10354 "log",
10355 "memchr",
10356 "notify 6.1.1",
10357 "notify-debouncer-mini",
10358 "once_cell",
10359 "opener",
10360 "pathdiff",
10361 "pulldown-cmark 0.10.3",
10362 "regex",
10363 "serde",
10364 "serde_json",
10365 "shlex",
10366 "tempfile",
10367 "tokio",
10368 "toml 0.5.11",
10369 "topological-sort",
10370 "walkdir",
10371 "warp",
10372]
10373
10374[[package]]
10375name = "media"
10376version = "0.1.0"
10377dependencies = [
10378 "anyhow",
10379 "bindgen 0.71.1",
10380 "core-foundation 0.10.0",
10381 "core-video",
10382 "ctor",
10383 "foreign-types 0.5.0",
10384 "metal",
10385 "objc",
10386]
10387
10388[[package]]
10389name = "memchr"
10390version = "2.7.6"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10393
10394[[package]]
10395name = "memfd"
10396version = "0.6.5"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10399dependencies = [
10400 "rustix 1.1.2",
10401]
10402
10403[[package]]
10404name = "memmap2"
10405version = "0.9.8"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10408dependencies = [
10409 "libc",
10410 "stable_deref_trait",
10411]
10412
10413[[package]]
10414name = "memoffset"
10415version = "0.9.1"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10418dependencies = [
10419 "autocfg",
10420]
10421
10422[[package]]
10423name = "menu"
10424version = "0.1.0"
10425dependencies = [
10426 "gpui",
10427]
10428
10429[[package]]
10430name = "merge"
10431version = "0.1.0"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10434dependencies = [
10435 "merge_derive",
10436 "num-traits",
10437]
10438
10439[[package]]
10440name = "merge_derive"
10441version = "0.1.0"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10444dependencies = [
10445 "proc-macro-error",
10446 "proc-macro2",
10447 "quote",
10448 "syn 1.0.109",
10449]
10450
10451[[package]]
10452name = "mermaid-rs-renderer"
10453version = "0.2.0"
10454source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10455dependencies = [
10456 "anyhow",
10457 "fontdb 0.16.2",
10458 "json5",
10459 "once_cell",
10460 "regex",
10461 "serde",
10462 "serde_json",
10463 "thiserror 2.0.17",
10464 "ttf-parser 0.20.0",
10465]
10466
10467[[package]]
10468name = "metal"
10469version = "0.33.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10472dependencies = [
10473 "bitflags 2.10.0",
10474 "block",
10475 "core-graphics-types 0.2.0",
10476 "foreign-types 0.5.0",
10477 "log",
10478 "objc",
10479 "paste",
10480]
10481
10482[[package]]
10483name = "migrator"
10484version = "0.1.0"
10485dependencies = [
10486 "anyhow",
10487 "collections",
10488 "convert_case 0.8.0",
10489 "log",
10490 "pretty_assertions",
10491 "serde_json",
10492 "serde_json_lenient",
10493 "settings_content",
10494 "settings_json",
10495 "streaming-iterator",
10496 "tree-sitter",
10497 "tree-sitter-json",
10498 "unindent",
10499]
10500
10501[[package]]
10502name = "mimalloc"
10503version = "0.1.48"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10506dependencies = [
10507 "libmimalloc-sys",
10508]
10509
10510[[package]]
10511name = "mime"
10512version = "0.3.17"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10515
10516[[package]]
10517name = "mime_guess"
10518version = "2.0.5"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10521dependencies = [
10522 "mime",
10523 "unicase",
10524]
10525
10526[[package]]
10527name = "minidump-common"
10528version = "0.26.1"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10531dependencies = [
10532 "bitflags 2.10.0",
10533 "debugid",
10534 "num-derive",
10535 "num-traits",
10536 "range-map",
10537 "scroll",
10538 "smart-default",
10539]
10540
10541[[package]]
10542name = "minidump-writer"
10543version = "0.11.0"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10546dependencies = [
10547 "bitflags 2.10.0",
10548 "byteorder",
10549 "cfg-if",
10550 "crash-context",
10551 "error-graph",
10552 "failspot",
10553 "goblin",
10554 "libc",
10555 "log",
10556 "mach2 0.4.3",
10557 "memmap2",
10558 "memoffset",
10559 "minidump-common",
10560 "nix 0.29.0",
10561 "procfs-core",
10562 "scroll",
10563 "serde",
10564 "serde_json",
10565 "tempfile",
10566 "thiserror 2.0.17",
10567]
10568
10569[[package]]
10570name = "minidumper"
10571version = "0.9.0"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10574dependencies = [
10575 "cfg-if",
10576 "crash-context",
10577 "libc",
10578 "log",
10579 "minidump-writer",
10580 "parking_lot",
10581 "polling",
10582 "scroll",
10583 "thiserror 2.0.17",
10584 "uds",
10585]
10586
10587[[package]]
10588name = "minimal-lexical"
10589version = "0.2.1"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10592
10593[[package]]
10594name = "miniprofiler_ui"
10595version = "0.1.0"
10596dependencies = [
10597 "gpui",
10598 "rpc",
10599 "serde_json",
10600 "smol",
10601 "theme_settings",
10602 "util",
10603 "workspace",
10604 "zed_actions",
10605]
10606
10607[[package]]
10608name = "miniz_oxide"
10609version = "0.8.9"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10612dependencies = [
10613 "adler2",
10614 "simd-adler32",
10615]
10616
10617[[package]]
10618name = "mio"
10619version = "0.8.11"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10622dependencies = [
10623 "libc",
10624 "log",
10625 "wasi",
10626 "windows-sys 0.48.0",
10627]
10628
10629[[package]]
10630name = "mio"
10631version = "1.1.0"
10632source = "registry+https://github.com/rust-lang/crates.io-index"
10633checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10634dependencies = [
10635 "libc",
10636 "log",
10637 "wasi",
10638 "windows-sys 0.61.2",
10639]
10640
10641[[package]]
10642name = "miow"
10643version = "0.6.1"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10646dependencies = [
10647 "windows-sys 0.61.2",
10648]
10649
10650[[package]]
10651name = "mistral"
10652version = "0.1.0"
10653dependencies = [
10654 "anyhow",
10655 "futures 0.3.32",
10656 "http_client",
10657 "schemars",
10658 "serde",
10659 "serde_json",
10660 "strum 0.27.2",
10661]
10662
10663[[package]]
10664name = "moka"
10665version = "0.12.11"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10668dependencies = [
10669 "crossbeam-channel",
10670 "crossbeam-epoch",
10671 "crossbeam-utils",
10672 "equivalent",
10673 "parking_lot",
10674 "portable-atomic",
10675 "rustc_version",
10676 "smallvec",
10677 "tagptr",
10678 "uuid",
10679]
10680
10681[[package]]
10682name = "moxcms"
10683version = "0.7.7"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10686dependencies = [
10687 "num-traits",
10688 "pxfm",
10689]
10690
10691[[package]]
10692name = "msvc_spectre_libs"
10693version = "0.1.3"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10696dependencies = [
10697 "cc",
10698]
10699
10700[[package]]
10701name = "multi_buffer"
10702version = "0.1.0"
10703dependencies = [
10704 "anyhow",
10705 "buffer_diff",
10706 "clock",
10707 "collections",
10708 "ctor",
10709 "gpui",
10710 "indoc",
10711 "itertools 0.14.0",
10712 "language",
10713 "log",
10714 "parking_lot",
10715 "pretty_assertions",
10716 "rand 0.9.2",
10717 "rope",
10718 "serde",
10719 "settings",
10720 "smallvec",
10721 "smol",
10722 "sum_tree",
10723 "text",
10724 "theme",
10725 "tracing",
10726 "tree-sitter",
10727 "unicode-segmentation",
10728 "util",
10729 "zlog",
10730 "ztracing",
10731]
10732
10733[[package]]
10734name = "multimap"
10735version = "0.8.3"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10738
10739[[package]]
10740name = "naga"
10741version = "29.0.0"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10744dependencies = [
10745 "arrayvec",
10746 "bit-set 0.9.1",
10747 "bitflags 2.10.0",
10748 "cfg-if",
10749 "cfg_aliases 0.2.1",
10750 "codespan-reporting",
10751 "half",
10752 "hashbrown 0.16.1",
10753 "hexf-parse",
10754 "indexmap",
10755 "libm",
10756 "log",
10757 "num-traits",
10758 "once_cell",
10759 "rustc-hash 1.1.0",
10760 "thiserror 2.0.17",
10761 "unicode-ident",
10762]
10763
10764[[package]]
10765name = "naga"
10766version = "29.0.0"
10767source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10768dependencies = [
10769 "arrayvec",
10770 "bit-set 0.9.1",
10771 "bitflags 2.10.0",
10772 "cfg-if",
10773 "cfg_aliases 0.2.1",
10774 "codespan-reporting",
10775 "half",
10776 "hashbrown 0.16.1",
10777 "hexf-parse",
10778 "indexmap",
10779 "libm",
10780 "log",
10781 "num-traits",
10782 "once_cell",
10783 "rustc-hash 1.1.0",
10784 "spirv",
10785 "thiserror 2.0.17",
10786 "unicode-ident",
10787]
10788
10789[[package]]
10790name = "nanoid"
10791version = "0.4.0"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10794dependencies = [
10795 "rand 0.8.5",
10796]
10797
10798[[package]]
10799name = "nanorand"
10800version = "0.7.0"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10803dependencies = [
10804 "getrandom 0.2.16",
10805]
10806
10807[[package]]
10808name = "native-tls"
10809version = "0.2.14"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10812dependencies = [
10813 "libc",
10814 "log",
10815 "openssl",
10816 "openssl-probe",
10817 "openssl-sys",
10818 "schannel",
10819 "security-framework 2.11.1",
10820 "security-framework-sys",
10821 "tempfile",
10822]
10823
10824[[package]]
10825name = "nbformat"
10826version = "1.2.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10829dependencies = [
10830 "anyhow",
10831 "chrono",
10832 "jupyter-protocol",
10833 "serde",
10834 "serde_json",
10835 "thiserror 1.0.69",
10836 "uuid",
10837]
10838
10839[[package]]
10840name = "nc"
10841version = "0.1.0"
10842dependencies = [
10843 "anyhow",
10844 "futures 0.3.32",
10845 "net",
10846 "smol",
10847]
10848
10849[[package]]
10850name = "ndk"
10851version = "0.9.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10854dependencies = [
10855 "bitflags 2.10.0",
10856 "jni-sys",
10857 "log",
10858 "ndk-sys",
10859 "num_enum",
10860 "thiserror 1.0.69",
10861]
10862
10863[[package]]
10864name = "ndk-context"
10865version = "0.1.1"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10868
10869[[package]]
10870name = "ndk-sys"
10871version = "0.6.0+11769913"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10874dependencies = [
10875 "jni-sys",
10876]
10877
10878[[package]]
10879name = "net"
10880version = "0.1.0"
10881dependencies = [
10882 "anyhow",
10883 "async-io",
10884 "smol",
10885 "tempfile",
10886 "windows 0.61.3",
10887]
10888
10889[[package]]
10890name = "new_debug_unreachable"
10891version = "1.0.6"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10894
10895[[package]]
10896name = "nix"
10897version = "0.28.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10900dependencies = [
10901 "bitflags 2.10.0",
10902 "cfg-if",
10903 "cfg_aliases 0.1.1",
10904 "libc",
10905]
10906
10907[[package]]
10908name = "nix"
10909version = "0.29.0"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10912dependencies = [
10913 "bitflags 2.10.0",
10914 "cfg-if",
10915 "cfg_aliases 0.2.1",
10916 "libc",
10917]
10918
10919[[package]]
10920name = "nix"
10921version = "0.30.1"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10924dependencies = [
10925 "bitflags 2.10.0",
10926 "cfg-if",
10927 "cfg_aliases 0.2.1",
10928 "libc",
10929]
10930
10931[[package]]
10932name = "node_runtime"
10933version = "0.1.0"
10934dependencies = [
10935 "anyhow",
10936 "async-compression",
10937 "async-std",
10938 "async-tar",
10939 "async-trait",
10940 "futures 0.3.32",
10941 "http_client",
10942 "log",
10943 "paths",
10944 "semver",
10945 "serde",
10946 "serde_json",
10947 "smol",
10948 "util",
10949 "watch",
10950 "which 6.0.3",
10951]
10952
10953[[package]]
10954name = "nom"
10955version = "7.1.3"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10958dependencies = [
10959 "memchr",
10960 "minimal-lexical",
10961]
10962
10963[[package]]
10964name = "nom"
10965version = "8.0.0"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10968dependencies = [
10969 "memchr",
10970]
10971
10972[[package]]
10973name = "noop_proc_macro"
10974version = "0.3.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10977
10978[[package]]
10979name = "normpath"
10980version = "1.5.0"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10983dependencies = [
10984 "windows-sys 0.61.2",
10985]
10986
10987[[package]]
10988name = "notifications"
10989version = "0.1.0"
10990dependencies = [
10991 "anyhow",
10992 "channel",
10993 "client",
10994 "component",
10995 "db",
10996 "gpui",
10997 "rpc",
10998 "sum_tree",
10999 "time",
11000 "ui",
11001 "util",
11002 "workspace",
11003 "zed_actions",
11004]
11005
11006[[package]]
11007name = "notify"
11008version = "6.1.1"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11011dependencies = [
11012 "bitflags 2.10.0",
11013 "crossbeam-channel",
11014 "filetime",
11015 "fsevent-sys",
11016 "inotify 0.9.6",
11017 "kqueue",
11018 "libc",
11019 "log",
11020 "mio 0.8.11",
11021 "walkdir",
11022 "windows-sys 0.48.0",
11023]
11024
11025[[package]]
11026name = "notify"
11027version = "8.2.0"
11028source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11029dependencies = [
11030 "bitflags 2.10.0",
11031 "fsevent-sys",
11032 "inotify 0.11.0",
11033 "kqueue",
11034 "libc",
11035 "log",
11036 "mio 1.1.0",
11037 "notify-types",
11038 "walkdir",
11039 "windows-sys 0.60.2",
11040]
11041
11042[[package]]
11043name = "notify-debouncer-mini"
11044version = "0.4.1"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11047dependencies = [
11048 "crossbeam-channel",
11049 "log",
11050 "notify 6.1.1",
11051]
11052
11053[[package]]
11054name = "notify-types"
11055version = "2.0.0"
11056source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11057
11058[[package]]
11059name = "ntapi"
11060version = "0.4.1"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11063dependencies = [
11064 "winapi",
11065]
11066
11067[[package]]
11068name = "nu-ansi-term"
11069version = "0.50.3"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11072dependencies = [
11073 "windows-sys 0.61.2",
11074]
11075
11076[[package]]
11077name = "nucleo"
11078version = "0.5.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11081dependencies = [
11082 "nucleo-matcher",
11083 "parking_lot",
11084 "rayon",
11085]
11086
11087[[package]]
11088name = "nucleo-matcher"
11089version = "0.3.1"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11092dependencies = [
11093 "memchr",
11094 "unicode-segmentation",
11095]
11096
11097[[package]]
11098name = "num"
11099version = "0.4.3"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11102dependencies = [
11103 "num-bigint",
11104 "num-complex",
11105 "num-integer",
11106 "num-iter",
11107 "num-rational",
11108 "num-traits",
11109]
11110
11111[[package]]
11112name = "num-bigint"
11113version = "0.4.6"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11116dependencies = [
11117 "num-integer",
11118 "num-traits",
11119]
11120
11121[[package]]
11122name = "num-bigint-dig"
11123version = "0.8.6"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11126dependencies = [
11127 "lazy_static",
11128 "libm",
11129 "num-integer",
11130 "num-iter",
11131 "num-traits",
11132 "rand 0.8.5",
11133 "smallvec",
11134 "zeroize",
11135]
11136
11137[[package]]
11138name = "num-bigint-dig"
11139version = "0.9.1"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11142dependencies = [
11143 "libm",
11144 "num-integer",
11145 "num-iter",
11146 "num-traits",
11147 "once_cell",
11148 "rand 0.9.2",
11149 "serde",
11150 "smallvec",
11151 "zeroize",
11152]
11153
11154[[package]]
11155name = "num-cmp"
11156version = "0.1.0"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11159
11160[[package]]
11161name = "num-complex"
11162version = "0.4.6"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11165dependencies = [
11166 "bytemuck",
11167 "num-traits",
11168]
11169
11170[[package]]
11171name = "num-conv"
11172version = "0.2.0"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11175
11176[[package]]
11177name = "num-derive"
11178version = "0.4.2"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11181dependencies = [
11182 "proc-macro2",
11183 "quote",
11184 "syn 2.0.117",
11185]
11186
11187[[package]]
11188name = "num-format"
11189version = "0.4.4"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11192dependencies = [
11193 "arrayvec",
11194 "itoa",
11195]
11196
11197[[package]]
11198name = "num-integer"
11199version = "0.1.46"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11202dependencies = [
11203 "num-traits",
11204]
11205
11206[[package]]
11207name = "num-iter"
11208version = "0.1.45"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11211dependencies = [
11212 "autocfg",
11213 "num-integer",
11214 "num-traits",
11215]
11216
11217[[package]]
11218name = "num-rational"
11219version = "0.4.2"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11222dependencies = [
11223 "num-bigint",
11224 "num-integer",
11225 "num-traits",
11226]
11227
11228[[package]]
11229name = "num-traits"
11230version = "0.2.19"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11233dependencies = [
11234 "autocfg",
11235 "libm",
11236]
11237
11238[[package]]
11239name = "num_cpus"
11240version = "1.17.0"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11243dependencies = [
11244 "hermit-abi",
11245 "libc",
11246]
11247
11248[[package]]
11249name = "num_enum"
11250version = "0.7.4"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11253dependencies = [
11254 "num_enum_derive",
11255 "rustversion",
11256]
11257
11258[[package]]
11259name = "num_enum_derive"
11260version = "0.7.4"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11263dependencies = [
11264 "proc-macro-crate",
11265 "proc-macro2",
11266 "quote",
11267 "syn 2.0.117",
11268]
11269
11270[[package]]
11271name = "num_threads"
11272version = "0.1.7"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11275dependencies = [
11276 "libc",
11277]
11278
11279[[package]]
11280name = "nvim-rs"
11281version = "0.9.2"
11282source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11283dependencies = [
11284 "async-trait",
11285 "futures 0.3.32",
11286 "log",
11287 "rmp",
11288 "rmpv",
11289 "tokio",
11290 "tokio-util",
11291]
11292
11293[[package]]
11294name = "objc"
11295version = "0.2.7"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11298dependencies = [
11299 "malloc_buf",
11300 "objc_exception",
11301]
11302
11303[[package]]
11304name = "objc-foundation"
11305version = "0.1.1"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11308dependencies = [
11309 "block",
11310 "objc",
11311 "objc_id",
11312]
11313
11314[[package]]
11315name = "objc2"
11316version = "0.6.3"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11319dependencies = [
11320 "objc2-encode",
11321]
11322
11323[[package]]
11324name = "objc2-app-kit"
11325version = "0.3.1"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11328dependencies = [
11329 "objc2",
11330 "objc2-foundation",
11331]
11332
11333[[package]]
11334name = "objc2-audio-toolbox"
11335version = "0.3.2"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11338dependencies = [
11339 "bitflags 2.10.0",
11340 "libc",
11341 "objc2",
11342 "objc2-core-audio",
11343 "objc2-core-audio-types",
11344 "objc2-core-foundation",
11345 "objc2-foundation",
11346]
11347
11348[[package]]
11349name = "objc2-avf-audio"
11350version = "0.3.2"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11353dependencies = [
11354 "objc2",
11355 "objc2-foundation",
11356]
11357
11358[[package]]
11359name = "objc2-core-audio"
11360version = "0.3.2"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11363dependencies = [
11364 "dispatch2",
11365 "objc2",
11366 "objc2-core-audio-types",
11367 "objc2-core-foundation",
11368 "objc2-foundation",
11369]
11370
11371[[package]]
11372name = "objc2-core-audio-types"
11373version = "0.3.2"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11376dependencies = [
11377 "bitflags 2.10.0",
11378 "objc2",
11379]
11380
11381[[package]]
11382name = "objc2-core-foundation"
11383version = "0.3.2"
11384source = "registry+https://github.com/rust-lang/crates.io-index"
11385checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11386dependencies = [
11387 "bitflags 2.10.0",
11388 "block2",
11389 "dispatch2",
11390 "libc",
11391 "objc2",
11392]
11393
11394[[package]]
11395name = "objc2-encode"
11396version = "4.1.0"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11399
11400[[package]]
11401name = "objc2-foundation"
11402version = "0.3.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11405dependencies = [
11406 "bitflags 2.10.0",
11407 "block2",
11408 "libc",
11409 "objc2",
11410 "objc2-core-foundation",
11411]
11412
11413[[package]]
11414name = "objc2-io-kit"
11415version = "0.3.2"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11418dependencies = [
11419 "libc",
11420 "objc2-core-foundation",
11421]
11422
11423[[package]]
11424name = "objc2-metal"
11425version = "0.3.2"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11428dependencies = [
11429 "bitflags 2.10.0",
11430 "block2",
11431 "dispatch2",
11432 "objc2",
11433 "objc2-core-foundation",
11434 "objc2-foundation",
11435]
11436
11437[[package]]
11438name = "objc2-quartz-core"
11439version = "0.3.2"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11442dependencies = [
11443 "bitflags 2.10.0",
11444 "objc2",
11445 "objc2-core-foundation",
11446 "objc2-foundation",
11447 "objc2-metal",
11448]
11449
11450[[package]]
11451name = "objc_exception"
11452version = "0.1.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11455dependencies = [
11456 "cc",
11457]
11458
11459[[package]]
11460name = "objc_id"
11461version = "0.1.1"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11464dependencies = [
11465 "objc",
11466]
11467
11468[[package]]
11469name = "object"
11470version = "0.37.3"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11473dependencies = [
11474 "crc32fast",
11475 "hashbrown 0.15.5",
11476 "indexmap",
11477 "memchr",
11478]
11479
11480[[package]]
11481name = "octocrab"
11482version = "0.49.7"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11485dependencies = [
11486 "arc-swap",
11487 "async-trait",
11488 "base64 0.22.1",
11489 "bytes 1.11.1",
11490 "cargo_metadata 0.23.1",
11491 "cfg-if",
11492 "chrono",
11493 "either",
11494 "futures 0.3.32",
11495 "futures-core",
11496 "futures-util",
11497 "getrandom 0.2.16",
11498 "http 1.3.1",
11499 "http-body 1.0.1",
11500 "http-body-util",
11501 "hyper 1.7.0",
11502 "hyper-rustls 0.27.7",
11503 "hyper-timeout",
11504 "hyper-util",
11505 "jsonwebtoken",
11506 "once_cell",
11507 "percent-encoding",
11508 "pin-project",
11509 "secrecy",
11510 "serde",
11511 "serde_json",
11512 "serde_path_to_error",
11513 "serde_urlencoded",
11514 "snafu",
11515 "tokio",
11516 "tower 0.5.2",
11517 "tower-http 0.6.6",
11518 "url",
11519 "web-time",
11520]
11521
11522[[package]]
11523name = "ollama"
11524version = "0.1.0"
11525dependencies = [
11526 "anyhow",
11527 "futures 0.3.32",
11528 "http_client",
11529 "schemars",
11530 "serde",
11531 "serde_json",
11532 "settings",
11533]
11534
11535[[package]]
11536name = "onboarding"
11537version = "0.1.0"
11538dependencies = [
11539 "anyhow",
11540 "client",
11541 "component",
11542 "db",
11543 "documented",
11544 "fs",
11545 "fuzzy",
11546 "gpui",
11547 "menu",
11548 "notifications",
11549 "picker",
11550 "project",
11551 "schemars",
11552 "serde",
11553 "settings",
11554 "telemetry",
11555 "theme",
11556 "theme_settings",
11557 "ui",
11558 "util",
11559 "vim_mode_setting",
11560 "workspace",
11561 "zed_actions",
11562 "zlog",
11563]
11564
11565[[package]]
11566name = "once_cell"
11567version = "1.21.3"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11570
11571[[package]]
11572name = "once_cell_polyfill"
11573version = "1.70.1"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11576
11577[[package]]
11578name = "oo7"
11579version = "0.6.0"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11582dependencies = [
11583 "aes",
11584 "ashpd",
11585 "async-fs",
11586 "async-io",
11587 "async-lock 3.4.2",
11588 "blocking",
11589 "cbc",
11590 "cipher",
11591 "digest",
11592 "endi",
11593 "futures-lite 2.6.1",
11594 "futures-util",
11595 "getrandom 0.4.1",
11596 "hkdf",
11597 "hmac",
11598 "md-5",
11599 "num",
11600 "num-bigint-dig 0.9.1",
11601 "pbkdf2 0.12.2",
11602 "serde",
11603 "serde_bytes",
11604 "sha2",
11605 "subtle",
11606 "zbus",
11607 "zbus_macros",
11608 "zeroize",
11609 "zvariant",
11610]
11611
11612[[package]]
11613name = "oorandom"
11614version = "11.1.5"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11617
11618[[package]]
11619name = "open"
11620version = "5.3.2"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11623dependencies = [
11624 "is-wsl",
11625 "libc",
11626 "pathdiff",
11627]
11628
11629[[package]]
11630name = "open_ai"
11631version = "0.1.0"
11632dependencies = [
11633 "anyhow",
11634 "futures 0.3.32",
11635 "http_client",
11636 "log",
11637 "rand 0.9.2",
11638 "schemars",
11639 "serde",
11640 "serde_json",
11641 "settings",
11642 "strum 0.27.2",
11643 "thiserror 2.0.17",
11644]
11645
11646[[package]]
11647name = "open_path_prompt"
11648version = "0.1.0"
11649dependencies = [
11650 "editor",
11651 "file_icons",
11652 "futures 0.3.32",
11653 "fuzzy",
11654 "gpui",
11655 "picker",
11656 "project",
11657 "schemars",
11658 "serde",
11659 "serde_json",
11660 "settings",
11661 "theme",
11662 "theme_settings",
11663 "ui",
11664 "util",
11665 "workspace",
11666]
11667
11668[[package]]
11669name = "open_router"
11670version = "0.1.0"
11671dependencies = [
11672 "anyhow",
11673 "futures 0.3.32",
11674 "http_client",
11675 "schemars",
11676 "serde",
11677 "serde_json",
11678 "settings",
11679 "strum 0.27.2",
11680 "thiserror 2.0.17",
11681]
11682
11683[[package]]
11684name = "opencode"
11685version = "0.1.0"
11686dependencies = [
11687 "anyhow",
11688 "futures 0.3.32",
11689 "google_ai",
11690 "http_client",
11691 "schemars",
11692 "serde",
11693 "serde_json",
11694 "strum 0.27.2",
11695]
11696
11697[[package]]
11698name = "opener"
11699version = "0.7.2"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11702dependencies = [
11703 "bstr",
11704 "dbus",
11705 "normpath",
11706 "windows-sys 0.59.0",
11707]
11708
11709[[package]]
11710name = "openssl"
11711version = "0.10.74"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11714dependencies = [
11715 "bitflags 2.10.0",
11716 "cfg-if",
11717 "foreign-types 0.3.2",
11718 "libc",
11719 "once_cell",
11720 "openssl-macros",
11721 "openssl-sys",
11722]
11723
11724[[package]]
11725name = "openssl-macros"
11726version = "0.1.1"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11729dependencies = [
11730 "proc-macro2",
11731 "quote",
11732 "syn 2.0.117",
11733]
11734
11735[[package]]
11736name = "openssl-probe"
11737version = "0.1.6"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11740
11741[[package]]
11742name = "openssl-sys"
11743version = "0.9.110"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11746dependencies = [
11747 "cc",
11748 "libc",
11749 "pkg-config",
11750 "vcpkg",
11751]
11752
11753[[package]]
11754name = "optfield"
11755version = "0.4.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11758dependencies = [
11759 "proc-macro2",
11760 "quote",
11761 "syn 2.0.117",
11762]
11763
11764[[package]]
11765name = "option-ext"
11766version = "0.2.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11769
11770[[package]]
11771name = "ordered-float"
11772version = "2.10.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11775dependencies = [
11776 "num-traits",
11777]
11778
11779[[package]]
11780name = "ordered-float"
11781version = "4.6.0"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11784dependencies = [
11785 "num-traits",
11786]
11787
11788[[package]]
11789name = "ordered-stream"
11790version = "0.2.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11793dependencies = [
11794 "futures-core",
11795 "pin-project-lite",
11796]
11797
11798[[package]]
11799name = "ouroboros"
11800version = "0.18.5"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11803dependencies = [
11804 "aliasable",
11805 "ouroboros_macro",
11806 "static_assertions",
11807]
11808
11809[[package]]
11810name = "ouroboros_macro"
11811version = "0.18.5"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11814dependencies = [
11815 "heck 0.4.1",
11816 "proc-macro2",
11817 "proc-macro2-diagnostics",
11818 "quote",
11819 "syn 2.0.117",
11820]
11821
11822[[package]]
11823name = "outline"
11824version = "0.1.0"
11825dependencies = [
11826 "editor",
11827 "fuzzy",
11828 "gpui",
11829 "indoc",
11830 "language",
11831 "lsp",
11832 "menu",
11833 "ordered-float 2.10.1",
11834 "picker",
11835 "project",
11836 "rope",
11837 "serde_json",
11838 "settings",
11839 "smol",
11840 "theme",
11841 "theme_settings",
11842 "ui",
11843 "util",
11844 "workspace",
11845 "zed_actions",
11846]
11847
11848[[package]]
11849name = "outline_panel"
11850version = "0.1.0"
11851dependencies = [
11852 "anyhow",
11853 "collections",
11854 "db",
11855 "editor",
11856 "file_icons",
11857 "fuzzy",
11858 "gpui",
11859 "itertools 0.14.0",
11860 "language",
11861 "log",
11862 "lsp",
11863 "menu",
11864 "outline",
11865 "pretty_assertions",
11866 "project",
11867 "search",
11868 "serde",
11869 "serde_json",
11870 "settings",
11871 "smallvec",
11872 "smol",
11873 "theme",
11874 "theme_settings",
11875 "ui",
11876 "util",
11877 "workspace",
11878 "worktree",
11879 "zed_actions",
11880]
11881
11882[[package]]
11883name = "outref"
11884version = "0.5.2"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11887
11888[[package]]
11889name = "p256"
11890version = "0.11.1"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11893dependencies = [
11894 "ecdsa",
11895 "elliptic-curve",
11896 "sha2",
11897]
11898
11899[[package]]
11900name = "page_size"
11901version = "0.6.0"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11904dependencies = [
11905 "libc",
11906 "winapi",
11907]
11908
11909[[package]]
11910name = "palette"
11911version = "0.7.6"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11914dependencies = [
11915 "approx",
11916 "fast-srgb8",
11917 "palette_derive",
11918]
11919
11920[[package]]
11921name = "palette_derive"
11922version = "0.7.6"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11925dependencies = [
11926 "by_address",
11927 "proc-macro2",
11928 "quote",
11929 "syn 2.0.117",
11930]
11931
11932[[package]]
11933name = "panel"
11934version = "0.1.0"
11935dependencies = [
11936 "gpui",
11937 "ui",
11938 "workspace",
11939]
11940
11941[[package]]
11942name = "parking"
11943version = "2.2.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11946
11947[[package]]
11948name = "parking_lot"
11949version = "0.12.5"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11952dependencies = [
11953 "lock_api",
11954 "parking_lot_core",
11955]
11956
11957[[package]]
11958name = "parking_lot_core"
11959version = "0.9.12"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11962dependencies = [
11963 "cfg-if",
11964 "libc",
11965 "redox_syscall 0.5.18",
11966 "smallvec",
11967 "windows-link 0.2.1",
11968]
11969
11970[[package]]
11971name = "parse_int"
11972version = "0.9.0"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11975dependencies = [
11976 "num-traits",
11977]
11978
11979[[package]]
11980name = "partial-json-fixer"
11981version = "0.5.3"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11984
11985[[package]]
11986name = "password-hash"
11987version = "0.4.2"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11990dependencies = [
11991 "base64ct",
11992 "rand_core 0.6.4",
11993 "subtle",
11994]
11995
11996[[package]]
11997name = "paste"
11998version = "1.0.15"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12001
12002[[package]]
12003name = "pathdiff"
12004version = "0.2.3"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12007
12008[[package]]
12009name = "pathfinder_geometry"
12010version = "0.5.1"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12013dependencies = [
12014 "log",
12015 "pathfinder_simd",
12016]
12017
12018[[package]]
12019name = "pathfinder_simd"
12020version = "0.5.5"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12023dependencies = [
12024 "rustc_version",
12025]
12026
12027[[package]]
12028name = "paths"
12029version = "0.1.0"
12030dependencies = [
12031 "dirs 4.0.0",
12032 "ignore",
12033 "util",
12034]
12035
12036[[package]]
12037name = "pbjson"
12038version = "0.6.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12041dependencies = [
12042 "base64 0.21.7",
12043 "serde",
12044]
12045
12046[[package]]
12047name = "pbjson-build"
12048version = "0.6.2"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12051dependencies = [
12052 "heck 0.4.1",
12053 "itertools 0.11.0",
12054 "prost 0.12.6",
12055 "prost-types 0.12.6",
12056]
12057
12058[[package]]
12059name = "pbjson-types"
12060version = "0.6.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12063dependencies = [
12064 "bytes 1.11.1",
12065 "chrono",
12066 "pbjson",
12067 "pbjson-build",
12068 "prost 0.12.6",
12069 "prost-build 0.12.6",
12070 "serde",
12071]
12072
12073[[package]]
12074name = "pbkdf2"
12075version = "0.11.0"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12078dependencies = [
12079 "digest",
12080 "hmac",
12081 "password-hash",
12082 "sha2",
12083]
12084
12085[[package]]
12086name = "pbkdf2"
12087version = "0.12.2"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12090dependencies = [
12091 "digest",
12092 "hmac",
12093]
12094
12095[[package]]
12096name = "pciid-parser"
12097version = "0.8.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12100
12101[[package]]
12102name = "peg"
12103version = "0.8.5"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12106dependencies = [
12107 "peg-macros",
12108 "peg-runtime",
12109]
12110
12111[[package]]
12112name = "peg-macros"
12113version = "0.8.5"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12116dependencies = [
12117 "peg-runtime",
12118 "proc-macro2",
12119 "quote",
12120]
12121
12122[[package]]
12123name = "peg-runtime"
12124version = "0.8.5"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12127
12128[[package]]
12129name = "pem"
12130version = "3.0.6"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12133dependencies = [
12134 "base64 0.22.1",
12135 "serde_core",
12136]
12137
12138[[package]]
12139name = "pem-rfc7468"
12140version = "0.7.0"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12143dependencies = [
12144 "base64ct",
12145]
12146
12147[[package]]
12148name = "percent-encoding"
12149version = "2.3.2"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12152
12153[[package]]
12154name = "perf"
12155version = "0.1.0"
12156dependencies = [
12157 "collections",
12158 "serde",
12159 "serde_json",
12160]
12161
12162[[package]]
12163name = "pest"
12164version = "2.8.3"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12167dependencies = [
12168 "memchr",
12169 "ucd-trie",
12170]
12171
12172[[package]]
12173name = "pest_derive"
12174version = "2.8.3"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12177dependencies = [
12178 "pest",
12179 "pest_generator",
12180]
12181
12182[[package]]
12183name = "pest_generator"
12184version = "2.8.3"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12187dependencies = [
12188 "pest",
12189 "pest_meta",
12190 "proc-macro2",
12191 "quote",
12192 "syn 2.0.117",
12193]
12194
12195[[package]]
12196name = "pest_meta"
12197version = "2.8.3"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12200dependencies = [
12201 "pest",
12202 "sha2",
12203]
12204
12205[[package]]
12206name = "pet"
12207version = "0.1.0"
12208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12209dependencies = [
12210 "clap",
12211 "env_logger 0.10.2",
12212 "lazy_static",
12213 "log",
12214 "msvc_spectre_libs",
12215 "pet-conda",
12216 "pet-core",
12217 "pet-env-var-path",
12218 "pet-fs",
12219 "pet-global-virtualenvs",
12220 "pet-homebrew",
12221 "pet-jsonrpc",
12222 "pet-linux-global-python",
12223 "pet-mac-commandlinetools",
12224 "pet-mac-python-org",
12225 "pet-mac-xcode",
12226 "pet-pipenv",
12227 "pet-pixi",
12228 "pet-poetry",
12229 "pet-pyenv",
12230 "pet-python-utils",
12231 "pet-reporter",
12232 "pet-telemetry",
12233 "pet-uv",
12234 "pet-venv",
12235 "pet-virtualenv",
12236 "pet-virtualenvwrapper",
12237 "pet-windows-registry",
12238 "pet-windows-store",
12239 "pet-winpython",
12240 "serde",
12241 "serde_json",
12242 "tracing",
12243 "tracing-subscriber",
12244 "winresource",
12245]
12246
12247[[package]]
12248name = "pet-conda"
12249version = "0.1.0"
12250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12251dependencies = [
12252 "env_logger 0.10.2",
12253 "lazy_static",
12254 "log",
12255 "msvc_spectre_libs",
12256 "pet-core",
12257 "pet-fs",
12258 "pet-python-utils",
12259 "pet-reporter",
12260 "rayon",
12261 "regex",
12262 "serde",
12263 "serde_json",
12264 "yaml-rust2",
12265]
12266
12267[[package]]
12268name = "pet-core"
12269version = "0.1.0"
12270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12271dependencies = [
12272 "clap",
12273 "lazy_static",
12274 "log",
12275 "msvc_spectre_libs",
12276 "pet-fs",
12277 "regex",
12278 "serde",
12279 "serde_json",
12280]
12281
12282[[package]]
12283name = "pet-env-var-path"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "lazy_static",
12288 "log",
12289 "msvc_spectre_libs",
12290 "pet-conda",
12291 "pet-core",
12292 "pet-fs",
12293 "pet-python-utils",
12294 "pet-virtualenv",
12295 "regex",
12296]
12297
12298[[package]]
12299name = "pet-fs"
12300version = "0.1.0"
12301source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12302dependencies = [
12303 "glob",
12304 "log",
12305 "msvc_spectre_libs",
12306 "windows-sys 0.59.0",
12307]
12308
12309[[package]]
12310name = "pet-global-virtualenvs"
12311version = "0.1.0"
12312source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12313dependencies = [
12314 "log",
12315 "msvc_spectre_libs",
12316 "pet-conda",
12317 "pet-core",
12318 "pet-fs",
12319 "pet-virtualenv",
12320]
12321
12322[[package]]
12323name = "pet-homebrew"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "lazy_static",
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-conda",
12331 "pet-core",
12332 "pet-fs",
12333 "pet-python-utils",
12334 "pet-virtualenv",
12335 "rayon",
12336 "regex",
12337 "serde",
12338 "serde_json",
12339]
12340
12341[[package]]
12342name = "pet-jsonrpc"
12343version = "0.1.0"
12344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12345dependencies = [
12346 "env_logger 0.10.2",
12347 "log",
12348 "msvc_spectre_libs",
12349 "pet-core",
12350 "serde",
12351 "serde_json",
12352]
12353
12354[[package]]
12355name = "pet-linux-global-python"
12356version = "0.1.0"
12357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12358dependencies = [
12359 "log",
12360 "msvc_spectre_libs",
12361 "pet-core",
12362 "pet-fs",
12363 "pet-python-utils",
12364 "pet-virtualenv",
12365]
12366
12367[[package]]
12368name = "pet-mac-commandlinetools"
12369version = "0.1.0"
12370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12371dependencies = [
12372 "log",
12373 "msvc_spectre_libs",
12374 "pet-core",
12375 "pet-fs",
12376 "pet-python-utils",
12377 "pet-virtualenv",
12378]
12379
12380[[package]]
12381name = "pet-mac-python-org"
12382version = "0.1.0"
12383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12384dependencies = [
12385 "log",
12386 "msvc_spectre_libs",
12387 "pet-core",
12388 "pet-fs",
12389 "pet-python-utils",
12390 "pet-virtualenv",
12391]
12392
12393[[package]]
12394name = "pet-mac-xcode"
12395version = "0.1.0"
12396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12397dependencies = [
12398 "log",
12399 "msvc_spectre_libs",
12400 "pet-core",
12401 "pet-fs",
12402 "pet-python-utils",
12403 "pet-virtualenv",
12404]
12405
12406[[package]]
12407name = "pet-pipenv"
12408version = "0.1.0"
12409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12410dependencies = [
12411 "lazy_static",
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418 "regex",
12419]
12420
12421[[package]]
12422name = "pet-pixi"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-conda",
12429 "pet-core",
12430 "pet-python-utils",
12431]
12432
12433[[package]]
12434name = "pet-poetry"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "base64 0.22.1",
12439 "lazy_static",
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "pet-reporter",
12446 "pet-virtualenv",
12447 "regex",
12448 "serde",
12449 "serde_json",
12450 "sha2",
12451 "toml 0.8.23",
12452]
12453
12454[[package]]
12455name = "pet-pyenv"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "lazy_static",
12460 "log",
12461 "msvc_spectre_libs",
12462 "pet-conda",
12463 "pet-core",
12464 "pet-fs",
12465 "pet-python-utils",
12466 "pet-reporter",
12467 "regex",
12468 "serde",
12469 "serde_json",
12470]
12471
12472[[package]]
12473name = "pet-python-utils"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "env_logger 0.10.2",
12478 "lazy_static",
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-core",
12482 "pet-fs",
12483 "regex",
12484 "serde",
12485 "serde_json",
12486 "sha2",
12487]
12488
12489[[package]]
12490name = "pet-reporter"
12491version = "0.1.0"
12492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12493dependencies = [
12494 "env_logger 0.10.2",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-jsonrpc",
12499 "serde",
12500 "serde_json",
12501]
12502
12503[[package]]
12504name = "pet-telemetry"
12505version = "0.1.0"
12506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12507dependencies = [
12508 "env_logger 0.10.2",
12509 "lazy_static",
12510 "log",
12511 "msvc_spectre_libs",
12512 "pet-core",
12513 "pet-fs",
12514 "pet-python-utils",
12515 "regex",
12516]
12517
12518[[package]]
12519name = "pet-uv"
12520version = "0.1.0"
12521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12522dependencies = [
12523 "log",
12524 "pet-core",
12525 "pet-python-utils",
12526 "serde",
12527 "toml 0.9.8",
12528]
12529
12530[[package]]
12531name = "pet-venv"
12532version = "0.1.0"
12533source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12534dependencies = [
12535 "log",
12536 "msvc_spectre_libs",
12537 "pet-core",
12538 "pet-python-utils",
12539 "pet-virtualenv",
12540]
12541
12542[[package]]
12543name = "pet-virtualenv"
12544version = "0.1.0"
12545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12546dependencies = [
12547 "log",
12548 "msvc_spectre_libs",
12549 "pet-core",
12550 "pet-fs",
12551 "pet-python-utils",
12552]
12553
12554[[package]]
12555name = "pet-virtualenvwrapper"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "log",
12560 "msvc_spectre_libs",
12561 "pet-core",
12562 "pet-fs",
12563 "pet-python-utils",
12564 "pet-virtualenv",
12565]
12566
12567[[package]]
12568name = "pet-windows-registry"
12569version = "0.1.0"
12570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12571dependencies = [
12572 "lazy_static",
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-conda",
12576 "pet-core",
12577 "pet-fs",
12578 "pet-python-utils",
12579 "pet-virtualenv",
12580 "pet-windows-store",
12581 "regex",
12582 "winreg 0.55.0",
12583]
12584
12585[[package]]
12586name = "pet-windows-store"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "lazy_static",
12591 "log",
12592 "msvc_spectre_libs",
12593 "pet-core",
12594 "pet-fs",
12595 "pet-python-utils",
12596 "pet-virtualenv",
12597 "regex",
12598 "winreg 0.55.0",
12599]
12600
12601[[package]]
12602name = "pet-winpython"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "lazy_static",
12607 "log",
12608 "pet-core",
12609 "pet-fs",
12610 "pet-python-utils",
12611 "pet-virtualenv",
12612 "regex",
12613]
12614
12615[[package]]
12616name = "petgraph"
12617version = "0.6.5"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12620dependencies = [
12621 "fixedbitset 0.4.2",
12622 "indexmap",
12623]
12624
12625[[package]]
12626name = "pgvector"
12627version = "0.4.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12630dependencies = [
12631 "serde",
12632]
12633
12634[[package]]
12635name = "phf"
12636version = "0.11.3"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12639dependencies = [
12640 "phf_macros 0.11.3",
12641 "phf_shared 0.11.3",
12642]
12643
12644[[package]]
12645name = "phf"
12646version = "0.12.1"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12649dependencies = [
12650 "phf_macros 0.12.1",
12651 "phf_shared 0.12.1",
12652]
12653
12654[[package]]
12655name = "phf_codegen"
12656version = "0.11.3"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12659dependencies = [
12660 "phf_generator 0.11.3",
12661 "phf_shared 0.11.3",
12662]
12663
12664[[package]]
12665name = "phf_generator"
12666version = "0.11.3"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12669dependencies = [
12670 "phf_shared 0.11.3",
12671 "rand 0.8.5",
12672]
12673
12674[[package]]
12675name = "phf_generator"
12676version = "0.12.1"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12679dependencies = [
12680 "fastrand 2.3.0",
12681 "phf_shared 0.12.1",
12682]
12683
12684[[package]]
12685name = "phf_macros"
12686version = "0.11.3"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12689dependencies = [
12690 "phf_generator 0.11.3",
12691 "phf_shared 0.11.3",
12692 "proc-macro2",
12693 "quote",
12694 "syn 2.0.117",
12695]
12696
12697[[package]]
12698name = "phf_macros"
12699version = "0.12.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12702dependencies = [
12703 "phf_generator 0.12.1",
12704 "phf_shared 0.12.1",
12705 "proc-macro2",
12706 "quote",
12707 "syn 2.0.117",
12708]
12709
12710[[package]]
12711name = "phf_shared"
12712version = "0.11.3"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12715dependencies = [
12716 "siphasher 1.0.1",
12717]
12718
12719[[package]]
12720name = "phf_shared"
12721version = "0.12.1"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12724dependencies = [
12725 "siphasher 1.0.1",
12726]
12727
12728[[package]]
12729name = "picker"
12730version = "0.1.0"
12731dependencies = [
12732 "anyhow",
12733 "editor",
12734 "gpui",
12735 "menu",
12736 "schemars",
12737 "serde",
12738 "settings",
12739 "theme",
12740 "theme_settings",
12741 "ui",
12742 "ui_input",
12743 "workspace",
12744 "zed_actions",
12745]
12746
12747[[package]]
12748name = "pico-args"
12749version = "0.5.0"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12752
12753[[package]]
12754name = "pin-project"
12755version = "1.1.10"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12758dependencies = [
12759 "pin-project-internal",
12760]
12761
12762[[package]]
12763name = "pin-project-internal"
12764version = "1.1.10"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12767dependencies = [
12768 "proc-macro2",
12769 "quote",
12770 "syn 2.0.117",
12771]
12772
12773[[package]]
12774name = "pin-project-lite"
12775version = "0.2.16"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12778
12779[[package]]
12780name = "pin-utils"
12781version = "0.1.0"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12784
12785[[package]]
12786name = "piper"
12787version = "0.2.4"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12790dependencies = [
12791 "atomic-waker",
12792 "fastrand 2.3.0",
12793 "futures-io",
12794]
12795
12796[[package]]
12797name = "pkcs1"
12798version = "0.7.5"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12801dependencies = [
12802 "der 0.7.10",
12803 "pkcs8 0.10.2",
12804 "spki 0.7.3",
12805]
12806
12807[[package]]
12808name = "pkcs8"
12809version = "0.9.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12812dependencies = [
12813 "der 0.6.1",
12814 "spki 0.6.0",
12815]
12816
12817[[package]]
12818name = "pkcs8"
12819version = "0.10.2"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12822dependencies = [
12823 "der 0.7.10",
12824 "spki 0.7.3",
12825]
12826
12827[[package]]
12828name = "pkg-config"
12829version = "0.3.32"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12832
12833[[package]]
12834name = "plain"
12835version = "0.2.3"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12838
12839[[package]]
12840name = "platform_title_bar"
12841version = "0.1.0"
12842dependencies = [
12843 "feature_flags",
12844 "gpui",
12845 "project",
12846 "settings",
12847 "smallvec",
12848 "theme",
12849 "theme_settings",
12850 "ui",
12851 "windows 0.61.3",
12852 "workspace",
12853 "zed_actions",
12854]
12855
12856[[package]]
12857name = "plist"
12858version = "1.8.0"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12861dependencies = [
12862 "base64 0.22.1",
12863 "indexmap",
12864 "quick-xml 0.38.3",
12865 "serde",
12866 "time",
12867]
12868
12869[[package]]
12870name = "plotters"
12871version = "0.3.7"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12874dependencies = [
12875 "num-traits",
12876 "plotters-backend",
12877 "plotters-svg",
12878 "wasm-bindgen",
12879 "web-sys",
12880]
12881
12882[[package]]
12883name = "plotters-backend"
12884version = "0.3.7"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12887
12888[[package]]
12889name = "plotters-svg"
12890version = "0.3.7"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12893dependencies = [
12894 "plotters-backend",
12895]
12896
12897[[package]]
12898name = "png"
12899version = "0.17.16"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12902dependencies = [
12903 "bitflags 1.3.2",
12904 "crc32fast",
12905 "fdeflate",
12906 "flate2",
12907 "miniz_oxide",
12908]
12909
12910[[package]]
12911name = "png"
12912version = "0.18.0"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12915dependencies = [
12916 "bitflags 2.10.0",
12917 "crc32fast",
12918 "fdeflate",
12919 "flate2",
12920 "miniz_oxide",
12921]
12922
12923[[package]]
12924name = "polling"
12925version = "3.11.0"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12928dependencies = [
12929 "cfg-if",
12930 "concurrent-queue",
12931 "hermit-abi",
12932 "pin-project-lite",
12933 "rustix 1.1.2",
12934 "windows-sys 0.61.2",
12935]
12936
12937[[package]]
12938name = "pollster"
12939version = "0.2.5"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12942
12943[[package]]
12944name = "pollster"
12945version = "0.4.0"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12948
12949[[package]]
12950name = "pori"
12951version = "0.0.0"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12954dependencies = [
12955 "nom 7.1.3",
12956]
12957
12958[[package]]
12959name = "portable-atomic"
12960version = "1.11.1"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12963
12964[[package]]
12965name = "portable-atomic-util"
12966version = "0.2.4"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12969dependencies = [
12970 "portable-atomic",
12971]
12972
12973[[package]]
12974name = "portable-pty"
12975version = "0.9.0"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12978dependencies = [
12979 "anyhow",
12980 "bitflags 1.3.2",
12981 "downcast-rs",
12982 "filedescriptor",
12983 "lazy_static",
12984 "libc",
12985 "log",
12986 "nix 0.28.0",
12987 "serial2",
12988 "shared_library",
12989 "shell-words",
12990 "winapi",
12991 "winreg 0.10.1",
12992]
12993
12994[[package]]
12995name = "postage"
12996version = "0.5.0"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12999dependencies = [
13000 "atomic",
13001 "crossbeam-queue",
13002 "futures 0.3.32",
13003 "log",
13004 "parking_lot",
13005 "pin-project",
13006 "pollster 0.2.5",
13007 "static_assertions",
13008 "thiserror 1.0.69",
13009]
13010
13011[[package]]
13012name = "postcard"
13013version = "1.1.3"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13016dependencies = [
13017 "cobs",
13018 "embedded-io 0.4.0",
13019 "embedded-io 0.6.1",
13020 "serde",
13021]
13022
13023[[package]]
13024name = "potential_utf"
13025version = "0.1.3"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13028dependencies = [
13029 "zerovec",
13030]
13031
13032[[package]]
13033name = "powerfmt"
13034version = "0.2.0"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13037
13038[[package]]
13039name = "ppv-lite86"
13040version = "0.2.21"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13043dependencies = [
13044 "zerocopy",
13045]
13046
13047[[package]]
13048name = "precomputed-hash"
13049version = "0.1.1"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13052
13053[[package]]
13054name = "presser"
13055version = "0.3.1"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13058
13059[[package]]
13060name = "prettier"
13061version = "0.1.0"
13062dependencies = [
13063 "anyhow",
13064 "collections",
13065 "fs",
13066 "gpui",
13067 "language",
13068 "log",
13069 "lsp",
13070 "node_runtime",
13071 "parking_lot",
13072 "paths",
13073 "serde",
13074 "serde_json",
13075 "util",
13076]
13077
13078[[package]]
13079name = "pretty_assertions"
13080version = "1.4.1"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13083dependencies = [
13084 "diff",
13085 "yansi",
13086]
13087
13088[[package]]
13089name = "prettyplease"
13090version = "0.2.37"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13093dependencies = [
13094 "proc-macro2",
13095 "syn 2.0.117",
13096]
13097
13098[[package]]
13099name = "primal-check"
13100version = "0.3.4"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13103dependencies = [
13104 "num-integer",
13105]
13106
13107[[package]]
13108name = "proc-macro-crate"
13109version = "3.4.0"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13112dependencies = [
13113 "toml_edit 0.23.7",
13114]
13115
13116[[package]]
13117name = "proc-macro-error"
13118version = "1.0.4"
13119source = "registry+https://github.com/rust-lang/crates.io-index"
13120checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13121dependencies = [
13122 "proc-macro-error-attr",
13123 "proc-macro2",
13124 "quote",
13125 "syn 1.0.109",
13126 "version_check",
13127]
13128
13129[[package]]
13130name = "proc-macro-error-attr"
13131version = "1.0.4"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13134dependencies = [
13135 "proc-macro2",
13136 "quote",
13137 "version_check",
13138]
13139
13140[[package]]
13141name = "proc-macro-error-attr2"
13142version = "2.0.0"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13145dependencies = [
13146 "proc-macro2",
13147 "quote",
13148]
13149
13150[[package]]
13151name = "proc-macro-error2"
13152version = "2.0.1"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13155dependencies = [
13156 "proc-macro-error-attr2",
13157 "proc-macro2",
13158 "quote",
13159 "syn 2.0.117",
13160]
13161
13162[[package]]
13163name = "proc-macro2"
13164version = "1.0.101"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13167dependencies = [
13168 "unicode-ident",
13169]
13170
13171[[package]]
13172name = "proc-macro2-diagnostics"
13173version = "0.10.1"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13176dependencies = [
13177 "proc-macro2",
13178 "quote",
13179 "syn 2.0.117",
13180 "version_check",
13181 "yansi",
13182]
13183
13184[[package]]
13185name = "procfs-core"
13186version = "0.17.0"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13189dependencies = [
13190 "bitflags 2.10.0",
13191 "hex",
13192 "serde",
13193]
13194
13195[[package]]
13196name = "profiling"
13197version = "1.0.17"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13200dependencies = [
13201 "profiling-procmacros",
13202]
13203
13204[[package]]
13205name = "profiling-procmacros"
13206version = "1.0.17"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13209dependencies = [
13210 "quote",
13211 "syn 2.0.117",
13212]
13213
13214[[package]]
13215name = "project"
13216version = "0.1.0"
13217dependencies = [
13218 "aho-corasick",
13219 "anyhow",
13220 "askpass",
13221 "async-trait",
13222 "base64 0.22.1",
13223 "buffer_diff",
13224 "circular-buffer",
13225 "client",
13226 "clock",
13227 "collections",
13228 "context_server",
13229 "credentials_provider",
13230 "dap",
13231 "encoding_rs",
13232 "extension",
13233 "fancy-regex 0.17.0",
13234 "fs",
13235 "futures 0.3.32",
13236 "fuzzy",
13237 "fuzzy_nucleo",
13238 "git",
13239 "git2",
13240 "git_hosting_providers",
13241 "globset",
13242 "gpui",
13243 "http_client",
13244 "image",
13245 "indexmap",
13246 "itertools 0.14.0",
13247 "language",
13248 "log",
13249 "lsp",
13250 "markdown",
13251 "node_runtime",
13252 "parking_lot",
13253 "paths",
13254 "percent-encoding",
13255 "postage",
13256 "prettier",
13257 "pretty_assertions",
13258 "project",
13259 "rand 0.9.2",
13260 "regex",
13261 "release_channel",
13262 "remote",
13263 "rpc",
13264 "schemars",
13265 "semver",
13266 "serde",
13267 "serde_json",
13268 "settings",
13269 "sha2",
13270 "shellexpand 2.1.2",
13271 "smallvec",
13272 "smol",
13273 "snippet",
13274 "snippet_provider",
13275 "sum_tree",
13276 "task",
13277 "tempfile",
13278 "terminal",
13279 "text",
13280 "toml 0.8.23",
13281 "tracing",
13282 "unindent",
13283 "url",
13284 "util",
13285 "watch",
13286 "wax",
13287 "which 6.0.3",
13288 "worktree",
13289 "zed_credentials_provider",
13290 "zeroize",
13291 "zlog",
13292 "ztracing",
13293]
13294
13295[[package]]
13296name = "project_benchmarks"
13297version = "0.1.0"
13298dependencies = [
13299 "anyhow",
13300 "askpass",
13301 "clap",
13302 "client",
13303 "futures 0.3.32",
13304 "gpui",
13305 "gpui_platform",
13306 "http_client",
13307 "language",
13308 "node_runtime",
13309 "project",
13310 "release_channel",
13311 "remote",
13312 "rpassword",
13313 "semver",
13314 "settings",
13315 "watch",
13316]
13317
13318[[package]]
13319name = "project_panel"
13320version = "0.1.0"
13321dependencies = [
13322 "anyhow",
13323 "client",
13324 "collections",
13325 "command_palette_hooks",
13326 "criterion",
13327 "editor",
13328 "feature_flags",
13329 "file_icons",
13330 "git",
13331 "git_ui",
13332 "gpui",
13333 "itertools 0.14.0",
13334 "language",
13335 "menu",
13336 "notifications",
13337 "pretty_assertions",
13338 "project",
13339 "rayon",
13340 "remote_connection",
13341 "schemars",
13342 "search",
13343 "serde",
13344 "serde_json",
13345 "settings",
13346 "smallvec",
13347 "telemetry",
13348 "tempfile",
13349 "theme",
13350 "theme_settings",
13351 "ui",
13352 "util",
13353 "workspace",
13354 "worktree",
13355 "zed_actions",
13356]
13357
13358[[package]]
13359name = "project_symbols"
13360version = "0.1.0"
13361dependencies = [
13362 "anyhow",
13363 "editor",
13364 "futures 0.3.32",
13365 "fuzzy",
13366 "gpui",
13367 "language",
13368 "lsp",
13369 "ordered-float 2.10.1",
13370 "picker",
13371 "project",
13372 "release_channel",
13373 "semver",
13374 "serde_json",
13375 "settings",
13376 "theme",
13377 "theme_settings",
13378 "util",
13379 "workspace",
13380]
13381
13382[[package]]
13383name = "prometheus"
13384version = "0.14.0"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13387dependencies = [
13388 "cfg-if",
13389 "fnv",
13390 "lazy_static",
13391 "memchr",
13392 "parking_lot",
13393 "protobuf",
13394 "thiserror 2.0.17",
13395]
13396
13397[[package]]
13398name = "prompt_store"
13399version = "0.1.0"
13400dependencies = [
13401 "anyhow",
13402 "assets",
13403 "chrono",
13404 "collections",
13405 "fs",
13406 "futures 0.3.32",
13407 "fuzzy",
13408 "gpui",
13409 "handlebars 4.5.0",
13410 "heed",
13411 "language",
13412 "log",
13413 "parking_lot",
13414 "paths",
13415 "rope",
13416 "serde",
13417 "strum 0.27.2",
13418 "tempfile",
13419 "text",
13420 "util",
13421 "uuid",
13422]
13423
13424[[package]]
13425name = "proptest"
13426version = "1.10.0"
13427source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13428dependencies = [
13429 "bit-set 0.8.0",
13430 "bit-vec 0.8.0",
13431 "bitflags 2.10.0",
13432 "num-traits",
13433 "proptest-macro",
13434 "rand 0.9.2",
13435 "rand_chacha 0.9.0",
13436 "rand_xorshift",
13437 "regex-syntax",
13438 "rusty-fork",
13439 "tempfile",
13440 "unarray",
13441]
13442
13443[[package]]
13444name = "proptest-derive"
13445version = "0.8.0"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13448dependencies = [
13449 "proc-macro2",
13450 "quote",
13451 "syn 2.0.117",
13452]
13453
13454[[package]]
13455name = "proptest-macro"
13456version = "0.5.0"
13457source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13458dependencies = [
13459 "convert_case 0.11.0",
13460 "proc-macro2",
13461 "quote",
13462 "syn 2.0.117",
13463]
13464
13465[[package]]
13466name = "prost"
13467version = "0.9.0"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13470dependencies = [
13471 "bytes 1.11.1",
13472 "prost-derive 0.9.0",
13473]
13474
13475[[package]]
13476name = "prost"
13477version = "0.12.6"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13480dependencies = [
13481 "bytes 1.11.1",
13482 "prost-derive 0.12.6",
13483]
13484
13485[[package]]
13486name = "prost-build"
13487version = "0.9.0"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13490dependencies = [
13491 "bytes 1.11.1",
13492 "heck 0.3.3",
13493 "itertools 0.10.5",
13494 "lazy_static",
13495 "log",
13496 "multimap",
13497 "petgraph",
13498 "prost 0.9.0",
13499 "prost-types 0.9.0",
13500 "regex",
13501 "tempfile",
13502 "which 4.4.2",
13503]
13504
13505[[package]]
13506name = "prost-build"
13507version = "0.12.6"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13510dependencies = [
13511 "bytes 1.11.1",
13512 "heck 0.5.0",
13513 "itertools 0.12.1",
13514 "log",
13515 "multimap",
13516 "once_cell",
13517 "petgraph",
13518 "prettyplease",
13519 "prost 0.12.6",
13520 "prost-types 0.12.6",
13521 "regex",
13522 "syn 2.0.117",
13523 "tempfile",
13524]
13525
13526[[package]]
13527name = "prost-derive"
13528version = "0.9.0"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13531dependencies = [
13532 "anyhow",
13533 "itertools 0.10.5",
13534 "proc-macro2",
13535 "quote",
13536 "syn 1.0.109",
13537]
13538
13539[[package]]
13540name = "prost-derive"
13541version = "0.12.6"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13544dependencies = [
13545 "anyhow",
13546 "itertools 0.12.1",
13547 "proc-macro2",
13548 "quote",
13549 "syn 2.0.117",
13550]
13551
13552[[package]]
13553name = "prost-types"
13554version = "0.9.0"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13557dependencies = [
13558 "bytes 1.11.1",
13559 "prost 0.9.0",
13560]
13561
13562[[package]]
13563name = "prost-types"
13564version = "0.12.6"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13567dependencies = [
13568 "prost 0.12.6",
13569]
13570
13571[[package]]
13572name = "proto"
13573version = "0.1.0"
13574dependencies = [
13575 "anyhow",
13576 "prost 0.9.0",
13577 "prost-build 0.9.0",
13578 "serde",
13579]
13580
13581[[package]]
13582name = "protobuf"
13583version = "3.7.2"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13586dependencies = [
13587 "once_cell",
13588 "protobuf-support",
13589 "thiserror 1.0.69",
13590]
13591
13592[[package]]
13593name = "protobuf-support"
13594version = "3.7.2"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13597dependencies = [
13598 "thiserror 1.0.69",
13599]
13600
13601[[package]]
13602name = "psm"
13603version = "0.1.30"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13606dependencies = [
13607 "ar_archive_writer",
13608 "cc",
13609]
13610
13611[[package]]
13612name = "ptr_meta"
13613version = "0.1.4"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13616dependencies = [
13617 "ptr_meta_derive",
13618]
13619
13620[[package]]
13621name = "ptr_meta_derive"
13622version = "0.1.4"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13625dependencies = [
13626 "proc-macro2",
13627 "quote",
13628 "syn 1.0.109",
13629]
13630
13631[[package]]
13632name = "pulldown-cmark"
13633version = "0.10.3"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13636dependencies = [
13637 "bitflags 2.10.0",
13638 "memchr",
13639 "pulldown-cmark-escape",
13640 "unicase",
13641]
13642
13643[[package]]
13644name = "pulldown-cmark"
13645version = "0.13.0"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13648dependencies = [
13649 "bitflags 2.10.0",
13650 "memchr",
13651 "unicase",
13652]
13653
13654[[package]]
13655name = "pulldown-cmark-escape"
13656version = "0.10.1"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13659
13660[[package]]
13661name = "pulley-interpreter"
13662version = "36.0.6"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13665dependencies = [
13666 "cranelift-bitset",
13667 "log",
13668 "pulley-macros",
13669 "wasmtime-internal-math",
13670]
13671
13672[[package]]
13673name = "pulley-macros"
13674version = "36.0.6"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13677dependencies = [
13678 "proc-macro2",
13679 "quote",
13680 "syn 2.0.117",
13681]
13682
13683[[package]]
13684name = "pulp"
13685version = "0.18.22"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13688dependencies = [
13689 "bytemuck",
13690 "libm",
13691 "num-complex",
13692 "reborrow",
13693]
13694
13695[[package]]
13696name = "pulp"
13697version = "0.21.5"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13700dependencies = [
13701 "bytemuck",
13702 "cfg-if",
13703 "libm",
13704 "num-complex",
13705 "reborrow",
13706 "version_check",
13707]
13708
13709[[package]]
13710name = "pxfm"
13711version = "0.1.25"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13714dependencies = [
13715 "num-traits",
13716]
13717
13718[[package]]
13719name = "qoi"
13720version = "0.4.1"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13723dependencies = [
13724 "bytemuck",
13725]
13726
13727[[package]]
13728name = "quick-error"
13729version = "1.2.3"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13732
13733[[package]]
13734name = "quick-error"
13735version = "2.0.1"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13738
13739[[package]]
13740name = "quick-xml"
13741version = "0.30.0"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13744dependencies = [
13745 "memchr",
13746]
13747
13748[[package]]
13749name = "quick-xml"
13750version = "0.37.5"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13753dependencies = [
13754 "memchr",
13755]
13756
13757[[package]]
13758name = "quick-xml"
13759version = "0.38.3"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13762dependencies = [
13763 "memchr",
13764]
13765
13766[[package]]
13767name = "quinn"
13768version = "0.11.9"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13771dependencies = [
13772 "bytes 1.11.1",
13773 "cfg_aliases 0.2.1",
13774 "pin-project-lite",
13775 "quinn-proto",
13776 "quinn-udp",
13777 "rustc-hash 2.1.1",
13778 "rustls 0.23.33",
13779 "socket2 0.6.1",
13780 "thiserror 2.0.17",
13781 "tokio",
13782 "tracing",
13783 "web-time",
13784]
13785
13786[[package]]
13787name = "quinn-proto"
13788version = "0.11.13"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13791dependencies = [
13792 "bytes 1.11.1",
13793 "getrandom 0.3.4",
13794 "lru-slab",
13795 "rand 0.9.2",
13796 "ring",
13797 "rustc-hash 2.1.1",
13798 "rustls 0.23.33",
13799 "rustls-pki-types",
13800 "slab",
13801 "thiserror 2.0.17",
13802 "tinyvec",
13803 "tracing",
13804 "web-time",
13805]
13806
13807[[package]]
13808name = "quinn-udp"
13809version = "0.5.14"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13812dependencies = [
13813 "cfg_aliases 0.2.1",
13814 "libc",
13815 "once_cell",
13816 "socket2 0.6.1",
13817 "tracing",
13818 "windows-sys 0.60.2",
13819]
13820
13821[[package]]
13822name = "quote"
13823version = "1.0.41"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13826dependencies = [
13827 "proc-macro2",
13828]
13829
13830[[package]]
13831name = "r-efi"
13832version = "5.3.0"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13835
13836[[package]]
13837name = "radium"
13838version = "0.7.0"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13841
13842[[package]]
13843name = "rand"
13844version = "0.3.23"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13847dependencies = [
13848 "libc",
13849 "rand 0.4.6",
13850]
13851
13852[[package]]
13853name = "rand"
13854version = "0.4.6"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13857dependencies = [
13858 "fuchsia-cprng",
13859 "libc",
13860 "rand_core 0.3.1",
13861 "rdrand",
13862 "winapi",
13863]
13864
13865[[package]]
13866name = "rand"
13867version = "0.8.5"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13870dependencies = [
13871 "libc",
13872 "rand_chacha 0.3.1",
13873 "rand_core 0.6.4",
13874]
13875
13876[[package]]
13877name = "rand"
13878version = "0.9.2"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13881dependencies = [
13882 "rand_chacha 0.9.0",
13883 "rand_core 0.9.3",
13884]
13885
13886[[package]]
13887name = "rand_chacha"
13888version = "0.3.1"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13891dependencies = [
13892 "ppv-lite86",
13893 "rand_core 0.6.4",
13894]
13895
13896[[package]]
13897name = "rand_chacha"
13898version = "0.9.0"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13901dependencies = [
13902 "ppv-lite86",
13903 "rand_core 0.9.3",
13904]
13905
13906[[package]]
13907name = "rand_core"
13908version = "0.3.1"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13911dependencies = [
13912 "rand_core 0.4.2",
13913]
13914
13915[[package]]
13916name = "rand_core"
13917version = "0.4.2"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13920
13921[[package]]
13922name = "rand_core"
13923version = "0.6.4"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13926dependencies = [
13927 "getrandom 0.2.16",
13928]
13929
13930[[package]]
13931name = "rand_core"
13932version = "0.9.3"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13935dependencies = [
13936 "getrandom 0.3.4",
13937]
13938
13939[[package]]
13940name = "rand_distr"
13941version = "0.5.1"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13944dependencies = [
13945 "num-traits",
13946 "rand 0.9.2",
13947]
13948
13949[[package]]
13950name = "rand_pcg"
13951version = "0.3.1"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13954dependencies = [
13955 "rand_core 0.6.4",
13956]
13957
13958[[package]]
13959name = "rand_xorshift"
13960version = "0.4.0"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13963dependencies = [
13964 "rand_core 0.9.3",
13965]
13966
13967[[package]]
13968name = "random_choice"
13969version = "0.3.2"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13972dependencies = [
13973 "rand 0.3.23",
13974]
13975
13976[[package]]
13977name = "range-alloc"
13978version = "0.1.4"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13981
13982[[package]]
13983name = "range-map"
13984version = "0.2.0"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13987dependencies = [
13988 "num-traits",
13989]
13990
13991[[package]]
13992name = "rangemap"
13993version = "1.7.1"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13996
13997[[package]]
13998name = "rav1e"
13999version = "0.7.1"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14002dependencies = [
14003 "arbitrary",
14004 "arg_enum_proc_macro",
14005 "arrayvec",
14006 "av1-grain",
14007 "bitstream-io",
14008 "built",
14009 "cfg-if",
14010 "interpolate_name",
14011 "itertools 0.12.1",
14012 "libc",
14013 "libfuzzer-sys",
14014 "log",
14015 "maybe-rayon",
14016 "new_debug_unreachable",
14017 "noop_proc_macro",
14018 "num-derive",
14019 "num-traits",
14020 "once_cell",
14021 "paste",
14022 "profiling",
14023 "rand 0.8.5",
14024 "rand_chacha 0.3.1",
14025 "simd_helpers",
14026 "system-deps 6.2.2",
14027 "thiserror 1.0.69",
14028 "v_frame",
14029 "wasm-bindgen",
14030]
14031
14032[[package]]
14033name = "ravif"
14034version = "0.11.20"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14037dependencies = [
14038 "avif-serialize",
14039 "imgref",
14040 "loop9",
14041 "quick-error 2.0.1",
14042 "rav1e",
14043 "rayon",
14044 "rgb",
14045]
14046
14047[[package]]
14048name = "raw-cpuid"
14049version = "10.7.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14052dependencies = [
14053 "bitflags 1.3.2",
14054]
14055
14056[[package]]
14057name = "raw-cpuid"
14058version = "11.6.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14061dependencies = [
14062 "bitflags 2.10.0",
14063]
14064
14065[[package]]
14066name = "raw-window-handle"
14067version = "0.6.2"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14070
14071[[package]]
14072name = "raw-window-metal"
14073version = "1.1.0"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14076dependencies = [
14077 "objc2",
14078 "objc2-core-foundation",
14079 "objc2-foundation",
14080 "objc2-quartz-core",
14081]
14082
14083[[package]]
14084name = "rayon"
14085version = "1.11.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14088dependencies = [
14089 "either",
14090 "rayon-core",
14091]
14092
14093[[package]]
14094name = "rayon-core"
14095version = "1.13.0"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14098dependencies = [
14099 "crossbeam-deque",
14100 "crossbeam-utils",
14101]
14102
14103[[package]]
14104name = "rdrand"
14105version = "0.4.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14108dependencies = [
14109 "rand_core 0.3.1",
14110]
14111
14112[[package]]
14113name = "read-fonts"
14114version = "0.35.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14117dependencies = [
14118 "bytemuck",
14119 "font-types 0.10.0",
14120]
14121
14122[[package]]
14123name = "read-fonts"
14124version = "0.37.0"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14127dependencies = [
14128 "bytemuck",
14129 "core_maths",
14130 "font-types 0.11.0",
14131]
14132
14133[[package]]
14134name = "realfft"
14135version = "3.5.0"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14138dependencies = [
14139 "rustfft",
14140]
14141
14142[[package]]
14143name = "reborrow"
14144version = "0.5.5"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14147
14148[[package]]
14149name = "recent_projects"
14150version = "0.1.0"
14151dependencies = [
14152 "anyhow",
14153 "askpass",
14154 "chrono",
14155 "db",
14156 "dev_container",
14157 "editor",
14158 "extension",
14159 "extension_host",
14160 "fs",
14161 "futures 0.3.32",
14162 "fuzzy",
14163 "gpui",
14164 "http_client",
14165 "indoc",
14166 "language",
14167 "log",
14168 "menu",
14169 "node_runtime",
14170 "open_path_prompt",
14171 "ordered-float 2.10.1",
14172 "paths",
14173 "picker",
14174 "project",
14175 "release_channel",
14176 "remote",
14177 "remote_connection",
14178 "remote_server",
14179 "semver",
14180 "serde",
14181 "serde_json",
14182 "settings",
14183 "smol",
14184 "task",
14185 "telemetry",
14186 "ui",
14187 "ui_input",
14188 "util",
14189 "windows-registry 0.6.1",
14190 "workspace",
14191 "worktree",
14192 "zed_actions",
14193]
14194
14195[[package]]
14196name = "redox_syscall"
14197version = "0.2.16"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14200dependencies = [
14201 "bitflags 1.3.2",
14202]
14203
14204[[package]]
14205name = "redox_syscall"
14206version = "0.5.18"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14209dependencies = [
14210 "bitflags 2.10.0",
14211]
14212
14213[[package]]
14214name = "redox_users"
14215version = "0.4.6"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14218dependencies = [
14219 "getrandom 0.2.16",
14220 "libredox",
14221 "thiserror 1.0.69",
14222]
14223
14224[[package]]
14225name = "redox_users"
14226version = "0.5.2"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14229dependencies = [
14230 "getrandom 0.2.16",
14231 "libredox",
14232 "thiserror 2.0.17",
14233]
14234
14235[[package]]
14236name = "ref-cast"
14237version = "1.0.25"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14240dependencies = [
14241 "ref-cast-impl",
14242]
14243
14244[[package]]
14245name = "ref-cast-impl"
14246version = "1.0.25"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14249dependencies = [
14250 "proc-macro2",
14251 "quote",
14252 "syn 2.0.117",
14253]
14254
14255[[package]]
14256name = "referencing"
14257version = "0.37.4"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14260dependencies = [
14261 "ahash 0.8.12",
14262 "fluent-uri",
14263 "getrandom 0.3.4",
14264 "hashbrown 0.16.1",
14265 "parking_lot",
14266 "percent-encoding",
14267 "serde_json",
14268]
14269
14270[[package]]
14271name = "refineable"
14272version = "0.1.0"
14273dependencies = [
14274 "derive_refineable",
14275]
14276
14277[[package]]
14278name = "regalloc2"
14279version = "0.12.2"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14282dependencies = [
14283 "allocator-api2",
14284 "bumpalo",
14285 "hashbrown 0.15.5",
14286 "log",
14287 "rustc-hash 2.1.1",
14288 "serde",
14289 "smallvec",
14290]
14291
14292[[package]]
14293name = "regex"
14294version = "1.12.2"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14297dependencies = [
14298 "aho-corasick",
14299 "memchr",
14300 "regex-automata",
14301 "regex-syntax",
14302]
14303
14304[[package]]
14305name = "regex-automata"
14306version = "0.4.13"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14309dependencies = [
14310 "aho-corasick",
14311 "memchr",
14312 "regex-syntax",
14313]
14314
14315[[package]]
14316name = "regex-lite"
14317version = "0.1.8"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14320
14321[[package]]
14322name = "regex-syntax"
14323version = "0.8.8"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14326
14327[[package]]
14328name = "release_channel"
14329version = "0.1.0"
14330dependencies = [
14331 "gpui",
14332 "semver",
14333]
14334
14335[[package]]
14336name = "remote"
14337version = "0.1.0"
14338dependencies = [
14339 "anyhow",
14340 "askpass",
14341 "async-trait",
14342 "base64 0.22.1",
14343 "collections",
14344 "fs",
14345 "futures 0.3.32",
14346 "gpui",
14347 "log",
14348 "parking_lot",
14349 "paths",
14350 "prost 0.9.0",
14351 "release_channel",
14352 "rpc",
14353 "schemars",
14354 "semver",
14355 "serde",
14356 "serde_json",
14357 "settings",
14358 "smol",
14359 "tempfile",
14360 "thiserror 2.0.17",
14361 "urlencoding",
14362 "util",
14363 "which 6.0.3",
14364]
14365
14366[[package]]
14367name = "remote_connection"
14368version = "0.1.0"
14369dependencies = [
14370 "anyhow",
14371 "askpass",
14372 "auto_update",
14373 "futures 0.3.32",
14374 "gpui",
14375 "log",
14376 "markdown",
14377 "menu",
14378 "release_channel",
14379 "remote",
14380 "semver",
14381 "settings",
14382 "theme_settings",
14383 "ui",
14384 "ui_input",
14385 "workspace",
14386]
14387
14388[[package]]
14389name = "remote_server"
14390version = "0.1.0"
14391dependencies = [
14392 "action_log",
14393 "agent",
14394 "anyhow",
14395 "askpass",
14396 "cargo_toml",
14397 "clap",
14398 "client",
14399 "clock",
14400 "collections",
14401 "crash-handler",
14402 "crashes",
14403 "dap_adapters",
14404 "debug_adapter_extension",
14405 "editor",
14406 "env_logger 0.11.8",
14407 "extension",
14408 "extension_host",
14409 "fork",
14410 "fs",
14411 "futures 0.3.32",
14412 "git",
14413 "git2",
14414 "git_hosting_providers",
14415 "gpui",
14416 "gpui_platform",
14417 "gpui_tokio",
14418 "http_client",
14419 "image",
14420 "json_schema_store",
14421 "language",
14422 "language_extension",
14423 "language_model",
14424 "languages",
14425 "libc",
14426 "log",
14427 "lsp",
14428 "minidumper",
14429 "net",
14430 "node_runtime",
14431 "paths",
14432 "pretty_assertions",
14433 "project",
14434 "proto",
14435 "rayon",
14436 "release_channel",
14437 "remote",
14438 "reqwest_client",
14439 "rpc",
14440 "rust-embed",
14441 "semver",
14442 "serde",
14443 "serde_json",
14444 "settings",
14445 "shellexpand 2.1.2",
14446 "smol",
14447 "sysinfo 0.37.2",
14448 "task",
14449 "theme",
14450 "theme_settings",
14451 "thiserror 2.0.17",
14452 "toml 0.8.23",
14453 "unindent",
14454 "util",
14455 "uuid",
14456 "watch",
14457 "windows 0.61.3",
14458 "worktree",
14459 "zlog",
14460]
14461
14462[[package]]
14463name = "rend"
14464version = "0.4.2"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14467dependencies = [
14468 "bytecheck",
14469]
14470
14471[[package]]
14472name = "renderdoc-sys"
14473version = "1.1.0"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14476
14477[[package]]
14478name = "repl"
14479version = "0.1.0"
14480dependencies = [
14481 "alacritty_terminal",
14482 "anyhow",
14483 "async-dispatcher",
14484 "async-task",
14485 "async-tungstenite",
14486 "base64 0.22.1",
14487 "client",
14488 "collections",
14489 "command_palette_hooks",
14490 "editor",
14491 "feature_flags",
14492 "file_icons",
14493 "futures 0.3.32",
14494 "gpui",
14495 "html_to_markdown",
14496 "http_client",
14497 "image",
14498 "indoc",
14499 "jupyter-protocol",
14500 "jupyter-websocket-client",
14501 "language",
14502 "languages",
14503 "log",
14504 "markdown",
14505 "menu",
14506 "multi_buffer",
14507 "nbformat",
14508 "picker",
14509 "project",
14510 "remote",
14511 "runtimelib",
14512 "serde",
14513 "serde_json",
14514 "settings",
14515 "shlex",
14516 "smol",
14517 "telemetry",
14518 "terminal",
14519 "terminal_view",
14520 "theme",
14521 "theme_settings",
14522 "tree-sitter-md",
14523 "tree-sitter-python",
14524 "tree-sitter-typescript",
14525 "ui",
14526 "util",
14527 "uuid",
14528 "workspace",
14529 "zed_actions",
14530]
14531
14532[[package]]
14533name = "reqwest"
14534version = "0.11.27"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14537dependencies = [
14538 "base64 0.21.7",
14539 "bytes 1.11.1",
14540 "encoding_rs",
14541 "futures-core",
14542 "futures-util",
14543 "h2 0.3.27",
14544 "http 0.2.12",
14545 "http-body 0.4.6",
14546 "hyper 0.14.32",
14547 "hyper-tls",
14548 "ipnet",
14549 "js-sys",
14550 "log",
14551 "mime",
14552 "native-tls",
14553 "once_cell",
14554 "percent-encoding",
14555 "pin-project-lite",
14556 "rustls-pemfile 1.0.4",
14557 "serde",
14558 "serde_json",
14559 "serde_urlencoded",
14560 "sync_wrapper 0.1.2",
14561 "system-configuration 0.5.1",
14562 "tokio",
14563 "tokio-native-tls",
14564 "tower-service",
14565 "url",
14566 "wasm-bindgen",
14567 "wasm-bindgen-futures",
14568 "web-sys",
14569 "winreg 0.50.0",
14570]
14571
14572[[package]]
14573name = "reqwest"
14574version = "0.12.24"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14577dependencies = [
14578 "base64 0.22.1",
14579 "bytes 1.11.1",
14580 "futures-channel",
14581 "futures-core",
14582 "futures-util",
14583 "http 1.3.1",
14584 "http-body 1.0.1",
14585 "http-body-util",
14586 "hyper 1.7.0",
14587 "hyper-rustls 0.27.7",
14588 "hyper-util",
14589 "js-sys",
14590 "log",
14591 "percent-encoding",
14592 "pin-project-lite",
14593 "quinn",
14594 "rustls 0.23.33",
14595 "rustls-native-certs 0.8.2",
14596 "rustls-pki-types",
14597 "serde",
14598 "serde_json",
14599 "serde_urlencoded",
14600 "sync_wrapper 1.0.2",
14601 "tokio",
14602 "tokio-rustls 0.26.2",
14603 "tower 0.5.2",
14604 "tower-http 0.6.6",
14605 "tower-service",
14606 "url",
14607 "wasm-bindgen",
14608 "wasm-bindgen-futures",
14609 "web-sys",
14610]
14611
14612[[package]]
14613name = "reqwest_client"
14614version = "0.1.0"
14615dependencies = [
14616 "anyhow",
14617 "bytes 1.11.1",
14618 "futures 0.3.32",
14619 "gpui_util",
14620 "http_client",
14621 "http_client_tls",
14622 "log",
14623 "regex",
14624 "serde",
14625 "tokio",
14626 "zed-reqwest",
14627]
14628
14629[[package]]
14630name = "resvg"
14631version = "0.45.1"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14634dependencies = [
14635 "gif",
14636 "image-webp",
14637 "log",
14638 "pico-args",
14639 "rgb",
14640 "svgtypes",
14641 "tiny-skia",
14642 "usvg",
14643 "zune-jpeg",
14644]
14645
14646[[package]]
14647name = "rfc6979"
14648version = "0.3.1"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14651dependencies = [
14652 "crypto-bigint 0.4.9",
14653 "hmac",
14654 "zeroize",
14655]
14656
14657[[package]]
14658name = "rgb"
14659version = "0.8.52"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14662dependencies = [
14663 "bytemuck",
14664]
14665
14666[[package]]
14667name = "ring"
14668version = "0.17.14"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14671dependencies = [
14672 "cc",
14673 "cfg-if",
14674 "getrandom 0.2.16",
14675 "libc",
14676 "untrusted 0.9.0",
14677 "windows-sys 0.52.0",
14678]
14679
14680[[package]]
14681name = "rkyv"
14682version = "0.7.45"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14685dependencies = [
14686 "bitvec",
14687 "bytecheck",
14688 "bytes 1.11.1",
14689 "hashbrown 0.12.3",
14690 "ptr_meta",
14691 "rend",
14692 "rkyv_derive",
14693 "seahash",
14694 "tinyvec",
14695 "uuid",
14696]
14697
14698[[package]]
14699name = "rkyv_derive"
14700version = "0.7.45"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14703dependencies = [
14704 "proc-macro2",
14705 "quote",
14706 "syn 1.0.109",
14707]
14708
14709[[package]]
14710name = "rmp"
14711version = "0.8.14"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14714dependencies = [
14715 "byteorder",
14716 "num-traits",
14717 "paste",
14718]
14719
14720[[package]]
14721name = "rmpv"
14722version = "1.3.0"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14725dependencies = [
14726 "num-traits",
14727 "rmp",
14728]
14729
14730[[package]]
14731name = "rodio"
14732version = "0.21.1"
14733source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14734dependencies = [
14735 "cpal",
14736 "dasp_sample",
14737 "hound",
14738 "num-rational",
14739 "rand 0.9.2",
14740 "rand_distr",
14741 "rtrb",
14742 "symphonia",
14743 "thiserror 2.0.17",
14744]
14745
14746[[package]]
14747name = "rope"
14748version = "0.1.0"
14749dependencies = [
14750 "criterion",
14751 "ctor",
14752 "gpui",
14753 "heapless",
14754 "log",
14755 "rand 0.9.2",
14756 "rayon",
14757 "sum_tree",
14758 "tracing",
14759 "unicode-segmentation",
14760 "util",
14761 "zlog",
14762 "ztracing",
14763]
14764
14765[[package]]
14766name = "roxmltree"
14767version = "0.20.0"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14770
14771[[package]]
14772name = "rpassword"
14773version = "7.4.0"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14776dependencies = [
14777 "libc",
14778 "rtoolbox",
14779 "windows-sys 0.59.0",
14780]
14781
14782[[package]]
14783name = "rpc"
14784version = "0.1.0"
14785dependencies = [
14786 "anyhow",
14787 "async-tungstenite",
14788 "base64 0.22.1",
14789 "collections",
14790 "futures 0.3.32",
14791 "gpui",
14792 "parking_lot",
14793 "proto",
14794 "rand 0.9.2",
14795 "rsa",
14796 "serde",
14797 "serde_json",
14798 "sha2",
14799 "strum 0.27.2",
14800 "tracing",
14801 "util",
14802 "zlog",
14803 "zstd",
14804]
14805
14806[[package]]
14807name = "rsa"
14808version = "0.9.10"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14811dependencies = [
14812 "const-oid",
14813 "digest",
14814 "num-bigint-dig 0.8.6",
14815 "num-integer",
14816 "num-traits",
14817 "pkcs1",
14818 "pkcs8 0.10.2",
14819 "rand_core 0.6.4",
14820 "signature 2.2.0",
14821 "spki 0.7.3",
14822 "subtle",
14823 "zeroize",
14824]
14825
14826[[package]]
14827name = "rtoolbox"
14828version = "0.0.3"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14831dependencies = [
14832 "libc",
14833 "windows-sys 0.52.0",
14834]
14835
14836[[package]]
14837name = "rtrb"
14838version = "0.3.2"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14841
14842[[package]]
14843name = "rules_library"
14844version = "0.1.0"
14845dependencies = [
14846 "anyhow",
14847 "collections",
14848 "editor",
14849 "gpui",
14850 "language",
14851 "language_model",
14852 "log",
14853 "menu",
14854 "picker",
14855 "platform_title_bar",
14856 "prompt_store",
14857 "release_channel",
14858 "rope",
14859 "serde",
14860 "settings",
14861 "theme_settings",
14862 "ui",
14863 "ui_input",
14864 "util",
14865 "workspace",
14866 "zed_actions",
14867]
14868
14869[[package]]
14870name = "runtimelib"
14871version = "1.4.0"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14874dependencies = [
14875 "async-dispatcher",
14876 "async-std",
14877 "aws-lc-rs",
14878 "base64 0.22.1",
14879 "bytes 1.11.1",
14880 "chrono",
14881 "data-encoding",
14882 "dirs 6.0.0",
14883 "futures 0.3.32",
14884 "glob",
14885 "jupyter-protocol",
14886 "serde",
14887 "serde_json",
14888 "shellexpand 3.1.1",
14889 "smol",
14890 "thiserror 2.0.17",
14891 "uuid",
14892 "zeromq",
14893]
14894
14895[[package]]
14896name = "rust-embed"
14897version = "8.11.0"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14900dependencies = [
14901 "rust-embed-impl",
14902 "rust-embed-utils",
14903 "walkdir",
14904]
14905
14906[[package]]
14907name = "rust-embed-impl"
14908version = "8.11.0"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14911dependencies = [
14912 "proc-macro2",
14913 "quote",
14914 "rust-embed-utils",
14915 "syn 2.0.117",
14916 "walkdir",
14917]
14918
14919[[package]]
14920name = "rust-embed-utils"
14921version = "8.11.0"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14924dependencies = [
14925 "globset",
14926 "sha2",
14927 "walkdir",
14928]
14929
14930[[package]]
14931name = "rust_decimal"
14932version = "1.39.0"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14935dependencies = [
14936 "arrayvec",
14937 "borsh",
14938 "bytes 1.11.1",
14939 "num-traits",
14940 "rand 0.8.5",
14941 "rkyv",
14942 "serde",
14943 "serde_json",
14944]
14945
14946[[package]]
14947name = "rustc-demangle"
14948version = "0.1.26"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14951
14952[[package]]
14953name = "rustc-hash"
14954version = "1.1.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14957
14958[[package]]
14959name = "rustc-hash"
14960version = "2.1.1"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14963
14964[[package]]
14965name = "rustc_version"
14966version = "0.4.1"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14969dependencies = [
14970 "semver",
14971]
14972
14973[[package]]
14974name = "rustfft"
14975version = "6.4.1"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14978dependencies = [
14979 "num-complex",
14980 "num-integer",
14981 "num-traits",
14982 "primal-check",
14983 "strength_reduce",
14984 "transpose",
14985]
14986
14987[[package]]
14988name = "rustix"
14989version = "0.38.44"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14992dependencies = [
14993 "bitflags 2.10.0",
14994 "errno 0.3.14",
14995 "libc",
14996 "linux-raw-sys 0.4.15",
14997 "windows-sys 0.59.0",
14998]
14999
15000[[package]]
15001name = "rustix"
15002version = "1.1.2"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15005dependencies = [
15006 "bitflags 2.10.0",
15007 "errno 0.3.14",
15008 "libc",
15009 "linux-raw-sys 0.11.0",
15010 "windows-sys 0.61.2",
15011]
15012
15013[[package]]
15014name = "rustix-linux-procfs"
15015version = "0.1.1"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15018dependencies = [
15019 "once_cell",
15020 "rustix 1.1.2",
15021]
15022
15023[[package]]
15024name = "rustix-openpty"
15025version = "0.2.0"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15028dependencies = [
15029 "errno 0.3.14",
15030 "libc",
15031 "rustix 1.1.2",
15032]
15033
15034[[package]]
15035name = "rustls"
15036version = "0.21.12"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15039dependencies = [
15040 "log",
15041 "ring",
15042 "rustls-webpki 0.101.7",
15043 "sct",
15044]
15045
15046[[package]]
15047name = "rustls"
15048version = "0.23.33"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15051dependencies = [
15052 "aws-lc-rs",
15053 "log",
15054 "once_cell",
15055 "ring",
15056 "rustls-pki-types",
15057 "rustls-webpki 0.103.7",
15058 "subtle",
15059 "zeroize",
15060]
15061
15062[[package]]
15063name = "rustls-native-certs"
15064version = "0.6.3"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15067dependencies = [
15068 "openssl-probe",
15069 "rustls-pemfile 1.0.4",
15070 "schannel",
15071 "security-framework 2.11.1",
15072]
15073
15074[[package]]
15075name = "rustls-native-certs"
15076version = "0.8.2"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15079dependencies = [
15080 "openssl-probe",
15081 "rustls-pki-types",
15082 "schannel",
15083 "security-framework 3.5.1",
15084]
15085
15086[[package]]
15087name = "rustls-pemfile"
15088version = "1.0.4"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15091dependencies = [
15092 "base64 0.21.7",
15093]
15094
15095[[package]]
15096name = "rustls-pemfile"
15097version = "2.2.0"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15100dependencies = [
15101 "rustls-pki-types",
15102]
15103
15104[[package]]
15105name = "rustls-pki-types"
15106version = "1.12.0"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15109dependencies = [
15110 "web-time",
15111 "zeroize",
15112]
15113
15114[[package]]
15115name = "rustls-platform-verifier"
15116version = "0.5.3"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15119dependencies = [
15120 "core-foundation 0.10.0",
15121 "core-foundation-sys",
15122 "jni",
15123 "log",
15124 "once_cell",
15125 "rustls 0.23.33",
15126 "rustls-native-certs 0.8.2",
15127 "rustls-platform-verifier-android",
15128 "rustls-webpki 0.103.7",
15129 "security-framework 3.5.1",
15130 "security-framework-sys",
15131 "webpki-root-certs",
15132 "windows-sys 0.59.0",
15133]
15134
15135[[package]]
15136name = "rustls-platform-verifier-android"
15137version = "0.1.1"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15140
15141[[package]]
15142name = "rustls-webpki"
15143version = "0.101.7"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15146dependencies = [
15147 "ring",
15148 "untrusted 0.9.0",
15149]
15150
15151[[package]]
15152name = "rustls-webpki"
15153version = "0.103.7"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15156dependencies = [
15157 "aws-lc-rs",
15158 "ring",
15159 "rustls-pki-types",
15160 "untrusted 0.9.0",
15161]
15162
15163[[package]]
15164name = "rustversion"
15165version = "1.0.22"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15168
15169[[package]]
15170name = "rusty-fork"
15171version = "0.3.1"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15174dependencies = [
15175 "fnv",
15176 "quick-error 1.2.3",
15177 "tempfile",
15178 "wait-timeout",
15179]
15180
15181[[package]]
15182name = "rustybuzz"
15183version = "0.20.1"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15186dependencies = [
15187 "bitflags 2.10.0",
15188 "bytemuck",
15189 "core_maths",
15190 "log",
15191 "smallvec",
15192 "ttf-parser 0.25.1",
15193 "unicode-bidi-mirroring",
15194 "unicode-ccc",
15195 "unicode-properties",
15196 "unicode-script",
15197]
15198
15199[[package]]
15200name = "ryu"
15201version = "1.0.20"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15204
15205[[package]]
15206name = "saa"
15207version = "5.4.9"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15210
15211[[package]]
15212name = "safetensors"
15213version = "0.4.5"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15216dependencies = [
15217 "serde",
15218 "serde_json",
15219]
15220
15221[[package]]
15222name = "same-file"
15223version = "1.0.6"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15226dependencies = [
15227 "winapi-util",
15228]
15229
15230[[package]]
15231name = "scc"
15232version = "3.5.6"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15235dependencies = [
15236 "saa",
15237 "sdd",
15238]
15239
15240[[package]]
15241name = "schannel"
15242version = "0.1.28"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15245dependencies = [
15246 "windows-sys 0.61.2",
15247]
15248
15249[[package]]
15250name = "scheduler"
15251version = "0.1.0"
15252dependencies = [
15253 "async-task",
15254 "backtrace",
15255 "chrono",
15256 "flume",
15257 "futures 0.3.32",
15258 "parking_lot",
15259 "rand 0.9.2",
15260 "web-time",
15261]
15262
15263[[package]]
15264name = "schema_generator"
15265version = "0.1.0"
15266dependencies = [
15267 "anyhow",
15268 "clap",
15269 "env_logger 0.11.8",
15270 "schemars",
15271 "serde",
15272 "serde_json",
15273 "settings",
15274 "theme",
15275 "theme_settings",
15276]
15277
15278[[package]]
15279name = "schemars"
15280version = "1.0.4"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15283dependencies = [
15284 "dyn-clone",
15285 "indexmap",
15286 "ref-cast",
15287 "schemars_derive",
15288 "serde",
15289 "serde_json",
15290]
15291
15292[[package]]
15293name = "schemars_derive"
15294version = "1.0.4"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15297dependencies = [
15298 "proc-macro2",
15299 "quote",
15300 "serde_derive_internals",
15301 "syn 2.0.117",
15302]
15303
15304[[package]]
15305name = "scoped-tls"
15306version = "1.0.1"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15309
15310[[package]]
15311name = "scopeguard"
15312version = "1.2.0"
15313source = "registry+https://github.com/rust-lang/crates.io-index"
15314checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15315
15316[[package]]
15317name = "scratch"
15318version = "1.0.9"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15321
15322[[package]]
15323name = "screencapturekit"
15324version = "0.2.8"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15327dependencies = [
15328 "screencapturekit-sys",
15329]
15330
15331[[package]]
15332name = "screencapturekit-sys"
15333version = "0.2.8"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15336dependencies = [
15337 "block",
15338 "dispatch",
15339 "objc",
15340 "objc-foundation",
15341 "objc_id",
15342 "once_cell",
15343]
15344
15345[[package]]
15346name = "scroll"
15347version = "0.12.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15350dependencies = [
15351 "scroll_derive",
15352]
15353
15354[[package]]
15355name = "scroll_derive"
15356version = "0.12.1"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15359dependencies = [
15360 "proc-macro2",
15361 "quote",
15362 "syn 2.0.117",
15363]
15364
15365[[package]]
15366name = "sct"
15367version = "0.7.1"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15370dependencies = [
15371 "ring",
15372 "untrusted 0.9.0",
15373]
15374
15375[[package]]
15376name = "sdd"
15377version = "4.6.2"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15380
15381[[package]]
15382name = "sea-bae"
15383version = "0.2.1"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15386dependencies = [
15387 "heck 0.4.1",
15388 "proc-macro-error2",
15389 "proc-macro2",
15390 "quote",
15391 "syn 2.0.117",
15392]
15393
15394[[package]]
15395name = "sea-orm"
15396version = "1.1.10"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15399dependencies = [
15400 "async-stream",
15401 "async-trait",
15402 "bigdecimal",
15403 "chrono",
15404 "futures-util",
15405 "log",
15406 "ouroboros",
15407 "pgvector",
15408 "rust_decimal",
15409 "sea-orm-macros",
15410 "sea-query",
15411 "sea-query-binder",
15412 "serde",
15413 "serde_json",
15414 "sqlx",
15415 "strum 0.26.3",
15416 "thiserror 2.0.17",
15417 "time",
15418 "tracing",
15419 "url",
15420 "uuid",
15421]
15422
15423[[package]]
15424name = "sea-orm-macros"
15425version = "1.1.10"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15428dependencies = [
15429 "heck 0.4.1",
15430 "proc-macro2",
15431 "quote",
15432 "sea-bae",
15433 "syn 2.0.117",
15434 "unicode-ident",
15435]
15436
15437[[package]]
15438name = "sea-query"
15439version = "0.32.7"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15442dependencies = [
15443 "bigdecimal",
15444 "chrono",
15445 "inherent",
15446 "ordered-float 4.6.0",
15447 "rust_decimal",
15448 "serde_json",
15449 "time",
15450 "uuid",
15451]
15452
15453[[package]]
15454name = "sea-query-binder"
15455version = "0.7.0"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15458dependencies = [
15459 "bigdecimal",
15460 "chrono",
15461 "rust_decimal",
15462 "sea-query",
15463 "serde_json",
15464 "sqlx",
15465 "time",
15466 "uuid",
15467]
15468
15469[[package]]
15470name = "seahash"
15471version = "4.1.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15474
15475[[package]]
15476name = "search"
15477version = "0.1.0"
15478dependencies = [
15479 "any_vec",
15480 "anyhow",
15481 "bitflags 2.10.0",
15482 "collections",
15483 "editor",
15484 "fs",
15485 "futures 0.3.32",
15486 "gpui",
15487 "itertools 0.14.0",
15488 "language",
15489 "lsp",
15490 "menu",
15491 "multi_buffer",
15492 "pretty_assertions",
15493 "project",
15494 "serde",
15495 "serde_json",
15496 "settings",
15497 "smol",
15498 "theme",
15499 "theme_settings",
15500 "tracing",
15501 "ui",
15502 "unindent",
15503 "util",
15504 "util_macros",
15505 "workspace",
15506 "zed_actions",
15507 "ztracing",
15508]
15509
15510[[package]]
15511name = "sec1"
15512version = "0.3.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15515dependencies = [
15516 "base16ct",
15517 "der 0.6.1",
15518 "generic-array",
15519 "pkcs8 0.9.0",
15520 "subtle",
15521 "zeroize",
15522]
15523
15524[[package]]
15525name = "secrecy"
15526version = "0.10.3"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15529dependencies = [
15530 "zeroize",
15531]
15532
15533[[package]]
15534name = "security-framework"
15535version = "2.11.1"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15538dependencies = [
15539 "bitflags 2.10.0",
15540 "core-foundation 0.9.4",
15541 "core-foundation-sys",
15542 "libc",
15543 "security-framework-sys",
15544]
15545
15546[[package]]
15547name = "security-framework"
15548version = "3.5.1"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15551dependencies = [
15552 "bitflags 2.10.0",
15553 "core-foundation 0.10.0",
15554 "core-foundation-sys",
15555 "libc",
15556 "security-framework-sys",
15557]
15558
15559[[package]]
15560name = "security-framework-sys"
15561version = "2.15.0"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15564dependencies = [
15565 "core-foundation-sys",
15566 "libc",
15567]
15568
15569[[package]]
15570name = "self_cell"
15571version = "1.2.2"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15574
15575[[package]]
15576name = "semver"
15577version = "1.0.27"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15580dependencies = [
15581 "serde",
15582 "serde_core",
15583]
15584
15585[[package]]
15586name = "seq-macro"
15587version = "0.3.6"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15590
15591[[package]]
15592name = "serde"
15593version = "1.0.228"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15596dependencies = [
15597 "serde_core",
15598 "serde_derive",
15599]
15600
15601[[package]]
15602name = "serde_bytes"
15603version = "0.11.19"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15606dependencies = [
15607 "serde",
15608 "serde_core",
15609]
15610
15611[[package]]
15612name = "serde_core"
15613version = "1.0.228"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15616dependencies = [
15617 "serde_derive",
15618]
15619
15620[[package]]
15621name = "serde_derive"
15622version = "1.0.228"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15625dependencies = [
15626 "proc-macro2",
15627 "quote",
15628 "syn 2.0.117",
15629]
15630
15631[[package]]
15632name = "serde_derive_internals"
15633version = "0.29.1"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15636dependencies = [
15637 "proc-macro2",
15638 "quote",
15639 "syn 2.0.117",
15640]
15641
15642[[package]]
15643name = "serde_fmt"
15644version = "1.0.3"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15647dependencies = [
15648 "serde",
15649]
15650
15651[[package]]
15652name = "serde_json"
15653version = "1.0.145"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15656dependencies = [
15657 "indexmap",
15658 "itoa",
15659 "memchr",
15660 "ryu",
15661 "serde",
15662 "serde_core",
15663]
15664
15665[[package]]
15666name = "serde_json_lenient"
15667version = "0.2.4"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15670dependencies = [
15671 "indexmap",
15672 "itoa",
15673 "memchr",
15674 "ryu",
15675 "serde",
15676]
15677
15678[[package]]
15679name = "serde_path_to_error"
15680version = "0.1.20"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15683dependencies = [
15684 "itoa",
15685 "serde",
15686 "serde_core",
15687]
15688
15689[[package]]
15690name = "serde_repr"
15691version = "0.1.20"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15694dependencies = [
15695 "proc-macro2",
15696 "quote",
15697 "syn 2.0.117",
15698]
15699
15700[[package]]
15701name = "serde_spanned"
15702version = "0.6.9"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15705dependencies = [
15706 "serde",
15707]
15708
15709[[package]]
15710name = "serde_spanned"
15711version = "1.0.3"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15714dependencies = [
15715 "serde_core",
15716]
15717
15718[[package]]
15719name = "serde_urlencoded"
15720version = "0.7.1"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15723dependencies = [
15724 "form_urlencoded",
15725 "itoa",
15726 "ryu",
15727 "serde",
15728]
15729
15730[[package]]
15731name = "serde_yaml"
15732version = "0.9.34+deprecated"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15735dependencies = [
15736 "indexmap",
15737 "itoa",
15738 "ryu",
15739 "serde",
15740 "unsafe-libyaml",
15741]
15742
15743[[package]]
15744name = "serial2"
15745version = "0.2.33"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15748dependencies = [
15749 "cfg-if",
15750 "libc",
15751 "winapi",
15752]
15753
15754[[package]]
15755name = "session"
15756version = "0.1.0"
15757dependencies = [
15758 "db",
15759 "gpui",
15760 "serde_json",
15761 "util",
15762 "uuid",
15763]
15764
15765[[package]]
15766name = "settings"
15767version = "0.1.0"
15768dependencies = [
15769 "anyhow",
15770 "collections",
15771 "ec4rs",
15772 "fs",
15773 "futures 0.3.32",
15774 "gpui",
15775 "indoc",
15776 "inventory",
15777 "log",
15778 "migrator",
15779 "paths",
15780 "pretty_assertions",
15781 "release_channel",
15782 "rust-embed",
15783 "schemars",
15784 "serde",
15785 "serde_json",
15786 "serde_json_lenient",
15787 "settings_content",
15788 "settings_json",
15789 "settings_macros",
15790 "smallvec",
15791 "unindent",
15792 "util",
15793 "zlog",
15794]
15795
15796[[package]]
15797name = "settings_content"
15798version = "0.1.0"
15799dependencies = [
15800 "anyhow",
15801 "collections",
15802 "derive_more",
15803 "gpui",
15804 "log",
15805 "schemars",
15806 "serde",
15807 "serde_json",
15808 "serde_json_lenient",
15809 "settings_json",
15810 "settings_macros",
15811 "strum 0.27.2",
15812 "util",
15813]
15814
15815[[package]]
15816name = "settings_json"
15817version = "0.1.0"
15818dependencies = [
15819 "anyhow",
15820 "pretty_assertions",
15821 "serde",
15822 "serde_json",
15823 "serde_json_lenient",
15824 "serde_path_to_error",
15825 "tree-sitter",
15826 "tree-sitter-json",
15827 "unindent",
15828 "util",
15829]
15830
15831[[package]]
15832name = "settings_macros"
15833version = "0.1.0"
15834dependencies = [
15835 "quote",
15836 "settings",
15837 "syn 2.0.117",
15838]
15839
15840[[package]]
15841name = "settings_profile_selector"
15842version = "0.1.0"
15843dependencies = [
15844 "editor",
15845 "fuzzy",
15846 "gpui",
15847 "menu",
15848 "picker",
15849 "project",
15850 "serde_json",
15851 "settings",
15852 "theme",
15853 "theme_settings",
15854 "ui",
15855 "workspace",
15856 "zed_actions",
15857]
15858
15859[[package]]
15860name = "settings_ui"
15861version = "0.1.0"
15862dependencies = [
15863 "agent",
15864 "agent_settings",
15865 "anyhow",
15866 "audio",
15867 "codestral",
15868 "component",
15869 "copilot",
15870 "copilot_ui",
15871 "cpal",
15872 "edit_prediction",
15873 "edit_prediction_ui",
15874 "editor",
15875 "feature_flags",
15876 "fs",
15877 "futures 0.3.32",
15878 "fuzzy",
15879 "gpui",
15880 "heck 0.5.0",
15881 "itertools 0.14.0",
15882 "language",
15883 "log",
15884 "menu",
15885 "paths",
15886 "picker",
15887 "platform_title_bar",
15888 "pretty_assertions",
15889 "project",
15890 "regex",
15891 "release_channel",
15892 "rodio",
15893 "schemars",
15894 "search",
15895 "serde",
15896 "serde_json",
15897 "settings",
15898 "shell_command_parser",
15899 "strum 0.27.2",
15900 "telemetry",
15901 "theme",
15902 "theme_settings",
15903 "title_bar",
15904 "ui",
15905 "util",
15906 "workspace",
15907 "zed_actions",
15908 "zed_credentials_provider",
15909]
15910
15911[[package]]
15912name = "sha-1"
15913version = "0.10.1"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15916dependencies = [
15917 "cfg-if",
15918 "cpufeatures",
15919 "digest",
15920]
15921
15922[[package]]
15923name = "sha1"
15924version = "0.10.6"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15927dependencies = [
15928 "cfg-if",
15929 "cpufeatures",
15930 "digest",
15931]
15932
15933[[package]]
15934name = "sha1_smol"
15935version = "1.0.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15938
15939[[package]]
15940name = "sha2"
15941version = "0.10.9"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15944dependencies = [
15945 "cfg-if",
15946 "cpufeatures",
15947 "digest",
15948]
15949
15950[[package]]
15951name = "sharded-slab"
15952version = "0.1.7"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15955dependencies = [
15956 "lazy_static",
15957]
15958
15959[[package]]
15960name = "shared_library"
15961version = "0.1.9"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15964dependencies = [
15965 "lazy_static",
15966 "libc",
15967]
15968
15969[[package]]
15970name = "shell-words"
15971version = "1.1.0"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15974
15975[[package]]
15976name = "shell_command_parser"
15977version = "0.1.0"
15978dependencies = [
15979 "brush-parser",
15980]
15981
15982[[package]]
15983name = "shellexpand"
15984version = "2.1.2"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15987dependencies = [
15988 "dirs 4.0.0",
15989]
15990
15991[[package]]
15992name = "shellexpand"
15993version = "3.1.1"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15996dependencies = [
15997 "dirs 6.0.0",
15998]
15999
16000[[package]]
16001name = "shingles"
16002version = "0.1.1"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16005
16006[[package]]
16007name = "shlex"
16008version = "1.3.0"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16011
16012[[package]]
16013name = "sidebar"
16014version = "0.1.0"
16015dependencies = [
16016 "acp_thread",
16017 "action_log",
16018 "agent",
16019 "agent-client-protocol",
16020 "agent_settings",
16021 "agent_ui",
16022 "anyhow",
16023 "chrono",
16024 "editor",
16025 "feature_flags",
16026 "fs",
16027 "git",
16028 "gpui",
16029 "language_model",
16030 "menu",
16031 "platform_title_bar",
16032 "pretty_assertions",
16033 "project",
16034 "prompt_store",
16035 "recent_projects",
16036 "remote",
16037 "serde",
16038 "serde_json",
16039 "settings",
16040 "theme",
16041 "theme_settings",
16042 "ui",
16043 "util",
16044 "vim_mode_setting",
16045 "workspace",
16046 "zed_actions",
16047]
16048
16049[[package]]
16050name = "signal-hook"
16051version = "0.3.18"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16054dependencies = [
16055 "libc",
16056 "signal-hook-registry",
16057]
16058
16059[[package]]
16060name = "signal-hook-registry"
16061version = "1.4.6"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16064dependencies = [
16065 "libc",
16066]
16067
16068[[package]]
16069name = "signature"
16070version = "1.6.4"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16073dependencies = [
16074 "digest",
16075 "rand_core 0.6.4",
16076]
16077
16078[[package]]
16079name = "signature"
16080version = "2.2.0"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16083dependencies = [
16084 "digest",
16085 "rand_core 0.6.4",
16086]
16087
16088[[package]]
16089name = "simd-adler32"
16090version = "0.3.7"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16093
16094[[package]]
16095name = "simd_helpers"
16096version = "0.1.0"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16099dependencies = [
16100 "quote",
16101]
16102
16103[[package]]
16104name = "simdutf8"
16105version = "0.1.5"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16108
16109[[package]]
16110name = "similar"
16111version = "2.7.0"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16114
16115[[package]]
16116name = "simple_asn1"
16117version = "0.6.3"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16120dependencies = [
16121 "num-bigint",
16122 "num-traits",
16123 "thiserror 2.0.17",
16124 "time",
16125]
16126
16127[[package]]
16128name = "simplecss"
16129version = "0.2.2"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16132dependencies = [
16133 "log",
16134]
16135
16136[[package]]
16137name = "simplelog"
16138version = "0.12.2"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16141dependencies = [
16142 "log",
16143 "termcolor",
16144 "time",
16145]
16146
16147[[package]]
16148name = "siphasher"
16149version = "0.3.11"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16152
16153[[package]]
16154name = "siphasher"
16155version = "1.0.1"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16158
16159[[package]]
16160name = "skrifa"
16161version = "0.37.0"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16164dependencies = [
16165 "bytemuck",
16166 "read-fonts 0.35.0",
16167]
16168
16169[[package]]
16170name = "skrifa"
16171version = "0.40.0"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16174dependencies = [
16175 "bytemuck",
16176 "read-fonts 0.37.0",
16177]
16178
16179[[package]]
16180name = "slab"
16181version = "0.4.11"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16184
16185[[package]]
16186name = "slotmap"
16187version = "1.0.7"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16190dependencies = [
16191 "version_check",
16192]
16193
16194[[package]]
16195name = "smallvec"
16196version = "1.15.1"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16199dependencies = [
16200 "serde",
16201]
16202
16203[[package]]
16204name = "smart-default"
16205version = "0.7.1"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16208dependencies = [
16209 "proc-macro2",
16210 "quote",
16211 "syn 2.0.117",
16212]
16213
16214[[package]]
16215name = "smol"
16216version = "2.0.2"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16219dependencies = [
16220 "async-channel 2.5.0",
16221 "async-executor",
16222 "async-fs",
16223 "async-io",
16224 "async-lock 3.4.2",
16225 "async-net",
16226 "async-process",
16227 "blocking",
16228 "futures-lite 2.6.1",
16229]
16230
16231[[package]]
16232name = "smol_str"
16233version = "0.3.5"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16236
16237[[package]]
16238name = "snafu"
16239version = "0.8.9"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16242dependencies = [
16243 "snafu-derive",
16244]
16245
16246[[package]]
16247name = "snafu-derive"
16248version = "0.8.9"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16251dependencies = [
16252 "heck 0.5.0",
16253 "proc-macro2",
16254 "quote",
16255 "syn 2.0.117",
16256]
16257
16258[[package]]
16259name = "snippet"
16260version = "0.1.0"
16261dependencies = [
16262 "anyhow",
16263 "smallvec",
16264]
16265
16266[[package]]
16267name = "snippet_provider"
16268version = "0.1.0"
16269dependencies = [
16270 "anyhow",
16271 "collections",
16272 "extension",
16273 "fs",
16274 "futures 0.3.32",
16275 "gpui",
16276 "indoc",
16277 "parking_lot",
16278 "paths",
16279 "schemars",
16280 "serde",
16281 "serde_json",
16282 "serde_json_lenient",
16283 "snippet",
16284 "util",
16285]
16286
16287[[package]]
16288name = "snippets_ui"
16289version = "0.1.0"
16290dependencies = [
16291 "file_icons",
16292 "fuzzy",
16293 "gpui",
16294 "language",
16295 "open_path_prompt",
16296 "paths",
16297 "picker",
16298 "settings",
16299 "ui",
16300 "util",
16301 "workspace",
16302]
16303
16304[[package]]
16305name = "socket2"
16306version = "0.5.10"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16309dependencies = [
16310 "libc",
16311 "windows-sys 0.52.0",
16312]
16313
16314[[package]]
16315name = "socket2"
16316version = "0.6.1"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16319dependencies = [
16320 "libc",
16321 "windows-sys 0.60.2",
16322]
16323
16324[[package]]
16325name = "spdx"
16326version = "0.10.9"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16329dependencies = [
16330 "smallvec",
16331]
16332
16333[[package]]
16334name = "spin"
16335version = "0.9.8"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16338dependencies = [
16339 "lock_api",
16340]
16341
16342[[package]]
16343name = "spin"
16344version = "0.10.0"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16347dependencies = [
16348 "lock_api",
16349]
16350
16351[[package]]
16352name = "spirv"
16353version = "0.4.0+sdk-1.4.341.0"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16356dependencies = [
16357 "bitflags 2.10.0",
16358]
16359
16360[[package]]
16361name = "spki"
16362version = "0.6.0"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16365dependencies = [
16366 "base64ct",
16367 "der 0.6.1",
16368]
16369
16370[[package]]
16371name = "spki"
16372version = "0.7.3"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16375dependencies = [
16376 "base64ct",
16377 "der 0.7.10",
16378]
16379
16380[[package]]
16381name = "sqlez"
16382version = "0.1.0"
16383dependencies = [
16384 "anyhow",
16385 "collections",
16386 "futures 0.3.32",
16387 "indoc",
16388 "libsqlite3-sys",
16389 "log",
16390 "parking_lot",
16391 "smol",
16392 "sqlformat",
16393 "thread_local",
16394 "util",
16395 "uuid",
16396]
16397
16398[[package]]
16399name = "sqlez_macros"
16400version = "0.1.0"
16401dependencies = [
16402 "sqlez",
16403 "sqlformat",
16404 "syn 2.0.117",
16405]
16406
16407[[package]]
16408name = "sqlformat"
16409version = "0.2.6"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16412dependencies = [
16413 "nom 7.1.3",
16414 "unicode_categories",
16415]
16416
16417[[package]]
16418name = "sqlx"
16419version = "0.8.6"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16422dependencies = [
16423 "sqlx-core",
16424 "sqlx-macros",
16425 "sqlx-mysql",
16426 "sqlx-postgres",
16427 "sqlx-sqlite",
16428]
16429
16430[[package]]
16431name = "sqlx-core"
16432version = "0.8.6"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16435dependencies = [
16436 "base64 0.22.1",
16437 "bigdecimal",
16438 "bytes 1.11.1",
16439 "chrono",
16440 "crc",
16441 "crossbeam-queue",
16442 "either",
16443 "event-listener 5.4.1",
16444 "futures-core",
16445 "futures-intrusive",
16446 "futures-io",
16447 "futures-util",
16448 "hashbrown 0.15.5",
16449 "hashlink 0.10.0",
16450 "indexmap",
16451 "log",
16452 "memchr",
16453 "once_cell",
16454 "percent-encoding",
16455 "rust_decimal",
16456 "rustls 0.23.33",
16457 "serde",
16458 "serde_json",
16459 "sha2",
16460 "smallvec",
16461 "thiserror 2.0.17",
16462 "time",
16463 "tokio",
16464 "tokio-stream",
16465 "tracing",
16466 "url",
16467 "uuid",
16468 "webpki-roots",
16469]
16470
16471[[package]]
16472name = "sqlx-macros"
16473version = "0.8.6"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16476dependencies = [
16477 "proc-macro2",
16478 "quote",
16479 "sqlx-core",
16480 "sqlx-macros-core",
16481 "syn 2.0.117",
16482]
16483
16484[[package]]
16485name = "sqlx-macros-core"
16486version = "0.8.6"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16489dependencies = [
16490 "dotenvy",
16491 "either",
16492 "heck 0.5.0",
16493 "hex",
16494 "once_cell",
16495 "proc-macro2",
16496 "quote",
16497 "serde",
16498 "serde_json",
16499 "sha2",
16500 "sqlx-core",
16501 "sqlx-mysql",
16502 "sqlx-postgres",
16503 "sqlx-sqlite",
16504 "syn 2.0.117",
16505 "tokio",
16506 "url",
16507]
16508
16509[[package]]
16510name = "sqlx-mysql"
16511version = "0.8.6"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16514dependencies = [
16515 "atoi",
16516 "base64 0.22.1",
16517 "bigdecimal",
16518 "bitflags 2.10.0",
16519 "byteorder",
16520 "bytes 1.11.1",
16521 "chrono",
16522 "crc",
16523 "digest",
16524 "dotenvy",
16525 "either",
16526 "futures-channel",
16527 "futures-core",
16528 "futures-io",
16529 "futures-util",
16530 "generic-array",
16531 "hex",
16532 "hkdf",
16533 "hmac",
16534 "itoa",
16535 "log",
16536 "md-5",
16537 "memchr",
16538 "once_cell",
16539 "percent-encoding",
16540 "rand 0.8.5",
16541 "rsa",
16542 "rust_decimal",
16543 "serde",
16544 "sha1",
16545 "sha2",
16546 "smallvec",
16547 "sqlx-core",
16548 "stringprep",
16549 "thiserror 2.0.17",
16550 "time",
16551 "tracing",
16552 "uuid",
16553 "whoami",
16554]
16555
16556[[package]]
16557name = "sqlx-postgres"
16558version = "0.8.6"
16559source = "registry+https://github.com/rust-lang/crates.io-index"
16560checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16561dependencies = [
16562 "atoi",
16563 "base64 0.22.1",
16564 "bigdecimal",
16565 "bitflags 2.10.0",
16566 "byteorder",
16567 "chrono",
16568 "crc",
16569 "dotenvy",
16570 "etcetera",
16571 "futures-channel",
16572 "futures-core",
16573 "futures-util",
16574 "hex",
16575 "hkdf",
16576 "hmac",
16577 "home",
16578 "itoa",
16579 "log",
16580 "md-5",
16581 "memchr",
16582 "num-bigint",
16583 "once_cell",
16584 "rand 0.8.5",
16585 "rust_decimal",
16586 "serde",
16587 "serde_json",
16588 "sha2",
16589 "smallvec",
16590 "sqlx-core",
16591 "stringprep",
16592 "thiserror 2.0.17",
16593 "time",
16594 "tracing",
16595 "uuid",
16596 "whoami",
16597]
16598
16599[[package]]
16600name = "sqlx-sqlite"
16601version = "0.8.6"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16604dependencies = [
16605 "atoi",
16606 "chrono",
16607 "flume",
16608 "futures-channel",
16609 "futures-core",
16610 "futures-executor",
16611 "futures-intrusive",
16612 "futures-util",
16613 "libsqlite3-sys",
16614 "log",
16615 "percent-encoding",
16616 "serde",
16617 "serde_urlencoded",
16618 "sqlx-core",
16619 "thiserror 2.0.17",
16620 "time",
16621 "tracing",
16622 "url",
16623 "uuid",
16624]
16625
16626[[package]]
16627name = "stable_deref_trait"
16628version = "1.2.1"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16631
16632[[package]]
16633name = "stacker"
16634version = "0.1.23"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16637dependencies = [
16638 "cc",
16639 "cfg-if",
16640 "libc",
16641 "psm",
16642 "windows-sys 0.59.0",
16643]
16644
16645[[package]]
16646name = "stacksafe"
16647version = "0.1.4"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16650dependencies = [
16651 "stacker",
16652 "stacksafe-macro",
16653]
16654
16655[[package]]
16656name = "stacksafe-macro"
16657version = "0.1.4"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16660dependencies = [
16661 "proc-macro-error2",
16662 "quote",
16663 "syn 2.0.117",
16664]
16665
16666[[package]]
16667name = "static_assertions"
16668version = "1.1.0"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16671
16672[[package]]
16673name = "story"
16674version = "0.1.0"
16675dependencies = [
16676 "gpui",
16677 "itertools 0.14.0",
16678 "smallvec",
16679]
16680
16681[[package]]
16682name = "storybook"
16683version = "0.1.0"
16684dependencies = [
16685 "anyhow",
16686 "clap",
16687 "ctrlc",
16688 "dialoguer",
16689 "editor",
16690 "fuzzy",
16691 "gpui",
16692 "gpui_platform",
16693 "indoc",
16694 "language",
16695 "log",
16696 "menu",
16697 "picker",
16698 "reqwest_client",
16699 "rust-embed",
16700 "settings",
16701 "simplelog",
16702 "story",
16703 "strum 0.27.2",
16704 "theme",
16705 "theme_settings",
16706 "title_bar",
16707 "ui",
16708]
16709
16710[[package]]
16711name = "streaming-iterator"
16712version = "0.1.9"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16715
16716[[package]]
16717name = "streaming_diff"
16718version = "0.1.0"
16719dependencies = [
16720 "ordered-float 2.10.1",
16721 "rand 0.9.2",
16722 "rope",
16723 "util",
16724]
16725
16726[[package]]
16727name = "strength_reduce"
16728version = "0.2.4"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16731
16732[[package]]
16733name = "strict-num"
16734version = "0.1.1"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16737dependencies = [
16738 "float-cmp",
16739]
16740
16741[[package]]
16742name = "string_cache"
16743version = "0.8.9"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16746dependencies = [
16747 "new_debug_unreachable",
16748 "parking_lot",
16749 "phf_shared 0.11.3",
16750 "precomputed-hash",
16751 "serde",
16752]
16753
16754[[package]]
16755name = "string_cache_codegen"
16756version = "0.5.4"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16759dependencies = [
16760 "phf_generator 0.11.3",
16761 "phf_shared 0.11.3",
16762 "proc-macro2",
16763 "quote",
16764]
16765
16766[[package]]
16767name = "stringprep"
16768version = "0.1.5"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16771dependencies = [
16772 "unicode-bidi",
16773 "unicode-normalization",
16774 "unicode-properties",
16775]
16776
16777[[package]]
16778name = "strsim"
16779version = "0.11.1"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16782
16783[[package]]
16784name = "strum"
16785version = "0.26.3"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16788
16789[[package]]
16790name = "strum"
16791version = "0.27.2"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16794dependencies = [
16795 "strum_macros 0.27.2",
16796]
16797
16798[[package]]
16799name = "strum"
16800version = "0.28.0"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16803dependencies = [
16804 "strum_macros 0.28.0",
16805]
16806
16807[[package]]
16808name = "strum_macros"
16809version = "0.27.2"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16812dependencies = [
16813 "heck 0.5.0",
16814 "proc-macro2",
16815 "quote",
16816 "syn 2.0.117",
16817]
16818
16819[[package]]
16820name = "strum_macros"
16821version = "0.28.0"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16824dependencies = [
16825 "heck 0.5.0",
16826 "proc-macro2",
16827 "quote",
16828 "syn 2.0.117",
16829]
16830
16831[[package]]
16832name = "subtle"
16833version = "2.6.1"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16836
16837[[package]]
16838name = "sum_tree"
16839version = "0.1.0"
16840dependencies = [
16841 "ctor",
16842 "heapless",
16843 "log",
16844 "proptest",
16845 "rand 0.9.2",
16846 "rayon",
16847 "tracing",
16848 "zlog",
16849 "ztracing",
16850]
16851
16852[[package]]
16853name = "sval"
16854version = "2.15.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16857
16858[[package]]
16859name = "sval_buffer"
16860version = "2.15.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16863dependencies = [
16864 "sval",
16865 "sval_ref",
16866]
16867
16868[[package]]
16869name = "sval_dynamic"
16870version = "2.15.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16873dependencies = [
16874 "sval",
16875]
16876
16877[[package]]
16878name = "sval_fmt"
16879version = "2.15.0"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16882dependencies = [
16883 "itoa",
16884 "ryu",
16885 "sval",
16886]
16887
16888[[package]]
16889name = "sval_json"
16890version = "2.15.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16893dependencies = [
16894 "itoa",
16895 "ryu",
16896 "sval",
16897]
16898
16899[[package]]
16900name = "sval_nested"
16901version = "2.15.0"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16904dependencies = [
16905 "sval",
16906 "sval_buffer",
16907 "sval_ref",
16908]
16909
16910[[package]]
16911name = "sval_ref"
16912version = "2.15.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16915dependencies = [
16916 "sval",
16917]
16918
16919[[package]]
16920name = "sval_serde"
16921version = "2.15.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16924dependencies = [
16925 "serde_core",
16926 "sval",
16927 "sval_nested",
16928]
16929
16930[[package]]
16931name = "svg_fmt"
16932version = "0.4.5"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16935
16936[[package]]
16937name = "svg_preview"
16938version = "0.1.0"
16939dependencies = [
16940 "file_icons",
16941 "gpui",
16942 "language",
16943 "multi_buffer",
16944 "ui",
16945 "workspace",
16946 "zed_actions",
16947]
16948
16949[[package]]
16950name = "svgtypes"
16951version = "0.15.3"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16954dependencies = [
16955 "kurbo",
16956 "siphasher 1.0.1",
16957]
16958
16959[[package]]
16960name = "swash"
16961version = "0.2.6"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16964dependencies = [
16965 "skrifa 0.37.0",
16966 "yazi",
16967 "zeno",
16968]
16969
16970[[package]]
16971name = "symphonia"
16972version = "0.5.5"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16975dependencies = [
16976 "lazy_static",
16977 "symphonia-bundle-flac",
16978 "symphonia-bundle-mp3",
16979 "symphonia-codec-aac",
16980 "symphonia-codec-pcm",
16981 "symphonia-codec-vorbis",
16982 "symphonia-core",
16983 "symphonia-format-isomp4",
16984 "symphonia-format-ogg",
16985 "symphonia-format-riff",
16986 "symphonia-metadata",
16987]
16988
16989[[package]]
16990name = "symphonia-bundle-flac"
16991version = "0.5.5"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16994dependencies = [
16995 "log",
16996 "symphonia-core",
16997 "symphonia-metadata",
16998 "symphonia-utils-xiph",
16999]
17000
17001[[package]]
17002name = "symphonia-bundle-mp3"
17003version = "0.5.5"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17006dependencies = [
17007 "lazy_static",
17008 "log",
17009 "symphonia-core",
17010 "symphonia-metadata",
17011]
17012
17013[[package]]
17014name = "symphonia-codec-aac"
17015version = "0.5.5"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17018dependencies = [
17019 "lazy_static",
17020 "log",
17021 "symphonia-core",
17022]
17023
17024[[package]]
17025name = "symphonia-codec-pcm"
17026version = "0.5.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17029dependencies = [
17030 "log",
17031 "symphonia-core",
17032]
17033
17034[[package]]
17035name = "symphonia-codec-vorbis"
17036version = "0.5.5"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17039dependencies = [
17040 "log",
17041 "symphonia-core",
17042 "symphonia-utils-xiph",
17043]
17044
17045[[package]]
17046name = "symphonia-core"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17050dependencies = [
17051 "arrayvec",
17052 "bitflags 1.3.2",
17053 "bytemuck",
17054 "lazy_static",
17055 "log",
17056]
17057
17058[[package]]
17059name = "symphonia-format-isomp4"
17060version = "0.5.5"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17063dependencies = [
17064 "encoding_rs",
17065 "log",
17066 "symphonia-core",
17067 "symphonia-metadata",
17068 "symphonia-utils-xiph",
17069]
17070
17071[[package]]
17072name = "symphonia-format-ogg"
17073version = "0.5.5"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17076dependencies = [
17077 "log",
17078 "symphonia-core",
17079 "symphonia-metadata",
17080 "symphonia-utils-xiph",
17081]
17082
17083[[package]]
17084name = "symphonia-format-riff"
17085version = "0.5.5"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17088dependencies = [
17089 "extended",
17090 "log",
17091 "symphonia-core",
17092 "symphonia-metadata",
17093]
17094
17095[[package]]
17096name = "symphonia-metadata"
17097version = "0.5.5"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17100dependencies = [
17101 "encoding_rs",
17102 "lazy_static",
17103 "log",
17104 "symphonia-core",
17105]
17106
17107[[package]]
17108name = "symphonia-utils-xiph"
17109version = "0.5.5"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17112dependencies = [
17113 "symphonia-core",
17114 "symphonia-metadata",
17115]
17116
17117[[package]]
17118name = "syn"
17119version = "1.0.109"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17122dependencies = [
17123 "proc-macro2",
17124 "quote",
17125 "unicode-ident",
17126]
17127
17128[[package]]
17129name = "syn"
17130version = "2.0.117"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17133dependencies = [
17134 "proc-macro2",
17135 "quote",
17136 "unicode-ident",
17137]
17138
17139[[package]]
17140name = "sync_wrapper"
17141version = "0.1.2"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17144
17145[[package]]
17146name = "sync_wrapper"
17147version = "1.0.2"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17150dependencies = [
17151 "futures-core",
17152]
17153
17154[[package]]
17155name = "synchronoise"
17156version = "1.0.1"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17159dependencies = [
17160 "crossbeam-queue",
17161]
17162
17163[[package]]
17164name = "synstructure"
17165version = "0.13.2"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17168dependencies = [
17169 "proc-macro2",
17170 "quote",
17171 "syn 2.0.117",
17172]
17173
17174[[package]]
17175name = "syntax_theme"
17176version = "0.1.0"
17177dependencies = [
17178 "gpui",
17179 "serde",
17180 "serde_json",
17181]
17182
17183[[package]]
17184name = "sys-locale"
17185version = "0.3.2"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17188dependencies = [
17189 "libc",
17190]
17191
17192[[package]]
17193name = "sysctl"
17194version = "0.5.5"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17197dependencies = [
17198 "bitflags 2.10.0",
17199 "byteorder",
17200 "enum-as-inner",
17201 "libc",
17202 "thiserror 1.0.69",
17203 "walkdir",
17204]
17205
17206[[package]]
17207name = "sysctl"
17208version = "0.6.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17211dependencies = [
17212 "bitflags 2.10.0",
17213 "byteorder",
17214 "enum-as-inner",
17215 "libc",
17216 "thiserror 1.0.69",
17217 "walkdir",
17218]
17219
17220[[package]]
17221name = "sysinfo"
17222version = "0.31.4"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17225dependencies = [
17226 "core-foundation-sys",
17227 "libc",
17228 "memchr",
17229 "ntapi",
17230 "rayon",
17231 "windows 0.57.0",
17232]
17233
17234[[package]]
17235name = "sysinfo"
17236version = "0.37.2"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17239dependencies = [
17240 "libc",
17241 "memchr",
17242 "ntapi",
17243 "objc2-core-foundation",
17244 "objc2-io-kit",
17245 "windows 0.61.3",
17246]
17247
17248[[package]]
17249name = "system-configuration"
17250version = "0.5.1"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17253dependencies = [
17254 "bitflags 1.3.2",
17255 "core-foundation 0.9.4",
17256 "system-configuration-sys 0.5.0",
17257]
17258
17259[[package]]
17260name = "system-configuration"
17261version = "0.6.1"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17264dependencies = [
17265 "bitflags 2.10.0",
17266 "core-foundation 0.9.4",
17267 "system-configuration-sys 0.6.0",
17268]
17269
17270[[package]]
17271name = "system-configuration-sys"
17272version = "0.5.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17275dependencies = [
17276 "core-foundation-sys",
17277 "libc",
17278]
17279
17280[[package]]
17281name = "system-configuration-sys"
17282version = "0.6.0"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17285dependencies = [
17286 "core-foundation-sys",
17287 "libc",
17288]
17289
17290[[package]]
17291name = "system-deps"
17292version = "6.2.2"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17295dependencies = [
17296 "cfg-expr 0.15.8",
17297 "heck 0.5.0",
17298 "pkg-config",
17299 "toml 0.8.23",
17300 "version-compare",
17301]
17302
17303[[package]]
17304name = "system-deps"
17305version = "7.0.7"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17308dependencies = [
17309 "cfg-expr 0.20.6",
17310 "heck 0.5.0",
17311 "pkg-config",
17312 "toml 0.9.8",
17313 "version-compare",
17314]
17315
17316[[package]]
17317name = "system-interface"
17318version = "0.27.3"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17321dependencies = [
17322 "bitflags 2.10.0",
17323 "cap-fs-ext",
17324 "cap-std",
17325 "fd-lock",
17326 "io-lifetimes",
17327 "rustix 0.38.44",
17328 "windows-sys 0.59.0",
17329 "winx",
17330]
17331
17332[[package]]
17333name = "system_specs"
17334version = "0.1.0"
17335dependencies = [
17336 "anyhow",
17337 "client",
17338 "gpui",
17339 "human_bytes",
17340 "pciid-parser",
17341 "release_channel",
17342 "semver",
17343 "serde",
17344 "sysinfo 0.37.2",
17345]
17346
17347[[package]]
17348name = "tab_switcher"
17349version = "0.1.0"
17350dependencies = [
17351 "collections",
17352 "ctor",
17353 "editor",
17354 "fuzzy",
17355 "gpui",
17356 "menu",
17357 "picker",
17358 "project",
17359 "schemars",
17360 "serde",
17361 "serde_json",
17362 "settings",
17363 "smol",
17364 "theme",
17365 "theme_settings",
17366 "ui",
17367 "util",
17368 "workspace",
17369 "zlog",
17370]
17371
17372[[package]]
17373name = "taffy"
17374version = "0.9.0"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17377dependencies = [
17378 "arrayvec",
17379 "grid",
17380 "serde",
17381 "slotmap",
17382]
17383
17384[[package]]
17385name = "tagptr"
17386version = "0.2.0"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17389
17390[[package]]
17391name = "take-until"
17392version = "0.2.0"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17395
17396[[package]]
17397name = "tao-core-video-sys"
17398version = "0.2.0"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17401dependencies = [
17402 "cfg-if",
17403 "core-foundation-sys",
17404 "libc",
17405 "objc",
17406]
17407
17408[[package]]
17409name = "tap"
17410version = "1.0.1"
17411source = "registry+https://github.com/rust-lang/crates.io-index"
17412checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17413
17414[[package]]
17415name = "target-lexicon"
17416version = "0.12.16"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17419
17420[[package]]
17421name = "target-lexicon"
17422version = "0.13.3"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17425
17426[[package]]
17427name = "task"
17428version = "0.1.0"
17429dependencies = [
17430 "anyhow",
17431 "collections",
17432 "futures 0.3.32",
17433 "gpui",
17434 "hex",
17435 "log",
17436 "parking_lot",
17437 "pretty_assertions",
17438 "proto",
17439 "schemars",
17440 "serde",
17441 "serde_json",
17442 "serde_json_lenient",
17443 "sha2",
17444 "shellexpand 2.1.2",
17445 "util",
17446 "zed_actions",
17447]
17448
17449[[package]]
17450name = "tasks_ui"
17451version = "0.1.0"
17452dependencies = [
17453 "anyhow",
17454 "collections",
17455 "editor",
17456 "file_icons",
17457 "fuzzy",
17458 "gpui",
17459 "itertools 0.14.0",
17460 "language",
17461 "menu",
17462 "picker",
17463 "project",
17464 "serde",
17465 "serde_json",
17466 "task",
17467 "tree-sitter-rust",
17468 "tree-sitter-typescript",
17469 "ui",
17470 "util",
17471 "workspace",
17472 "zed_actions",
17473]
17474
17475[[package]]
17476name = "telemetry"
17477version = "0.1.0"
17478dependencies = [
17479 "futures 0.3.32",
17480 "serde",
17481 "serde_json",
17482 "telemetry_events",
17483]
17484
17485[[package]]
17486name = "telemetry_events"
17487version = "0.1.0"
17488dependencies = [
17489 "semver",
17490 "serde",
17491 "serde_json",
17492]
17493
17494[[package]]
17495name = "tempfile"
17496version = "3.23.0"
17497source = "registry+https://github.com/rust-lang/crates.io-index"
17498checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17499dependencies = [
17500 "fastrand 2.3.0",
17501 "getrandom 0.3.4",
17502 "once_cell",
17503 "rustix 1.1.2",
17504 "windows-sys 0.61.2",
17505]
17506
17507[[package]]
17508name = "tendril"
17509version = "0.4.3"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17512dependencies = [
17513 "futf",
17514 "mac",
17515 "utf-8",
17516]
17517
17518[[package]]
17519name = "termcolor"
17520version = "1.4.1"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17523dependencies = [
17524 "winapi-util",
17525]
17526
17527[[package]]
17528name = "terminal"
17529version = "0.1.0"
17530dependencies = [
17531 "alacritty_terminal",
17532 "anyhow",
17533 "collections",
17534 "futures 0.3.32",
17535 "gpui",
17536 "itertools 0.14.0",
17537 "libc",
17538 "log",
17539 "parking_lot",
17540 "rand 0.9.2",
17541 "regex",
17542 "release_channel",
17543 "schemars",
17544 "serde",
17545 "settings",
17546 "smol",
17547 "sysinfo 0.37.2",
17548 "task",
17549 "theme",
17550 "theme_settings",
17551 "thiserror 2.0.17",
17552 "url",
17553 "urlencoding",
17554 "util",
17555 "util_macros",
17556 "windows 0.61.3",
17557]
17558
17559[[package]]
17560name = "terminal_size"
17561version = "0.4.3"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17564dependencies = [
17565 "rustix 1.1.2",
17566 "windows-sys 0.60.2",
17567]
17568
17569[[package]]
17570name = "terminal_view"
17571version = "0.1.0"
17572dependencies = [
17573 "anyhow",
17574 "async-recursion",
17575 "breadcrumbs",
17576 "collections",
17577 "db",
17578 "dirs 4.0.0",
17579 "editor",
17580 "futures 0.3.32",
17581 "gpui",
17582 "itertools 0.14.0",
17583 "language",
17584 "log",
17585 "menu",
17586 "pretty_assertions",
17587 "project",
17588 "regex",
17589 "schemars",
17590 "serde",
17591 "serde_json",
17592 "settings",
17593 "shellexpand 2.1.2",
17594 "task",
17595 "terminal",
17596 "theme",
17597 "theme_settings",
17598 "ui",
17599 "util",
17600 "workspace",
17601 "zed_actions",
17602]
17603
17604[[package]]
17605name = "text"
17606version = "0.1.0"
17607dependencies = [
17608 "anyhow",
17609 "clock",
17610 "collections",
17611 "ctor",
17612 "gpui",
17613 "log",
17614 "parking_lot",
17615 "postage",
17616 "rand 0.9.2",
17617 "regex",
17618 "rope",
17619 "smallvec",
17620 "sum_tree",
17621 "util",
17622 "zlog",
17623]
17624
17625[[package]]
17626name = "theme"
17627version = "0.1.0"
17628dependencies = [
17629 "anyhow",
17630 "collections",
17631 "derive_more",
17632 "gpui",
17633 "palette",
17634 "parking_lot",
17635 "refineable",
17636 "schemars",
17637 "serde",
17638 "serde_json",
17639 "serde_json_lenient",
17640 "strum 0.27.2",
17641 "syntax_theme",
17642 "thiserror 2.0.17",
17643 "uuid",
17644]
17645
17646[[package]]
17647name = "theme_extension"
17648version = "0.1.0"
17649dependencies = [
17650 "anyhow",
17651 "extension",
17652 "fs",
17653 "gpui",
17654 "theme",
17655 "theme_settings",
17656]
17657
17658[[package]]
17659name = "theme_importer"
17660version = "0.1.0"
17661dependencies = [
17662 "anyhow",
17663 "clap",
17664 "collections",
17665 "gpui",
17666 "indexmap",
17667 "log",
17668 "palette",
17669 "serde",
17670 "serde_json",
17671 "serde_json_lenient",
17672 "simplelog",
17673 "strum 0.27.2",
17674 "theme",
17675 "theme_settings",
17676 "vscode_theme",
17677]
17678
17679[[package]]
17680name = "theme_selector"
17681version = "0.1.0"
17682dependencies = [
17683 "fs",
17684 "fuzzy",
17685 "gpui",
17686 "log",
17687 "picker",
17688 "serde",
17689 "settings",
17690 "telemetry",
17691 "theme",
17692 "theme_settings",
17693 "ui",
17694 "util",
17695 "workspace",
17696 "zed_actions",
17697]
17698
17699[[package]]
17700name = "theme_settings"
17701version = "0.1.0"
17702dependencies = [
17703 "anyhow",
17704 "collections",
17705 "gpui",
17706 "gpui_util",
17707 "log",
17708 "palette",
17709 "refineable",
17710 "schemars",
17711 "serde",
17712 "serde_json",
17713 "serde_json_lenient",
17714 "settings",
17715 "theme",
17716 "uuid",
17717]
17718
17719[[package]]
17720name = "thiserror"
17721version = "1.0.69"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17724dependencies = [
17725 "thiserror-impl 1.0.69",
17726]
17727
17728[[package]]
17729name = "thiserror"
17730version = "2.0.17"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17733dependencies = [
17734 "thiserror-impl 2.0.17",
17735]
17736
17737[[package]]
17738name = "thiserror-impl"
17739version = "1.0.69"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17742dependencies = [
17743 "proc-macro2",
17744 "quote",
17745 "syn 2.0.117",
17746]
17747
17748[[package]]
17749name = "thiserror-impl"
17750version = "2.0.17"
17751source = "registry+https://github.com/rust-lang/crates.io-index"
17752checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17753dependencies = [
17754 "proc-macro2",
17755 "quote",
17756 "syn 2.0.117",
17757]
17758
17759[[package]]
17760name = "thread_local"
17761version = "1.1.9"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17764dependencies = [
17765 "cfg-if",
17766]
17767
17768[[package]]
17769name = "tiff"
17770version = "0.10.3"
17771source = "registry+https://github.com/rust-lang/crates.io-index"
17772checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17773dependencies = [
17774 "fax",
17775 "flate2",
17776 "half",
17777 "quick-error 2.0.1",
17778 "weezl",
17779 "zune-jpeg",
17780]
17781
17782[[package]]
17783name = "tiktoken-rs"
17784version = "0.9.1"
17785source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17786dependencies = [
17787 "anyhow",
17788 "base64 0.22.1",
17789 "bstr",
17790 "fancy-regex 0.16.2",
17791 "lazy_static",
17792 "regex",
17793 "rustc-hash 1.1.0",
17794]
17795
17796[[package]]
17797name = "time"
17798version = "0.3.47"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17801dependencies = [
17802 "deranged",
17803 "itoa",
17804 "libc",
17805 "num-conv",
17806 "num_threads",
17807 "powerfmt",
17808 "serde_core",
17809 "time-core",
17810 "time-macros",
17811]
17812
17813[[package]]
17814name = "time-core"
17815version = "0.1.8"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17818
17819[[package]]
17820name = "time-macros"
17821version = "0.2.27"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17824dependencies = [
17825 "num-conv",
17826 "time-core",
17827]
17828
17829[[package]]
17830name = "time_format"
17831version = "0.1.0"
17832dependencies = [
17833 "core-foundation 0.10.0",
17834 "core-foundation-sys",
17835 "sys-locale",
17836 "time",
17837 "windows 0.61.3",
17838]
17839
17840[[package]]
17841name = "tiny-keccak"
17842version = "2.0.2"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17845dependencies = [
17846 "crunchy",
17847]
17848
17849[[package]]
17850name = "tiny-skia"
17851version = "0.11.4"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17854dependencies = [
17855 "arrayref",
17856 "arrayvec",
17857 "bytemuck",
17858 "cfg-if",
17859 "log",
17860 "png 0.17.16",
17861 "tiny-skia-path",
17862]
17863
17864[[package]]
17865name = "tiny-skia-path"
17866version = "0.11.4"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17869dependencies = [
17870 "arrayref",
17871 "bytemuck",
17872 "strict-num",
17873]
17874
17875[[package]]
17876name = "tiny_http"
17877version = "0.12.0"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17880dependencies = [
17881 "ascii",
17882 "chunked_transfer",
17883 "httpdate",
17884 "log",
17885]
17886
17887[[package]]
17888name = "tinystr"
17889version = "0.8.1"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17892dependencies = [
17893 "displaydoc",
17894 "zerovec",
17895]
17896
17897[[package]]
17898name = "tinytemplate"
17899version = "1.2.1"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17902dependencies = [
17903 "serde",
17904 "serde_json",
17905]
17906
17907[[package]]
17908name = "tinyvec"
17909version = "1.10.0"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17912dependencies = [
17913 "tinyvec_macros",
17914]
17915
17916[[package]]
17917name = "tinyvec_macros"
17918version = "0.1.1"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17921
17922[[package]]
17923name = "title_bar"
17924version = "0.1.0"
17925dependencies = [
17926 "anyhow",
17927 "auto_update",
17928 "call",
17929 "channel",
17930 "chrono",
17931 "client",
17932 "cloud_api_types",
17933 "db",
17934 "git_ui",
17935 "gpui",
17936 "icons",
17937 "livekit_client",
17938 "notifications",
17939 "platform_title_bar",
17940 "project",
17941 "recent_projects",
17942 "release_channel",
17943 "remote",
17944 "remote_connection",
17945 "rpc",
17946 "schemars",
17947 "semver",
17948 "serde",
17949 "settings",
17950 "smallvec",
17951 "story",
17952 "telemetry",
17953 "theme",
17954 "ui",
17955 "util",
17956 "windows 0.61.3",
17957 "workspace",
17958 "zed_actions",
17959]
17960
17961[[package]]
17962name = "tokio"
17963version = "1.48.0"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17966dependencies = [
17967 "bytes 1.11.1",
17968 "libc",
17969 "mio 1.1.0",
17970 "parking_lot",
17971 "pin-project-lite",
17972 "signal-hook-registry",
17973 "socket2 0.6.1",
17974 "tokio-macros",
17975 "windows-sys 0.61.2",
17976]
17977
17978[[package]]
17979name = "tokio-io"
17980version = "0.1.13"
17981source = "registry+https://github.com/rust-lang/crates.io-index"
17982checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17983dependencies = [
17984 "bytes 0.4.12",
17985 "futures 0.1.31",
17986 "log",
17987]
17988
17989[[package]]
17990name = "tokio-macros"
17991version = "2.6.0"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17994dependencies = [
17995 "proc-macro2",
17996 "quote",
17997 "syn 2.0.117",
17998]
17999
18000[[package]]
18001name = "tokio-native-tls"
18002version = "0.3.1"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18005dependencies = [
18006 "native-tls",
18007 "tokio",
18008]
18009
18010[[package]]
18011name = "tokio-rustls"
18012version = "0.24.1"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18015dependencies = [
18016 "rustls 0.21.12",
18017 "tokio",
18018]
18019
18020[[package]]
18021name = "tokio-rustls"
18022version = "0.26.2"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18025dependencies = [
18026 "rustls 0.23.33",
18027 "tokio",
18028]
18029
18030[[package]]
18031name = "tokio-socks"
18032version = "0.5.2"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18035dependencies = [
18036 "either",
18037 "futures-io",
18038 "futures-util",
18039 "thiserror 1.0.69",
18040 "tokio",
18041]
18042
18043[[package]]
18044name = "tokio-stream"
18045version = "0.1.17"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18048dependencies = [
18049 "futures-core",
18050 "pin-project-lite",
18051 "tokio",
18052]
18053
18054[[package]]
18055name = "tokio-tungstenite"
18056version = "0.20.1"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18059dependencies = [
18060 "futures-util",
18061 "log",
18062 "tokio",
18063 "tungstenite 0.20.1",
18064]
18065
18066[[package]]
18067name = "tokio-tungstenite"
18068version = "0.21.0"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18071dependencies = [
18072 "futures-util",
18073 "log",
18074 "tokio",
18075 "tungstenite 0.21.0",
18076]
18077
18078[[package]]
18079name = "tokio-tungstenite"
18080version = "0.28.0"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18083dependencies = [
18084 "futures-util",
18085 "log",
18086 "rustls 0.23.33",
18087 "rustls-native-certs 0.8.2",
18088 "rustls-pki-types",
18089 "tokio",
18090 "tokio-rustls 0.26.2",
18091 "tungstenite 0.28.0",
18092]
18093
18094[[package]]
18095name = "tokio-util"
18096version = "0.7.16"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18099dependencies = [
18100 "bytes 1.11.1",
18101 "futures-core",
18102 "futures-io",
18103 "futures-sink",
18104 "pin-project-lite",
18105 "tokio",
18106]
18107
18108[[package]]
18109name = "toml"
18110version = "0.5.11"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18113dependencies = [
18114 "serde",
18115]
18116
18117[[package]]
18118name = "toml"
18119version = "0.8.23"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18122dependencies = [
18123 "serde",
18124 "serde_spanned 0.6.9",
18125 "toml_datetime 0.6.11",
18126 "toml_edit 0.22.27",
18127]
18128
18129[[package]]
18130name = "toml"
18131version = "0.9.8"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18134dependencies = [
18135 "indexmap",
18136 "serde_core",
18137 "serde_spanned 1.0.3",
18138 "toml_datetime 0.7.3",
18139 "toml_parser",
18140 "toml_writer",
18141 "winnow",
18142]
18143
18144[[package]]
18145name = "toml_datetime"
18146version = "0.6.11"
18147source = "registry+https://github.com/rust-lang/crates.io-index"
18148checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18149dependencies = [
18150 "serde",
18151]
18152
18153[[package]]
18154name = "toml_datetime"
18155version = "0.7.3"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18158dependencies = [
18159 "serde_core",
18160]
18161
18162[[package]]
18163name = "toml_edit"
18164version = "0.22.27"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18167dependencies = [
18168 "indexmap",
18169 "serde",
18170 "serde_spanned 0.6.9",
18171 "toml_datetime 0.6.11",
18172 "toml_write",
18173 "winnow",
18174]
18175
18176[[package]]
18177name = "toml_edit"
18178version = "0.23.7"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18181dependencies = [
18182 "indexmap",
18183 "toml_datetime 0.7.3",
18184 "toml_parser",
18185 "winnow",
18186]
18187
18188[[package]]
18189name = "toml_parser"
18190version = "1.0.4"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18193dependencies = [
18194 "winnow",
18195]
18196
18197[[package]]
18198name = "toml_write"
18199version = "0.1.2"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18202
18203[[package]]
18204name = "toml_writer"
18205version = "1.0.4"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18208
18209[[package]]
18210name = "toolchain_selector"
18211version = "0.1.0"
18212dependencies = [
18213 "anyhow",
18214 "convert_case 0.8.0",
18215 "editor",
18216 "futures 0.3.32",
18217 "fuzzy",
18218 "gpui",
18219 "language",
18220 "menu",
18221 "open_path_prompt",
18222 "picker",
18223 "project",
18224 "ui",
18225 "util",
18226 "workspace",
18227]
18228
18229[[package]]
18230name = "topological-sort"
18231version = "0.2.2"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18234
18235[[package]]
18236name = "tower"
18237version = "0.4.13"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18240dependencies = [
18241 "futures-core",
18242 "futures-util",
18243 "pin-project",
18244 "pin-project-lite",
18245 "tokio",
18246 "tower-layer",
18247 "tower-service",
18248 "tracing",
18249]
18250
18251[[package]]
18252name = "tower"
18253version = "0.5.2"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18256dependencies = [
18257 "futures-core",
18258 "futures-util",
18259 "pin-project-lite",
18260 "sync_wrapper 1.0.2",
18261 "tokio",
18262 "tokio-util",
18263 "tower-layer",
18264 "tower-service",
18265 "tracing",
18266]
18267
18268[[package]]
18269name = "tower-http"
18270version = "0.4.4"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18273dependencies = [
18274 "bitflags 2.10.0",
18275 "bytes 1.11.1",
18276 "futures-core",
18277 "futures-util",
18278 "http 0.2.12",
18279 "http-body 0.4.6",
18280 "http-range-header",
18281 "pin-project-lite",
18282 "tower-layer",
18283 "tower-service",
18284 "tracing",
18285]
18286
18287[[package]]
18288name = "tower-http"
18289version = "0.6.6"
18290source = "registry+https://github.com/rust-lang/crates.io-index"
18291checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18292dependencies = [
18293 "bitflags 2.10.0",
18294 "bytes 1.11.1",
18295 "futures-util",
18296 "http 1.3.1",
18297 "http-body 1.0.1",
18298 "iri-string",
18299 "pin-project-lite",
18300 "tower 0.5.2",
18301 "tower-layer",
18302 "tower-service",
18303 "tracing",
18304]
18305
18306[[package]]
18307name = "tower-layer"
18308version = "0.3.3"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18311
18312[[package]]
18313name = "tower-service"
18314version = "0.3.3"
18315source = "registry+https://github.com/rust-lang/crates.io-index"
18316checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18317
18318[[package]]
18319name = "tracing"
18320version = "0.1.43"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18323dependencies = [
18324 "log",
18325 "pin-project-lite",
18326 "tracing-attributes",
18327 "tracing-core",
18328]
18329
18330[[package]]
18331name = "tracing-attributes"
18332version = "0.1.31"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18335dependencies = [
18336 "proc-macro2",
18337 "quote",
18338 "syn 2.0.117",
18339]
18340
18341[[package]]
18342name = "tracing-core"
18343version = "0.1.35"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18346dependencies = [
18347 "once_cell",
18348 "valuable",
18349]
18350
18351[[package]]
18352name = "tracing-log"
18353version = "0.2.0"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18356dependencies = [
18357 "log",
18358 "once_cell",
18359 "tracing-core",
18360]
18361
18362[[package]]
18363name = "tracing-serde"
18364version = "0.2.0"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18367dependencies = [
18368 "serde",
18369 "tracing-core",
18370]
18371
18372[[package]]
18373name = "tracing-subscriber"
18374version = "0.3.22"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18377dependencies = [
18378 "matchers",
18379 "nu-ansi-term",
18380 "once_cell",
18381 "regex-automata",
18382 "serde",
18383 "serde_json",
18384 "sharded-slab",
18385 "smallvec",
18386 "thread_local",
18387 "tracing",
18388 "tracing-core",
18389 "tracing-log",
18390 "tracing-serde",
18391]
18392
18393[[package]]
18394name = "tracing-tracy"
18395version = "0.11.4"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18398dependencies = [
18399 "tracing-core",
18400 "tracing-subscriber",
18401 "tracy-client",
18402]
18403
18404[[package]]
18405name = "tracy-client"
18406version = "0.18.3"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18409dependencies = [
18410 "loom",
18411 "once_cell",
18412 "tracy-client-sys",
18413]
18414
18415[[package]]
18416name = "tracy-client-sys"
18417version = "0.27.0"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18420dependencies = [
18421 "cc",
18422 "windows-targets 0.52.6",
18423]
18424
18425[[package]]
18426name = "transpose"
18427version = "0.2.3"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18430dependencies = [
18431 "num-integer",
18432 "strength_reduce",
18433]
18434
18435[[package]]
18436name = "tree-sitter"
18437version = "0.26.8"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18440dependencies = [
18441 "cc",
18442 "regex",
18443 "regex-syntax",
18444 "serde_json",
18445 "streaming-iterator",
18446 "tree-sitter-language",
18447 "wasmtime-c-api-impl",
18448]
18449
18450[[package]]
18451name = "tree-sitter-bash"
18452version = "0.25.1"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18455dependencies = [
18456 "cc",
18457 "tree-sitter-language",
18458]
18459
18460[[package]]
18461name = "tree-sitter-c"
18462version = "0.24.1"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-cpp"
18472version = "0.23.4"
18473source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18474dependencies = [
18475 "cc",
18476 "tree-sitter-language",
18477]
18478
18479[[package]]
18480name = "tree-sitter-css"
18481version = "0.23.2"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-diff"
18491version = "0.1.0"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18494dependencies = [
18495 "cc",
18496 "tree-sitter-language",
18497]
18498
18499[[package]]
18500name = "tree-sitter-elixir"
18501version = "0.3.4"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "tree-sitter-embedded-template"
18511version = "0.23.2"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-gitcommit"
18521version = "0.0.1"
18522source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18523dependencies = [
18524 "cc",
18525 "tree-sitter-language",
18526]
18527
18528[[package]]
18529name = "tree-sitter-go"
18530version = "0.25.0"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-gomod"
18540version = "1.1.1"
18541source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-gowork"
18549version = "0.0.1"
18550source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18551dependencies = [
18552 "cc",
18553 "tree-sitter-language",
18554]
18555
18556[[package]]
18557name = "tree-sitter-heex"
18558version = "0.0.1"
18559source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18560dependencies = [
18561 "cc",
18562 "tree-sitter-language",
18563]
18564
18565[[package]]
18566name = "tree-sitter-html"
18567version = "0.23.2"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18570dependencies = [
18571 "cc",
18572 "tree-sitter-language",
18573]
18574
18575[[package]]
18576name = "tree-sitter-jsdoc"
18577version = "0.23.2"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18580dependencies = [
18581 "cc",
18582 "tree-sitter-language",
18583]
18584
18585[[package]]
18586name = "tree-sitter-json"
18587version = "0.24.8"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-language"
18597version = "0.1.5"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18600
18601[[package]]
18602name = "tree-sitter-md"
18603version = "0.3.2"
18604source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18605dependencies = [
18606 "cc",
18607 "tree-sitter-language",
18608]
18609
18610[[package]]
18611name = "tree-sitter-python"
18612version = "0.25.0"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18615dependencies = [
18616 "cc",
18617 "tree-sitter-language",
18618]
18619
18620[[package]]
18621name = "tree-sitter-regex"
18622version = "0.24.3"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18625dependencies = [
18626 "cc",
18627 "tree-sitter-language",
18628]
18629
18630[[package]]
18631name = "tree-sitter-ruby"
18632version = "0.23.1"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-rust"
18642version = "0.24.2"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-typescript"
18652version = "0.23.2"
18653source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18654dependencies = [
18655 "cc",
18656 "tree-sitter-language",
18657]
18658
18659[[package]]
18660name = "tree-sitter-yaml"
18661version = "0.6.1"
18662source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18663dependencies = [
18664 "cc",
18665 "tree-sitter-language",
18666]
18667
18668[[package]]
18669name = "triomphe"
18670version = "0.1.15"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18673dependencies = [
18674 "serde",
18675 "stable_deref_trait",
18676]
18677
18678[[package]]
18679name = "try-lock"
18680version = "0.2.5"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18683
18684[[package]]
18685name = "ttf-parser"
18686version = "0.20.0"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18689
18690[[package]]
18691name = "ttf-parser"
18692version = "0.25.1"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18695dependencies = [
18696 "core_maths",
18697]
18698
18699[[package]]
18700name = "tungstenite"
18701version = "0.20.1"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18704dependencies = [
18705 "byteorder",
18706 "bytes 1.11.1",
18707 "data-encoding",
18708 "http 0.2.12",
18709 "httparse",
18710 "log",
18711 "rand 0.8.5",
18712 "sha1",
18713 "thiserror 1.0.69",
18714 "url",
18715 "utf-8",
18716]
18717
18718[[package]]
18719name = "tungstenite"
18720version = "0.21.0"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18723dependencies = [
18724 "byteorder",
18725 "bytes 1.11.1",
18726 "data-encoding",
18727 "http 1.3.1",
18728 "httparse",
18729 "log",
18730 "rand 0.8.5",
18731 "sha1",
18732 "thiserror 1.0.69",
18733 "url",
18734 "utf-8",
18735]
18736
18737[[package]]
18738name = "tungstenite"
18739version = "0.27.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18742dependencies = [
18743 "bytes 1.11.1",
18744 "data-encoding",
18745 "http 1.3.1",
18746 "httparse",
18747 "log",
18748 "rand 0.9.2",
18749 "rustls 0.23.33",
18750 "rustls-pki-types",
18751 "sha1",
18752 "thiserror 2.0.17",
18753 "utf-8",
18754]
18755
18756[[package]]
18757name = "tungstenite"
18758version = "0.28.0"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18761dependencies = [
18762 "bytes 1.11.1",
18763 "data-encoding",
18764 "http 1.3.1",
18765 "httparse",
18766 "log",
18767 "rand 0.9.2",
18768 "rustls 0.23.33",
18769 "rustls-pki-types",
18770 "sha1",
18771 "thiserror 2.0.17",
18772 "utf-8",
18773]
18774
18775[[package]]
18776name = "typeid"
18777version = "1.0.3"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18780
18781[[package]]
18782name = "typenum"
18783version = "1.19.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18786
18787[[package]]
18788name = "ucd-trie"
18789version = "0.1.7"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18792
18793[[package]]
18794name = "uds"
18795version = "0.4.2"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18798dependencies = [
18799 "libc",
18800]
18801
18802[[package]]
18803name = "uds_windows"
18804version = "1.1.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18807dependencies = [
18808 "memoffset",
18809 "tempfile",
18810 "winapi",
18811]
18812
18813[[package]]
18814name = "ug"
18815version = "0.4.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18818dependencies = [
18819 "gemm 0.18.2",
18820 "half",
18821 "libloading",
18822 "memmap2",
18823 "num",
18824 "num-traits",
18825 "num_cpus",
18826 "rayon",
18827 "safetensors",
18828 "serde",
18829 "thiserror 1.0.69",
18830 "tracing",
18831 "yoke 0.7.5",
18832]
18833
18834[[package]]
18835name = "ui"
18836version = "0.1.0"
18837dependencies = [
18838 "chrono",
18839 "component",
18840 "documented",
18841 "gpui",
18842 "gpui_macros",
18843 "gpui_util",
18844 "icons",
18845 "itertools 0.14.0",
18846 "menu",
18847 "schemars",
18848 "serde",
18849 "smallvec",
18850 "story",
18851 "strum 0.27.2",
18852 "theme",
18853 "ui_macros",
18854 "windows 0.61.3",
18855]
18856
18857[[package]]
18858name = "ui_input"
18859version = "0.1.0"
18860dependencies = [
18861 "component",
18862 "gpui",
18863 "ui",
18864]
18865
18866[[package]]
18867name = "ui_macros"
18868version = "0.1.0"
18869dependencies = [
18870 "component",
18871 "quote",
18872 "syn 2.0.117",
18873 "ui",
18874]
18875
18876[[package]]
18877name = "ui_prompt"
18878version = "0.1.0"
18879dependencies = [
18880 "gpui",
18881 "markdown",
18882 "menu",
18883 "settings",
18884 "theme_settings",
18885 "ui",
18886 "workspace",
18887]
18888
18889[[package]]
18890name = "unarray"
18891version = "0.1.4"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18894
18895[[package]]
18896name = "unicase"
18897version = "2.8.1"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18900
18901[[package]]
18902name = "unicode-bidi"
18903version = "0.3.18"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18906
18907[[package]]
18908name = "unicode-bidi-mirroring"
18909version = "0.4.0"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18912
18913[[package]]
18914name = "unicode-ccc"
18915version = "0.4.0"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18918
18919[[package]]
18920name = "unicode-general-category"
18921version = "1.1.0"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18924
18925[[package]]
18926name = "unicode-ident"
18927version = "1.0.19"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18930
18931[[package]]
18932name = "unicode-linebreak"
18933version = "0.1.5"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18936
18937[[package]]
18938name = "unicode-normalization"
18939version = "0.1.24"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18942dependencies = [
18943 "tinyvec",
18944]
18945
18946[[package]]
18947name = "unicode-properties"
18948version = "0.1.3"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18951
18952[[package]]
18953name = "unicode-script"
18954version = "0.5.8"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18957
18958[[package]]
18959name = "unicode-segmentation"
18960version = "1.12.0"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18963
18964[[package]]
18965name = "unicode-vo"
18966version = "0.1.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18969
18970[[package]]
18971name = "unicode-width"
18972version = "0.2.2"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18975
18976[[package]]
18977name = "unicode-xid"
18978version = "0.2.6"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18981
18982[[package]]
18983name = "unicode_categories"
18984version = "0.1.1"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18987
18988[[package]]
18989name = "unindent"
18990version = "0.2.4"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18993
18994[[package]]
18995name = "unsafe-libyaml"
18996version = "0.2.11"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18999
19000[[package]]
19001name = "untrusted"
19002version = "0.7.1"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19005
19006[[package]]
19007name = "untrusted"
19008version = "0.9.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19011
19012[[package]]
19013name = "url"
19014version = "2.5.7"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19017dependencies = [
19018 "form_urlencoded",
19019 "idna",
19020 "percent-encoding",
19021 "serde",
19022]
19023
19024[[package]]
19025name = "urlencoding"
19026version = "2.1.3"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19029
19030[[package]]
19031name = "usvg"
19032version = "0.45.1"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19035dependencies = [
19036 "base64 0.22.1",
19037 "data-url",
19038 "flate2",
19039 "fontdb 0.23.0",
19040 "imagesize",
19041 "kurbo",
19042 "log",
19043 "pico-args",
19044 "roxmltree",
19045 "rustybuzz",
19046 "simplecss",
19047 "siphasher 1.0.1",
19048 "strict-num",
19049 "svgtypes",
19050 "tiny-skia-path",
19051 "unicode-bidi",
19052 "unicode-script",
19053 "unicode-vo",
19054 "xmlwriter",
19055]
19056
19057[[package]]
19058name = "utf-8"
19059version = "0.7.6"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19062
19063[[package]]
19064name = "utf8-chars"
19065version = "3.0.6"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19068dependencies = [
19069 "arrayvec",
19070]
19071
19072[[package]]
19073name = "utf8_iter"
19074version = "1.0.4"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19077
19078[[package]]
19079name = "utf8parse"
19080version = "0.2.2"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19083
19084[[package]]
19085name = "util"
19086version = "0.1.0"
19087dependencies = [
19088 "anyhow",
19089 "async-fs",
19090 "async_zip",
19091 "collections",
19092 "command-fds",
19093 "dirs 4.0.0",
19094 "dunce",
19095 "futures 0.3.32",
19096 "futures-lite 1.13.0",
19097 "git2",
19098 "globset",
19099 "gpui_util",
19100 "itertools 0.14.0",
19101 "libc",
19102 "log",
19103 "mach2 0.5.0",
19104 "nix 0.29.0",
19105 "percent-encoding",
19106 "pretty_assertions",
19107 "rand 0.9.2",
19108 "regex",
19109 "rust-embed",
19110 "schemars",
19111 "serde",
19112 "serde_json",
19113 "serde_json_lenient",
19114 "shlex",
19115 "smol",
19116 "take-until",
19117 "tempfile",
19118 "tendril",
19119 "unicase",
19120 "url",
19121 "util_macros",
19122 "walkdir",
19123 "which 6.0.3",
19124]
19125
19126[[package]]
19127name = "util_macros"
19128version = "0.1.0"
19129dependencies = [
19130 "perf",
19131 "quote",
19132 "syn 2.0.117",
19133]
19134
19135[[package]]
19136name = "uuid"
19137version = "1.18.1"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19140dependencies = [
19141 "getrandom 0.3.4",
19142 "js-sys",
19143 "serde",
19144 "sha1_smol",
19145 "wasm-bindgen",
19146]
19147
19148[[package]]
19149name = "uuid-simd"
19150version = "0.8.0"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19153dependencies = [
19154 "outref",
19155 "vsimd",
19156]
19157
19158[[package]]
19159name = "v_frame"
19160version = "0.3.9"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19163dependencies = [
19164 "aligned-vec",
19165 "num-traits",
19166 "wasm-bindgen",
19167]
19168
19169[[package]]
19170name = "valuable"
19171version = "0.1.1"
19172source = "registry+https://github.com/rust-lang/crates.io-index"
19173checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19174
19175[[package]]
19176name = "value-bag"
19177version = "1.12.0"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19180dependencies = [
19181 "value-bag-serde1",
19182 "value-bag-sval2",
19183]
19184
19185[[package]]
19186name = "value-bag-serde1"
19187version = "1.12.0"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19190dependencies = [
19191 "erased-serde",
19192 "serde_core",
19193 "serde_fmt",
19194]
19195
19196[[package]]
19197name = "value-bag-sval2"
19198version = "1.12.0"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19201dependencies = [
19202 "sval",
19203 "sval_buffer",
19204 "sval_dynamic",
19205 "sval_fmt",
19206 "sval_json",
19207 "sval_ref",
19208 "sval_serde",
19209]
19210
19211[[package]]
19212name = "vcpkg"
19213version = "0.2.15"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19216
19217[[package]]
19218name = "vercel"
19219version = "0.1.0"
19220dependencies = [
19221 "anyhow",
19222 "schemars",
19223 "serde",
19224 "strum 0.27.2",
19225]
19226
19227[[package]]
19228name = "version-compare"
19229version = "0.2.0"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19232
19233[[package]]
19234name = "version_check"
19235version = "0.9.5"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19238
19239[[package]]
19240name = "vim"
19241version = "0.1.0"
19242dependencies = [
19243 "anyhow",
19244 "async-compat",
19245 "async-trait",
19246 "collections",
19247 "command_palette",
19248 "command_palette_hooks",
19249 "db",
19250 "editor",
19251 "env_logger 0.11.8",
19252 "futures 0.3.32",
19253 "fuzzy",
19254 "git_ui",
19255 "gpui",
19256 "indoc",
19257 "itertools 0.14.0",
19258 "language",
19259 "log",
19260 "lsp",
19261 "markdown_preview",
19262 "menu",
19263 "multi_buffer",
19264 "nvim-rs",
19265 "outline_panel",
19266 "parking_lot",
19267 "perf",
19268 "picker",
19269 "project",
19270 "project_panel",
19271 "regex",
19272 "release_channel",
19273 "schemars",
19274 "search",
19275 "semver",
19276 "serde",
19277 "serde_json",
19278 "settings",
19279 "settings_ui",
19280 "task",
19281 "text",
19282 "theme",
19283 "theme_settings",
19284 "tokio",
19285 "ui",
19286 "util",
19287 "util_macros",
19288 "vim_mode_setting",
19289 "workspace",
19290 "zed_actions",
19291]
19292
19293[[package]]
19294name = "vim_mode_setting"
19295version = "0.1.0"
19296dependencies = [
19297 "gpui",
19298 "settings",
19299]
19300
19301[[package]]
19302name = "vscode_theme"
19303version = "0.2.0"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19306dependencies = [
19307 "serde",
19308]
19309
19310[[package]]
19311name = "vsimd"
19312version = "0.8.0"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19315
19316[[package]]
19317name = "vswhom"
19318version = "0.1.0"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19321dependencies = [
19322 "libc",
19323 "vswhom-sys",
19324]
19325
19326[[package]]
19327name = "vswhom-sys"
19328version = "0.1.3"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19331dependencies = [
19332 "cc",
19333 "libc",
19334]
19335
19336[[package]]
19337name = "vte"
19338version = "0.15.0"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19341dependencies = [
19342 "arrayvec",
19343 "bitflags 2.10.0",
19344 "cursor-icon",
19345 "log",
19346 "memchr",
19347 "serde",
19348]
19349
19350[[package]]
19351name = "wait-timeout"
19352version = "0.2.1"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19355dependencies = [
19356 "libc",
19357]
19358
19359[[package]]
19360name = "waker-fn"
19361version = "1.2.0"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19364
19365[[package]]
19366name = "walkdir"
19367version = "2.5.0"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19370dependencies = [
19371 "same-file",
19372 "winapi-util",
19373]
19374
19375[[package]]
19376name = "want"
19377version = "0.3.1"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19380dependencies = [
19381 "try-lock",
19382]
19383
19384[[package]]
19385name = "warp"
19386version = "0.3.7"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19389dependencies = [
19390 "bytes 1.11.1",
19391 "futures-channel",
19392 "futures-util",
19393 "headers",
19394 "http 0.2.12",
19395 "hyper 0.14.32",
19396 "log",
19397 "mime",
19398 "mime_guess",
19399 "percent-encoding",
19400 "pin-project",
19401 "scoped-tls",
19402 "serde",
19403 "serde_json",
19404 "serde_urlencoded",
19405 "tokio",
19406 "tokio-tungstenite 0.21.0",
19407 "tokio-util",
19408 "tower-service",
19409 "tracing",
19410]
19411
19412[[package]]
19413name = "wasi"
19414version = "0.11.1+wasi-snapshot-preview1"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19417
19418[[package]]
19419name = "wasip2"
19420version = "1.0.1+wasi-0.2.4"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19423dependencies = [
19424 "wit-bindgen 0.46.0",
19425]
19426
19427[[package]]
19428name = "wasip3"
19429version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19432dependencies = [
19433 "wit-bindgen 0.51.0",
19434]
19435
19436[[package]]
19437name = "wasite"
19438version = "0.1.0"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19441
19442[[package]]
19443name = "wasm-bindgen"
19444version = "0.2.113"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19447dependencies = [
19448 "cfg-if",
19449 "once_cell",
19450 "rustversion",
19451 "wasm-bindgen-macro",
19452 "wasm-bindgen-shared",
19453]
19454
19455[[package]]
19456name = "wasm-bindgen-futures"
19457version = "0.4.63"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19460dependencies = [
19461 "cfg-if",
19462 "futures-util",
19463 "js-sys",
19464 "once_cell",
19465 "wasm-bindgen",
19466 "web-sys",
19467]
19468
19469[[package]]
19470name = "wasm-bindgen-macro"
19471version = "0.2.113"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19474dependencies = [
19475 "quote",
19476 "wasm-bindgen-macro-support",
19477]
19478
19479[[package]]
19480name = "wasm-bindgen-macro-support"
19481version = "0.2.113"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19484dependencies = [
19485 "bumpalo",
19486 "proc-macro2",
19487 "quote",
19488 "syn 2.0.117",
19489 "wasm-bindgen-shared",
19490]
19491
19492[[package]]
19493name = "wasm-bindgen-shared"
19494version = "0.2.113"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19497dependencies = [
19498 "unicode-ident",
19499]
19500
19501[[package]]
19502name = "wasm-encoder"
19503version = "0.201.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19506dependencies = [
19507 "leb128",
19508]
19509
19510[[package]]
19511name = "wasm-encoder"
19512version = "0.221.3"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19515dependencies = [
19516 "leb128",
19517 "wasmparser 0.221.3",
19518]
19519
19520[[package]]
19521name = "wasm-encoder"
19522version = "0.227.1"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19525dependencies = [
19526 "leb128fmt",
19527 "wasmparser 0.227.1",
19528]
19529
19530[[package]]
19531name = "wasm-encoder"
19532version = "0.236.1"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19535dependencies = [
19536 "leb128fmt",
19537 "wasmparser 0.236.1",
19538]
19539
19540[[package]]
19541name = "wasm-encoder"
19542version = "0.244.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19545dependencies = [
19546 "leb128fmt",
19547 "wasmparser 0.244.0",
19548]
19549
19550[[package]]
19551name = "wasm-metadata"
19552version = "0.201.0"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19555dependencies = [
19556 "anyhow",
19557 "indexmap",
19558 "serde",
19559 "serde_derive",
19560 "serde_json",
19561 "spdx",
19562 "wasm-encoder 0.201.0",
19563 "wasmparser 0.201.0",
19564]
19565
19566[[package]]
19567name = "wasm-metadata"
19568version = "0.227.1"
19569source = "registry+https://github.com/rust-lang/crates.io-index"
19570checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19571dependencies = [
19572 "anyhow",
19573 "auditable-serde",
19574 "flate2",
19575 "indexmap",
19576 "serde",
19577 "serde_derive",
19578 "serde_json",
19579 "spdx",
19580 "url",
19581 "wasm-encoder 0.227.1",
19582 "wasmparser 0.227.1",
19583]
19584
19585[[package]]
19586name = "wasm-metadata"
19587version = "0.244.0"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19590dependencies = [
19591 "anyhow",
19592 "indexmap",
19593 "wasm-encoder 0.244.0",
19594 "wasmparser 0.244.0",
19595]
19596
19597[[package]]
19598name = "wasm-streams"
19599version = "0.4.2"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19602dependencies = [
19603 "futures-util",
19604 "js-sys",
19605 "wasm-bindgen",
19606 "wasm-bindgen-futures",
19607 "web-sys",
19608]
19609
19610[[package]]
19611name = "wasm_thread"
19612version = "0.3.3"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19615dependencies = [
19616 "futures 0.3.32",
19617 "js-sys",
19618 "wasm-bindgen",
19619 "web-sys",
19620]
19621
19622[[package]]
19623name = "wasmparser"
19624version = "0.201.0"
19625source = "registry+https://github.com/rust-lang/crates.io-index"
19626checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19627dependencies = [
19628 "bitflags 2.10.0",
19629 "indexmap",
19630 "semver",
19631]
19632
19633[[package]]
19634name = "wasmparser"
19635version = "0.221.3"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19638dependencies = [
19639 "bitflags 2.10.0",
19640 "hashbrown 0.15.5",
19641 "indexmap",
19642 "semver",
19643 "serde",
19644]
19645
19646[[package]]
19647name = "wasmparser"
19648version = "0.227.1"
19649source = "registry+https://github.com/rust-lang/crates.io-index"
19650checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19651dependencies = [
19652 "bitflags 2.10.0",
19653 "hashbrown 0.15.5",
19654 "indexmap",
19655 "semver",
19656]
19657
19658[[package]]
19659name = "wasmparser"
19660version = "0.236.1"
19661source = "registry+https://github.com/rust-lang/crates.io-index"
19662checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19663dependencies = [
19664 "bitflags 2.10.0",
19665 "hashbrown 0.15.5",
19666 "indexmap",
19667 "semver",
19668 "serde",
19669]
19670
19671[[package]]
19672name = "wasmparser"
19673version = "0.244.0"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19676dependencies = [
19677 "bitflags 2.10.0",
19678 "hashbrown 0.15.5",
19679 "indexmap",
19680 "semver",
19681]
19682
19683[[package]]
19684name = "wasmprinter"
19685version = "0.236.1"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19688dependencies = [
19689 "anyhow",
19690 "termcolor",
19691 "wasmparser 0.236.1",
19692]
19693
19694[[package]]
19695name = "wasmtime"
19696version = "36.0.6"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19699dependencies = [
19700 "addr2line",
19701 "anyhow",
19702 "async-trait",
19703 "bitflags 2.10.0",
19704 "bumpalo",
19705 "cc",
19706 "cfg-if",
19707 "encoding_rs",
19708 "hashbrown 0.15.5",
19709 "indexmap",
19710 "libc",
19711 "log",
19712 "mach2 0.4.3",
19713 "memfd",
19714 "object",
19715 "once_cell",
19716 "postcard",
19717 "pulley-interpreter",
19718 "rayon",
19719 "rustix 1.1.2",
19720 "semver",
19721 "serde",
19722 "serde_derive",
19723 "smallvec",
19724 "target-lexicon 0.13.3",
19725 "wasmparser 0.236.1",
19726 "wasmtime-environ",
19727 "wasmtime-internal-asm-macros",
19728 "wasmtime-internal-component-macro",
19729 "wasmtime-internal-component-util",
19730 "wasmtime-internal-cranelift",
19731 "wasmtime-internal-fiber",
19732 "wasmtime-internal-jit-debug",
19733 "wasmtime-internal-jit-icache-coherence",
19734 "wasmtime-internal-math",
19735 "wasmtime-internal-slab",
19736 "wasmtime-internal-unwinder",
19737 "wasmtime-internal-versioned-export-macros",
19738 "wasmtime-internal-winch",
19739 "windows-sys 0.60.2",
19740]
19741
19742[[package]]
19743name = "wasmtime-c-api-impl"
19744version = "36.0.6"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19747dependencies = [
19748 "anyhow",
19749 "log",
19750 "tracing",
19751 "wasmtime",
19752 "wasmtime-internal-c-api-macros",
19753]
19754
19755[[package]]
19756name = "wasmtime-environ"
19757version = "36.0.6"
19758source = "registry+https://github.com/rust-lang/crates.io-index"
19759checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19760dependencies = [
19761 "anyhow",
19762 "cpp_demangle",
19763 "cranelift-bitset",
19764 "cranelift-entity",
19765 "gimli",
19766 "indexmap",
19767 "log",
19768 "object",
19769 "postcard",
19770 "rustc-demangle",
19771 "semver",
19772 "serde",
19773 "serde_derive",
19774 "smallvec",
19775 "target-lexicon 0.13.3",
19776 "wasm-encoder 0.236.1",
19777 "wasmparser 0.236.1",
19778 "wasmprinter",
19779 "wasmtime-internal-component-util",
19780]
19781
19782[[package]]
19783name = "wasmtime-internal-asm-macros"
19784version = "36.0.6"
19785source = "registry+https://github.com/rust-lang/crates.io-index"
19786checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19787dependencies = [
19788 "cfg-if",
19789]
19790
19791[[package]]
19792name = "wasmtime-internal-c-api-macros"
19793version = "36.0.6"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19796dependencies = [
19797 "proc-macro2",
19798 "quote",
19799]
19800
19801[[package]]
19802name = "wasmtime-internal-component-macro"
19803version = "36.0.6"
19804source = "registry+https://github.com/rust-lang/crates.io-index"
19805checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19806dependencies = [
19807 "anyhow",
19808 "proc-macro2",
19809 "quote",
19810 "syn 2.0.117",
19811 "wasmtime-internal-component-util",
19812 "wasmtime-internal-wit-bindgen",
19813 "wit-parser 0.236.1",
19814]
19815
19816[[package]]
19817name = "wasmtime-internal-component-util"
19818version = "36.0.6"
19819source = "registry+https://github.com/rust-lang/crates.io-index"
19820checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19821
19822[[package]]
19823name = "wasmtime-internal-cranelift"
19824version = "36.0.6"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19827dependencies = [
19828 "anyhow",
19829 "cfg-if",
19830 "cranelift-codegen",
19831 "cranelift-control",
19832 "cranelift-entity",
19833 "cranelift-frontend",
19834 "cranelift-native",
19835 "gimli",
19836 "itertools 0.14.0",
19837 "log",
19838 "object",
19839 "pulley-interpreter",
19840 "smallvec",
19841 "target-lexicon 0.13.3",
19842 "thiserror 2.0.17",
19843 "wasmparser 0.236.1",
19844 "wasmtime-environ",
19845 "wasmtime-internal-math",
19846 "wasmtime-internal-versioned-export-macros",
19847]
19848
19849[[package]]
19850name = "wasmtime-internal-fiber"
19851version = "36.0.6"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19854dependencies = [
19855 "anyhow",
19856 "cc",
19857 "cfg-if",
19858 "libc",
19859 "rustix 1.1.2",
19860 "wasmtime-internal-asm-macros",
19861 "wasmtime-internal-versioned-export-macros",
19862 "windows-sys 0.60.2",
19863]
19864
19865[[package]]
19866name = "wasmtime-internal-jit-debug"
19867version = "36.0.6"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19870dependencies = [
19871 "cc",
19872 "wasmtime-internal-versioned-export-macros",
19873]
19874
19875[[package]]
19876name = "wasmtime-internal-jit-icache-coherence"
19877version = "36.0.6"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19880dependencies = [
19881 "anyhow",
19882 "cfg-if",
19883 "libc",
19884 "windows-sys 0.60.2",
19885]
19886
19887[[package]]
19888name = "wasmtime-internal-math"
19889version = "36.0.6"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19892dependencies = [
19893 "libm",
19894]
19895
19896[[package]]
19897name = "wasmtime-internal-slab"
19898version = "36.0.6"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19901
19902[[package]]
19903name = "wasmtime-internal-unwinder"
19904version = "36.0.6"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19907dependencies = [
19908 "anyhow",
19909 "cfg-if",
19910 "cranelift-codegen",
19911 "log",
19912 "object",
19913]
19914
19915[[package]]
19916name = "wasmtime-internal-versioned-export-macros"
19917version = "36.0.6"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19920dependencies = [
19921 "proc-macro2",
19922 "quote",
19923 "syn 2.0.117",
19924]
19925
19926[[package]]
19927name = "wasmtime-internal-winch"
19928version = "36.0.6"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19931dependencies = [
19932 "anyhow",
19933 "cranelift-codegen",
19934 "gimli",
19935 "object",
19936 "target-lexicon 0.13.3",
19937 "wasmparser 0.236.1",
19938 "wasmtime-environ",
19939 "wasmtime-internal-cranelift",
19940 "winch-codegen",
19941]
19942
19943[[package]]
19944name = "wasmtime-internal-wit-bindgen"
19945version = "36.0.6"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19948dependencies = [
19949 "anyhow",
19950 "bitflags 2.10.0",
19951 "heck 0.5.0",
19952 "indexmap",
19953 "wit-parser 0.236.1",
19954]
19955
19956[[package]]
19957name = "wasmtime-wasi"
19958version = "36.0.6"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19961dependencies = [
19962 "anyhow",
19963 "async-trait",
19964 "bitflags 2.10.0",
19965 "bytes 1.11.1",
19966 "cap-fs-ext",
19967 "cap-net-ext",
19968 "cap-rand",
19969 "cap-std",
19970 "cap-time-ext",
19971 "fs-set-times",
19972 "futures 0.3.32",
19973 "io-extras",
19974 "io-lifetimes",
19975 "rustix 1.1.2",
19976 "system-interface",
19977 "thiserror 2.0.17",
19978 "tokio",
19979 "tracing",
19980 "url",
19981 "wasmtime",
19982 "wasmtime-wasi-io",
19983 "wiggle",
19984 "windows-sys 0.60.2",
19985]
19986
19987[[package]]
19988name = "wasmtime-wasi-io"
19989version = "36.0.6"
19990source = "registry+https://github.com/rust-lang/crates.io-index"
19991checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19992dependencies = [
19993 "anyhow",
19994 "async-trait",
19995 "bytes 1.11.1",
19996 "futures 0.3.32",
19997 "wasmtime",
19998]
19999
20000[[package]]
20001name = "wast"
20002version = "35.0.2"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20005dependencies = [
20006 "leb128",
20007]
20008
20009[[package]]
20010name = "watch"
20011version = "0.1.0"
20012dependencies = [
20013 "ctor",
20014 "futures 0.3.32",
20015 "gpui",
20016 "parking_lot",
20017 "zlog",
20018]
20019
20020[[package]]
20021name = "wax"
20022version = "0.7.0"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20025dependencies = [
20026 "const_format",
20027 "itertools 0.14.0",
20028 "nom 7.1.3",
20029 "pori",
20030 "regex",
20031 "thiserror 2.0.17",
20032 "walkdir",
20033]
20034
20035[[package]]
20036name = "wayland-backend"
20037version = "0.3.11"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20040dependencies = [
20041 "cc",
20042 "downcast-rs",
20043 "rustix 1.1.2",
20044 "scoped-tls",
20045 "smallvec",
20046 "wayland-sys",
20047]
20048
20049[[package]]
20050name = "wayland-client"
20051version = "0.31.11"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20054dependencies = [
20055 "bitflags 2.10.0",
20056 "rustix 1.1.2",
20057 "wayland-backend",
20058 "wayland-scanner",
20059]
20060
20061[[package]]
20062name = "wayland-cursor"
20063version = "0.31.11"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20066dependencies = [
20067 "rustix 1.1.2",
20068 "wayland-client",
20069 "xcursor",
20070]
20071
20072[[package]]
20073name = "wayland-protocols"
20074version = "0.32.9"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20077dependencies = [
20078 "bitflags 2.10.0",
20079 "wayland-backend",
20080 "wayland-client",
20081 "wayland-scanner",
20082]
20083
20084[[package]]
20085name = "wayland-protocols-plasma"
20086version = "0.3.9"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20089dependencies = [
20090 "bitflags 2.10.0",
20091 "wayland-backend",
20092 "wayland-client",
20093 "wayland-protocols",
20094 "wayland-scanner",
20095]
20096
20097[[package]]
20098name = "wayland-protocols-wlr"
20099version = "0.3.9"
20100source = "registry+https://github.com/rust-lang/crates.io-index"
20101checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20102dependencies = [
20103 "bitflags 2.10.0",
20104 "wayland-backend",
20105 "wayland-client",
20106 "wayland-protocols",
20107 "wayland-scanner",
20108]
20109
20110[[package]]
20111name = "wayland-scanner"
20112version = "0.31.7"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20115dependencies = [
20116 "proc-macro2",
20117 "quick-xml 0.37.5",
20118 "quote",
20119]
20120
20121[[package]]
20122name = "wayland-sys"
20123version = "0.31.7"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20126dependencies = [
20127 "dlib",
20128 "log",
20129 "once_cell",
20130 "pkg-config",
20131]
20132
20133[[package]]
20134name = "web-sys"
20135version = "0.3.90"
20136source = "registry+https://github.com/rust-lang/crates.io-index"
20137checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20138dependencies = [
20139 "js-sys",
20140 "wasm-bindgen",
20141]
20142
20143[[package]]
20144name = "web-time"
20145version = "1.1.0"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20148dependencies = [
20149 "js-sys",
20150 "serde",
20151 "wasm-bindgen",
20152]
20153
20154[[package]]
20155name = "web_atoms"
20156version = "0.1.3"
20157source = "registry+https://github.com/rust-lang/crates.io-index"
20158checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20159dependencies = [
20160 "phf 0.11.3",
20161 "phf_codegen",
20162 "string_cache",
20163 "string_cache_codegen",
20164]
20165
20166[[package]]
20167name = "web_search"
20168version = "0.1.0"
20169dependencies = [
20170 "anyhow",
20171 "cloud_llm_client",
20172 "collections",
20173 "gpui",
20174 "serde",
20175]
20176
20177[[package]]
20178name = "web_search_providers"
20179version = "0.1.0"
20180dependencies = [
20181 "anyhow",
20182 "client",
20183 "cloud_api_types",
20184 "cloud_llm_client",
20185 "futures 0.3.32",
20186 "gpui",
20187 "http_client",
20188 "language_model",
20189 "serde",
20190 "serde_json",
20191 "web_search",
20192]
20193
20194[[package]]
20195name = "webpki-root-certs"
20196version = "0.26.8"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20199dependencies = [
20200 "rustls-pki-types",
20201]
20202
20203[[package]]
20204name = "webpki-roots"
20205version = "0.26.8"
20206source = "registry+https://github.com/rust-lang/crates.io-index"
20207checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20208dependencies = [
20209 "rustls-pki-types",
20210]
20211
20212[[package]]
20213name = "webrtc-sys"
20214version = "0.3.23"
20215source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20216dependencies = [
20217 "cc",
20218 "cxx",
20219 "cxx-build",
20220 "glob",
20221 "log",
20222 "pkg-config",
20223 "webrtc-sys-build",
20224]
20225
20226[[package]]
20227name = "webrtc-sys-build"
20228version = "0.3.13"
20229source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20230dependencies = [
20231 "anyhow",
20232 "fs2",
20233 "regex",
20234 "reqwest 0.12.24",
20235 "scratch",
20236 "semver",
20237 "zip 0.6.6",
20238]
20239
20240[[package]]
20241name = "weezl"
20242version = "0.1.10"
20243source = "registry+https://github.com/rust-lang/crates.io-index"
20244checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20245
20246[[package]]
20247name = "wgpu"
20248version = "29.0.0"
20249source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20250dependencies = [
20251 "arrayvec",
20252 "bitflags 2.10.0",
20253 "bytemuck",
20254 "cfg-if",
20255 "cfg_aliases 0.2.1",
20256 "document-features",
20257 "hashbrown 0.16.1",
20258 "js-sys",
20259 "log",
20260 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20261 "parking_lot",
20262 "portable-atomic",
20263 "profiling",
20264 "raw-window-handle",
20265 "smallvec",
20266 "static_assertions",
20267 "wasm-bindgen",
20268 "wasm-bindgen-futures",
20269 "web-sys",
20270 "wgpu-core",
20271 "wgpu-hal",
20272 "wgpu-types",
20273]
20274
20275[[package]]
20276name = "wgpu-core"
20277version = "29.0.0"
20278source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20279dependencies = [
20280 "arrayvec",
20281 "bit-set 0.9.1",
20282 "bit-vec 0.9.1",
20283 "bitflags 2.10.0",
20284 "bytemuck",
20285 "cfg_aliases 0.2.1",
20286 "document-features",
20287 "hashbrown 0.16.1",
20288 "indexmap",
20289 "log",
20290 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20291 "once_cell",
20292 "parking_lot",
20293 "portable-atomic",
20294 "profiling",
20295 "raw-window-handle",
20296 "rustc-hash 1.1.0",
20297 "smallvec",
20298 "thiserror 2.0.17",
20299 "wgpu-core-deps-apple",
20300 "wgpu-core-deps-emscripten",
20301 "wgpu-core-deps-windows-linux-android",
20302 "wgpu-hal",
20303 "wgpu-naga-bridge",
20304 "wgpu-types",
20305]
20306
20307[[package]]
20308name = "wgpu-core-deps-apple"
20309version = "29.0.0"
20310source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20311dependencies = [
20312 "wgpu-hal",
20313]
20314
20315[[package]]
20316name = "wgpu-core-deps-emscripten"
20317version = "29.0.0"
20318source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20319dependencies = [
20320 "wgpu-hal",
20321]
20322
20323[[package]]
20324name = "wgpu-core-deps-windows-linux-android"
20325version = "29.0.0"
20326source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20327dependencies = [
20328 "wgpu-hal",
20329]
20330
20331[[package]]
20332name = "wgpu-hal"
20333version = "29.0.0"
20334source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20335dependencies = [
20336 "android_system_properties",
20337 "arrayvec",
20338 "ash",
20339 "bit-set 0.9.1",
20340 "bitflags 2.10.0",
20341 "block2",
20342 "bytemuck",
20343 "cfg-if",
20344 "cfg_aliases 0.2.1",
20345 "glow",
20346 "glutin_wgl_sys",
20347 "gpu-allocator",
20348 "gpu-descriptor",
20349 "hashbrown 0.16.1",
20350 "js-sys",
20351 "khronos-egl",
20352 "libc",
20353 "libloading",
20354 "log",
20355 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20356 "ndk-sys",
20357 "objc2",
20358 "objc2-core-foundation",
20359 "objc2-foundation",
20360 "objc2-metal",
20361 "objc2-quartz-core",
20362 "once_cell",
20363 "ordered-float 4.6.0",
20364 "parking_lot",
20365 "portable-atomic",
20366 "portable-atomic-util",
20367 "profiling",
20368 "range-alloc",
20369 "raw-window-handle",
20370 "raw-window-metal",
20371 "renderdoc-sys",
20372 "smallvec",
20373 "thiserror 2.0.17",
20374 "wasm-bindgen",
20375 "wayland-sys",
20376 "web-sys",
20377 "wgpu-naga-bridge",
20378 "wgpu-types",
20379 "windows 0.62.2",
20380 "windows-core 0.62.2",
20381]
20382
20383[[package]]
20384name = "wgpu-naga-bridge"
20385version = "29.0.0"
20386source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20387dependencies = [
20388 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20389 "wgpu-types",
20390]
20391
20392[[package]]
20393name = "wgpu-types"
20394version = "29.0.0"
20395source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20396dependencies = [
20397 "bitflags 2.10.0",
20398 "bytemuck",
20399 "js-sys",
20400 "log",
20401 "raw-window-handle",
20402 "web-sys",
20403]
20404
20405[[package]]
20406name = "which"
20407version = "4.4.2"
20408source = "registry+https://github.com/rust-lang/crates.io-index"
20409checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20410dependencies = [
20411 "either",
20412 "home",
20413 "once_cell",
20414 "rustix 0.38.44",
20415]
20416
20417[[package]]
20418name = "which"
20419version = "6.0.3"
20420source = "registry+https://github.com/rust-lang/crates.io-index"
20421checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20422dependencies = [
20423 "either",
20424 "home",
20425 "rustix 0.38.44",
20426 "winsafe",
20427]
20428
20429[[package]]
20430name = "which_key"
20431version = "0.1.0"
20432dependencies = [
20433 "command_palette",
20434 "gpui",
20435 "serde",
20436 "settings",
20437 "theme_settings",
20438 "ui",
20439 "util",
20440 "workspace",
20441]
20442
20443[[package]]
20444name = "whoami"
20445version = "1.6.1"
20446source = "registry+https://github.com/rust-lang/crates.io-index"
20447checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20448dependencies = [
20449 "libredox",
20450 "wasite",
20451]
20452
20453[[package]]
20454name = "wiggle"
20455version = "36.0.6"
20456source = "registry+https://github.com/rust-lang/crates.io-index"
20457checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20458dependencies = [
20459 "anyhow",
20460 "async-trait",
20461 "bitflags 2.10.0",
20462 "thiserror 2.0.17",
20463 "tracing",
20464 "wasmtime",
20465 "wiggle-macro",
20466]
20467
20468[[package]]
20469name = "wiggle-generate"
20470version = "36.0.6"
20471source = "registry+https://github.com/rust-lang/crates.io-index"
20472checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20473dependencies = [
20474 "anyhow",
20475 "heck 0.5.0",
20476 "proc-macro2",
20477 "quote",
20478 "syn 2.0.117",
20479 "witx",
20480]
20481
20482[[package]]
20483name = "wiggle-macro"
20484version = "36.0.6"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20487dependencies = [
20488 "proc-macro2",
20489 "quote",
20490 "syn 2.0.117",
20491 "wiggle-generate",
20492]
20493
20494[[package]]
20495name = "winapi"
20496version = "0.3.9"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20499dependencies = [
20500 "winapi-i686-pc-windows-gnu",
20501 "winapi-x86_64-pc-windows-gnu",
20502]
20503
20504[[package]]
20505name = "winapi-i686-pc-windows-gnu"
20506version = "0.4.0"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20509
20510[[package]]
20511name = "winapi-util"
20512version = "0.1.11"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20515dependencies = [
20516 "windows-sys 0.61.2",
20517]
20518
20519[[package]]
20520name = "winapi-x86_64-pc-windows-gnu"
20521version = "0.4.0"
20522source = "registry+https://github.com/rust-lang/crates.io-index"
20523checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20524
20525[[package]]
20526name = "winch-codegen"
20527version = "36.0.6"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20530dependencies = [
20531 "anyhow",
20532 "cranelift-assembler-x64",
20533 "cranelift-codegen",
20534 "gimli",
20535 "regalloc2",
20536 "smallvec",
20537 "target-lexicon 0.13.3",
20538 "thiserror 2.0.17",
20539 "wasmparser 0.236.1",
20540 "wasmtime-environ",
20541 "wasmtime-internal-cranelift",
20542 "wasmtime-internal-math",
20543]
20544
20545[[package]]
20546name = "windows"
20547version = "0.57.0"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20550dependencies = [
20551 "windows-core 0.57.0",
20552 "windows-targets 0.52.6",
20553]
20554
20555[[package]]
20556name = "windows"
20557version = "0.58.0"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20560dependencies = [
20561 "windows-core 0.58.0",
20562 "windows-targets 0.52.6",
20563]
20564
20565[[package]]
20566name = "windows"
20567version = "0.61.3"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20570dependencies = [
20571 "windows-collections 0.2.0",
20572 "windows-core 0.61.2",
20573 "windows-future 0.2.1",
20574 "windows-link 0.1.3",
20575 "windows-numerics 0.2.0",
20576]
20577
20578[[package]]
20579name = "windows"
20580version = "0.62.2"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20583dependencies = [
20584 "windows-collections 0.3.2",
20585 "windows-core 0.62.2",
20586 "windows-future 0.3.2",
20587 "windows-numerics 0.3.1",
20588]
20589
20590[[package]]
20591name = "windows-bindgen"
20592version = "0.61.1"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20595dependencies = [
20596 "serde",
20597 "serde_json",
20598 "windows-threading 0.1.0",
20599]
20600
20601[[package]]
20602name = "windows-capture"
20603version = "1.4.3"
20604source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20605dependencies = [
20606 "clap",
20607 "ctrlc",
20608 "parking_lot",
20609 "rayon",
20610 "thiserror 2.0.17",
20611 "windows 0.61.3",
20612 "windows-future 0.2.1",
20613]
20614
20615[[package]]
20616name = "windows-collections"
20617version = "0.2.0"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20620dependencies = [
20621 "windows-core 0.61.2",
20622]
20623
20624[[package]]
20625name = "windows-collections"
20626version = "0.3.2"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20629dependencies = [
20630 "windows-core 0.62.2",
20631]
20632
20633[[package]]
20634name = "windows-core"
20635version = "0.57.0"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20638dependencies = [
20639 "windows-implement 0.57.0",
20640 "windows-interface 0.57.0",
20641 "windows-result 0.1.2",
20642 "windows-targets 0.52.6",
20643]
20644
20645[[package]]
20646name = "windows-core"
20647version = "0.58.0"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20650dependencies = [
20651 "windows-implement 0.58.0",
20652 "windows-interface 0.58.0",
20653 "windows-result 0.2.0",
20654 "windows-strings 0.1.0",
20655 "windows-targets 0.52.6",
20656]
20657
20658[[package]]
20659name = "windows-core"
20660version = "0.61.2"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20663dependencies = [
20664 "windows-implement 0.60.2",
20665 "windows-interface 0.59.3",
20666 "windows-link 0.1.3",
20667 "windows-result 0.3.4",
20668 "windows-strings 0.4.2",
20669]
20670
20671[[package]]
20672name = "windows-core"
20673version = "0.62.2"
20674source = "registry+https://github.com/rust-lang/crates.io-index"
20675checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20676dependencies = [
20677 "windows-implement 0.60.2",
20678 "windows-interface 0.59.3",
20679 "windows-link 0.2.1",
20680 "windows-result 0.4.1",
20681 "windows-strings 0.5.1",
20682]
20683
20684[[package]]
20685name = "windows-future"
20686version = "0.2.1"
20687source = "registry+https://github.com/rust-lang/crates.io-index"
20688checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20689dependencies = [
20690 "windows-core 0.61.2",
20691 "windows-link 0.1.3",
20692 "windows-threading 0.1.0",
20693]
20694
20695[[package]]
20696name = "windows-future"
20697version = "0.3.2"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20700dependencies = [
20701 "windows-core 0.62.2",
20702 "windows-link 0.2.1",
20703 "windows-threading 0.2.1",
20704]
20705
20706[[package]]
20707name = "windows-implement"
20708version = "0.57.0"
20709source = "registry+https://github.com/rust-lang/crates.io-index"
20710checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20711dependencies = [
20712 "proc-macro2",
20713 "quote",
20714 "syn 2.0.117",
20715]
20716
20717[[package]]
20718name = "windows-implement"
20719version = "0.58.0"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20722dependencies = [
20723 "proc-macro2",
20724 "quote",
20725 "syn 2.0.117",
20726]
20727
20728[[package]]
20729name = "windows-implement"
20730version = "0.60.2"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20733dependencies = [
20734 "proc-macro2",
20735 "quote",
20736 "syn 2.0.117",
20737]
20738
20739[[package]]
20740name = "windows-interface"
20741version = "0.57.0"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20744dependencies = [
20745 "proc-macro2",
20746 "quote",
20747 "syn 2.0.117",
20748]
20749
20750[[package]]
20751name = "windows-interface"
20752version = "0.58.0"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20755dependencies = [
20756 "proc-macro2",
20757 "quote",
20758 "syn 2.0.117",
20759]
20760
20761[[package]]
20762name = "windows-interface"
20763version = "0.59.3"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20766dependencies = [
20767 "proc-macro2",
20768 "quote",
20769 "syn 2.0.117",
20770]
20771
20772[[package]]
20773name = "windows-link"
20774version = "0.1.3"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20777
20778[[package]]
20779name = "windows-link"
20780version = "0.2.1"
20781source = "registry+https://github.com/rust-lang/crates.io-index"
20782checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20783
20784[[package]]
20785name = "windows-numerics"
20786version = "0.2.0"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20789dependencies = [
20790 "windows-core 0.61.2",
20791 "windows-link 0.1.3",
20792]
20793
20794[[package]]
20795name = "windows-numerics"
20796version = "0.3.1"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20799dependencies = [
20800 "windows-core 0.62.2",
20801 "windows-link 0.2.1",
20802]
20803
20804[[package]]
20805name = "windows-registry"
20806version = "0.4.0"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20809dependencies = [
20810 "windows-result 0.3.4",
20811 "windows-strings 0.3.1",
20812 "windows-targets 0.53.5",
20813]
20814
20815[[package]]
20816name = "windows-registry"
20817version = "0.5.3"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20820dependencies = [
20821 "windows-link 0.1.3",
20822 "windows-result 0.3.4",
20823 "windows-strings 0.4.2",
20824]
20825
20826[[package]]
20827name = "windows-registry"
20828version = "0.6.1"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20831dependencies = [
20832 "windows-link 0.2.1",
20833 "windows-result 0.4.1",
20834 "windows-strings 0.5.1",
20835]
20836
20837[[package]]
20838name = "windows-result"
20839version = "0.1.2"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20842dependencies = [
20843 "windows-targets 0.52.6",
20844]
20845
20846[[package]]
20847name = "windows-result"
20848version = "0.2.0"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20851dependencies = [
20852 "windows-targets 0.52.6",
20853]
20854
20855[[package]]
20856name = "windows-result"
20857version = "0.3.4"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20860dependencies = [
20861 "windows-link 0.1.3",
20862]
20863
20864[[package]]
20865name = "windows-result"
20866version = "0.4.1"
20867source = "registry+https://github.com/rust-lang/crates.io-index"
20868checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20869dependencies = [
20870 "windows-link 0.2.1",
20871]
20872
20873[[package]]
20874name = "windows-strings"
20875version = "0.1.0"
20876source = "registry+https://github.com/rust-lang/crates.io-index"
20877checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20878dependencies = [
20879 "windows-result 0.2.0",
20880 "windows-targets 0.52.6",
20881]
20882
20883[[package]]
20884name = "windows-strings"
20885version = "0.3.1"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20888dependencies = [
20889 "windows-link 0.1.3",
20890]
20891
20892[[package]]
20893name = "windows-strings"
20894version = "0.4.2"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20897dependencies = [
20898 "windows-link 0.1.3",
20899]
20900
20901[[package]]
20902name = "windows-strings"
20903version = "0.5.1"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20906dependencies = [
20907 "windows-link 0.2.1",
20908]
20909
20910[[package]]
20911name = "windows-sys"
20912version = "0.45.0"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20915dependencies = [
20916 "windows-targets 0.42.2",
20917]
20918
20919[[package]]
20920name = "windows-sys"
20921version = "0.48.0"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20924dependencies = [
20925 "windows-targets 0.48.5",
20926]
20927
20928[[package]]
20929name = "windows-sys"
20930version = "0.52.0"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20933dependencies = [
20934 "windows-targets 0.52.6",
20935]
20936
20937[[package]]
20938name = "windows-sys"
20939version = "0.59.0"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20942dependencies = [
20943 "windows-targets 0.52.6",
20944]
20945
20946[[package]]
20947name = "windows-sys"
20948version = "0.60.2"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20951dependencies = [
20952 "windows-targets 0.53.5",
20953]
20954
20955[[package]]
20956name = "windows-sys"
20957version = "0.61.2"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20960dependencies = [
20961 "windows-link 0.2.1",
20962]
20963
20964[[package]]
20965name = "windows-targets"
20966version = "0.42.2"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20969dependencies = [
20970 "windows_aarch64_gnullvm 0.42.2",
20971 "windows_aarch64_msvc 0.42.2",
20972 "windows_i686_gnu 0.42.2",
20973 "windows_i686_msvc 0.42.2",
20974 "windows_x86_64_gnu 0.42.2",
20975 "windows_x86_64_gnullvm 0.42.2",
20976 "windows_x86_64_msvc 0.42.2",
20977]
20978
20979[[package]]
20980name = "windows-targets"
20981version = "0.48.5"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20984dependencies = [
20985 "windows_aarch64_gnullvm 0.48.5",
20986 "windows_aarch64_msvc 0.48.5",
20987 "windows_i686_gnu 0.48.5",
20988 "windows_i686_msvc 0.48.5",
20989 "windows_x86_64_gnu 0.48.5",
20990 "windows_x86_64_gnullvm 0.48.5",
20991 "windows_x86_64_msvc 0.48.5",
20992]
20993
20994[[package]]
20995name = "windows-targets"
20996version = "0.52.6"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20999dependencies = [
21000 "windows_aarch64_gnullvm 0.52.6",
21001 "windows_aarch64_msvc 0.52.6",
21002 "windows_i686_gnu 0.52.6",
21003 "windows_i686_gnullvm 0.52.6",
21004 "windows_i686_msvc 0.52.6",
21005 "windows_x86_64_gnu 0.52.6",
21006 "windows_x86_64_gnullvm 0.52.6",
21007 "windows_x86_64_msvc 0.52.6",
21008]
21009
21010[[package]]
21011name = "windows-targets"
21012version = "0.53.5"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21015dependencies = [
21016 "windows-link 0.2.1",
21017 "windows_aarch64_gnullvm 0.53.1",
21018 "windows_aarch64_msvc 0.53.1",
21019 "windows_i686_gnu 0.53.1",
21020 "windows_i686_gnullvm 0.53.1",
21021 "windows_i686_msvc 0.53.1",
21022 "windows_x86_64_gnu 0.53.1",
21023 "windows_x86_64_gnullvm 0.53.1",
21024 "windows_x86_64_msvc 0.53.1",
21025]
21026
21027[[package]]
21028name = "windows-threading"
21029version = "0.1.0"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21032dependencies = [
21033 "windows-link 0.1.3",
21034]
21035
21036[[package]]
21037name = "windows-threading"
21038version = "0.2.1"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21041dependencies = [
21042 "windows-link 0.2.1",
21043]
21044
21045[[package]]
21046name = "windows_aarch64_gnullvm"
21047version = "0.42.2"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21050
21051[[package]]
21052name = "windows_aarch64_gnullvm"
21053version = "0.48.5"
21054source = "registry+https://github.com/rust-lang/crates.io-index"
21055checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21056
21057[[package]]
21058name = "windows_aarch64_gnullvm"
21059version = "0.52.6"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21062
21063[[package]]
21064name = "windows_aarch64_gnullvm"
21065version = "0.53.1"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21068
21069[[package]]
21070name = "windows_aarch64_msvc"
21071version = "0.42.2"
21072source = "registry+https://github.com/rust-lang/crates.io-index"
21073checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21074
21075[[package]]
21076name = "windows_aarch64_msvc"
21077version = "0.48.5"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21080
21081[[package]]
21082name = "windows_aarch64_msvc"
21083version = "0.52.6"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21086
21087[[package]]
21088name = "windows_aarch64_msvc"
21089version = "0.53.1"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21092
21093[[package]]
21094name = "windows_i686_gnu"
21095version = "0.42.2"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21098
21099[[package]]
21100name = "windows_i686_gnu"
21101version = "0.48.5"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21104
21105[[package]]
21106name = "windows_i686_gnu"
21107version = "0.52.6"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21110
21111[[package]]
21112name = "windows_i686_gnu"
21113version = "0.53.1"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21116
21117[[package]]
21118name = "windows_i686_gnullvm"
21119version = "0.52.6"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21122
21123[[package]]
21124name = "windows_i686_gnullvm"
21125version = "0.53.1"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21128
21129[[package]]
21130name = "windows_i686_msvc"
21131version = "0.42.2"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21134
21135[[package]]
21136name = "windows_i686_msvc"
21137version = "0.48.5"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21140
21141[[package]]
21142name = "windows_i686_msvc"
21143version = "0.52.6"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21146
21147[[package]]
21148name = "windows_i686_msvc"
21149version = "0.53.1"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21152
21153[[package]]
21154name = "windows_x86_64_gnu"
21155version = "0.42.2"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21158
21159[[package]]
21160name = "windows_x86_64_gnu"
21161version = "0.48.5"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21164
21165[[package]]
21166name = "windows_x86_64_gnu"
21167version = "0.52.6"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21170
21171[[package]]
21172name = "windows_x86_64_gnu"
21173version = "0.53.1"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21176
21177[[package]]
21178name = "windows_x86_64_gnullvm"
21179version = "0.42.2"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21182
21183[[package]]
21184name = "windows_x86_64_gnullvm"
21185version = "0.48.5"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21188
21189[[package]]
21190name = "windows_x86_64_gnullvm"
21191version = "0.52.6"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21194
21195[[package]]
21196name = "windows_x86_64_gnullvm"
21197version = "0.53.1"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21200
21201[[package]]
21202name = "windows_x86_64_msvc"
21203version = "0.42.2"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21206
21207[[package]]
21208name = "windows_x86_64_msvc"
21209version = "0.48.5"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21212
21213[[package]]
21214name = "windows_x86_64_msvc"
21215version = "0.52.6"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21218
21219[[package]]
21220name = "windows_x86_64_msvc"
21221version = "0.53.1"
21222source = "registry+https://github.com/rust-lang/crates.io-index"
21223checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21224
21225[[package]]
21226name = "winnow"
21227version = "0.7.13"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21230dependencies = [
21231 "memchr",
21232]
21233
21234[[package]]
21235name = "winreg"
21236version = "0.10.1"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21239dependencies = [
21240 "winapi",
21241]
21242
21243[[package]]
21244name = "winreg"
21245version = "0.50.0"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21248dependencies = [
21249 "cfg-if",
21250 "windows-sys 0.48.0",
21251]
21252
21253[[package]]
21254name = "winreg"
21255version = "0.55.0"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21258dependencies = [
21259 "cfg-if",
21260 "windows-sys 0.59.0",
21261]
21262
21263[[package]]
21264name = "winresource"
21265version = "0.1.23"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21268dependencies = [
21269 "toml 0.8.23",
21270 "version_check",
21271]
21272
21273[[package]]
21274name = "winsafe"
21275version = "0.0.19"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21278
21279[[package]]
21280name = "winx"
21281version = "0.36.4"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21284dependencies = [
21285 "bitflags 2.10.0",
21286 "windows-sys 0.59.0",
21287]
21288
21289[[package]]
21290name = "wio"
21291version = "0.2.2"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21294dependencies = [
21295 "winapi",
21296]
21297
21298[[package]]
21299name = "wit-bindgen"
21300version = "0.22.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21303dependencies = [
21304 "bitflags 2.10.0",
21305 "wit-bindgen-rt 0.22.0",
21306 "wit-bindgen-rust-macro 0.22.0",
21307]
21308
21309[[package]]
21310name = "wit-bindgen"
21311version = "0.41.0"
21312source = "registry+https://github.com/rust-lang/crates.io-index"
21313checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21314dependencies = [
21315 "wit-bindgen-rt 0.41.0",
21316 "wit-bindgen-rust-macro 0.41.0",
21317]
21318
21319[[package]]
21320name = "wit-bindgen"
21321version = "0.46.0"
21322source = "registry+https://github.com/rust-lang/crates.io-index"
21323checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21324
21325[[package]]
21326name = "wit-bindgen"
21327version = "0.51.0"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21330dependencies = [
21331 "wit-bindgen-rust-macro 0.51.0",
21332]
21333
21334[[package]]
21335name = "wit-bindgen-core"
21336version = "0.22.0"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21339dependencies = [
21340 "anyhow",
21341 "wit-parser 0.201.0",
21342]
21343
21344[[package]]
21345name = "wit-bindgen-core"
21346version = "0.41.0"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21349dependencies = [
21350 "anyhow",
21351 "heck 0.5.0",
21352 "wit-parser 0.227.1",
21353]
21354
21355[[package]]
21356name = "wit-bindgen-core"
21357version = "0.51.0"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21360dependencies = [
21361 "anyhow",
21362 "heck 0.5.0",
21363 "wit-parser 0.244.0",
21364]
21365
21366[[package]]
21367name = "wit-bindgen-rt"
21368version = "0.22.0"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21371
21372[[package]]
21373name = "wit-bindgen-rt"
21374version = "0.41.0"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21377dependencies = [
21378 "bitflags 2.10.0",
21379 "futures 0.3.32",
21380 "once_cell",
21381]
21382
21383[[package]]
21384name = "wit-bindgen-rust"
21385version = "0.22.0"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21388dependencies = [
21389 "anyhow",
21390 "heck 0.4.1",
21391 "indexmap",
21392 "wasm-metadata 0.201.0",
21393 "wit-bindgen-core 0.22.0",
21394 "wit-component 0.201.0",
21395]
21396
21397[[package]]
21398name = "wit-bindgen-rust"
21399version = "0.41.0"
21400source = "registry+https://github.com/rust-lang/crates.io-index"
21401checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21402dependencies = [
21403 "anyhow",
21404 "heck 0.5.0",
21405 "indexmap",
21406 "prettyplease",
21407 "syn 2.0.117",
21408 "wasm-metadata 0.227.1",
21409 "wit-bindgen-core 0.41.0",
21410 "wit-component 0.227.1",
21411]
21412
21413[[package]]
21414name = "wit-bindgen-rust"
21415version = "0.51.0"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21418dependencies = [
21419 "anyhow",
21420 "heck 0.5.0",
21421 "indexmap",
21422 "prettyplease",
21423 "syn 2.0.117",
21424 "wasm-metadata 0.244.0",
21425 "wit-bindgen-core 0.51.0",
21426 "wit-component 0.244.0",
21427]
21428
21429[[package]]
21430name = "wit-bindgen-rust-macro"
21431version = "0.22.0"
21432source = "registry+https://github.com/rust-lang/crates.io-index"
21433checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21434dependencies = [
21435 "anyhow",
21436 "proc-macro2",
21437 "quote",
21438 "syn 2.0.117",
21439 "wit-bindgen-core 0.22.0",
21440 "wit-bindgen-rust 0.22.0",
21441]
21442
21443[[package]]
21444name = "wit-bindgen-rust-macro"
21445version = "0.41.0"
21446source = "registry+https://github.com/rust-lang/crates.io-index"
21447checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21448dependencies = [
21449 "anyhow",
21450 "prettyplease",
21451 "proc-macro2",
21452 "quote",
21453 "syn 2.0.117",
21454 "wit-bindgen-core 0.41.0",
21455 "wit-bindgen-rust 0.41.0",
21456]
21457
21458[[package]]
21459name = "wit-bindgen-rust-macro"
21460version = "0.51.0"
21461source = "registry+https://github.com/rust-lang/crates.io-index"
21462checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21463dependencies = [
21464 "anyhow",
21465 "prettyplease",
21466 "proc-macro2",
21467 "quote",
21468 "syn 2.0.117",
21469 "wit-bindgen-core 0.51.0",
21470 "wit-bindgen-rust 0.51.0",
21471]
21472
21473[[package]]
21474name = "wit-component"
21475version = "0.201.0"
21476source = "registry+https://github.com/rust-lang/crates.io-index"
21477checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21478dependencies = [
21479 "anyhow",
21480 "bitflags 2.10.0",
21481 "indexmap",
21482 "log",
21483 "serde",
21484 "serde_derive",
21485 "serde_json",
21486 "wasm-encoder 0.201.0",
21487 "wasm-metadata 0.201.0",
21488 "wasmparser 0.201.0",
21489 "wit-parser 0.201.0",
21490]
21491
21492[[package]]
21493name = "wit-component"
21494version = "0.227.1"
21495source = "registry+https://github.com/rust-lang/crates.io-index"
21496checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21497dependencies = [
21498 "anyhow",
21499 "bitflags 2.10.0",
21500 "indexmap",
21501 "log",
21502 "serde",
21503 "serde_derive",
21504 "serde_json",
21505 "wasm-encoder 0.227.1",
21506 "wasm-metadata 0.227.1",
21507 "wasmparser 0.227.1",
21508 "wit-parser 0.227.1",
21509]
21510
21511[[package]]
21512name = "wit-component"
21513version = "0.244.0"
21514source = "registry+https://github.com/rust-lang/crates.io-index"
21515checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21516dependencies = [
21517 "anyhow",
21518 "bitflags 2.10.0",
21519 "indexmap",
21520 "log",
21521 "serde",
21522 "serde_derive",
21523 "serde_json",
21524 "wasm-encoder 0.244.0",
21525 "wasm-metadata 0.244.0",
21526 "wasmparser 0.244.0",
21527 "wit-parser 0.244.0",
21528]
21529
21530[[package]]
21531name = "wit-parser"
21532version = "0.201.0"
21533source = "registry+https://github.com/rust-lang/crates.io-index"
21534checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21535dependencies = [
21536 "anyhow",
21537 "id-arena",
21538 "indexmap",
21539 "log",
21540 "semver",
21541 "serde",
21542 "serde_derive",
21543 "serde_json",
21544 "unicode-xid",
21545 "wasmparser 0.201.0",
21546]
21547
21548[[package]]
21549name = "wit-parser"
21550version = "0.227.1"
21551source = "registry+https://github.com/rust-lang/crates.io-index"
21552checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21553dependencies = [
21554 "anyhow",
21555 "id-arena",
21556 "indexmap",
21557 "log",
21558 "semver",
21559 "serde",
21560 "serde_derive",
21561 "serde_json",
21562 "unicode-xid",
21563 "wasmparser 0.227.1",
21564]
21565
21566[[package]]
21567name = "wit-parser"
21568version = "0.236.1"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21571dependencies = [
21572 "anyhow",
21573 "id-arena",
21574 "indexmap",
21575 "log",
21576 "semver",
21577 "serde",
21578 "serde_derive",
21579 "serde_json",
21580 "unicode-xid",
21581 "wasmparser 0.236.1",
21582]
21583
21584[[package]]
21585name = "wit-parser"
21586version = "0.244.0"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21589dependencies = [
21590 "anyhow",
21591 "id-arena",
21592 "indexmap",
21593 "log",
21594 "semver",
21595 "serde",
21596 "serde_derive",
21597 "serde_json",
21598 "unicode-xid",
21599 "wasmparser 0.244.0",
21600]
21601
21602[[package]]
21603name = "witx"
21604version = "0.9.1"
21605source = "registry+https://github.com/rust-lang/crates.io-index"
21606checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21607dependencies = [
21608 "anyhow",
21609 "log",
21610 "thiserror 1.0.69",
21611 "wast",
21612]
21613
21614[[package]]
21615name = "workspace"
21616version = "0.1.0"
21617dependencies = [
21618 "agent_settings",
21619 "any_vec",
21620 "anyhow",
21621 "async-recursion",
21622 "chrono",
21623 "client",
21624 "clock",
21625 "collections",
21626 "component",
21627 "db",
21628 "feature_flags",
21629 "fs",
21630 "futures 0.3.32",
21631 "git",
21632 "gpui",
21633 "http_client",
21634 "itertools 0.14.0",
21635 "language",
21636 "log",
21637 "markdown",
21638 "menu",
21639 "node_runtime",
21640 "parking_lot",
21641 "postage",
21642 "pretty_assertions",
21643 "project",
21644 "remote",
21645 "schemars",
21646 "serde",
21647 "serde_json",
21648 "session",
21649 "settings",
21650 "smallvec",
21651 "sqlez",
21652 "strum 0.27.2",
21653 "task",
21654 "telemetry",
21655 "tempfile",
21656 "theme",
21657 "theme_settings",
21658 "ui",
21659 "util",
21660 "uuid",
21661 "vim_mode_setting",
21662 "windows 0.61.3",
21663 "zed_actions",
21664 "zlog",
21665]
21666
21667[[package]]
21668name = "worktree"
21669version = "0.1.0"
21670dependencies = [
21671 "anyhow",
21672 "async-lock 2.8.0",
21673 "chardetng",
21674 "clock",
21675 "collections",
21676 "encoding_rs",
21677 "fs",
21678 "futures 0.3.32",
21679 "fuzzy",
21680 "git",
21681 "gpui",
21682 "ignore",
21683 "language",
21684 "log",
21685 "parking_lot",
21686 "paths",
21687 "postage",
21688 "pretty_assertions",
21689 "rand 0.9.2",
21690 "rpc",
21691 "serde",
21692 "serde_json",
21693 "settings",
21694 "smallvec",
21695 "smol",
21696 "sum_tree",
21697 "text",
21698 "tracing",
21699 "util",
21700 "worktree",
21701 "zlog",
21702 "ztracing",
21703]
21704
21705[[package]]
21706name = "worktree_benchmarks"
21707version = "0.1.0"
21708dependencies = [
21709 "fs",
21710 "gpui_platform",
21711 "settings",
21712 "worktree",
21713]
21714
21715[[package]]
21716name = "wprcontrol"
21717version = "0.1.0"
21718source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21719dependencies = [
21720 "windows 0.61.3",
21721 "windows-bindgen",
21722 "windows-core 0.61.2",
21723 "windows-link 0.2.1",
21724]
21725
21726[[package]]
21727name = "writeable"
21728version = "0.6.1"
21729source = "registry+https://github.com/rust-lang/crates.io-index"
21730checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21731
21732[[package]]
21733name = "wyz"
21734version = "0.5.1"
21735source = "registry+https://github.com/rust-lang/crates.io-index"
21736checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21737dependencies = [
21738 "tap",
21739]
21740
21741[[package]]
21742name = "x11"
21743version = "2.21.0"
21744source = "registry+https://github.com/rust-lang/crates.io-index"
21745checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21746dependencies = [
21747 "libc",
21748 "pkg-config",
21749]
21750
21751[[package]]
21752name = "x11-clipboard"
21753version = "0.9.3"
21754source = "registry+https://github.com/rust-lang/crates.io-index"
21755checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21756dependencies = [
21757 "libc",
21758 "x11rb",
21759]
21760
21761[[package]]
21762name = "x11rb"
21763version = "0.13.2"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21766dependencies = [
21767 "as-raw-xcb-connection",
21768 "gethostname",
21769 "libc",
21770 "rustix 1.1.2",
21771 "x11rb-protocol",
21772 "xcursor",
21773]
21774
21775[[package]]
21776name = "x11rb-protocol"
21777version = "0.13.2"
21778source = "registry+https://github.com/rust-lang/crates.io-index"
21779checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21780
21781[[package]]
21782name = "x_ai"
21783version = "0.1.0"
21784dependencies = [
21785 "anyhow",
21786 "schemars",
21787 "serde",
21788 "strum 0.27.2",
21789]
21790
21791[[package]]
21792name = "xattr"
21793version = "0.2.3"
21794source = "registry+https://github.com/rust-lang/crates.io-index"
21795checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21796dependencies = [
21797 "libc",
21798]
21799
21800[[package]]
21801name = "xcb"
21802version = "1.6.0"
21803source = "registry+https://github.com/rust-lang/crates.io-index"
21804checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21805dependencies = [
21806 "bitflags 1.3.2",
21807 "libc",
21808 "quick-xml 0.30.0",
21809 "x11",
21810]
21811
21812[[package]]
21813name = "xcursor"
21814version = "0.3.10"
21815source = "registry+https://github.com/rust-lang/crates.io-index"
21816checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21817
21818[[package]]
21819name = "xim-ctext"
21820version = "0.3.0"
21821source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21822dependencies = [
21823 "encoding_rs",
21824]
21825
21826[[package]]
21827name = "xim-parser"
21828version = "0.2.1"
21829source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21830dependencies = [
21831 "bitflags 2.10.0",
21832]
21833
21834[[package]]
21835name = "xkbcommon"
21836version = "0.8.0"
21837source = "registry+https://github.com/rust-lang/crates.io-index"
21838checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21839dependencies = [
21840 "as-raw-xcb-connection",
21841 "libc",
21842 "memmap2",
21843 "xkeysym",
21844]
21845
21846[[package]]
21847name = "xkeysym"
21848version = "0.2.1"
21849source = "registry+https://github.com/rust-lang/crates.io-index"
21850checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21851
21852[[package]]
21853name = "xml-rs"
21854version = "0.8.28"
21855source = "registry+https://github.com/rust-lang/crates.io-index"
21856checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21857
21858[[package]]
21859name = "xml5ever"
21860version = "0.18.1"
21861source = "registry+https://github.com/rust-lang/crates.io-index"
21862checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21863dependencies = [
21864 "log",
21865 "mac",
21866 "markup5ever 0.12.1",
21867]
21868
21869[[package]]
21870name = "xmlparser"
21871version = "0.13.6"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21874
21875[[package]]
21876name = "xmlwriter"
21877version = "0.1.0"
21878source = "registry+https://github.com/rust-lang/crates.io-index"
21879checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21880
21881[[package]]
21882name = "xtask"
21883version = "0.1.0"
21884dependencies = [
21885 "annotate-snippets",
21886 "anyhow",
21887 "backtrace",
21888 "cargo_metadata 0.19.2",
21889 "cargo_toml",
21890 "clap",
21891 "compliance",
21892 "gh-workflow",
21893 "indexmap",
21894 "indoc",
21895 "itertools 0.14.0",
21896 "regex",
21897 "serde",
21898 "serde_json",
21899 "serde_yaml",
21900 "strum 0.27.2",
21901 "tokio",
21902 "toml 0.8.23",
21903 "toml_edit 0.22.27",
21904]
21905
21906[[package]]
21907name = "yaml-rust2"
21908version = "0.8.1"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21911dependencies = [
21912 "arraydeque",
21913 "encoding_rs",
21914 "hashlink 0.8.4",
21915]
21916
21917[[package]]
21918name = "yansi"
21919version = "1.0.1"
21920source = "registry+https://github.com/rust-lang/crates.io-index"
21921checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21922
21923[[package]]
21924name = "yawc"
21925version = "0.2.5"
21926source = "registry+https://github.com/rust-lang/crates.io-index"
21927checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21928dependencies = [
21929 "base64 0.22.1",
21930 "bytes 1.11.1",
21931 "flate2",
21932 "futures 0.3.32",
21933 "http-body-util",
21934 "hyper 1.7.0",
21935 "hyper-util",
21936 "js-sys",
21937 "nom 8.0.0",
21938 "pin-project",
21939 "rand 0.8.5",
21940 "sha1",
21941 "thiserror 1.0.69",
21942 "tokio",
21943 "tokio-rustls 0.26.2",
21944 "tokio-util",
21945 "url",
21946 "wasm-bindgen",
21947 "wasm-bindgen-futures",
21948 "web-sys",
21949 "webpki-roots",
21950]
21951
21952[[package]]
21953name = "yazi"
21954version = "0.2.1"
21955source = "registry+https://github.com/rust-lang/crates.io-index"
21956checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21957
21958[[package]]
21959name = "yeslogic-fontconfig-sys"
21960version = "6.0.0"
21961source = "registry+https://github.com/rust-lang/crates.io-index"
21962checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21963dependencies = [
21964 "dlib",
21965 "once_cell",
21966 "pkg-config",
21967]
21968
21969[[package]]
21970name = "yoke"
21971version = "0.7.5"
21972source = "registry+https://github.com/rust-lang/crates.io-index"
21973checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21974dependencies = [
21975 "serde",
21976 "stable_deref_trait",
21977 "yoke-derive 0.7.5",
21978 "zerofrom",
21979]
21980
21981[[package]]
21982name = "yoke"
21983version = "0.8.0"
21984source = "registry+https://github.com/rust-lang/crates.io-index"
21985checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21986dependencies = [
21987 "serde",
21988 "stable_deref_trait",
21989 "yoke-derive 0.8.0",
21990 "zerofrom",
21991]
21992
21993[[package]]
21994name = "yoke-derive"
21995version = "0.7.5"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21998dependencies = [
21999 "proc-macro2",
22000 "quote",
22001 "syn 2.0.117",
22002 "synstructure",
22003]
22004
22005[[package]]
22006name = "yoke-derive"
22007version = "0.8.0"
22008source = "registry+https://github.com/rust-lang/crates.io-index"
22009checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22010dependencies = [
22011 "proc-macro2",
22012 "quote",
22013 "syn 2.0.117",
22014 "synstructure",
22015]
22016
22017[[package]]
22018name = "zbus"
22019version = "5.13.2"
22020source = "registry+https://github.com/rust-lang/crates.io-index"
22021checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22022dependencies = [
22023 "async-broadcast",
22024 "async-executor",
22025 "async-io",
22026 "async-lock 3.4.2",
22027 "async-process",
22028 "async-recursion",
22029 "async-task",
22030 "async-trait",
22031 "blocking",
22032 "enumflags2",
22033 "event-listener 5.4.1",
22034 "futures-core",
22035 "futures-lite 2.6.1",
22036 "hex",
22037 "libc",
22038 "ordered-stream",
22039 "rustix 1.1.2",
22040 "serde",
22041 "serde_repr",
22042 "tracing",
22043 "uds_windows",
22044 "uuid",
22045 "windows-sys 0.61.2",
22046 "winnow",
22047 "zbus_macros",
22048 "zbus_names",
22049 "zvariant",
22050]
22051
22052[[package]]
22053name = "zbus_macros"
22054version = "5.13.2"
22055source = "registry+https://github.com/rust-lang/crates.io-index"
22056checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22057dependencies = [
22058 "proc-macro-crate",
22059 "proc-macro2",
22060 "quote",
22061 "syn 2.0.117",
22062 "zbus_names",
22063 "zvariant",
22064 "zvariant_utils",
22065]
22066
22067[[package]]
22068name = "zbus_names"
22069version = "4.3.1"
22070source = "registry+https://github.com/rust-lang/crates.io-index"
22071checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22072dependencies = [
22073 "serde",
22074 "winnow",
22075 "zvariant",
22076]
22077
22078[[package]]
22079name = "zed"
22080version = "0.232.0"
22081dependencies = [
22082 "acp_thread",
22083 "acp_tools",
22084 "action_log",
22085 "activity_indicator",
22086 "agent",
22087 "agent-client-protocol",
22088 "agent_servers",
22089 "agent_settings",
22090 "agent_ui",
22091 "anyhow",
22092 "ashpd",
22093 "askpass",
22094 "assets",
22095 "audio",
22096 "auto_update",
22097 "auto_update_ui",
22098 "breadcrumbs",
22099 "call",
22100 "channel",
22101 "chrono",
22102 "clap",
22103 "cli",
22104 "client",
22105 "clock",
22106 "codestral",
22107 "collab_ui",
22108 "collections",
22109 "command_palette",
22110 "component",
22111 "component_preview",
22112 "copilot",
22113 "copilot_chat",
22114 "copilot_ui",
22115 "crashes",
22116 "csv_preview",
22117 "dap_adapters",
22118 "db",
22119 "debug_adapter_extension",
22120 "debugger_tools",
22121 "debugger_ui",
22122 "dev_container",
22123 "diagnostics",
22124 "edit_prediction",
22125 "edit_prediction_ui",
22126 "editor",
22127 "encoding_selector",
22128 "env_logger 0.11.8",
22129 "etw_tracing",
22130 "extension",
22131 "extension_host",
22132 "extensions_ui",
22133 "feature_flags",
22134 "feedback",
22135 "file_finder",
22136 "fs",
22137 "futures 0.3.32",
22138 "git",
22139 "git_graph",
22140 "git_hosting_providers",
22141 "git_ui",
22142 "go_to_line",
22143 "gpui",
22144 "gpui_platform",
22145 "gpui_tokio",
22146 "http_client",
22147 "image",
22148 "image_viewer",
22149 "inspector_ui",
22150 "install_cli",
22151 "itertools 0.14.0",
22152 "journal",
22153 "json_schema_store",
22154 "keymap_editor",
22155 "language",
22156 "language_extension",
22157 "language_model",
22158 "language_models",
22159 "language_onboarding",
22160 "language_selector",
22161 "language_tools",
22162 "languages",
22163 "line_ending_selector",
22164 "log",
22165 "markdown",
22166 "markdown_preview",
22167 "menu",
22168 "migrator",
22169 "mimalloc",
22170 "miniprofiler_ui",
22171 "nc",
22172 "node_runtime",
22173 "notifications",
22174 "onboarding",
22175 "outline",
22176 "outline_panel",
22177 "parking_lot",
22178 "paths",
22179 "picker",
22180 "pkg-config",
22181 "pretty_assertions",
22182 "profiling",
22183 "project",
22184 "project_panel",
22185 "project_symbols",
22186 "prompt_store",
22187 "proto",
22188 "rayon",
22189 "recent_projects",
22190 "release_channel",
22191 "remote",
22192 "repl",
22193 "reqwest_client",
22194 "rope",
22195 "search",
22196 "semver",
22197 "serde",
22198 "serde_json",
22199 "session",
22200 "settings",
22201 "settings_profile_selector",
22202 "settings_ui",
22203 "shellexpand 2.1.2",
22204 "sidebar",
22205 "smol",
22206 "snippet_provider",
22207 "snippets_ui",
22208 "svg_preview",
22209 "sysinfo 0.37.2",
22210 "system_specs",
22211 "tab_switcher",
22212 "task",
22213 "tasks_ui",
22214 "telemetry",
22215 "telemetry_events",
22216 "tempfile",
22217 "terminal_view",
22218 "theme",
22219 "theme_extension",
22220 "theme_selector",
22221 "theme_settings",
22222 "time",
22223 "time_format",
22224 "title_bar",
22225 "toolchain_selector",
22226 "tracing",
22227 "ui",
22228 "ui_prompt",
22229 "url",
22230 "urlencoding",
22231 "util",
22232 "uuid",
22233 "vim",
22234 "vim_mode_setting",
22235 "watch",
22236 "web_search",
22237 "web_search_providers",
22238 "which_key",
22239 "windows 0.61.3",
22240 "winresource",
22241 "workspace",
22242 "zed-reqwest",
22243 "zed_actions",
22244 "zed_env_vars",
22245 "zlog",
22246 "zlog_settings",
22247 "ztracing",
22248]
22249
22250[[package]]
22251name = "zed-font-kit"
22252version = "0.14.1-zed"
22253source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22254dependencies = [
22255 "bitflags 2.10.0",
22256 "byteorder",
22257 "core-foundation 0.10.0",
22258 "core-graphics 0.24.0",
22259 "core-text",
22260 "dirs 5.0.1",
22261 "dwrote",
22262 "float-ord",
22263 "freetype-sys",
22264 "lazy_static",
22265 "libc",
22266 "log",
22267 "pathfinder_geometry",
22268 "pathfinder_simd",
22269 "walkdir",
22270 "winapi",
22271 "yeslogic-fontconfig-sys",
22272]
22273
22274[[package]]
22275name = "zed-reqwest"
22276version = "0.12.15-zed"
22277source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22278dependencies = [
22279 "base64 0.22.1",
22280 "bytes 1.11.1",
22281 "encoding_rs",
22282 "futures-core",
22283 "futures-util",
22284 "h2 0.4.12",
22285 "http 1.3.1",
22286 "http-body 1.0.1",
22287 "http-body-util",
22288 "hyper 1.7.0",
22289 "hyper-rustls 0.27.7",
22290 "hyper-util",
22291 "ipnet",
22292 "js-sys",
22293 "log",
22294 "mime",
22295 "mime_guess",
22296 "once_cell",
22297 "percent-encoding",
22298 "pin-project-lite",
22299 "quinn",
22300 "rustls 0.23.33",
22301 "rustls-native-certs 0.8.2",
22302 "rustls-pemfile 2.2.0",
22303 "rustls-pki-types",
22304 "serde",
22305 "serde_json",
22306 "serde_urlencoded",
22307 "sync_wrapper 1.0.2",
22308 "system-configuration 0.6.1",
22309 "tokio",
22310 "tokio-rustls 0.26.2",
22311 "tokio-socks",
22312 "tokio-util",
22313 "tower 0.5.2",
22314 "tower-service",
22315 "url",
22316 "wasm-bindgen",
22317 "wasm-bindgen-futures",
22318 "wasm-streams",
22319 "web-sys",
22320 "windows-registry 0.4.0",
22321]
22322
22323[[package]]
22324name = "zed-scap"
22325version = "0.0.8-zed"
22326source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22327dependencies = [
22328 "anyhow",
22329 "cocoa 0.25.0",
22330 "core-graphics-helmer-fork",
22331 "log",
22332 "objc",
22333 "rand 0.8.5",
22334 "screencapturekit",
22335 "screencapturekit-sys",
22336 "sysinfo 0.31.4",
22337 "tao-core-video-sys",
22338 "windows 0.61.3",
22339 "windows-capture",
22340 "x11",
22341 "xcb",
22342]
22343
22344[[package]]
22345name = "zed-xim"
22346version = "0.4.0-zed"
22347source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22348dependencies = [
22349 "ahash 0.8.12",
22350 "hashbrown 0.14.5",
22351 "log",
22352 "x11rb",
22353 "xim-ctext",
22354 "xim-parser",
22355]
22356
22357[[package]]
22358name = "zed_actions"
22359version = "0.1.0"
22360dependencies = [
22361 "gpui",
22362 "schemars",
22363 "serde",
22364 "util",
22365 "uuid",
22366]
22367
22368[[package]]
22369name = "zed_credentials_provider"
22370version = "0.1.0"
22371dependencies = [
22372 "anyhow",
22373 "credentials_provider",
22374 "futures 0.3.32",
22375 "gpui",
22376 "paths",
22377 "release_channel",
22378 "serde",
22379 "serde_json",
22380]
22381
22382[[package]]
22383name = "zed_env_vars"
22384version = "0.1.0"
22385dependencies = [
22386 "env_var",
22387]
22388
22389[[package]]
22390name = "zed_extension_api"
22391version = "0.1.0"
22392source = "registry+https://github.com/rust-lang/crates.io-index"
22393checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22394dependencies = [
22395 "serde",
22396 "serde_json",
22397 "wit-bindgen 0.22.0",
22398]
22399
22400[[package]]
22401name = "zed_extension_api"
22402version = "0.7.0"
22403source = "registry+https://github.com/rust-lang/crates.io-index"
22404checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22405dependencies = [
22406 "serde",
22407 "serde_json",
22408 "wit-bindgen 0.41.0",
22409]
22410
22411[[package]]
22412name = "zed_extension_api"
22413version = "0.8.0"
22414dependencies = [
22415 "serde",
22416 "serde_json",
22417 "wit-bindgen 0.41.0",
22418]
22419
22420[[package]]
22421name = "zed_glsl"
22422version = "0.2.3"
22423dependencies = [
22424 "zed_extension_api 0.1.0",
22425]
22426
22427[[package]]
22428name = "zed_html"
22429version = "0.3.1"
22430dependencies = [
22431 "zed_extension_api 0.7.0",
22432]
22433
22434[[package]]
22435name = "zed_proto"
22436version = "0.3.2"
22437dependencies = [
22438 "zed_extension_api 0.7.0",
22439]
22440
22441[[package]]
22442name = "zed_test_extension"
22443version = "0.1.0"
22444dependencies = [
22445 "zed_extension_api 0.8.0",
22446]
22447
22448[[package]]
22449name = "zeno"
22450version = "0.3.3"
22451source = "registry+https://github.com/rust-lang/crates.io-index"
22452checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22453
22454[[package]]
22455name = "zerocopy"
22456version = "0.8.27"
22457source = "registry+https://github.com/rust-lang/crates.io-index"
22458checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22459dependencies = [
22460 "zerocopy-derive",
22461]
22462
22463[[package]]
22464name = "zerocopy-derive"
22465version = "0.8.27"
22466source = "registry+https://github.com/rust-lang/crates.io-index"
22467checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22468dependencies = [
22469 "proc-macro2",
22470 "quote",
22471 "syn 2.0.117",
22472]
22473
22474[[package]]
22475name = "zerofrom"
22476version = "0.1.6"
22477source = "registry+https://github.com/rust-lang/crates.io-index"
22478checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22479dependencies = [
22480 "zerofrom-derive",
22481]
22482
22483[[package]]
22484name = "zerofrom-derive"
22485version = "0.1.6"
22486source = "registry+https://github.com/rust-lang/crates.io-index"
22487checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22488dependencies = [
22489 "proc-macro2",
22490 "quote",
22491 "syn 2.0.117",
22492 "synstructure",
22493]
22494
22495[[package]]
22496name = "zeroize"
22497version = "1.8.2"
22498source = "registry+https://github.com/rust-lang/crates.io-index"
22499checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22500dependencies = [
22501 "zeroize_derive",
22502]
22503
22504[[package]]
22505name = "zeroize_derive"
22506version = "1.4.2"
22507source = "registry+https://github.com/rust-lang/crates.io-index"
22508checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22509dependencies = [
22510 "proc-macro2",
22511 "quote",
22512 "syn 2.0.117",
22513]
22514
22515[[package]]
22516name = "zeromq"
22517version = "0.5.0"
22518source = "registry+https://github.com/rust-lang/crates.io-index"
22519checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22520dependencies = [
22521 "async-dispatcher",
22522 "async-std",
22523 "async-trait",
22524 "asynchronous-codec",
22525 "bytes 1.11.1",
22526 "crossbeam-queue",
22527 "futures 0.3.32",
22528 "log",
22529 "num-traits",
22530 "once_cell",
22531 "parking_lot",
22532 "rand 0.9.2",
22533 "regex",
22534 "scc",
22535 "thiserror 1.0.69",
22536 "uuid",
22537]
22538
22539[[package]]
22540name = "zerotrie"
22541version = "0.2.2"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22544dependencies = [
22545 "displaydoc",
22546 "yoke 0.8.0",
22547 "zerofrom",
22548]
22549
22550[[package]]
22551name = "zerovec"
22552version = "0.11.4"
22553source = "registry+https://github.com/rust-lang/crates.io-index"
22554checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22555dependencies = [
22556 "yoke 0.8.0",
22557 "zerofrom",
22558 "zerovec-derive",
22559]
22560
22561[[package]]
22562name = "zerovec-derive"
22563version = "0.11.1"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22566dependencies = [
22567 "proc-macro2",
22568 "quote",
22569 "syn 2.0.117",
22570]
22571
22572[[package]]
22573name = "zeta_prompt"
22574version = "0.1.0"
22575dependencies = [
22576 "anyhow",
22577 "imara-diff",
22578 "indoc",
22579 "serde",
22580 "strum 0.27.2",
22581]
22582
22583[[package]]
22584name = "zip"
22585version = "0.6.6"
22586source = "registry+https://github.com/rust-lang/crates.io-index"
22587checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22588dependencies = [
22589 "aes",
22590 "byteorder",
22591 "bzip2 0.4.4",
22592 "constant_time_eq",
22593 "crc32fast",
22594 "crossbeam-utils",
22595 "flate2",
22596 "hmac",
22597 "pbkdf2 0.11.0",
22598 "sha1",
22599 "time",
22600 "zstd",
22601]
22602
22603[[package]]
22604name = "zip"
22605version = "1.1.4"
22606source = "registry+https://github.com/rust-lang/crates.io-index"
22607checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22608dependencies = [
22609 "arbitrary",
22610 "crc32fast",
22611 "crossbeam-utils",
22612 "displaydoc",
22613 "indexmap",
22614 "num_enum",
22615 "thiserror 1.0.69",
22616]
22617
22618[[package]]
22619name = "zlog"
22620version = "0.1.0"
22621dependencies = [
22622 "anyhow",
22623 "chrono",
22624 "collections",
22625 "log",
22626 "tempfile",
22627]
22628
22629[[package]]
22630name = "zlog_settings"
22631version = "0.1.0"
22632dependencies = [
22633 "collections",
22634 "gpui",
22635 "settings",
22636 "zlog",
22637]
22638
22639[[package]]
22640name = "zstd"
22641version = "0.11.2+zstd.1.5.2"
22642source = "registry+https://github.com/rust-lang/crates.io-index"
22643checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22644dependencies = [
22645 "zstd-safe",
22646]
22647
22648[[package]]
22649name = "zstd-safe"
22650version = "5.0.2+zstd.1.5.2"
22651source = "registry+https://github.com/rust-lang/crates.io-index"
22652checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22653dependencies = [
22654 "libc",
22655 "zstd-sys",
22656]
22657
22658[[package]]
22659name = "zstd-sys"
22660version = "2.0.16+zstd.1.5.7"
22661source = "registry+https://github.com/rust-lang/crates.io-index"
22662checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22663dependencies = [
22664 "cc",
22665 "pkg-config",
22666]
22667
22668[[package]]
22669name = "ztracing"
22670version = "0.1.0"
22671dependencies = [
22672 "tracing",
22673 "tracing-subscriber",
22674 "tracing-tracy",
22675 "tracy-client",
22676 "zlog",
22677 "ztracing_macro",
22678]
22679
22680[[package]]
22681name = "ztracing_macro"
22682version = "0.1.0"
22683
22684[[package]]
22685name = "zune-core"
22686version = "0.4.12"
22687source = "registry+https://github.com/rust-lang/crates.io-index"
22688checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22689
22690[[package]]
22691name = "zune-inflate"
22692version = "0.2.54"
22693source = "registry+https://github.com/rust-lang/crates.io-index"
22694checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22695dependencies = [
22696 "simd-adler32",
22697]
22698
22699[[package]]
22700name = "zune-jpeg"
22701version = "0.4.21"
22702source = "registry+https://github.com/rust-lang/crates.io-index"
22703checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22704dependencies = [
22705 "zune-core",
22706]
22707
22708[[package]]
22709name = "zvariant"
22710version = "5.9.2"
22711source = "registry+https://github.com/rust-lang/crates.io-index"
22712checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22713dependencies = [
22714 "endi",
22715 "enumflags2",
22716 "serde",
22717 "serde_bytes",
22718 "winnow",
22719 "zvariant_derive",
22720 "zvariant_utils",
22721]
22722
22723[[package]]
22724name = "zvariant_derive"
22725version = "5.9.2"
22726source = "registry+https://github.com/rust-lang/crates.io-index"
22727checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22728dependencies = [
22729 "proc-macro-crate",
22730 "proc-macro2",
22731 "quote",
22732 "syn 2.0.117",
22733 "zvariant_utils",
22734]
22735
22736[[package]]
22737name = "zvariant_utils"
22738version = "3.3.0"
22739source = "registry+https://github.com/rust-lang/crates.io-index"
22740checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22741dependencies = [
22742 "proc-macro2",
22743 "quote",
22744 "serde",
22745 "syn 2.0.117",
22746 "winnow",
22747]