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 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "gpui",
   81 "language",
   82 "log",
   83 "pretty_assertions",
   84 "project",
   85 "rand 0.9.3",
   86 "serde_json",
   87 "settings",
   88 "telemetry",
   89 "text",
   90 "util",
   91 "watch",
   92 "zlog",
   93]
   94
   95[[package]]
   96name = "activity_indicator"
   97version = "0.1.0"
   98dependencies = [
   99 "anyhow",
  100 "auto_update",
  101 "editor",
  102 "extension_host",
  103 "fs",
  104 "futures 0.3.32",
  105 "gpui",
  106 "language",
  107 "project",
  108 "proto",
  109 "smallvec",
  110 "ui",
  111 "util",
  112 "workspace",
  113]
  114
  115[[package]]
  116name = "addr2line"
  117version = "0.25.1"
  118source = "registry+https://github.com/rust-lang/crates.io-index"
  119checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  120dependencies = [
  121 "gimli",
  122]
  123
  124[[package]]
  125name = "adler2"
  126version = "2.0.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  129
  130[[package]]
  131name = "aes"
  132version = "0.8.4"
  133source = "registry+https://github.com/rust-lang/crates.io-index"
  134checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  135dependencies = [
  136 "cfg-if",
  137 "cipher",
  138 "cpufeatures",
  139 "zeroize",
  140]
  141
  142[[package]]
  143name = "agent"
  144version = "0.1.0"
  145dependencies = [
  146 "acp_thread",
  147 "action_log",
  148 "agent-client-protocol",
  149 "agent_servers",
  150 "agent_settings",
  151 "anyhow",
  152 "chrono",
  153 "client",
  154 "clock",
  155 "cloud_api_types",
  156 "cloud_llm_client",
  157 "collections",
  158 "context_server",
  159 "ctor",
  160 "db",
  161 "derive_more",
  162 "editor",
  163 "env_logger 0.11.8",
  164 "eval_utils",
  165 "feature_flags",
  166 "fs",
  167 "futures 0.3.32",
  168 "git",
  169 "gpui",
  170 "gpui_tokio",
  171 "handlebars 4.5.0",
  172 "heck 0.5.0",
  173 "html_to_markdown",
  174 "http_client",
  175 "indoc",
  176 "itertools 0.14.0",
  177 "language",
  178 "language_model",
  179 "language_models",
  180 "log",
  181 "lsp",
  182 "open",
  183 "parking_lot",
  184 "paths",
  185 "pretty_assertions",
  186 "project",
  187 "prompt_store",
  188 "rand 0.9.3",
  189 "regex",
  190 "reqwest_client",
  191 "rust-embed",
  192 "schemars",
  193 "serde",
  194 "serde_json",
  195 "settings",
  196 "shell_command_parser",
  197 "smallvec",
  198 "smol",
  199 "sqlez",
  200 "streaming_diff",
  201 "strsim",
  202 "task",
  203 "telemetry",
  204 "tempfile",
  205 "text",
  206 "theme",
  207 "thiserror 2.0.17",
  208 "ui",
  209 "unindent",
  210 "url",
  211 "util",
  212 "uuid",
  213 "watch",
  214 "web_search",
  215 "zed_env_vars",
  216 "zlog",
  217 "zstd",
  218]
  219
  220[[package]]
  221name = "agent-client-protocol"
  222version = "0.10.2"
  223source = "registry+https://github.com/rust-lang/crates.io-index"
  224checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  225dependencies = [
  226 "agent-client-protocol-schema",
  227 "anyhow",
  228 "async-broadcast",
  229 "async-trait",
  230 "derive_more",
  231 "futures 0.3.32",
  232 "log",
  233 "serde",
  234 "serde_json",
  235]
  236
  237[[package]]
  238name = "agent-client-protocol-schema"
  239version = "0.11.2"
  240source = "registry+https://github.com/rust-lang/crates.io-index"
  241checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  242dependencies = [
  243 "anyhow",
  244 "derive_more",
  245 "schemars",
  246 "serde",
  247 "serde_json",
  248 "strum 0.28.0",
  249]
  250
  251[[package]]
  252name = "agent_servers"
  253version = "0.1.0"
  254dependencies = [
  255 "acp_thread",
  256 "acp_tools",
  257 "action_log",
  258 "agent-client-protocol",
  259 "anyhow",
  260 "async-trait",
  261 "chrono",
  262 "client",
  263 "collections",
  264 "env_logger 0.11.8",
  265 "feature_flags",
  266 "fs",
  267 "futures 0.3.32",
  268 "google_ai",
  269 "gpui",
  270 "gpui_tokio",
  271 "http_client",
  272 "indoc",
  273 "language_model",
  274 "libc",
  275 "log",
  276 "nix 0.29.0",
  277 "project",
  278 "release_channel",
  279 "remote",
  280 "reqwest_client",
  281 "serde",
  282 "serde_json",
  283 "settings",
  284 "smol",
  285 "task",
  286 "tempfile",
  287 "terminal",
  288 "thiserror 2.0.17",
  289 "ui",
  290 "util",
  291 "uuid",
  292 "watch",
  293 "zed_credentials_provider",
  294]
  295
  296[[package]]
  297name = "agent_settings"
  298version = "0.1.0"
  299dependencies = [
  300 "agent-client-protocol",
  301 "anyhow",
  302 "collections",
  303 "convert_case 0.8.0",
  304 "fs",
  305 "futures 0.3.32",
  306 "gpui",
  307 "language_model",
  308 "log",
  309 "paths",
  310 "project",
  311 "regex",
  312 "schemars",
  313 "serde",
  314 "serde_json",
  315 "serde_json_lenient",
  316 "settings",
  317 "util",
  318]
  319
  320[[package]]
  321name = "agent_ui"
  322version = "0.1.0"
  323dependencies = [
  324 "acp_thread",
  325 "action_log",
  326 "agent",
  327 "agent-client-protocol",
  328 "agent_servers",
  329 "agent_settings",
  330 "ai_onboarding",
  331 "anyhow",
  332 "audio",
  333 "base64 0.22.1",
  334 "buffer_diff",
  335 "chrono",
  336 "client",
  337 "clock",
  338 "cloud_api_types",
  339 "collections",
  340 "command_palette_hooks",
  341 "component",
  342 "context_server",
  343 "db",
  344 "editor",
  345 "eval_utils",
  346 "extension",
  347 "extension_host",
  348 "feature_flags",
  349 "file_icons",
  350 "fs",
  351 "futures 0.3.32",
  352 "fuzzy",
  353 "git",
  354 "gpui",
  355 "gpui_tokio",
  356 "heapless",
  357 "html_to_markdown",
  358 "http_client",
  359 "image",
  360 "indoc",
  361 "itertools 0.14.0",
  362 "jsonschema",
  363 "language",
  364 "language_model",
  365 "language_models",
  366 "languages",
  367 "log",
  368 "lsp",
  369 "markdown",
  370 "menu",
  371 "multi_buffer",
  372 "node_runtime",
  373 "notifications",
  374 "ordered-float 2.10.1",
  375 "parking_lot",
  376 "paths",
  377 "picker",
  378 "postage",
  379 "pretty_assertions",
  380 "project",
  381 "prompt_store",
  382 "proto",
  383 "rand 0.9.3",
  384 "release_channel",
  385 "remote",
  386 "remote_connection",
  387 "remote_server",
  388 "reqwest_client",
  389 "rope",
  390 "rules_library",
  391 "schemars",
  392 "semver",
  393 "serde",
  394 "serde_json",
  395 "serde_json_lenient",
  396 "settings",
  397 "smol",
  398 "streaming_diff",
  399 "task",
  400 "telemetry",
  401 "tempfile",
  402 "terminal",
  403 "terminal_view",
  404 "text",
  405 "theme",
  406 "theme_settings",
  407 "time",
  408 "time_format",
  409 "tree-sitter-md",
  410 "ui",
  411 "ui_input",
  412 "unindent",
  413 "url",
  414 "util",
  415 "uuid",
  416 "watch",
  417 "workspace",
  418 "zed_actions",
  419]
  420
  421[[package]]
  422name = "ahash"
  423version = "0.7.8"
  424source = "registry+https://github.com/rust-lang/crates.io-index"
  425checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  426dependencies = [
  427 "getrandom 0.2.16",
  428 "once_cell",
  429 "version_check",
  430]
  431
  432[[package]]
  433name = "ahash"
  434version = "0.8.12"
  435source = "registry+https://github.com/rust-lang/crates.io-index"
  436checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  437dependencies = [
  438 "cfg-if",
  439 "const-random",
  440 "getrandom 0.3.4",
  441 "once_cell",
  442 "serde",
  443 "version_check",
  444 "zerocopy",
  445]
  446
  447[[package]]
  448name = "aho-corasick"
  449version = "1.1.3"
  450source = "registry+https://github.com/rust-lang/crates.io-index"
  451checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  452dependencies = [
  453 "memchr",
  454]
  455
  456[[package]]
  457name = "ai_onboarding"
  458version = "0.1.0"
  459dependencies = [
  460 "client",
  461 "cloud_api_types",
  462 "component",
  463 "gpui",
  464 "language_model",
  465 "serde",
  466 "smallvec",
  467 "telemetry",
  468 "ui",
  469 "zed_actions",
  470]
  471
  472[[package]]
  473name = "alacritty_terminal"
  474version = "0.25.1"
  475source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  476dependencies = [
  477 "base64 0.22.1",
  478 "bitflags 2.10.0",
  479 "home",
  480 "libc",
  481 "log",
  482 "mach2 0.5.0",
  483 "miow",
  484 "parking_lot",
  485 "piper",
  486 "polling",
  487 "regex-automata",
  488 "rustix 1.1.2",
  489 "rustix-openpty",
  490 "serde",
  491 "signal-hook",
  492 "unicode-width",
  493 "vte",
  494 "windows-sys 0.59.0",
  495]
  496
  497[[package]]
  498name = "aliasable"
  499version = "0.1.3"
  500source = "registry+https://github.com/rust-lang/crates.io-index"
  501checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  502
  503[[package]]
  504name = "aligned-vec"
  505version = "0.6.4"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  508dependencies = [
  509 "equator",
  510]
  511
  512[[package]]
  513name = "allocator-api2"
  514version = "0.2.21"
  515source = "registry+https://github.com/rust-lang/crates.io-index"
  516checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  517
  518[[package]]
  519name = "alsa"
  520version = "0.10.0"
  521source = "registry+https://github.com/rust-lang/crates.io-index"
  522checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  523dependencies = [
  524 "alsa-sys",
  525 "bitflags 2.10.0",
  526 "cfg-if",
  527 "libc",
  528]
  529
  530[[package]]
  531name = "alsa-sys"
  532version = "0.3.1"
  533source = "registry+https://github.com/rust-lang/crates.io-index"
  534checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  535dependencies = [
  536 "libc",
  537 "pkg-config",
  538]
  539
  540[[package]]
  541name = "ambient-authority"
  542version = "0.0.2"
  543source = "registry+https://github.com/rust-lang/crates.io-index"
  544checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  545
  546[[package]]
  547name = "ammonia"
  548version = "4.1.2"
  549source = "registry+https://github.com/rust-lang/crates.io-index"
  550checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  551dependencies = [
  552 "cssparser",
  553 "html5ever 0.35.0",
  554 "maplit",
  555 "tendril",
  556 "url",
  557]
  558
  559[[package]]
  560name = "android_system_properties"
  561version = "0.1.5"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  564dependencies = [
  565 "libc",
  566]
  567
  568[[package]]
  569name = "anes"
  570version = "0.1.6"
  571source = "registry+https://github.com/rust-lang/crates.io-index"
  572checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  573
  574[[package]]
  575name = "annotate-snippets"
  576version = "0.12.12"
  577source = "registry+https://github.com/rust-lang/crates.io-index"
  578checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  579dependencies = [
  580 "anstyle",
  581 "memchr",
  582 "unicode-width",
  583]
  584
  585[[package]]
  586name = "anstream"
  587version = "0.6.21"
  588source = "registry+https://github.com/rust-lang/crates.io-index"
  589checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  590dependencies = [
  591 "anstyle",
  592 "anstyle-parse",
  593 "anstyle-query",
  594 "anstyle-wincon",
  595 "colorchoice",
  596 "is_terminal_polyfill",
  597 "utf8parse",
  598]
  599
  600[[package]]
  601name = "anstyle"
  602version = "1.0.13"
  603source = "registry+https://github.com/rust-lang/crates.io-index"
  604checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  605
  606[[package]]
  607name = "anstyle-parse"
  608version = "0.2.7"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  611dependencies = [
  612 "utf8parse",
  613]
  614
  615[[package]]
  616name = "anstyle-query"
  617version = "1.1.4"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  620dependencies = [
  621 "windows-sys 0.60.2",
  622]
  623
  624[[package]]
  625name = "anstyle-wincon"
  626version = "3.0.10"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  629dependencies = [
  630 "anstyle",
  631 "once_cell_polyfill",
  632 "windows-sys 0.60.2",
  633]
  634
  635[[package]]
  636name = "anthropic"
  637version = "0.1.0"
  638dependencies = [
  639 "anyhow",
  640 "chrono",
  641 "collections",
  642 "futures 0.3.32",
  643 "http_client",
  644 "language_model_core",
  645 "log",
  646 "schemars",
  647 "serde",
  648 "serde_json",
  649 "strum 0.27.2",
  650 "thiserror 2.0.17",
  651 "tiktoken-rs",
  652]
  653
  654[[package]]
  655name = "any_vec"
  656version = "0.14.0"
  657source = "registry+https://github.com/rust-lang/crates.io-index"
  658checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  659
  660[[package]]
  661name = "anyhow"
  662version = "1.0.100"
  663source = "registry+https://github.com/rust-lang/crates.io-index"
  664checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  665
  666[[package]]
  667name = "approx"
  668version = "0.5.1"
  669source = "registry+https://github.com/rust-lang/crates.io-index"
  670checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  671dependencies = [
  672 "num-traits",
  673]
  674
  675[[package]]
  676name = "ar_archive_writer"
  677version = "0.5.1"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  680dependencies = [
  681 "object",
  682]
  683
  684[[package]]
  685name = "arbitrary"
  686version = "1.4.2"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  689dependencies = [
  690 "derive_arbitrary",
  691]
  692
  693[[package]]
  694name = "arc-swap"
  695version = "1.9.0"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  698dependencies = [
  699 "rustversion",
  700]
  701
  702[[package]]
  703name = "arg_enum_proc_macro"
  704version = "0.3.4"
  705source = "registry+https://github.com/rust-lang/crates.io-index"
  706checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  707dependencies = [
  708 "proc-macro2",
  709 "quote",
  710 "syn 2.0.117",
  711]
  712
  713[[package]]
  714name = "arraydeque"
  715version = "0.5.1"
  716source = "registry+https://github.com/rust-lang/crates.io-index"
  717checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  718
  719[[package]]
  720name = "arrayref"
  721version = "0.3.9"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  724
  725[[package]]
  726name = "arrayvec"
  727version = "0.7.6"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  730
  731[[package]]
  732name = "as-raw-xcb-connection"
  733version = "1.0.1"
  734source = "registry+https://github.com/rust-lang/crates.io-index"
  735checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  736
  737[[package]]
  738name = "ascii"
  739version = "1.1.0"
  740source = "registry+https://github.com/rust-lang/crates.io-index"
  741checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  742
  743[[package]]
  744name = "ash"
  745version = "0.38.0+1.3.281"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  748dependencies = [
  749 "libloading",
  750]
  751
  752[[package]]
  753name = "ashpd"
  754version = "0.13.2"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  757dependencies = [
  758 "enumflags2",
  759 "futures-channel",
  760 "futures-util",
  761 "getrandom 0.4.1",
  762 "serde",
  763 "serde_repr",
  764 "wayland-backend",
  765 "wayland-client",
  766 "wayland-protocols",
  767 "zbus",
  768]
  769
  770[[package]]
  771name = "askpass"
  772version = "0.1.0"
  773dependencies = [
  774 "anyhow",
  775 "futures 0.3.32",
  776 "gpui",
  777 "log",
  778 "net",
  779 "smol",
  780 "tempfile",
  781 "util",
  782 "windows 0.61.3",
  783 "zeroize",
  784]
  785
  786[[package]]
  787name = "assets"
  788version = "0.1.0"
  789dependencies = [
  790 "anyhow",
  791 "gpui",
  792 "rust-embed",
  793]
  794
  795[[package]]
  796name = "async-attributes"
  797version = "1.1.2"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  800dependencies = [
  801 "quote",
  802 "syn 1.0.109",
  803]
  804
  805[[package]]
  806name = "async-broadcast"
  807version = "0.7.2"
  808source = "registry+https://github.com/rust-lang/crates.io-index"
  809checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  810dependencies = [
  811 "event-listener 5.4.1",
  812 "event-listener-strategy",
  813 "futures-core",
  814 "pin-project-lite",
  815]
  816
  817[[package]]
  818name = "async-channel"
  819version = "1.9.0"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  822dependencies = [
  823 "concurrent-queue",
  824 "event-listener 2.5.3",
  825 "futures-core",
  826]
  827
  828[[package]]
  829name = "async-channel"
  830version = "2.5.0"
  831source = "registry+https://github.com/rust-lang/crates.io-index"
  832checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  833dependencies = [
  834 "concurrent-queue",
  835 "event-listener-strategy",
  836 "futures-core",
  837 "pin-project-lite",
  838]
  839
  840[[package]]
  841name = "async-compat"
  842version = "0.2.5"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  845dependencies = [
  846 "futures-core",
  847 "futures-io",
  848 "once_cell",
  849 "pin-project-lite",
  850 "tokio",
  851]
  852
  853[[package]]
  854name = "async-compression"
  855version = "0.4.32"
  856source = "registry+https://github.com/rust-lang/crates.io-index"
  857checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  858dependencies = [
  859 "compression-codecs",
  860 "compression-core",
  861 "futures-core",
  862 "futures-io",
  863 "pin-project-lite",
  864]
  865
  866[[package]]
  867name = "async-dispatcher"
  868version = "0.1.2"
  869source = "registry+https://github.com/rust-lang/crates.io-index"
  870checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  871dependencies = [
  872 "async-task",
  873 "futures-lite 1.13.0",
  874]
  875
  876[[package]]
  877name = "async-executor"
  878version = "1.13.3"
  879source = "registry+https://github.com/rust-lang/crates.io-index"
  880checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  881dependencies = [
  882 "async-task",
  883 "concurrent-queue",
  884 "fastrand 2.3.0",
  885 "futures-lite 2.6.1",
  886 "pin-project-lite",
  887 "slab",
  888]
  889
  890[[package]]
  891name = "async-fs"
  892version = "2.2.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  895dependencies = [
  896 "async-lock 3.4.2",
  897 "blocking",
  898 "futures-lite 2.6.1",
  899]
  900
  901[[package]]
  902name = "async-global-executor"
  903version = "2.4.1"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  906dependencies = [
  907 "async-channel 2.5.0",
  908 "async-executor",
  909 "async-io",
  910 "async-lock 3.4.2",
  911 "blocking",
  912 "futures-lite 2.6.1",
  913 "once_cell",
  914]
  915
  916[[package]]
  917name = "async-io"
  918version = "2.6.0"
  919source = "registry+https://github.com/rust-lang/crates.io-index"
  920checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  921dependencies = [
  922 "autocfg",
  923 "cfg-if",
  924 "concurrent-queue",
  925 "futures-io",
  926 "futures-lite 2.6.1",
  927 "parking",
  928 "polling",
  929 "rustix 1.1.2",
  930 "slab",
  931 "windows-sys 0.61.2",
  932]
  933
  934[[package]]
  935name = "async-lock"
  936version = "2.8.0"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  939dependencies = [
  940 "event-listener 2.5.3",
  941]
  942
  943[[package]]
  944name = "async-lock"
  945version = "3.4.2"
  946source = "registry+https://github.com/rust-lang/crates.io-index"
  947checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  948dependencies = [
  949 "event-listener 5.4.1",
  950 "event-listener-strategy",
  951 "pin-project-lite",
  952]
  953
  954[[package]]
  955name = "async-net"
  956version = "2.0.0"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  959dependencies = [
  960 "async-io",
  961 "blocking",
  962 "futures-lite 2.6.1",
  963]
  964
  965[[package]]
  966name = "async-pipe"
  967version = "0.1.3"
  968source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  969dependencies = [
  970 "futures 0.3.32",
  971 "log",
  972]
  973
  974[[package]]
  975name = "async-process"
  976version = "2.5.0"
  977source = "registry+https://github.com/rust-lang/crates.io-index"
  978checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  979dependencies = [
  980 "async-channel 2.5.0",
  981 "async-io",
  982 "async-lock 3.4.2",
  983 "async-signal",
  984 "async-task",
  985 "blocking",
  986 "cfg-if",
  987 "event-listener 5.4.1",
  988 "futures-lite 2.6.1",
  989 "rustix 1.1.2",
  990]
  991
  992[[package]]
  993name = "async-recursion"
  994version = "1.1.1"
  995source = "registry+https://github.com/rust-lang/crates.io-index"
  996checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  997dependencies = [
  998 "proc-macro2",
  999 "quote",
 1000 "syn 2.0.117",
 1001]
 1002
 1003[[package]]
 1004name = "async-signal"
 1005version = "0.2.13"
 1006source = "registry+https://github.com/rust-lang/crates.io-index"
 1007checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1008dependencies = [
 1009 "async-io",
 1010 "async-lock 3.4.2",
 1011 "atomic-waker",
 1012 "cfg-if",
 1013 "futures-core",
 1014 "futures-io",
 1015 "rustix 1.1.2",
 1016 "signal-hook-registry",
 1017 "slab",
 1018 "windows-sys 0.61.2",
 1019]
 1020
 1021[[package]]
 1022name = "async-std"
 1023version = "1.13.2"
 1024source = "registry+https://github.com/rust-lang/crates.io-index"
 1025checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1026dependencies = [
 1027 "async-attributes",
 1028 "async-channel 1.9.0",
 1029 "async-global-executor",
 1030 "async-io",
 1031 "async-lock 3.4.2",
 1032 "async-process",
 1033 "crossbeam-utils",
 1034 "futures-channel",
 1035 "futures-core",
 1036 "futures-io",
 1037 "futures-lite 2.6.1",
 1038 "gloo-timers",
 1039 "kv-log-macro",
 1040 "log",
 1041 "memchr",
 1042 "once_cell",
 1043 "pin-project-lite",
 1044 "pin-utils",
 1045 "slab",
 1046 "wasm-bindgen-futures",
 1047]
 1048
 1049[[package]]
 1050name = "async-stream"
 1051version = "0.3.6"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1054dependencies = [
 1055 "async-stream-impl",
 1056 "futures-core",
 1057 "pin-project-lite",
 1058]
 1059
 1060[[package]]
 1061name = "async-stream-impl"
 1062version = "0.3.6"
 1063source = "registry+https://github.com/rust-lang/crates.io-index"
 1064checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1065dependencies = [
 1066 "proc-macro2",
 1067 "quote",
 1068 "syn 2.0.117",
 1069]
 1070
 1071[[package]]
 1072name = "async-tar"
 1073version = "0.5.1"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1076dependencies = [
 1077 "async-std",
 1078 "filetime",
 1079 "libc",
 1080 "pin-project",
 1081 "redox_syscall 0.2.16",
 1082 "xattr",
 1083]
 1084
 1085[[package]]
 1086name = "async-task"
 1087version = "4.7.1"
 1088source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1089
 1090[[package]]
 1091name = "async-trait"
 1092version = "0.1.89"
 1093source = "registry+https://github.com/rust-lang/crates.io-index"
 1094checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1095dependencies = [
 1096 "proc-macro2",
 1097 "quote",
 1098 "syn 2.0.117",
 1099]
 1100
 1101[[package]]
 1102name = "async-tungstenite"
 1103version = "0.31.0"
 1104source = "registry+https://github.com/rust-lang/crates.io-index"
 1105checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1106dependencies = [
 1107 "atomic-waker",
 1108 "futures-core",
 1109 "futures-io",
 1110 "futures-task",
 1111 "futures-util",
 1112 "log",
 1113 "pin-project-lite",
 1114 "rustls-pki-types",
 1115 "tokio",
 1116 "tokio-rustls 0.26.2",
 1117 "tungstenite 0.27.0",
 1118]
 1119
 1120[[package]]
 1121name = "async_zip"
 1122version = "0.0.18"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1125dependencies = [
 1126 "async-compression",
 1127 "crc32fast",
 1128 "futures-lite 2.6.1",
 1129 "pin-project",
 1130 "thiserror 2.0.17",
 1131]
 1132
 1133[[package]]
 1134name = "asynchronous-codec"
 1135version = "0.7.0"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1138dependencies = [
 1139 "bytes 1.11.1",
 1140 "futures-sink",
 1141 "futures-util",
 1142 "memchr",
 1143 "pin-project-lite",
 1144]
 1145
 1146[[package]]
 1147name = "atoi"
 1148version = "2.0.0"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1151dependencies = [
 1152 "num-traits",
 1153]
 1154
 1155[[package]]
 1156name = "atomic"
 1157version = "0.5.3"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1160
 1161[[package]]
 1162name = "atomic-waker"
 1163version = "1.1.2"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1166
 1167[[package]]
 1168name = "audio"
 1169version = "0.1.0"
 1170dependencies = [
 1171 "anyhow",
 1172 "collections",
 1173 "cpal",
 1174 "crossbeam",
 1175 "denoise",
 1176 "gpui",
 1177 "libwebrtc",
 1178 "log",
 1179 "parking_lot",
 1180 "rodio",
 1181 "serde",
 1182 "settings",
 1183 "thiserror 2.0.17",
 1184 "util",
 1185]
 1186
 1187[[package]]
 1188name = "auditable-serde"
 1189version = "0.8.0"
 1190source = "registry+https://github.com/rust-lang/crates.io-index"
 1191checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1192dependencies = [
 1193 "semver",
 1194 "serde",
 1195 "serde_json",
 1196 "topological-sort",
 1197]
 1198
 1199[[package]]
 1200name = "auto_update"
 1201version = "0.1.0"
 1202dependencies = [
 1203 "anyhow",
 1204 "client",
 1205 "clock",
 1206 "ctor",
 1207 "db",
 1208 "futures 0.3.32",
 1209 "futures-lite 1.13.0",
 1210 "gpui",
 1211 "http_client",
 1212 "log",
 1213 "parking_lot",
 1214 "paths",
 1215 "release_channel",
 1216 "semver",
 1217 "serde",
 1218 "serde_json",
 1219 "settings",
 1220 "smol",
 1221 "tempfile",
 1222 "util",
 1223 "which 6.0.3",
 1224 "workspace",
 1225 "zlog",
 1226]
 1227
 1228[[package]]
 1229name = "auto_update_helper"
 1230version = "0.1.0"
 1231dependencies = [
 1232 "anyhow",
 1233 "log",
 1234 "scopeguard",
 1235 "simplelog",
 1236 "tempfile",
 1237 "windows 0.61.3",
 1238 "winresource",
 1239]
 1240
 1241[[package]]
 1242name = "auto_update_ui"
 1243version = "0.1.0"
 1244dependencies = [
 1245 "agent_settings",
 1246 "anyhow",
 1247 "auto_update",
 1248 "client",
 1249 "db",
 1250 "editor",
 1251 "fs",
 1252 "gpui",
 1253 "markdown_preview",
 1254 "notifications",
 1255 "release_channel",
 1256 "semver",
 1257 "serde",
 1258 "serde_json",
 1259 "smol",
 1260 "telemetry",
 1261 "ui",
 1262 "util",
 1263 "workspace",
 1264 "zed_actions",
 1265]
 1266
 1267[[package]]
 1268name = "autocfg"
 1269version = "1.5.0"
 1270source = "registry+https://github.com/rust-lang/crates.io-index"
 1271checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1272
 1273[[package]]
 1274name = "av1-grain"
 1275version = "0.2.4"
 1276source = "registry+https://github.com/rust-lang/crates.io-index"
 1277checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1278dependencies = [
 1279 "anyhow",
 1280 "arrayvec",
 1281 "log",
 1282 "nom 7.1.3",
 1283 "num-rational",
 1284 "v_frame",
 1285]
 1286
 1287[[package]]
 1288name = "avif-serialize"
 1289version = "0.8.6"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1292dependencies = [
 1293 "arrayvec",
 1294]
 1295
 1296[[package]]
 1297name = "aws-config"
 1298version = "1.8.10"
 1299source = "registry+https://github.com/rust-lang/crates.io-index"
 1300checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1301dependencies = [
 1302 "aws-credential-types",
 1303 "aws-runtime",
 1304 "aws-sdk-sso",
 1305 "aws-sdk-ssooidc",
 1306 "aws-sdk-sts",
 1307 "aws-smithy-async",
 1308 "aws-smithy-http",
 1309 "aws-smithy-json",
 1310 "aws-smithy-runtime",
 1311 "aws-smithy-runtime-api",
 1312 "aws-smithy-types",
 1313 "aws-types",
 1314 "bytes 1.11.1",
 1315 "fastrand 2.3.0",
 1316 "hex",
 1317 "http 1.3.1",
 1318 "ring",
 1319 "time",
 1320 "tokio",
 1321 "tracing",
 1322 "url",
 1323 "zeroize",
 1324]
 1325
 1326[[package]]
 1327name = "aws-credential-types"
 1328version = "1.2.10"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1331dependencies = [
 1332 "aws-smithy-async",
 1333 "aws-smithy-runtime-api",
 1334 "aws-smithy-types",
 1335 "zeroize",
 1336]
 1337
 1338[[package]]
 1339name = "aws-lc-rs"
 1340version = "1.15.4"
 1341source = "registry+https://github.com/rust-lang/crates.io-index"
 1342checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1343dependencies = [
 1344 "aws-lc-sys",
 1345 "untrusted 0.7.1",
 1346 "zeroize",
 1347]
 1348
 1349[[package]]
 1350name = "aws-lc-sys"
 1351version = "0.37.0"
 1352source = "registry+https://github.com/rust-lang/crates.io-index"
 1353checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1354dependencies = [
 1355 "cc",
 1356 "cmake",
 1357 "dunce",
 1358 "fs_extra",
 1359]
 1360
 1361[[package]]
 1362name = "aws-runtime"
 1363version = "1.5.16"
 1364source = "registry+https://github.com/rust-lang/crates.io-index"
 1365checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1366dependencies = [
 1367 "aws-credential-types",
 1368 "aws-sigv4",
 1369 "aws-smithy-async",
 1370 "aws-smithy-eventstream",
 1371 "aws-smithy-http",
 1372 "aws-smithy-runtime",
 1373 "aws-smithy-runtime-api",
 1374 "aws-smithy-types",
 1375 "aws-types",
 1376 "bytes 1.11.1",
 1377 "fastrand 2.3.0",
 1378 "http 0.2.12",
 1379 "http-body 0.4.6",
 1380 "percent-encoding",
 1381 "pin-project-lite",
 1382 "tracing",
 1383 "uuid",
 1384]
 1385
 1386[[package]]
 1387name = "aws-sdk-bedrockruntime"
 1388version = "1.113.0"
 1389source = "registry+https://github.com/rust-lang/crates.io-index"
 1390checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1391dependencies = [
 1392 "aws-credential-types",
 1393 "aws-runtime",
 1394 "aws-sigv4",
 1395 "aws-smithy-async",
 1396 "aws-smithy-eventstream",
 1397 "aws-smithy-http",
 1398 "aws-smithy-json",
 1399 "aws-smithy-runtime",
 1400 "aws-smithy-runtime-api",
 1401 "aws-smithy-types",
 1402 "aws-types",
 1403 "bytes 1.11.1",
 1404 "fastrand 2.3.0",
 1405 "http 0.2.12",
 1406 "hyper 0.14.32",
 1407 "regex-lite",
 1408 "tracing",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-kinesis"
 1413version = "1.95.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-eventstream",
 1421 "aws-smithy-http",
 1422 "aws-smithy-json",
 1423 "aws-smithy-runtime",
 1424 "aws-smithy-runtime-api",
 1425 "aws-smithy-types",
 1426 "aws-types",
 1427 "bytes 1.11.1",
 1428 "fastrand 2.3.0",
 1429 "http 0.2.12",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-s3"
 1436version = "1.112.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-sigv4",
 1443 "aws-smithy-async",
 1444 "aws-smithy-checksums",
 1445 "aws-smithy-eventstream",
 1446 "aws-smithy-http",
 1447 "aws-smithy-json",
 1448 "aws-smithy-runtime",
 1449 "aws-smithy-runtime-api",
 1450 "aws-smithy-types",
 1451 "aws-smithy-xml",
 1452 "aws-types",
 1453 "bytes 1.11.1",
 1454 "fastrand 2.3.0",
 1455 "hex",
 1456 "hmac",
 1457 "http 0.2.12",
 1458 "http 1.3.1",
 1459 "http-body 0.4.6",
 1460 "lru",
 1461 "percent-encoding",
 1462 "regex-lite",
 1463 "sha2",
 1464 "tracing",
 1465 "url",
 1466]
 1467
 1468[[package]]
 1469name = "aws-sdk-sso"
 1470version = "1.88.0"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1473dependencies = [
 1474 "aws-credential-types",
 1475 "aws-runtime",
 1476 "aws-smithy-async",
 1477 "aws-smithy-http",
 1478 "aws-smithy-json",
 1479 "aws-smithy-runtime",
 1480 "aws-smithy-runtime-api",
 1481 "aws-smithy-types",
 1482 "aws-types",
 1483 "bytes 1.11.1",
 1484 "fastrand 2.3.0",
 1485 "http 0.2.12",
 1486 "regex-lite",
 1487 "tracing",
 1488]
 1489
 1490[[package]]
 1491name = "aws-sdk-ssooidc"
 1492version = "1.90.0"
 1493source = "registry+https://github.com/rust-lang/crates.io-index"
 1494checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1495dependencies = [
 1496 "aws-credential-types",
 1497 "aws-runtime",
 1498 "aws-smithy-async",
 1499 "aws-smithy-http",
 1500 "aws-smithy-json",
 1501 "aws-smithy-runtime",
 1502 "aws-smithy-runtime-api",
 1503 "aws-smithy-types",
 1504 "aws-types",
 1505 "bytes 1.11.1",
 1506 "fastrand 2.3.0",
 1507 "http 0.2.12",
 1508 "regex-lite",
 1509 "tracing",
 1510]
 1511
 1512[[package]]
 1513name = "aws-sdk-sts"
 1514version = "1.90.0"
 1515source = "registry+https://github.com/rust-lang/crates.io-index"
 1516checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1517dependencies = [
 1518 "aws-credential-types",
 1519 "aws-runtime",
 1520 "aws-smithy-async",
 1521 "aws-smithy-http",
 1522 "aws-smithy-json",
 1523 "aws-smithy-query",
 1524 "aws-smithy-runtime",
 1525 "aws-smithy-runtime-api",
 1526 "aws-smithy-types",
 1527 "aws-smithy-xml",
 1528 "aws-types",
 1529 "fastrand 2.3.0",
 1530 "http 0.2.12",
 1531 "regex-lite",
 1532 "tracing",
 1533]
 1534
 1535[[package]]
 1536name = "aws-sigv4"
 1537version = "1.3.6"
 1538source = "registry+https://github.com/rust-lang/crates.io-index"
 1539checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1540dependencies = [
 1541 "aws-credential-types",
 1542 "aws-smithy-eventstream",
 1543 "aws-smithy-http",
 1544 "aws-smithy-runtime-api",
 1545 "aws-smithy-types",
 1546 "bytes 1.11.1",
 1547 "crypto-bigint 0.5.5",
 1548 "form_urlencoded",
 1549 "hex",
 1550 "hmac",
 1551 "http 0.2.12",
 1552 "http 1.3.1",
 1553 "p256",
 1554 "percent-encoding",
 1555 "ring",
 1556 "sha2",
 1557 "subtle",
 1558 "time",
 1559 "tracing",
 1560 "zeroize",
 1561]
 1562
 1563[[package]]
 1564name = "aws-smithy-async"
 1565version = "1.2.6"
 1566source = "registry+https://github.com/rust-lang/crates.io-index"
 1567checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1568dependencies = [
 1569 "futures-util",
 1570 "pin-project-lite",
 1571 "tokio",
 1572]
 1573
 1574[[package]]
 1575name = "aws-smithy-checksums"
 1576version = "0.63.11"
 1577source = "registry+https://github.com/rust-lang/crates.io-index"
 1578checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1579dependencies = [
 1580 "aws-smithy-http",
 1581 "aws-smithy-types",
 1582 "bytes 1.11.1",
 1583 "crc-fast",
 1584 "hex",
 1585 "http 0.2.12",
 1586 "http-body 0.4.6",
 1587 "md-5",
 1588 "pin-project-lite",
 1589 "sha1",
 1590 "sha2",
 1591 "tracing",
 1592]
 1593
 1594[[package]]
 1595name = "aws-smithy-eventstream"
 1596version = "0.60.13"
 1597source = "registry+https://github.com/rust-lang/crates.io-index"
 1598checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1599dependencies = [
 1600 "aws-smithy-types",
 1601 "bytes 1.11.1",
 1602 "crc32fast",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-http"
 1607version = "0.62.5"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1610dependencies = [
 1611 "aws-smithy-eventstream",
 1612 "aws-smithy-runtime-api",
 1613 "aws-smithy-types",
 1614 "bytes 1.11.1",
 1615 "bytes-utils",
 1616 "futures-core",
 1617 "futures-util",
 1618 "http 0.2.12",
 1619 "http 1.3.1",
 1620 "http-body 0.4.6",
 1621 "percent-encoding",
 1622 "pin-project-lite",
 1623 "pin-utils",
 1624 "tracing",
 1625]
 1626
 1627[[package]]
 1628name = "aws-smithy-http-client"
 1629version = "1.1.4"
 1630source = "registry+https://github.com/rust-lang/crates.io-index"
 1631checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1632dependencies = [
 1633 "aws-smithy-async",
 1634 "aws-smithy-runtime-api",
 1635 "aws-smithy-types",
 1636 "h2 0.3.27",
 1637 "h2 0.4.12",
 1638 "http 0.2.12",
 1639 "http 1.3.1",
 1640 "http-body 0.4.6",
 1641 "hyper 0.14.32",
 1642 "hyper 1.7.0",
 1643 "hyper-rustls 0.24.2",
 1644 "hyper-rustls 0.27.7",
 1645 "hyper-util",
 1646 "pin-project-lite",
 1647 "rustls 0.21.12",
 1648 "rustls 0.23.33",
 1649 "rustls-native-certs 0.8.2",
 1650 "rustls-pki-types",
 1651 "tokio",
 1652 "tokio-rustls 0.26.2",
 1653 "tower 0.5.2",
 1654 "tracing",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-json"
 1659version = "0.61.7"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1662dependencies = [
 1663 "aws-smithy-types",
 1664]
 1665
 1666[[package]]
 1667name = "aws-smithy-observability"
 1668version = "0.1.4"
 1669source = "registry+https://github.com/rust-lang/crates.io-index"
 1670checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1671dependencies = [
 1672 "aws-smithy-runtime-api",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-query"
 1677version = "0.60.8"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1680dependencies = [
 1681 "aws-smithy-types",
 1682 "urlencoding",
 1683]
 1684
 1685[[package]]
 1686name = "aws-smithy-runtime"
 1687version = "1.9.4"
 1688source = "registry+https://github.com/rust-lang/crates.io-index"
 1689checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1690dependencies = [
 1691 "aws-smithy-async",
 1692 "aws-smithy-http",
 1693 "aws-smithy-http-client",
 1694 "aws-smithy-observability",
 1695 "aws-smithy-runtime-api",
 1696 "aws-smithy-types",
 1697 "bytes 1.11.1",
 1698 "fastrand 2.3.0",
 1699 "http 0.2.12",
 1700 "http 1.3.1",
 1701 "http-body 0.4.6",
 1702 "http-body 1.0.1",
 1703 "pin-project-lite",
 1704 "pin-utils",
 1705 "tokio",
 1706 "tracing",
 1707]
 1708
 1709[[package]]
 1710name = "aws-smithy-runtime-api"
 1711version = "1.9.2"
 1712source = "registry+https://github.com/rust-lang/crates.io-index"
 1713checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1714dependencies = [
 1715 "aws-smithy-async",
 1716 "aws-smithy-types",
 1717 "bytes 1.11.1",
 1718 "http 0.2.12",
 1719 "http 1.3.1",
 1720 "pin-project-lite",
 1721 "tokio",
 1722 "tracing",
 1723 "zeroize",
 1724]
 1725
 1726[[package]]
 1727name = "aws-smithy-types"
 1728version = "1.3.4"
 1729source = "registry+https://github.com/rust-lang/crates.io-index"
 1730checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1731dependencies = [
 1732 "base64-simd",
 1733 "bytes 1.11.1",
 1734 "bytes-utils",
 1735 "futures-core",
 1736 "http 0.2.12",
 1737 "http 1.3.1",
 1738 "http-body 0.4.6",
 1739 "http-body 1.0.1",
 1740 "http-body-util",
 1741 "itoa",
 1742 "num-integer",
 1743 "pin-project-lite",
 1744 "pin-utils",
 1745 "ryu",
 1746 "serde",
 1747 "time",
 1748 "tokio",
 1749 "tokio-util",
 1750]
 1751
 1752[[package]]
 1753name = "aws-smithy-xml"
 1754version = "0.60.12"
 1755source = "registry+https://github.com/rust-lang/crates.io-index"
 1756checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1757dependencies = [
 1758 "xmlparser",
 1759]
 1760
 1761[[package]]
 1762name = "aws-types"
 1763version = "1.3.10"
 1764source = "registry+https://github.com/rust-lang/crates.io-index"
 1765checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1766dependencies = [
 1767 "aws-credential-types",
 1768 "aws-smithy-async",
 1769 "aws-smithy-runtime-api",
 1770 "aws-smithy-types",
 1771 "rustc_version",
 1772 "tracing",
 1773]
 1774
 1775[[package]]
 1776name = "aws_http_client"
 1777version = "0.1.0"
 1778dependencies = [
 1779 "aws-smithy-runtime-api",
 1780 "aws-smithy-types",
 1781 "http_client",
 1782]
 1783
 1784[[package]]
 1785name = "axum"
 1786version = "0.6.20"
 1787source = "registry+https://github.com/rust-lang/crates.io-index"
 1788checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1789dependencies = [
 1790 "async-trait",
 1791 "axum-core",
 1792 "base64 0.21.7",
 1793 "bitflags 1.3.2",
 1794 "bytes 1.11.1",
 1795 "futures-util",
 1796 "headers",
 1797 "http 0.2.12",
 1798 "http-body 0.4.6",
 1799 "hyper 0.14.32",
 1800 "itoa",
 1801 "matchit",
 1802 "memchr",
 1803 "mime",
 1804 "percent-encoding",
 1805 "pin-project-lite",
 1806 "rustversion",
 1807 "serde",
 1808 "serde_json",
 1809 "serde_path_to_error",
 1810 "serde_urlencoded",
 1811 "sha1",
 1812 "sync_wrapper 0.1.2",
 1813 "tokio",
 1814 "tokio-tungstenite 0.20.1",
 1815 "tower 0.4.13",
 1816 "tower-layer",
 1817 "tower-service",
 1818]
 1819
 1820[[package]]
 1821name = "axum-core"
 1822version = "0.3.4"
 1823source = "registry+https://github.com/rust-lang/crates.io-index"
 1824checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1825dependencies = [
 1826 "async-trait",
 1827 "bytes 1.11.1",
 1828 "futures-util",
 1829 "http 0.2.12",
 1830 "http-body 0.4.6",
 1831 "mime",
 1832 "rustversion",
 1833 "tower-layer",
 1834 "tower-service",
 1835]
 1836
 1837[[package]]
 1838name = "backtrace"
 1839version = "0.3.76"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1842dependencies = [
 1843 "addr2line",
 1844 "cfg-if",
 1845 "libc",
 1846 "miniz_oxide",
 1847 "object",
 1848 "rustc-demangle",
 1849 "windows-link 0.2.1",
 1850]
 1851
 1852[[package]]
 1853name = "base16ct"
 1854version = "0.1.1"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1857
 1858[[package]]
 1859name = "base64"
 1860version = "0.21.7"
 1861source = "registry+https://github.com/rust-lang/crates.io-index"
 1862checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1863
 1864[[package]]
 1865name = "base64"
 1866version = "0.22.1"
 1867source = "registry+https://github.com/rust-lang/crates.io-index"
 1868checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1869
 1870[[package]]
 1871name = "base64-simd"
 1872version = "0.8.0"
 1873source = "registry+https://github.com/rust-lang/crates.io-index"
 1874checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1875dependencies = [
 1876 "outref",
 1877 "vsimd",
 1878]
 1879
 1880[[package]]
 1881name = "base64ct"
 1882version = "1.8.0"
 1883source = "registry+https://github.com/rust-lang/crates.io-index"
 1884checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1885
 1886[[package]]
 1887name = "bedrock"
 1888version = "0.1.0"
 1889dependencies = [
 1890 "anyhow",
 1891 "aws-sdk-bedrockruntime",
 1892 "aws-smithy-types",
 1893 "futures 0.3.32",
 1894 "schemars",
 1895 "serde",
 1896 "serde_json",
 1897 "strum 0.27.2",
 1898 "thiserror 2.0.17",
 1899]
 1900
 1901[[package]]
 1902name = "bigdecimal"
 1903version = "0.4.8"
 1904source = "registry+https://github.com/rust-lang/crates.io-index"
 1905checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1906dependencies = [
 1907 "autocfg",
 1908 "libm",
 1909 "num-bigint",
 1910 "num-integer",
 1911 "num-traits",
 1912 "serde",
 1913]
 1914
 1915[[package]]
 1916name = "bincode"
 1917version = "1.3.3"
 1918source = "registry+https://github.com/rust-lang/crates.io-index"
 1919checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1920dependencies = [
 1921 "serde",
 1922]
 1923
 1924[[package]]
 1925name = "bindgen"
 1926version = "0.71.1"
 1927source = "registry+https://github.com/rust-lang/crates.io-index"
 1928checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1929dependencies = [
 1930 "bitflags 2.10.0",
 1931 "cexpr",
 1932 "clang-sys",
 1933 "itertools 0.12.1",
 1934 "log",
 1935 "prettyplease",
 1936 "proc-macro2",
 1937 "quote",
 1938 "regex",
 1939 "rustc-hash 2.1.1",
 1940 "shlex",
 1941 "syn 2.0.117",
 1942]
 1943
 1944[[package]]
 1945name = "bindgen"
 1946version = "0.72.1"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1949dependencies = [
 1950 "bitflags 2.10.0",
 1951 "cexpr",
 1952 "clang-sys",
 1953 "itertools 0.12.1",
 1954 "proc-macro2",
 1955 "quote",
 1956 "regex",
 1957 "rustc-hash 2.1.1",
 1958 "shlex",
 1959 "syn 2.0.117",
 1960]
 1961
 1962[[package]]
 1963name = "bit-set"
 1964version = "0.8.0"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1967dependencies = [
 1968 "bit-vec 0.8.0",
 1969]
 1970
 1971[[package]]
 1972name = "bit-set"
 1973version = "0.9.1"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1976dependencies = [
 1977 "bit-vec 0.9.1",
 1978]
 1979
 1980[[package]]
 1981name = "bit-vec"
 1982version = "0.8.0"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1985
 1986[[package]]
 1987name = "bit-vec"
 1988version = "0.9.1"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1991
 1992[[package]]
 1993name = "bit_field"
 1994version = "0.10.3"
 1995source = "registry+https://github.com/rust-lang/crates.io-index"
 1996checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1997
 1998[[package]]
 1999name = "bitflags"
 2000version = "1.3.2"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2003
 2004[[package]]
 2005name = "bitflags"
 2006version = "2.10.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2009dependencies = [
 2010 "serde_core",
 2011]
 2012
 2013[[package]]
 2014name = "bitstream-io"
 2015version = "2.6.0"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2018
 2019[[package]]
 2020name = "bitvec"
 2021version = "1.0.1"
 2022source = "registry+https://github.com/rust-lang/crates.io-index"
 2023checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2024dependencies = [
 2025 "funty",
 2026 "radium",
 2027 "tap",
 2028 "wyz",
 2029]
 2030
 2031[[package]]
 2032name = "block"
 2033version = "0.1.6"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2036
 2037[[package]]
 2038name = "block-buffer"
 2039version = "0.10.4"
 2040source = "registry+https://github.com/rust-lang/crates.io-index"
 2041checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2042dependencies = [
 2043 "generic-array",
 2044]
 2045
 2046[[package]]
 2047name = "block-padding"
 2048version = "0.3.3"
 2049source = "registry+https://github.com/rust-lang/crates.io-index"
 2050checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2051dependencies = [
 2052 "generic-array",
 2053]
 2054
 2055[[package]]
 2056name = "block2"
 2057version = "0.6.2"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2060dependencies = [
 2061 "objc2",
 2062]
 2063
 2064[[package]]
 2065name = "blocking"
 2066version = "1.6.2"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2069dependencies = [
 2070 "async-channel 2.5.0",
 2071 "async-task",
 2072 "futures-io",
 2073 "futures-lite 2.6.1",
 2074 "piper",
 2075]
 2076
 2077[[package]]
 2078name = "bmrng"
 2079version = "0.5.2"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2082dependencies = [
 2083 "futures-core",
 2084 "tokio",
 2085]
 2086
 2087[[package]]
 2088name = "bon"
 2089version = "3.8.2"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2092dependencies = [
 2093 "bon-macros",
 2094 "rustversion",
 2095]
 2096
 2097[[package]]
 2098name = "bon-macros"
 2099version = "3.8.2"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2102dependencies = [
 2103 "darling 0.21.3",
 2104 "ident_case",
 2105 "prettyplease",
 2106 "proc-macro2",
 2107 "quote",
 2108 "rustversion",
 2109 "syn 2.0.117",
 2110]
 2111
 2112[[package]]
 2113name = "borrow-or-share"
 2114version = "0.2.4"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2117
 2118[[package]]
 2119name = "borsh"
 2120version = "1.5.7"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2123dependencies = [
 2124 "borsh-derive",
 2125 "cfg_aliases 0.2.1",
 2126]
 2127
 2128[[package]]
 2129name = "borsh-derive"
 2130version = "1.5.7"
 2131source = "registry+https://github.com/rust-lang/crates.io-index"
 2132checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2133dependencies = [
 2134 "once_cell",
 2135 "proc-macro-crate",
 2136 "proc-macro2",
 2137 "quote",
 2138 "syn 2.0.117",
 2139]
 2140
 2141[[package]]
 2142name = "breadcrumbs"
 2143version = "0.1.0"
 2144dependencies = [
 2145 "gpui",
 2146 "ui",
 2147 "workspace",
 2148]
 2149
 2150[[package]]
 2151name = "brush-parser"
 2152version = "0.3.0"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2155dependencies = [
 2156 "bon",
 2157 "cached",
 2158 "indenter",
 2159 "peg",
 2160 "thiserror 2.0.17",
 2161 "tracing",
 2162 "utf8-chars",
 2163]
 2164
 2165[[package]]
 2166name = "bstr"
 2167version = "1.12.0"
 2168source = "registry+https://github.com/rust-lang/crates.io-index"
 2169checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2170dependencies = [
 2171 "memchr",
 2172 "regex-automata",
 2173 "serde",
 2174]
 2175
 2176[[package]]
 2177name = "buffer_diff"
 2178version = "0.1.0"
 2179dependencies = [
 2180 "clock",
 2181 "ctor",
 2182 "futures 0.3.32",
 2183 "git2",
 2184 "gpui",
 2185 "language",
 2186 "log",
 2187 "pretty_assertions",
 2188 "rand 0.9.3",
 2189 "rope",
 2190 "settings",
 2191 "sum_tree",
 2192 "text",
 2193 "tracing",
 2194 "unindent",
 2195 "util",
 2196 "zlog",
 2197 "ztracing",
 2198]
 2199
 2200[[package]]
 2201name = "built"
 2202version = "0.7.7"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2205
 2206[[package]]
 2207name = "bumpalo"
 2208version = "3.19.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2211dependencies = [
 2212 "allocator-api2",
 2213]
 2214
 2215[[package]]
 2216name = "by_address"
 2217version = "1.2.1"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2220
 2221[[package]]
 2222name = "bytecheck"
 2223version = "0.6.12"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2226dependencies = [
 2227 "bytecheck_derive",
 2228 "ptr_meta",
 2229 "simdutf8",
 2230]
 2231
 2232[[package]]
 2233name = "bytecheck_derive"
 2234version = "0.6.12"
 2235source = "registry+https://github.com/rust-lang/crates.io-index"
 2236checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2237dependencies = [
 2238 "proc-macro2",
 2239 "quote",
 2240 "syn 1.0.109",
 2241]
 2242
 2243[[package]]
 2244name = "bytecount"
 2245version = "0.6.9"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2248
 2249[[package]]
 2250name = "bytemuck"
 2251version = "1.24.0"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2254dependencies = [
 2255 "bytemuck_derive",
 2256]
 2257
 2258[[package]]
 2259name = "bytemuck_derive"
 2260version = "1.10.2"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2263dependencies = [
 2264 "proc-macro2",
 2265 "quote",
 2266 "syn 2.0.117",
 2267]
 2268
 2269[[package]]
 2270name = "byteorder"
 2271version = "1.5.0"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2274
 2275[[package]]
 2276name = "byteorder-lite"
 2277version = "0.1.0"
 2278source = "registry+https://github.com/rust-lang/crates.io-index"
 2279checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2280
 2281[[package]]
 2282name = "bytes"
 2283version = "0.4.12"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2286dependencies = [
 2287 "byteorder",
 2288 "iovec",
 2289]
 2290
 2291[[package]]
 2292name = "bytes"
 2293version = "1.11.1"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2296
 2297[[package]]
 2298name = "bytes-utils"
 2299version = "0.1.4"
 2300source = "registry+https://github.com/rust-lang/crates.io-index"
 2301checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2302dependencies = [
 2303 "bytes 1.11.1",
 2304 "either",
 2305]
 2306
 2307[[package]]
 2308name = "bzip2"
 2309version = "0.4.4"
 2310source = "registry+https://github.com/rust-lang/crates.io-index"
 2311checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2312dependencies = [
 2313 "bzip2-sys",
 2314 "libc",
 2315]
 2316
 2317[[package]]
 2318name = "bzip2"
 2319version = "0.6.1"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2322dependencies = [
 2323 "libbz2-rs-sys",
 2324]
 2325
 2326[[package]]
 2327name = "bzip2-sys"
 2328version = "0.1.13+1.0.8"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2331dependencies = [
 2332 "cc",
 2333 "pkg-config",
 2334]
 2335
 2336[[package]]
 2337name = "cached"
 2338version = "0.56.0"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2341dependencies = [
 2342 "ahash 0.8.12",
 2343 "cached_proc_macro",
 2344 "cached_proc_macro_types",
 2345 "hashbrown 0.15.5",
 2346 "once_cell",
 2347 "thiserror 2.0.17",
 2348 "web-time",
 2349]
 2350
 2351[[package]]
 2352name = "cached_proc_macro"
 2353version = "0.25.0"
 2354source = "registry+https://github.com/rust-lang/crates.io-index"
 2355checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2356dependencies = [
 2357 "darling 0.20.11",
 2358 "proc-macro2",
 2359 "quote",
 2360 "syn 2.0.117",
 2361]
 2362
 2363[[package]]
 2364name = "cached_proc_macro_types"
 2365version = "0.1.1"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2368
 2369[[package]]
 2370name = "call"
 2371version = "0.1.0"
 2372dependencies = [
 2373 "anyhow",
 2374 "audio",
 2375 "client",
 2376 "collections",
 2377 "feature_flags",
 2378 "fs",
 2379 "futures 0.3.32",
 2380 "gpui",
 2381 "gpui_tokio",
 2382 "language",
 2383 "livekit_client",
 2384 "log",
 2385 "postage",
 2386 "project",
 2387 "serde",
 2388 "settings",
 2389 "telemetry",
 2390 "util",
 2391 "workspace",
 2392]
 2393
 2394[[package]]
 2395name = "calloop"
 2396version = "0.14.3"
 2397source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2398dependencies = [
 2399 "bitflags 2.10.0",
 2400 "polling",
 2401 "rustix 1.1.2",
 2402 "slab",
 2403 "tracing",
 2404]
 2405
 2406[[package]]
 2407name = "calloop-wayland-source"
 2408version = "0.4.1"
 2409source = "registry+https://github.com/rust-lang/crates.io-index"
 2410checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2411dependencies = [
 2412 "calloop",
 2413 "rustix 1.1.2",
 2414 "wayland-backend",
 2415 "wayland-client",
 2416]
 2417
 2418[[package]]
 2419name = "camino"
 2420version = "1.2.1"
 2421source = "registry+https://github.com/rust-lang/crates.io-index"
 2422checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2423dependencies = [
 2424 "serde_core",
 2425]
 2426
 2427[[package]]
 2428name = "candle-core"
 2429version = "0.9.1"
 2430source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2431dependencies = [
 2432 "byteorder",
 2433 "float8",
 2434 "gemm 0.17.1",
 2435 "half",
 2436 "memmap2",
 2437 "num-traits",
 2438 "num_cpus",
 2439 "rand 0.9.3",
 2440 "rand_distr",
 2441 "rayon",
 2442 "safetensors",
 2443 "thiserror 1.0.69",
 2444 "ug",
 2445 "yoke 0.7.5",
 2446 "zip 1.1.4",
 2447]
 2448
 2449[[package]]
 2450name = "candle-nn"
 2451version = "0.9.1"
 2452source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2453dependencies = [
 2454 "candle-core",
 2455 "half",
 2456 "libc",
 2457 "num-traits",
 2458 "rayon",
 2459 "safetensors",
 2460 "serde",
 2461 "thiserror 1.0.69",
 2462]
 2463
 2464[[package]]
 2465name = "candle-onnx"
 2466version = "0.9.1"
 2467source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2468dependencies = [
 2469 "candle-core",
 2470 "candle-nn",
 2471 "prost 0.12.6",
 2472]
 2473
 2474[[package]]
 2475name = "cap-fs-ext"
 2476version = "3.4.4"
 2477source = "registry+https://github.com/rust-lang/crates.io-index"
 2478checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2479dependencies = [
 2480 "cap-primitives",
 2481 "cap-std",
 2482 "io-lifetimes",
 2483 "windows-sys 0.59.0",
 2484]
 2485
 2486[[package]]
 2487name = "cap-net-ext"
 2488version = "3.4.4"
 2489source = "registry+https://github.com/rust-lang/crates.io-index"
 2490checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2491dependencies = [
 2492 "cap-primitives",
 2493 "cap-std",
 2494 "rustix 1.1.2",
 2495 "smallvec",
 2496]
 2497
 2498[[package]]
 2499name = "cap-primitives"
 2500version = "3.4.4"
 2501source = "registry+https://github.com/rust-lang/crates.io-index"
 2502checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2503dependencies = [
 2504 "ambient-authority",
 2505 "fs-set-times",
 2506 "io-extras",
 2507 "io-lifetimes",
 2508 "ipnet",
 2509 "maybe-owned",
 2510 "rustix 1.1.2",
 2511 "rustix-linux-procfs",
 2512 "windows-sys 0.59.0",
 2513 "winx",
 2514]
 2515
 2516[[package]]
 2517name = "cap-rand"
 2518version = "3.4.4"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2521dependencies = [
 2522 "ambient-authority",
 2523 "rand 0.8.5",
 2524]
 2525
 2526[[package]]
 2527name = "cap-std"
 2528version = "3.4.4"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2531dependencies = [
 2532 "cap-primitives",
 2533 "io-extras",
 2534 "io-lifetimes",
 2535 "rustix 1.1.2",
 2536]
 2537
 2538[[package]]
 2539name = "cap-time-ext"
 2540version = "3.4.4"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2543dependencies = [
 2544 "ambient-authority",
 2545 "cap-primitives",
 2546 "iana-time-zone",
 2547 "once_cell",
 2548 "rustix 1.1.2",
 2549 "winx",
 2550]
 2551
 2552[[package]]
 2553name = "cargo-platform"
 2554version = "0.1.9"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2557dependencies = [
 2558 "serde",
 2559]
 2560
 2561[[package]]
 2562name = "cargo-platform"
 2563version = "0.3.2"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2566dependencies = [
 2567 "serde",
 2568 "serde_core",
 2569]
 2570
 2571[[package]]
 2572name = "cargo_metadata"
 2573version = "0.19.2"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2576dependencies = [
 2577 "camino",
 2578 "cargo-platform 0.1.9",
 2579 "semver",
 2580 "serde",
 2581 "serde_json",
 2582 "thiserror 2.0.17",
 2583]
 2584
 2585[[package]]
 2586name = "cargo_metadata"
 2587version = "0.23.1"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2590dependencies = [
 2591 "camino",
 2592 "cargo-platform 0.3.2",
 2593 "semver",
 2594 "serde",
 2595 "serde_json",
 2596 "thiserror 2.0.17",
 2597]
 2598
 2599[[package]]
 2600name = "cargo_toml"
 2601version = "0.21.0"
 2602source = "registry+https://github.com/rust-lang/crates.io-index"
 2603checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2604dependencies = [
 2605 "serde",
 2606 "toml 0.8.23",
 2607]
 2608
 2609[[package]]
 2610name = "cast"
 2611version = "0.3.0"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2614
 2615[[package]]
 2616name = "cbc"
 2617version = "0.1.2"
 2618source = "registry+https://github.com/rust-lang/crates.io-index"
 2619checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2620dependencies = [
 2621 "cipher",
 2622]
 2623
 2624[[package]]
 2625name = "cbindgen"
 2626version = "0.28.0"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2629dependencies = [
 2630 "heck 0.4.1",
 2631 "indexmap",
 2632 "log",
 2633 "proc-macro2",
 2634 "quote",
 2635 "serde",
 2636 "serde_json",
 2637 "syn 2.0.117",
 2638 "tempfile",
 2639 "toml 0.8.23",
 2640]
 2641
 2642[[package]]
 2643name = "cc"
 2644version = "1.2.49"
 2645source = "registry+https://github.com/rust-lang/crates.io-index"
 2646checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2647dependencies = [
 2648 "find-msvc-tools",
 2649 "jobserver",
 2650 "libc",
 2651 "shlex",
 2652]
 2653
 2654[[package]]
 2655name = "cesu8"
 2656version = "1.1.0"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2659
 2660[[package]]
 2661name = "cexpr"
 2662version = "0.6.0"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2665dependencies = [
 2666 "nom 7.1.3",
 2667]
 2668
 2669[[package]]
 2670name = "cfg-expr"
 2671version = "0.15.8"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2674dependencies = [
 2675 "smallvec",
 2676 "target-lexicon 0.12.16",
 2677]
 2678
 2679[[package]]
 2680name = "cfg-expr"
 2681version = "0.20.6"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2684dependencies = [
 2685 "smallvec",
 2686 "target-lexicon 0.13.3",
 2687]
 2688
 2689[[package]]
 2690name = "cfg-if"
 2691version = "1.0.4"
 2692source = "registry+https://github.com/rust-lang/crates.io-index"
 2693checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2694
 2695[[package]]
 2696name = "cfg_aliases"
 2697version = "0.1.1"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2700
 2701[[package]]
 2702name = "cfg_aliases"
 2703version = "0.2.1"
 2704source = "registry+https://github.com/rust-lang/crates.io-index"
 2705checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2706
 2707[[package]]
 2708name = "cgl"
 2709version = "0.3.2"
 2710source = "registry+https://github.com/rust-lang/crates.io-index"
 2711checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2712dependencies = [
 2713 "libc",
 2714]
 2715
 2716[[package]]
 2717name = "channel"
 2718version = "0.1.0"
 2719dependencies = [
 2720 "anyhow",
 2721 "client",
 2722 "clock",
 2723 "collections",
 2724 "futures 0.3.32",
 2725 "gpui",
 2726 "http_client",
 2727 "language",
 2728 "log",
 2729 "postage",
 2730 "release_channel",
 2731 "rpc",
 2732 "semver",
 2733 "settings",
 2734 "text",
 2735 "time",
 2736 "util",
 2737]
 2738
 2739[[package]]
 2740name = "chardetng"
 2741version = "0.1.17"
 2742source = "registry+https://github.com/rust-lang/crates.io-index"
 2743checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2744dependencies = [
 2745 "cfg-if",
 2746 "encoding_rs",
 2747 "memchr",
 2748]
 2749
 2750[[package]]
 2751name = "chrono"
 2752version = "0.4.42"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2755dependencies = [
 2756 "iana-time-zone",
 2757 "js-sys",
 2758 "num-traits",
 2759 "serde",
 2760 "wasm-bindgen",
 2761 "windows-link 0.2.1",
 2762]
 2763
 2764[[package]]
 2765name = "chunked_transfer"
 2766version = "1.5.0"
 2767source = "registry+https://github.com/rust-lang/crates.io-index"
 2768checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2769
 2770[[package]]
 2771name = "ciborium"
 2772version = "0.2.2"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2775dependencies = [
 2776 "ciborium-io",
 2777 "ciborium-ll",
 2778 "serde",
 2779]
 2780
 2781[[package]]
 2782name = "ciborium-io"
 2783version = "0.2.2"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2786
 2787[[package]]
 2788name = "ciborium-ll"
 2789version = "0.2.2"
 2790source = "registry+https://github.com/rust-lang/crates.io-index"
 2791checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2792dependencies = [
 2793 "ciborium-io",
 2794 "half",
 2795]
 2796
 2797[[package]]
 2798name = "cipher"
 2799version = "0.4.4"
 2800source = "registry+https://github.com/rust-lang/crates.io-index"
 2801checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2802dependencies = [
 2803 "crypto-common",
 2804 "inout",
 2805 "zeroize",
 2806]
 2807
 2808[[package]]
 2809name = "circular-buffer"
 2810version = "1.2.0"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2813
 2814[[package]]
 2815name = "clang-sys"
 2816version = "1.8.1"
 2817source = "registry+https://github.com/rust-lang/crates.io-index"
 2818checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2819dependencies = [
 2820 "glob",
 2821 "libc",
 2822 "libloading",
 2823]
 2824
 2825[[package]]
 2826name = "clap"
 2827version = "4.5.49"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2830dependencies = [
 2831 "clap_builder",
 2832 "clap_derive",
 2833]
 2834
 2835[[package]]
 2836name = "clap_builder"
 2837version = "4.5.49"
 2838source = "registry+https://github.com/rust-lang/crates.io-index"
 2839checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2840dependencies = [
 2841 "anstream",
 2842 "anstyle",
 2843 "clap_lex",
 2844 "strsim",
 2845 "terminal_size",
 2846]
 2847
 2848[[package]]
 2849name = "clap_complete"
 2850version = "4.5.59"
 2851source = "registry+https://github.com/rust-lang/crates.io-index"
 2852checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2853dependencies = [
 2854 "clap",
 2855]
 2856
 2857[[package]]
 2858name = "clap_derive"
 2859version = "4.5.49"
 2860source = "registry+https://github.com/rust-lang/crates.io-index"
 2861checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2862dependencies = [
 2863 "heck 0.5.0",
 2864 "proc-macro2",
 2865 "quote",
 2866 "syn 2.0.117",
 2867]
 2868
 2869[[package]]
 2870name = "clap_lex"
 2871version = "0.7.6"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2874
 2875[[package]]
 2876name = "cli"
 2877version = "0.1.0"
 2878dependencies = [
 2879 "anyhow",
 2880 "askpass",
 2881 "clap",
 2882 "collections",
 2883 "console",
 2884 "core-foundation 0.10.0",
 2885 "core-services",
 2886 "dialoguer",
 2887 "exec",
 2888 "fork",
 2889 "ipc-channel",
 2890 "parking_lot",
 2891 "paths",
 2892 "plist",
 2893 "rayon",
 2894 "release_channel",
 2895 "serde",
 2896 "serde_json",
 2897 "tempfile",
 2898 "util",
 2899 "walkdir",
 2900 "windows 0.61.3",
 2901]
 2902
 2903[[package]]
 2904name = "client"
 2905version = "0.1.0"
 2906dependencies = [
 2907 "anyhow",
 2908 "async-tungstenite",
 2909 "base64 0.22.1",
 2910 "chrono",
 2911 "clock",
 2912 "cloud_api_client",
 2913 "cloud_api_types",
 2914 "cloud_llm_client",
 2915 "collections",
 2916 "credentials_provider",
 2917 "db",
 2918 "derive_more",
 2919 "feature_flags",
 2920 "fs",
 2921 "futures 0.3.32",
 2922 "gpui",
 2923 "gpui_tokio",
 2924 "http_client",
 2925 "http_client_tls",
 2926 "httparse",
 2927 "log",
 2928 "objc2-foundation",
 2929 "parking_lot",
 2930 "paths",
 2931 "postage",
 2932 "rand 0.9.3",
 2933 "regex",
 2934 "release_channel",
 2935 "rpc",
 2936 "rustls-pki-types",
 2937 "semver",
 2938 "serde",
 2939 "serde_json",
 2940 "serde_urlencoded",
 2941 "settings",
 2942 "sha2",
 2943 "smol",
 2944 "telemetry",
 2945 "telemetry_events",
 2946 "text",
 2947 "thiserror 2.0.17",
 2948 "time",
 2949 "tiny_http",
 2950 "tokio",
 2951 "tokio-native-tls",
 2952 "tokio-rustls 0.26.2",
 2953 "tokio-socks",
 2954 "url",
 2955 "util",
 2956 "windows 0.61.3",
 2957 "worktree",
 2958 "zed_credentials_provider",
 2959]
 2960
 2961[[package]]
 2962name = "clock"
 2963version = "0.1.0"
 2964dependencies = [
 2965 "parking_lot",
 2966 "serde",
 2967 "smallvec",
 2968]
 2969
 2970[[package]]
 2971name = "cloud_api_client"
 2972version = "0.1.0"
 2973dependencies = [
 2974 "anyhow",
 2975 "cloud_api_types",
 2976 "futures 0.3.32",
 2977 "gpui",
 2978 "gpui_tokio",
 2979 "http_client",
 2980 "parking_lot",
 2981 "serde_json",
 2982 "smol",
 2983 "thiserror 2.0.17",
 2984 "yawc",
 2985]
 2986
 2987[[package]]
 2988name = "cloud_api_types"
 2989version = "0.1.0"
 2990dependencies = [
 2991 "anyhow",
 2992 "chrono",
 2993 "ciborium",
 2994 "cloud_llm_client",
 2995 "pretty_assertions",
 2996 "serde",
 2997 "serde_json",
 2998 "strum 0.27.2",
 2999]
 3000
 3001[[package]]
 3002name = "cloud_llm_client"
 3003version = "0.1.0"
 3004dependencies = [
 3005 "anyhow",
 3006 "serde",
 3007 "serde_json",
 3008 "strum 0.27.2",
 3009 "uuid",
 3010 "zeta_prompt",
 3011]
 3012
 3013[[package]]
 3014name = "cmake"
 3015version = "0.1.56"
 3016source = "registry+https://github.com/rust-lang/crates.io-index"
 3017checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3018dependencies = [
 3019 "cc",
 3020]
 3021
 3022[[package]]
 3023name = "cobs"
 3024version = "0.3.0"
 3025source = "registry+https://github.com/rust-lang/crates.io-index"
 3026checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3027dependencies = [
 3028 "thiserror 2.0.17",
 3029]
 3030
 3031[[package]]
 3032name = "cocoa"
 3033version = "0.25.0"
 3034source = "registry+https://github.com/rust-lang/crates.io-index"
 3035checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3036dependencies = [
 3037 "bitflags 1.3.2",
 3038 "block",
 3039 "cocoa-foundation 0.1.2",
 3040 "core-foundation 0.9.4",
 3041 "core-graphics 0.23.2",
 3042 "foreign-types 0.5.0",
 3043 "libc",
 3044 "objc",
 3045]
 3046
 3047[[package]]
 3048name = "cocoa"
 3049version = "0.26.0"
 3050source = "registry+https://github.com/rust-lang/crates.io-index"
 3051checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3052dependencies = [
 3053 "bitflags 2.10.0",
 3054 "block",
 3055 "cocoa-foundation 0.2.0",
 3056 "core-foundation 0.10.0",
 3057 "core-graphics 0.24.0",
 3058 "foreign-types 0.5.0",
 3059 "libc",
 3060 "objc",
 3061]
 3062
 3063[[package]]
 3064name = "cocoa-foundation"
 3065version = "0.1.2"
 3066source = "registry+https://github.com/rust-lang/crates.io-index"
 3067checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3068dependencies = [
 3069 "bitflags 1.3.2",
 3070 "block",
 3071 "core-foundation 0.9.4",
 3072 "core-graphics-types 0.1.3",
 3073 "libc",
 3074 "objc",
 3075]
 3076
 3077[[package]]
 3078name = "cocoa-foundation"
 3079version = "0.2.0"
 3080source = "registry+https://github.com/rust-lang/crates.io-index"
 3081checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3082dependencies = [
 3083 "bitflags 2.10.0",
 3084 "block",
 3085 "core-foundation 0.10.0",
 3086 "core-graphics-types 0.2.0",
 3087 "libc",
 3088 "objc",
 3089]
 3090
 3091[[package]]
 3092name = "codespan-reporting"
 3093version = "0.13.0"
 3094source = "registry+https://github.com/rust-lang/crates.io-index"
 3095checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3096dependencies = [
 3097 "serde",
 3098 "termcolor",
 3099 "unicode-width",
 3100]
 3101
 3102[[package]]
 3103name = "codestral"
 3104version = "0.1.0"
 3105dependencies = [
 3106 "anyhow",
 3107 "edit_prediction",
 3108 "edit_prediction_types",
 3109 "futures 0.3.32",
 3110 "gpui",
 3111 "http_client",
 3112 "icons",
 3113 "language",
 3114 "language_model",
 3115 "log",
 3116 "serde",
 3117 "serde_json",
 3118 "text",
 3119 "zed_credentials_provider",
 3120 "zeta_prompt",
 3121]
 3122
 3123[[package]]
 3124name = "collab"
 3125version = "0.44.0"
 3126dependencies = [
 3127 "agent",
 3128 "anyhow",
 3129 "async-trait",
 3130 "async-tungstenite",
 3131 "aws-config",
 3132 "aws-sdk-kinesis",
 3133 "aws-sdk-s3",
 3134 "axum",
 3135 "buffer_diff",
 3136 "call",
 3137 "channel",
 3138 "chrono",
 3139 "client",
 3140 "clock",
 3141 "cloud_api_types",
 3142 "collab",
 3143 "collab_ui",
 3144 "collections",
 3145 "command_palette_hooks",
 3146 "ctor",
 3147 "dap",
 3148 "dap_adapters",
 3149 "dashmap",
 3150 "debugger_ui",
 3151 "editor",
 3152 "envy",
 3153 "extension",
 3154 "file_finder",
 3155 "fs",
 3156 "futures 0.3.32",
 3157 "git",
 3158 "git_hosting_providers",
 3159 "git_ui",
 3160 "gpui",
 3161 "gpui_tokio",
 3162 "hex",
 3163 "http_client",
 3164 "indoc",
 3165 "language",
 3166 "language_model",
 3167 "livekit_api",
 3168 "livekit_client",
 3169 "log",
 3170 "lsp",
 3171 "menu",
 3172 "multi_buffer",
 3173 "nanoid",
 3174 "node_runtime",
 3175 "notifications",
 3176 "parking_lot",
 3177 "pretty_assertions",
 3178 "project",
 3179 "prometheus",
 3180 "prompt_store",
 3181 "prost 0.9.0",
 3182 "rand 0.9.3",
 3183 "recent_projects",
 3184 "release_channel",
 3185 "remote",
 3186 "remote_server",
 3187 "reqwest 0.11.27",
 3188 "rpc",
 3189 "sea-orm",
 3190 "sea-orm-macros",
 3191 "semver",
 3192 "serde",
 3193 "serde_json",
 3194 "session",
 3195 "settings",
 3196 "sha2",
 3197 "smol",
 3198 "sqlx",
 3199 "strum 0.27.2",
 3200 "task",
 3201 "telemetry_events",
 3202 "text",
 3203 "theme",
 3204 "theme_settings",
 3205 "time",
 3206 "tokio",
 3207 "toml 0.8.23",
 3208 "tower 0.4.13",
 3209 "tower-http 0.4.4",
 3210 "tracing",
 3211 "tracing-subscriber",
 3212 "unindent",
 3213 "util",
 3214 "uuid",
 3215 "workspace",
 3216 "worktree",
 3217 "zed_actions",
 3218 "zlog",
 3219]
 3220
 3221[[package]]
 3222name = "collab_ui"
 3223version = "0.1.0"
 3224dependencies = [
 3225 "anyhow",
 3226 "call",
 3227 "channel",
 3228 "client",
 3229 "collections",
 3230 "db",
 3231 "editor",
 3232 "futures 0.3.32",
 3233 "fuzzy",
 3234 "gpui",
 3235 "livekit_client",
 3236 "menu",
 3237 "notifications",
 3238 "picker",
 3239 "project",
 3240 "release_channel",
 3241 "rpc",
 3242 "serde",
 3243 "serde_json",
 3244 "settings",
 3245 "smallvec",
 3246 "telemetry",
 3247 "theme",
 3248 "theme_settings",
 3249 "time",
 3250 "title_bar",
 3251 "ui",
 3252 "util",
 3253 "workspace",
 3254 "zed_actions",
 3255]
 3256
 3257[[package]]
 3258name = "collections"
 3259version = "0.1.0"
 3260dependencies = [
 3261 "indexmap",
 3262 "rustc-hash 2.1.1",
 3263]
 3264
 3265[[package]]
 3266name = "color_quant"
 3267version = "1.1.0"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3270
 3271[[package]]
 3272name = "colorchoice"
 3273version = "1.0.4"
 3274source = "registry+https://github.com/rust-lang/crates.io-index"
 3275checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3276
 3277[[package]]
 3278name = "combine"
 3279version = "4.6.7"
 3280source = "registry+https://github.com/rust-lang/crates.io-index"
 3281checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3282dependencies = [
 3283 "bytes 1.11.1",
 3284 "memchr",
 3285]
 3286
 3287[[package]]
 3288name = "command-fds"
 3289version = "0.3.2"
 3290source = "registry+https://github.com/rust-lang/crates.io-index"
 3291checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3292dependencies = [
 3293 "nix 0.30.1",
 3294 "thiserror 2.0.17",
 3295]
 3296
 3297[[package]]
 3298name = "command_palette"
 3299version = "0.1.0"
 3300dependencies = [
 3301 "anyhow",
 3302 "client",
 3303 "collections",
 3304 "command_palette_hooks",
 3305 "db",
 3306 "editor",
 3307 "fuzzy",
 3308 "go_to_line",
 3309 "gpui",
 3310 "language",
 3311 "log",
 3312 "menu",
 3313 "picker",
 3314 "postage",
 3315 "project",
 3316 "serde",
 3317 "settings",
 3318 "telemetry",
 3319 "theme",
 3320 "theme_settings",
 3321 "time",
 3322 "ui",
 3323 "util",
 3324 "workspace",
 3325 "zed_actions",
 3326]
 3327
 3328[[package]]
 3329name = "command_palette_hooks"
 3330version = "0.1.0"
 3331dependencies = [
 3332 "collections",
 3333 "derive_more",
 3334 "gpui",
 3335 "workspace",
 3336]
 3337
 3338[[package]]
 3339name = "compliance"
 3340version = "0.1.0"
 3341dependencies = [
 3342 "anyhow",
 3343 "async-trait",
 3344 "derive_more",
 3345 "futures 0.3.32",
 3346 "indoc",
 3347 "itertools 0.14.0",
 3348 "jsonwebtoken",
 3349 "octocrab",
 3350 "regex",
 3351 "semver",
 3352 "serde",
 3353 "serde_json",
 3354 "tokio",
 3355]
 3356
 3357[[package]]
 3358name = "component"
 3359version = "0.1.0"
 3360dependencies = [
 3361 "collections",
 3362 "documented",
 3363 "gpui",
 3364 "inventory",
 3365 "parking_lot",
 3366 "strum 0.27.2",
 3367 "theme",
 3368]
 3369
 3370[[package]]
 3371name = "component_preview"
 3372version = "0.1.0"
 3373dependencies = [
 3374 "anyhow",
 3375 "client",
 3376 "collections",
 3377 "component",
 3378 "db",
 3379 "fs",
 3380 "gpui",
 3381 "gpui_platform",
 3382 "language",
 3383 "log",
 3384 "node_runtime",
 3385 "notifications",
 3386 "project",
 3387 "release_channel",
 3388 "reqwest_client",
 3389 "session",
 3390 "settings",
 3391 "theme",
 3392 "theme_settings",
 3393 "ui",
 3394 "ui_input",
 3395 "uuid",
 3396 "workspace",
 3397]
 3398
 3399[[package]]
 3400name = "compression-codecs"
 3401version = "0.4.31"
 3402source = "registry+https://github.com/rust-lang/crates.io-index"
 3403checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3404dependencies = [
 3405 "bzip2 0.6.1",
 3406 "compression-core",
 3407 "deflate64",
 3408 "flate2",
 3409 "memchr",
 3410]
 3411
 3412[[package]]
 3413name = "compression-core"
 3414version = "0.4.29"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3417
 3418[[package]]
 3419name = "concurrent-queue"
 3420version = "2.5.0"
 3421source = "registry+https://github.com/rust-lang/crates.io-index"
 3422checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3423dependencies = [
 3424 "crossbeam-utils",
 3425]
 3426
 3427[[package]]
 3428name = "console"
 3429version = "0.16.3"
 3430source = "registry+https://github.com/rust-lang/crates.io-index"
 3431checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3432dependencies = [
 3433 "encode_unicode",
 3434 "libc",
 3435 "unicode-width",
 3436 "windows-sys 0.61.2",
 3437]
 3438
 3439[[package]]
 3440name = "console_error_panic_hook"
 3441version = "0.1.7"
 3442source = "registry+https://github.com/rust-lang/crates.io-index"
 3443checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3444dependencies = [
 3445 "cfg-if",
 3446 "wasm-bindgen",
 3447]
 3448
 3449[[package]]
 3450name = "const-oid"
 3451version = "0.9.6"
 3452source = "registry+https://github.com/rust-lang/crates.io-index"
 3453checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3454
 3455[[package]]
 3456name = "const-random"
 3457version = "0.1.18"
 3458source = "registry+https://github.com/rust-lang/crates.io-index"
 3459checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3460dependencies = [
 3461 "const-random-macro",
 3462]
 3463
 3464[[package]]
 3465name = "const-random-macro"
 3466version = "0.1.16"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3469dependencies = [
 3470 "getrandom 0.2.16",
 3471 "once_cell",
 3472 "tiny-keccak",
 3473]
 3474
 3475[[package]]
 3476name = "const_format"
 3477version = "0.2.35"
 3478source = "registry+https://github.com/rust-lang/crates.io-index"
 3479checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3480dependencies = [
 3481 "const_format_proc_macros",
 3482]
 3483
 3484[[package]]
 3485name = "const_format_proc_macros"
 3486version = "0.2.34"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3489dependencies = [
 3490 "proc-macro2",
 3491 "quote",
 3492 "unicode-xid",
 3493]
 3494
 3495[[package]]
 3496name = "constant_time_eq"
 3497version = "0.1.5"
 3498source = "registry+https://github.com/rust-lang/crates.io-index"
 3499checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3500
 3501[[package]]
 3502name = "context_server"
 3503version = "0.1.0"
 3504dependencies = [
 3505 "anyhow",
 3506 "async-trait",
 3507 "base64 0.22.1",
 3508 "collections",
 3509 "futures 0.3.32",
 3510 "gpui",
 3511 "http_client",
 3512 "log",
 3513 "net",
 3514 "parking_lot",
 3515 "postage",
 3516 "rand 0.9.3",
 3517 "schemars",
 3518 "serde",
 3519 "serde_json",
 3520 "settings",
 3521 "sha2",
 3522 "slotmap",
 3523 "smol",
 3524 "tempfile",
 3525 "terminal",
 3526 "tiny_http",
 3527 "url",
 3528 "util",
 3529]
 3530
 3531[[package]]
 3532name = "convert_case"
 3533version = "0.8.0"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3536dependencies = [
 3537 "unicode-segmentation",
 3538]
 3539
 3540[[package]]
 3541name = "convert_case"
 3542version = "0.10.0"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3545dependencies = [
 3546 "unicode-segmentation",
 3547]
 3548
 3549[[package]]
 3550name = "convert_case"
 3551version = "0.11.0"
 3552source = "registry+https://github.com/rust-lang/crates.io-index"
 3553checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3554dependencies = [
 3555 "unicode-segmentation",
 3556]
 3557
 3558[[package]]
 3559name = "copilot"
 3560version = "0.1.0"
 3561dependencies = [
 3562 "anyhow",
 3563 "async-std",
 3564 "collections",
 3565 "command_palette_hooks",
 3566 "copilot_chat",
 3567 "edit_prediction_types",
 3568 "editor",
 3569 "fs",
 3570 "futures 0.3.32",
 3571 "gpui",
 3572 "icons",
 3573 "indoc",
 3574 "language",
 3575 "log",
 3576 "lsp",
 3577 "node_runtime",
 3578 "parking_lot",
 3579 "paths",
 3580 "pretty_assertions",
 3581 "project",
 3582 "rpc",
 3583 "semver",
 3584 "serde",
 3585 "serde_json",
 3586 "settings",
 3587 "sum_tree",
 3588 "theme",
 3589 "theme_settings",
 3590 "util",
 3591 "workspace",
 3592 "zlog",
 3593]
 3594
 3595[[package]]
 3596name = "copilot_chat"
 3597version = "0.1.0"
 3598dependencies = [
 3599 "anthropic",
 3600 "anyhow",
 3601 "collections",
 3602 "dirs",
 3603 "fs",
 3604 "futures 0.3.32",
 3605 "gpui",
 3606 "http_client",
 3607 "log",
 3608 "paths",
 3609 "serde",
 3610 "serde_json",
 3611 "settings",
 3612]
 3613
 3614[[package]]
 3615name = "copilot_ui"
 3616version = "0.1.0"
 3617dependencies = [
 3618 "anyhow",
 3619 "copilot",
 3620 "gpui",
 3621 "language",
 3622 "log",
 3623 "lsp",
 3624 "menu",
 3625 "project",
 3626 "serde_json",
 3627 "settings",
 3628 "ui",
 3629 "util",
 3630 "workspace",
 3631]
 3632
 3633[[package]]
 3634name = "core-foundation"
 3635version = "0.9.4"
 3636source = "registry+https://github.com/rust-lang/crates.io-index"
 3637checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3638dependencies = [
 3639 "core-foundation-sys",
 3640 "libc",
 3641]
 3642
 3643[[package]]
 3644name = "core-foundation"
 3645version = "0.10.0"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3648dependencies = [
 3649 "core-foundation-sys",
 3650 "libc",
 3651]
 3652
 3653[[package]]
 3654name = "core-foundation-sys"
 3655version = "0.8.7"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3658
 3659[[package]]
 3660name = "core-graphics"
 3661version = "0.23.2"
 3662source = "registry+https://github.com/rust-lang/crates.io-index"
 3663checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3664dependencies = [
 3665 "bitflags 1.3.2",
 3666 "core-foundation 0.9.4",
 3667 "core-graphics-types 0.1.3",
 3668 "foreign-types 0.5.0",
 3669 "libc",
 3670]
 3671
 3672[[package]]
 3673name = "core-graphics"
 3674version = "0.24.0"
 3675source = "registry+https://github.com/rust-lang/crates.io-index"
 3676checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3677dependencies = [
 3678 "bitflags 2.10.0",
 3679 "core-foundation 0.10.0",
 3680 "core-graphics-types 0.2.0",
 3681 "foreign-types 0.5.0",
 3682 "libc",
 3683]
 3684
 3685[[package]]
 3686name = "core-graphics-helmer-fork"
 3687version = "0.24.0"
 3688source = "registry+https://github.com/rust-lang/crates.io-index"
 3689checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3690dependencies = [
 3691 "bitflags 2.10.0",
 3692 "core-foundation 0.9.4",
 3693 "core-graphics-types 0.1.3",
 3694 "foreign-types 0.5.0",
 3695 "libc",
 3696]
 3697
 3698[[package]]
 3699name = "core-graphics-types"
 3700version = "0.1.3"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3703dependencies = [
 3704 "bitflags 1.3.2",
 3705 "core-foundation 0.9.4",
 3706 "libc",
 3707]
 3708
 3709[[package]]
 3710name = "core-graphics-types"
 3711version = "0.2.0"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3714dependencies = [
 3715 "bitflags 2.10.0",
 3716 "core-foundation 0.10.0",
 3717 "libc",
 3718]
 3719
 3720[[package]]
 3721name = "core-graphics2"
 3722version = "0.5.2"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3725dependencies = [
 3726 "bitflags 2.10.0",
 3727 "block",
 3728 "cfg-if",
 3729 "core-foundation 0.10.0",
 3730 "libc",
 3731]
 3732
 3733[[package]]
 3734name = "core-services"
 3735version = "0.2.1"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3738dependencies = [
 3739 "core-foundation 0.9.4",
 3740]
 3741
 3742[[package]]
 3743name = "core-text"
 3744version = "21.0.0"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3747dependencies = [
 3748 "core-foundation 0.10.0",
 3749 "core-graphics 0.24.0",
 3750 "foreign-types 0.5.0",
 3751 "libc",
 3752]
 3753
 3754[[package]]
 3755name = "core-video"
 3756version = "0.5.2"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3759dependencies = [
 3760 "block",
 3761 "core-foundation 0.10.0",
 3762 "core-graphics2",
 3763 "io-surface",
 3764 "libc",
 3765 "metal",
 3766]
 3767
 3768[[package]]
 3769name = "core_maths"
 3770version = "0.1.1"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3773dependencies = [
 3774 "libm",
 3775]
 3776
 3777[[package]]
 3778name = "coreaudio-rs"
 3779version = "0.12.1"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3782dependencies = [
 3783 "bitflags 1.3.2",
 3784 "core-foundation-sys",
 3785 "coreaudio-sys",
 3786]
 3787
 3788[[package]]
 3789name = "coreaudio-rs"
 3790version = "0.13.0"
 3791source = "registry+https://github.com/rust-lang/crates.io-index"
 3792checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3793dependencies = [
 3794 "bitflags 1.3.2",
 3795 "libc",
 3796 "objc2-audio-toolbox",
 3797 "objc2-core-audio",
 3798 "objc2-core-audio-types",
 3799 "objc2-core-foundation",
 3800]
 3801
 3802[[package]]
 3803name = "coreaudio-sys"
 3804version = "0.2.17"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3807dependencies = [
 3808 "bindgen 0.72.1",
 3809]
 3810
 3811[[package]]
 3812name = "cosmic-text"
 3813version = "0.17.1"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3816dependencies = [
 3817 "bitflags 2.10.0",
 3818 "fontdb 0.23.0",
 3819 "harfrust",
 3820 "linebender_resource_handle",
 3821 "log",
 3822 "rangemap",
 3823 "rustc-hash 2.1.1",
 3824 "self_cell",
 3825 "skrifa 0.40.0",
 3826 "smol_str",
 3827 "swash",
 3828 "sys-locale",
 3829 "unicode-bidi",
 3830 "unicode-linebreak",
 3831 "unicode-script",
 3832 "unicode-segmentation",
 3833]
 3834
 3835[[package]]
 3836name = "cpal"
 3837version = "0.17.1"
 3838source = "registry+https://github.com/rust-lang/crates.io-index"
 3839checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3840dependencies = [
 3841 "alsa",
 3842 "coreaudio-rs 0.13.0",
 3843 "dasp_sample",
 3844 "jni",
 3845 "js-sys",
 3846 "libc",
 3847 "mach2 0.5.0",
 3848 "ndk",
 3849 "ndk-context",
 3850 "num-derive",
 3851 "num-traits",
 3852 "objc2",
 3853 "objc2-audio-toolbox",
 3854 "objc2-avf-audio",
 3855 "objc2-core-audio",
 3856 "objc2-core-audio-types",
 3857 "objc2-core-foundation",
 3858 "objc2-foundation",
 3859 "wasm-bindgen",
 3860 "wasm-bindgen-futures",
 3861 "web-sys",
 3862 "windows 0.62.2",
 3863]
 3864
 3865[[package]]
 3866name = "cpp_demangle"
 3867version = "0.4.5"
 3868source = "registry+https://github.com/rust-lang/crates.io-index"
 3869checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3870dependencies = [
 3871 "cfg-if",
 3872]
 3873
 3874[[package]]
 3875name = "cpufeatures"
 3876version = "0.2.17"
 3877source = "registry+https://github.com/rust-lang/crates.io-index"
 3878checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3879dependencies = [
 3880 "libc",
 3881]
 3882
 3883[[package]]
 3884name = "cranelift-assembler-x64"
 3885version = "0.123.7"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3888dependencies = [
 3889 "cranelift-assembler-x64-meta",
 3890]
 3891
 3892[[package]]
 3893name = "cranelift-assembler-x64-meta"
 3894version = "0.123.7"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3897dependencies = [
 3898 "cranelift-srcgen",
 3899]
 3900
 3901[[package]]
 3902name = "cranelift-bforest"
 3903version = "0.123.7"
 3904source = "registry+https://github.com/rust-lang/crates.io-index"
 3905checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3906dependencies = [
 3907 "cranelift-entity",
 3908]
 3909
 3910[[package]]
 3911name = "cranelift-bitset"
 3912version = "0.123.7"
 3913source = "registry+https://github.com/rust-lang/crates.io-index"
 3914checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3915dependencies = [
 3916 "serde",
 3917 "serde_derive",
 3918]
 3919
 3920[[package]]
 3921name = "cranelift-codegen"
 3922version = "0.123.7"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3925dependencies = [
 3926 "bumpalo",
 3927 "cranelift-assembler-x64",
 3928 "cranelift-bforest",
 3929 "cranelift-bitset",
 3930 "cranelift-codegen-meta",
 3931 "cranelift-codegen-shared",
 3932 "cranelift-control",
 3933 "cranelift-entity",
 3934 "cranelift-isle",
 3935 "gimli",
 3936 "hashbrown 0.15.5",
 3937 "log",
 3938 "postcard",
 3939 "pulley-interpreter",
 3940 "regalloc2",
 3941 "rustc-hash 2.1.1",
 3942 "serde",
 3943 "serde_derive",
 3944 "sha2",
 3945 "smallvec",
 3946 "target-lexicon 0.13.3",
 3947 "wasmtime-internal-math",
 3948]
 3949
 3950[[package]]
 3951name = "cranelift-codegen-meta"
 3952version = "0.123.7"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3955dependencies = [
 3956 "cranelift-assembler-x64-meta",
 3957 "cranelift-codegen-shared",
 3958 "cranelift-srcgen",
 3959 "heck 0.5.0",
 3960 "pulley-interpreter",
 3961]
 3962
 3963[[package]]
 3964name = "cranelift-codegen-shared"
 3965version = "0.123.7"
 3966source = "registry+https://github.com/rust-lang/crates.io-index"
 3967checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3968
 3969[[package]]
 3970name = "cranelift-control"
 3971version = "0.123.7"
 3972source = "registry+https://github.com/rust-lang/crates.io-index"
 3973checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3974dependencies = [
 3975 "arbitrary",
 3976]
 3977
 3978[[package]]
 3979name = "cranelift-entity"
 3980version = "0.123.7"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3983dependencies = [
 3984 "cranelift-bitset",
 3985 "serde",
 3986 "serde_derive",
 3987]
 3988
 3989[[package]]
 3990name = "cranelift-frontend"
 3991version = "0.123.7"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3994dependencies = [
 3995 "cranelift-codegen",
 3996 "log",
 3997 "smallvec",
 3998 "target-lexicon 0.13.3",
 3999]
 4000
 4001[[package]]
 4002name = "cranelift-isle"
 4003version = "0.123.7"
 4004source = "registry+https://github.com/rust-lang/crates.io-index"
 4005checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4006
 4007[[package]]
 4008name = "cranelift-native"
 4009version = "0.123.7"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4012dependencies = [
 4013 "cranelift-codegen",
 4014 "libc",
 4015 "target-lexicon 0.13.3",
 4016]
 4017
 4018[[package]]
 4019name = "cranelift-srcgen"
 4020version = "0.123.7"
 4021source = "registry+https://github.com/rust-lang/crates.io-index"
 4022checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4023
 4024[[package]]
 4025name = "crash-context"
 4026version = "0.6.3"
 4027source = "registry+https://github.com/rust-lang/crates.io-index"
 4028checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4029dependencies = [
 4030 "cfg-if",
 4031 "libc",
 4032 "mach2 0.4.3",
 4033]
 4034
 4035[[package]]
 4036name = "crash-handler"
 4037version = "0.6.3"
 4038source = "registry+https://github.com/rust-lang/crates.io-index"
 4039checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4040dependencies = [
 4041 "cfg-if",
 4042 "crash-context",
 4043 "libc",
 4044 "mach2 0.4.3",
 4045 "parking_lot",
 4046]
 4047
 4048[[package]]
 4049name = "crashes"
 4050version = "0.1.0"
 4051dependencies = [
 4052 "cfg-if",
 4053 "crash-handler",
 4054 "futures 0.3.32",
 4055 "log",
 4056 "mach2 0.5.0",
 4057 "minidumper",
 4058 "parking_lot",
 4059 "paths",
 4060 "release_channel",
 4061 "serde",
 4062 "serde_json",
 4063 "smol",
 4064 "system_specs",
 4065 "windows 0.61.3",
 4066 "zstd",
 4067]
 4068
 4069[[package]]
 4070name = "crc"
 4071version = "3.3.0"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4074dependencies = [
 4075 "crc-catalog",
 4076]
 4077
 4078[[package]]
 4079name = "crc-catalog"
 4080version = "2.4.0"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4083
 4084[[package]]
 4085name = "crc-fast"
 4086version = "1.6.0"
 4087source = "registry+https://github.com/rust-lang/crates.io-index"
 4088checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4089dependencies = [
 4090 "crc",
 4091 "digest",
 4092 "rand 0.9.3",
 4093 "regex",
 4094 "rustversion",
 4095]
 4096
 4097[[package]]
 4098name = "crc32fast"
 4099version = "1.5.0"
 4100source = "registry+https://github.com/rust-lang/crates.io-index"
 4101checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4102dependencies = [
 4103 "cfg-if",
 4104]
 4105
 4106[[package]]
 4107name = "credentials_provider"
 4108version = "0.1.0"
 4109dependencies = [
 4110 "anyhow",
 4111 "gpui",
 4112 "serde",
 4113]
 4114
 4115[[package]]
 4116name = "criterion"
 4117version = "0.5.1"
 4118source = "registry+https://github.com/rust-lang/crates.io-index"
 4119checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4120dependencies = [
 4121 "anes",
 4122 "cast",
 4123 "ciborium",
 4124 "clap",
 4125 "criterion-plot",
 4126 "is-terminal",
 4127 "itertools 0.10.5",
 4128 "num-traits",
 4129 "once_cell",
 4130 "oorandom",
 4131 "plotters",
 4132 "rayon",
 4133 "regex",
 4134 "serde",
 4135 "serde_derive",
 4136 "serde_json",
 4137 "tinytemplate",
 4138 "walkdir",
 4139]
 4140
 4141[[package]]
 4142name = "criterion-plot"
 4143version = "0.5.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4146dependencies = [
 4147 "cast",
 4148 "itertools 0.10.5",
 4149]
 4150
 4151[[package]]
 4152name = "crossbeam"
 4153version = "0.8.4"
 4154source = "registry+https://github.com/rust-lang/crates.io-index"
 4155checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4156dependencies = [
 4157 "crossbeam-channel",
 4158 "crossbeam-deque",
 4159 "crossbeam-epoch",
 4160 "crossbeam-queue",
 4161 "crossbeam-utils",
 4162]
 4163
 4164[[package]]
 4165name = "crossbeam-channel"
 4166version = "0.5.15"
 4167source = "registry+https://github.com/rust-lang/crates.io-index"
 4168checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4169dependencies = [
 4170 "crossbeam-utils",
 4171]
 4172
 4173[[package]]
 4174name = "crossbeam-deque"
 4175version = "0.8.6"
 4176source = "registry+https://github.com/rust-lang/crates.io-index"
 4177checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4178dependencies = [
 4179 "crossbeam-epoch",
 4180 "crossbeam-utils",
 4181]
 4182
 4183[[package]]
 4184name = "crossbeam-epoch"
 4185version = "0.9.18"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4188dependencies = [
 4189 "crossbeam-utils",
 4190]
 4191
 4192[[package]]
 4193name = "crossbeam-queue"
 4194version = "0.3.12"
 4195source = "registry+https://github.com/rust-lang/crates.io-index"
 4196checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4197dependencies = [
 4198 "crossbeam-utils",
 4199]
 4200
 4201[[package]]
 4202name = "crossbeam-utils"
 4203version = "0.8.21"
 4204source = "registry+https://github.com/rust-lang/crates.io-index"
 4205checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4206
 4207[[package]]
 4208name = "crunchy"
 4209version = "0.2.4"
 4210source = "registry+https://github.com/rust-lang/crates.io-index"
 4211checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4212
 4213[[package]]
 4214name = "crypto-bigint"
 4215version = "0.4.9"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4218dependencies = [
 4219 "generic-array",
 4220 "rand_core 0.6.4",
 4221 "subtle",
 4222 "zeroize",
 4223]
 4224
 4225[[package]]
 4226name = "crypto-bigint"
 4227version = "0.5.5"
 4228source = "registry+https://github.com/rust-lang/crates.io-index"
 4229checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4230dependencies = [
 4231 "rand_core 0.6.4",
 4232 "subtle",
 4233]
 4234
 4235[[package]]
 4236name = "crypto-common"
 4237version = "0.1.6"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4240dependencies = [
 4241 "generic-array",
 4242 "typenum",
 4243]
 4244
 4245[[package]]
 4246name = "cssparser"
 4247version = "0.35.0"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4250dependencies = [
 4251 "cssparser-macros",
 4252 "dtoa-short",
 4253 "itoa",
 4254 "phf 0.11.3",
 4255 "smallvec",
 4256]
 4257
 4258[[package]]
 4259name = "cssparser-macros"
 4260version = "0.6.1"
 4261source = "registry+https://github.com/rust-lang/crates.io-index"
 4262checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4263dependencies = [
 4264 "quote",
 4265 "syn 2.0.117",
 4266]
 4267
 4268[[package]]
 4269name = "csv_preview"
 4270version = "0.1.0"
 4271dependencies = [
 4272 "anyhow",
 4273 "editor",
 4274 "feature_flags",
 4275 "gpui",
 4276 "log",
 4277 "text",
 4278 "ui",
 4279 "workspace",
 4280]
 4281
 4282[[package]]
 4283name = "ctor"
 4284version = "0.4.3"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4287dependencies = [
 4288 "ctor-proc-macro",
 4289 "dtor",
 4290]
 4291
 4292[[package]]
 4293name = "ctor-proc-macro"
 4294version = "0.0.6"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4297
 4298[[package]]
 4299name = "ctrlc"
 4300version = "3.5.0"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4303dependencies = [
 4304 "dispatch",
 4305 "nix 0.30.1",
 4306 "windows-sys 0.61.2",
 4307]
 4308
 4309[[package]]
 4310name = "cursor-icon"
 4311version = "1.2.0"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4314
 4315[[package]]
 4316name = "cxx"
 4317version = "1.0.187"
 4318source = "registry+https://github.com/rust-lang/crates.io-index"
 4319checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4320dependencies = [
 4321 "cc",
 4322 "cxx-build",
 4323 "cxxbridge-cmd",
 4324 "cxxbridge-flags",
 4325 "cxxbridge-macro",
 4326 "foldhash 0.2.0",
 4327 "link-cplusplus",
 4328]
 4329
 4330[[package]]
 4331name = "cxx-build"
 4332version = "1.0.187"
 4333source = "registry+https://github.com/rust-lang/crates.io-index"
 4334checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4335dependencies = [
 4336 "cc",
 4337 "codespan-reporting",
 4338 "indexmap",
 4339 "proc-macro2",
 4340 "quote",
 4341 "scratch",
 4342 "syn 2.0.117",
 4343]
 4344
 4345[[package]]
 4346name = "cxxbridge-cmd"
 4347version = "1.0.187"
 4348source = "registry+https://github.com/rust-lang/crates.io-index"
 4349checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4350dependencies = [
 4351 "clap",
 4352 "codespan-reporting",
 4353 "indexmap",
 4354 "proc-macro2",
 4355 "quote",
 4356 "syn 2.0.117",
 4357]
 4358
 4359[[package]]
 4360name = "cxxbridge-flags"
 4361version = "1.0.187"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4364
 4365[[package]]
 4366name = "cxxbridge-macro"
 4367version = "1.0.187"
 4368source = "registry+https://github.com/rust-lang/crates.io-index"
 4369checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4370dependencies = [
 4371 "indexmap",
 4372 "proc-macro2",
 4373 "quote",
 4374 "syn 2.0.117",
 4375]
 4376
 4377[[package]]
 4378name = "dap"
 4379version = "0.1.0"
 4380dependencies = [
 4381 "anyhow",
 4382 "async-compression",
 4383 "async-pipe",
 4384 "async-tar",
 4385 "async-trait",
 4386 "client",
 4387 "collections",
 4388 "dap-types",
 4389 "fs",
 4390 "futures 0.3.32",
 4391 "gpui",
 4392 "http_client",
 4393 "language",
 4394 "libc",
 4395 "log",
 4396 "node_runtime",
 4397 "parking_lot",
 4398 "paths",
 4399 "proto",
 4400 "schemars",
 4401 "serde",
 4402 "serde_json",
 4403 "settings",
 4404 "smallvec",
 4405 "smol",
 4406 "task",
 4407 "telemetry",
 4408 "util",
 4409 "zlog",
 4410]
 4411
 4412[[package]]
 4413name = "dap-types"
 4414version = "0.0.1"
 4415source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4416dependencies = [
 4417 "schemars",
 4418 "serde",
 4419 "serde_json",
 4420]
 4421
 4422[[package]]
 4423name = "dap_adapters"
 4424version = "0.1.0"
 4425dependencies = [
 4426 "anyhow",
 4427 "async-trait",
 4428 "collections",
 4429 "dap",
 4430 "dotenvy",
 4431 "fs",
 4432 "futures 0.3.32",
 4433 "gpui",
 4434 "http_client",
 4435 "json_dotpath",
 4436 "language",
 4437 "log",
 4438 "node_runtime",
 4439 "paths",
 4440 "serde",
 4441 "serde_json",
 4442 "settings",
 4443 "smol",
 4444 "task",
 4445 "util",
 4446]
 4447
 4448[[package]]
 4449name = "darling"
 4450version = "0.20.11"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4453dependencies = [
 4454 "darling_core 0.20.11",
 4455 "darling_macro 0.20.11",
 4456]
 4457
 4458[[package]]
 4459name = "darling"
 4460version = "0.21.3"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4463dependencies = [
 4464 "darling_core 0.21.3",
 4465 "darling_macro 0.21.3",
 4466]
 4467
 4468[[package]]
 4469name = "darling_core"
 4470version = "0.20.11"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4473dependencies = [
 4474 "fnv",
 4475 "ident_case",
 4476 "proc-macro2",
 4477 "quote",
 4478 "strsim",
 4479 "syn 2.0.117",
 4480]
 4481
 4482[[package]]
 4483name = "darling_core"
 4484version = "0.21.3"
 4485source = "registry+https://github.com/rust-lang/crates.io-index"
 4486checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4487dependencies = [
 4488 "fnv",
 4489 "ident_case",
 4490 "proc-macro2",
 4491 "quote",
 4492 "strsim",
 4493 "syn 2.0.117",
 4494]
 4495
 4496[[package]]
 4497name = "darling_macro"
 4498version = "0.20.11"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4501dependencies = [
 4502 "darling_core 0.20.11",
 4503 "quote",
 4504 "syn 2.0.117",
 4505]
 4506
 4507[[package]]
 4508name = "darling_macro"
 4509version = "0.21.3"
 4510source = "registry+https://github.com/rust-lang/crates.io-index"
 4511checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4512dependencies = [
 4513 "darling_core 0.21.3",
 4514 "quote",
 4515 "syn 2.0.117",
 4516]
 4517
 4518[[package]]
 4519name = "dashmap"
 4520version = "6.1.0"
 4521source = "registry+https://github.com/rust-lang/crates.io-index"
 4522checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4523dependencies = [
 4524 "cfg-if",
 4525 "crossbeam-utils",
 4526 "hashbrown 0.14.5",
 4527 "lock_api",
 4528 "once_cell",
 4529 "parking_lot_core",
 4530]
 4531
 4532[[package]]
 4533name = "dasp_sample"
 4534version = "0.11.0"
 4535source = "registry+https://github.com/rust-lang/crates.io-index"
 4536checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4537
 4538[[package]]
 4539name = "data-encoding"
 4540version = "2.9.0"
 4541source = "registry+https://github.com/rust-lang/crates.io-index"
 4542checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4543
 4544[[package]]
 4545name = "data-url"
 4546version = "0.3.2"
 4547source = "registry+https://github.com/rust-lang/crates.io-index"
 4548checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4549
 4550[[package]]
 4551name = "db"
 4552version = "0.1.0"
 4553dependencies = [
 4554 "anyhow",
 4555 "gpui",
 4556 "indoc",
 4557 "inventory",
 4558 "log",
 4559 "paths",
 4560 "release_channel",
 4561 "smol",
 4562 "sqlez",
 4563 "sqlez_macros",
 4564 "tempfile",
 4565 "util",
 4566 "uuid",
 4567 "zed_env_vars",
 4568]
 4569
 4570[[package]]
 4571name = "dbus"
 4572version = "0.9.9"
 4573source = "registry+https://github.com/rust-lang/crates.io-index"
 4574checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4575dependencies = [
 4576 "libc",
 4577 "libdbus-sys",
 4578 "windows-sys 0.59.0",
 4579]
 4580
 4581[[package]]
 4582name = "debug_adapter_extension"
 4583version = "0.1.0"
 4584dependencies = [
 4585 "anyhow",
 4586 "async-trait",
 4587 "collections",
 4588 "dap",
 4589 "extension",
 4590 "gpui",
 4591 "serde_json",
 4592 "task",
 4593 "util",
 4594]
 4595
 4596[[package]]
 4597name = "debugger_tools"
 4598version = "0.1.0"
 4599dependencies = [
 4600 "anyhow",
 4601 "dap",
 4602 "editor",
 4603 "futures 0.3.32",
 4604 "gpui",
 4605 "project",
 4606 "serde_json",
 4607 "settings",
 4608 "smol",
 4609 "util",
 4610 "workspace",
 4611]
 4612
 4613[[package]]
 4614name = "debugger_ui"
 4615version = "0.1.0"
 4616dependencies = [
 4617 "alacritty_terminal",
 4618 "anyhow",
 4619 "bitflags 2.10.0",
 4620 "client",
 4621 "collections",
 4622 "command_palette_hooks",
 4623 "dap",
 4624 "dap_adapters",
 4625 "db",
 4626 "debugger_tools",
 4627 "editor",
 4628 "feature_flags",
 4629 "file_icons",
 4630 "futures 0.3.32",
 4631 "fuzzy",
 4632 "gpui",
 4633 "hex",
 4634 "indoc",
 4635 "itertools 0.14.0",
 4636 "language",
 4637 "log",
 4638 "menu",
 4639 "notifications",
 4640 "parking_lot",
 4641 "parse_int",
 4642 "paths",
 4643 "picker",
 4644 "pretty_assertions",
 4645 "project",
 4646 "rpc",
 4647 "schemars",
 4648 "serde",
 4649 "serde_json",
 4650 "serde_json_lenient",
 4651 "settings",
 4652 "sysinfo 0.37.2",
 4653 "task",
 4654 "tasks_ui",
 4655 "terminal_view",
 4656 "text",
 4657 "theme",
 4658 "theme_settings",
 4659 "tree-sitter",
 4660 "tree-sitter-go",
 4661 "tree-sitter-json",
 4662 "ui",
 4663 "ui_input",
 4664 "unindent",
 4665 "util",
 4666 "workspace",
 4667 "zed_actions",
 4668 "zlog",
 4669]
 4670
 4671[[package]]
 4672name = "debugid"
 4673version = "0.8.0"
 4674source = "registry+https://github.com/rust-lang/crates.io-index"
 4675checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4676dependencies = [
 4677 "uuid",
 4678]
 4679
 4680[[package]]
 4681name = "deepseek"
 4682version = "0.1.0"
 4683dependencies = [
 4684 "anyhow",
 4685 "futures 0.3.32",
 4686 "http_client",
 4687 "schemars",
 4688 "serde",
 4689 "serde_json",
 4690]
 4691
 4692[[package]]
 4693name = "deflate64"
 4694version = "0.1.10"
 4695source = "registry+https://github.com/rust-lang/crates.io-index"
 4696checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4697
 4698[[package]]
 4699name = "denoise"
 4700version = "0.1.0"
 4701dependencies = [
 4702 "candle-core",
 4703 "candle-onnx",
 4704 "log",
 4705 "realfft",
 4706 "rodio",
 4707 "rustfft",
 4708 "thiserror 2.0.17",
 4709]
 4710
 4711[[package]]
 4712name = "der"
 4713version = "0.6.1"
 4714source = "registry+https://github.com/rust-lang/crates.io-index"
 4715checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4716dependencies = [
 4717 "const-oid",
 4718 "zeroize",
 4719]
 4720
 4721[[package]]
 4722name = "der"
 4723version = "0.7.10"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4726dependencies = [
 4727 "const-oid",
 4728 "pem-rfc7468",
 4729 "zeroize",
 4730]
 4731
 4732[[package]]
 4733name = "deranged"
 4734version = "0.5.4"
 4735source = "registry+https://github.com/rust-lang/crates.io-index"
 4736checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4737dependencies = [
 4738 "powerfmt",
 4739 "serde_core",
 4740]
 4741
 4742[[package]]
 4743name = "derive_arbitrary"
 4744version = "1.4.2"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4747dependencies = [
 4748 "proc-macro2",
 4749 "quote",
 4750 "syn 2.0.117",
 4751]
 4752
 4753[[package]]
 4754name = "derive_more"
 4755version = "2.1.1"
 4756source = "registry+https://github.com/rust-lang/crates.io-index"
 4757checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4758dependencies = [
 4759 "derive_more-impl",
 4760]
 4761
 4762[[package]]
 4763name = "derive_more-impl"
 4764version = "2.1.1"
 4765source = "registry+https://github.com/rust-lang/crates.io-index"
 4766checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4767dependencies = [
 4768 "convert_case 0.10.0",
 4769 "proc-macro2",
 4770 "quote",
 4771 "rustc_version",
 4772 "syn 2.0.117",
 4773 "unicode-xid",
 4774]
 4775
 4776[[package]]
 4777name = "derive_refineable"
 4778version = "0.1.0"
 4779dependencies = [
 4780 "proc-macro2",
 4781 "quote",
 4782 "syn 2.0.117",
 4783]
 4784
 4785[[package]]
 4786name = "derive_setters"
 4787version = "0.1.9"
 4788source = "registry+https://github.com/rust-lang/crates.io-index"
 4789checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4790dependencies = [
 4791 "darling 0.21.3",
 4792 "proc-macro2",
 4793 "quote",
 4794 "syn 2.0.117",
 4795]
 4796
 4797[[package]]
 4798name = "dev_container"
 4799version = "0.1.0"
 4800dependencies = [
 4801 "async-tar",
 4802 "async-trait",
 4803 "env_logger 0.11.8",
 4804 "fs",
 4805 "futures 0.3.32",
 4806 "gpui",
 4807 "http 1.3.1",
 4808 "http_client",
 4809 "log",
 4810 "menu",
 4811 "paths",
 4812 "picker",
 4813 "project",
 4814 "regex",
 4815 "serde",
 4816 "serde_json",
 4817 "serde_json_lenient",
 4818 "settings",
 4819 "shlex",
 4820 "ui",
 4821 "util",
 4822 "walkdir",
 4823 "workspace",
 4824 "worktree",
 4825]
 4826
 4827[[package]]
 4828name = "diagnostics"
 4829version = "0.1.0"
 4830dependencies = [
 4831 "anyhow",
 4832 "collections",
 4833 "component",
 4834 "ctor",
 4835 "editor",
 4836 "gpui",
 4837 "indoc",
 4838 "itertools 0.14.0",
 4839 "language",
 4840 "log",
 4841 "lsp",
 4842 "markdown",
 4843 "pretty_assertions",
 4844 "project",
 4845 "rand 0.9.3",
 4846 "serde",
 4847 "serde_json",
 4848 "settings",
 4849 "text",
 4850 "theme",
 4851 "theme_settings",
 4852 "ui",
 4853 "unindent",
 4854 "util",
 4855 "workspace",
 4856 "zed_actions",
 4857 "zlog",
 4858]
 4859
 4860[[package]]
 4861name = "dialoguer"
 4862version = "0.12.0"
 4863source = "registry+https://github.com/rust-lang/crates.io-index"
 4864checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4865dependencies = [
 4866 "console",
 4867 "shell-words",
 4868]
 4869
 4870[[package]]
 4871name = "diff"
 4872version = "0.1.13"
 4873source = "registry+https://github.com/rust-lang/crates.io-index"
 4874checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4875
 4876[[package]]
 4877name = "diffy"
 4878version = "0.4.2"
 4879source = "registry+https://github.com/rust-lang/crates.io-index"
 4880checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4881dependencies = [
 4882 "nu-ansi-term",
 4883]
 4884
 4885[[package]]
 4886name = "digest"
 4887version = "0.10.7"
 4888source = "registry+https://github.com/rust-lang/crates.io-index"
 4889checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4890dependencies = [
 4891 "block-buffer",
 4892 "const-oid",
 4893 "crypto-common",
 4894 "subtle",
 4895]
 4896
 4897[[package]]
 4898name = "dirs"
 4899version = "6.0.0"
 4900source = "registry+https://github.com/rust-lang/crates.io-index"
 4901checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4902dependencies = [
 4903 "dirs-sys",
 4904]
 4905
 4906[[package]]
 4907name = "dirs-sys"
 4908version = "0.5.0"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4911dependencies = [
 4912 "libc",
 4913 "option-ext",
 4914 "redox_users",
 4915 "windows-sys 0.61.2",
 4916]
 4917
 4918[[package]]
 4919name = "dispatch"
 4920version = "0.2.0"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4923
 4924[[package]]
 4925name = "dispatch2"
 4926version = "0.3.1"
 4927source = "registry+https://github.com/rust-lang/crates.io-index"
 4928checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4929dependencies = [
 4930 "bitflags 2.10.0",
 4931 "block2",
 4932 "libc",
 4933 "objc2",
 4934]
 4935
 4936[[package]]
 4937name = "displaydoc"
 4938version = "0.2.5"
 4939source = "registry+https://github.com/rust-lang/crates.io-index"
 4940checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4941dependencies = [
 4942 "proc-macro2",
 4943 "quote",
 4944 "syn 2.0.117",
 4945]
 4946
 4947[[package]]
 4948name = "dlib"
 4949version = "0.5.2"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4952dependencies = [
 4953 "libloading",
 4954]
 4955
 4956[[package]]
 4957name = "docs_preprocessor"
 4958version = "0.1.0"
 4959dependencies = [
 4960 "anyhow",
 4961 "collections",
 4962 "jsonschema",
 4963 "mdbook",
 4964 "regex",
 4965 "schemars",
 4966 "serde",
 4967 "serde_json",
 4968 "settings",
 4969 "task",
 4970 "theme",
 4971 "util",
 4972 "zlog",
 4973]
 4974
 4975[[package]]
 4976name = "document-features"
 4977version = "0.2.12"
 4978source = "registry+https://github.com/rust-lang/crates.io-index"
 4979checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4980dependencies = [
 4981 "litrs",
 4982]
 4983
 4984[[package]]
 4985name = "documented"
 4986version = "0.9.2"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4989dependencies = [
 4990 "documented-macros",
 4991 "phf 0.12.1",
 4992 "thiserror 2.0.17",
 4993]
 4994
 4995[[package]]
 4996name = "documented-macros"
 4997version = "0.9.2"
 4998source = "registry+https://github.com/rust-lang/crates.io-index"
 4999checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5000dependencies = [
 5001 "convert_case 0.8.0",
 5002 "itertools 0.14.0",
 5003 "optfield",
 5004 "proc-macro2",
 5005 "quote",
 5006 "strum 0.27.2",
 5007 "syn 2.0.117",
 5008]
 5009
 5010[[package]]
 5011name = "dotenvy"
 5012version = "0.15.7"
 5013source = "registry+https://github.com/rust-lang/crates.io-index"
 5014checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5015
 5016[[package]]
 5017name = "downcast-rs"
 5018version = "1.2.1"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5021
 5022[[package]]
 5023name = "doxygen-rs"
 5024version = "0.4.2"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5027dependencies = [
 5028 "phf 0.11.3",
 5029]
 5030
 5031[[package]]
 5032name = "dtoa"
 5033version = "1.0.10"
 5034source = "registry+https://github.com/rust-lang/crates.io-index"
 5035checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5036
 5037[[package]]
 5038name = "dtoa-short"
 5039version = "0.3.5"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5042dependencies = [
 5043 "dtoa",
 5044]
 5045
 5046[[package]]
 5047name = "dtor"
 5048version = "0.0.6"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5051dependencies = [
 5052 "dtor-proc-macro",
 5053]
 5054
 5055[[package]]
 5056name = "dtor-proc-macro"
 5057version = "0.0.5"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5060
 5061[[package]]
 5062name = "dunce"
 5063version = "1.0.5"
 5064source = "registry+https://github.com/rust-lang/crates.io-index"
 5065checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5066
 5067[[package]]
 5068name = "dwrote"
 5069version = "0.11.5"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5072dependencies = [
 5073 "lazy_static",
 5074 "libc",
 5075 "winapi",
 5076 "wio",
 5077]
 5078
 5079[[package]]
 5080name = "dyn-clone"
 5081version = "1.0.20"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5084
 5085[[package]]
 5086name = "dyn-stack"
 5087version = "0.10.0"
 5088source = "registry+https://github.com/rust-lang/crates.io-index"
 5089checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5090dependencies = [
 5091 "bytemuck",
 5092 "reborrow",
 5093]
 5094
 5095[[package]]
 5096name = "dyn-stack"
 5097version = "0.13.2"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5100dependencies = [
 5101 "bytemuck",
 5102 "dyn-stack-macros",
 5103]
 5104
 5105[[package]]
 5106name = "dyn-stack-macros"
 5107version = "0.1.3"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5110
 5111[[package]]
 5112name = "ec4rs"
 5113version = "1.2.0"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5116
 5117[[package]]
 5118name = "ecdsa"
 5119version = "0.14.8"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5122dependencies = [
 5123 "der 0.6.1",
 5124 "elliptic-curve",
 5125 "rfc6979",
 5126 "signature 1.6.4",
 5127]
 5128
 5129[[package]]
 5130name = "edit_prediction"
 5131version = "0.1.0"
 5132dependencies = [
 5133 "ai_onboarding",
 5134 "anyhow",
 5135 "buffer_diff",
 5136 "client",
 5137 "clock",
 5138 "cloud_api_client",
 5139 "cloud_api_types",
 5140 "cloud_llm_client",
 5141 "collections",
 5142 "copilot",
 5143 "copilot_ui",
 5144 "credentials_provider",
 5145 "criterion",
 5146 "ctor",
 5147 "db",
 5148 "edit_prediction_context",
 5149 "edit_prediction_metrics",
 5150 "edit_prediction_types",
 5151 "feature_flags",
 5152 "fs",
 5153 "futures 0.3.32",
 5154 "gpui",
 5155 "heapless",
 5156 "indoc",
 5157 "itertools 0.14.0",
 5158 "language",
 5159 "language_model",
 5160 "languages",
 5161 "log",
 5162 "lsp",
 5163 "menu",
 5164 "node_runtime",
 5165 "open_ai",
 5166 "parking_lot",
 5167 "postage",
 5168 "pretty_assertions",
 5169 "project",
 5170 "pulldown-cmark 0.13.0",
 5171 "rand 0.9.3",
 5172 "regex",
 5173 "release_channel",
 5174 "semver",
 5175 "serde",
 5176 "serde_json",
 5177 "settings",
 5178 "strum 0.27.2",
 5179 "telemetry",
 5180 "telemetry_events",
 5181 "text",
 5182 "thiserror 2.0.17",
 5183 "time",
 5184 "toml 0.8.23",
 5185 "ui",
 5186 "util",
 5187 "uuid",
 5188 "workspace",
 5189 "worktree",
 5190 "zed_actions",
 5191 "zed_credentials_provider",
 5192 "zeta_prompt",
 5193 "zlog",
 5194 "zstd",
 5195]
 5196
 5197[[package]]
 5198name = "edit_prediction_cli"
 5199version = "0.1.0"
 5200dependencies = [
 5201 "anthropic",
 5202 "anyhow",
 5203 "chrono",
 5204 "clap",
 5205 "client",
 5206 "cloud_llm_client",
 5207 "collections",
 5208 "db",
 5209 "debug_adapter_extension",
 5210 "dirs",
 5211 "edit_prediction",
 5212 "edit_prediction_metrics",
 5213 "extension",
 5214 "flate2",
 5215 "fs",
 5216 "futures 0.3.32",
 5217 "gaoya",
 5218 "gpui",
 5219 "gpui_platform",
 5220 "gpui_tokio",
 5221 "http_client",
 5222 "indoc",
 5223 "language",
 5224 "language_extension",
 5225 "language_model",
 5226 "language_models",
 5227 "languages",
 5228 "libc",
 5229 "log",
 5230 "node_runtime",
 5231 "open_ai",
 5232 "paths",
 5233 "pretty_assertions",
 5234 "project",
 5235 "prompt_store",
 5236 "rand 0.9.3",
 5237 "release_channel",
 5238 "reqwest_client",
 5239 "rust-embed",
 5240 "serde",
 5241 "serde_json",
 5242 "settings",
 5243 "shellexpand",
 5244 "similar",
 5245 "smol",
 5246 "sqlez",
 5247 "sqlez_macros",
 5248 "strum 0.27.2",
 5249 "telemetry_events",
 5250 "tempfile",
 5251 "terminal_view",
 5252 "toml 0.8.23",
 5253 "util",
 5254 "wasmtime",
 5255 "watch",
 5256 "workspace",
 5257 "zeta_prompt",
 5258]
 5259
 5260[[package]]
 5261name = "edit_prediction_context"
 5262version = "0.1.0"
 5263dependencies = [
 5264 "anyhow",
 5265 "clock",
 5266 "collections",
 5267 "env_logger 0.11.8",
 5268 "futures 0.3.32",
 5269 "gpui",
 5270 "indoc",
 5271 "language",
 5272 "log",
 5273 "lsp",
 5274 "parking_lot",
 5275 "pretty_assertions",
 5276 "project",
 5277 "serde",
 5278 "serde_json",
 5279 "settings",
 5280 "smallvec",
 5281 "text",
 5282 "tree-sitter",
 5283 "util",
 5284 "zeta_prompt",
 5285]
 5286
 5287[[package]]
 5288name = "edit_prediction_metrics"
 5289version = "0.1.0"
 5290dependencies = [
 5291 "indoc",
 5292 "language",
 5293 "pretty_assertions",
 5294 "serde",
 5295 "similar",
 5296 "tree-sitter",
 5297 "zeta_prompt",
 5298]
 5299
 5300[[package]]
 5301name = "edit_prediction_types"
 5302version = "0.1.0"
 5303dependencies = [
 5304 "client",
 5305 "gpui",
 5306 "icons",
 5307 "language",
 5308 "text",
 5309]
 5310
 5311[[package]]
 5312name = "edit_prediction_ui"
 5313version = "0.1.0"
 5314dependencies = [
 5315 "anyhow",
 5316 "buffer_diff",
 5317 "client",
 5318 "cloud_llm_client",
 5319 "codestral",
 5320 "collections",
 5321 "command_palette_hooks",
 5322 "copilot",
 5323 "copilot_chat",
 5324 "copilot_ui",
 5325 "edit_prediction",
 5326 "edit_prediction_types",
 5327 "editor",
 5328 "feature_flags",
 5329 "fs",
 5330 "futures 0.3.32",
 5331 "gpui",
 5332 "indoc",
 5333 "language",
 5334 "markdown",
 5335 "menu",
 5336 "multi_buffer",
 5337 "paths",
 5338 "project",
 5339 "regex",
 5340 "settings",
 5341 "telemetry",
 5342 "text",
 5343 "theme",
 5344 "theme_settings",
 5345 "time",
 5346 "ui",
 5347 "util",
 5348 "workspace",
 5349 "zed_actions",
 5350 "zeta_prompt",
 5351]
 5352
 5353[[package]]
 5354name = "editor"
 5355version = "0.1.0"
 5356dependencies = [
 5357 "aho-corasick",
 5358 "anyhow",
 5359 "assets",
 5360 "breadcrumbs",
 5361 "buffer_diff",
 5362 "client",
 5363 "clock",
 5364 "collections",
 5365 "convert_case 0.8.0",
 5366 "criterion",
 5367 "ctor",
 5368 "dap",
 5369 "db",
 5370 "edit_prediction_types",
 5371 "emojis",
 5372 "feature_flags",
 5373 "file_icons",
 5374 "fs",
 5375 "futures 0.3.32",
 5376 "fuzzy",
 5377 "git",
 5378 "gpui",
 5379 "indoc",
 5380 "itertools 0.14.0",
 5381 "language",
 5382 "languages",
 5383 "linkify",
 5384 "log",
 5385 "lsp",
 5386 "markdown",
 5387 "menu",
 5388 "multi_buffer",
 5389 "ordered-float 2.10.1",
 5390 "parking_lot",
 5391 "pretty_assertions",
 5392 "project",
 5393 "proptest",
 5394 "proptest-derive",
 5395 "rand 0.9.3",
 5396 "regex",
 5397 "release_channel",
 5398 "rope",
 5399 "rpc",
 5400 "schemars",
 5401 "semver",
 5402 "serde",
 5403 "serde_json",
 5404 "settings",
 5405 "smallvec",
 5406 "smol",
 5407 "snippet",
 5408 "sum_tree",
 5409 "task",
 5410 "telemetry",
 5411 "text",
 5412 "theme",
 5413 "theme_settings",
 5414 "time",
 5415 "tracing",
 5416 "tree-sitter-bash",
 5417 "tree-sitter-c",
 5418 "tree-sitter-html",
 5419 "tree-sitter-md",
 5420 "tree-sitter-python",
 5421 "tree-sitter-rust",
 5422 "tree-sitter-typescript",
 5423 "tree-sitter-yaml",
 5424 "ui",
 5425 "ui_input",
 5426 "unicode-script",
 5427 "unicode-segmentation",
 5428 "unicode-width",
 5429 "unindent",
 5430 "url",
 5431 "util",
 5432 "uuid",
 5433 "vim_mode_setting",
 5434 "workspace",
 5435 "zed_actions",
 5436 "zlog",
 5437 "ztracing",
 5438]
 5439
 5440[[package]]
 5441name = "either"
 5442version = "1.15.0"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5445dependencies = [
 5446 "serde",
 5447]
 5448
 5449[[package]]
 5450name = "elasticlunr-rs"
 5451version = "3.0.2"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5454dependencies = [
 5455 "regex",
 5456 "serde",
 5457 "serde_derive",
 5458 "serde_json",
 5459]
 5460
 5461[[package]]
 5462name = "elliptic-curve"
 5463version = "0.12.3"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5466dependencies = [
 5467 "base16ct",
 5468 "crypto-bigint 0.4.9",
 5469 "der 0.6.1",
 5470 "digest",
 5471 "ff",
 5472 "generic-array",
 5473 "group",
 5474 "pkcs8 0.9.0",
 5475 "rand_core 0.6.4",
 5476 "sec1",
 5477 "subtle",
 5478 "zeroize",
 5479]
 5480
 5481[[package]]
 5482name = "email_address"
 5483version = "0.2.9"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5486dependencies = [
 5487 "serde",
 5488]
 5489
 5490[[package]]
 5491name = "embed-resource"
 5492version = "3.0.6"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5495dependencies = [
 5496 "cc",
 5497 "memchr",
 5498 "rustc_version",
 5499 "toml 0.9.8",
 5500 "vswhom",
 5501 "winreg 0.55.0",
 5502]
 5503
 5504[[package]]
 5505name = "embedded-io"
 5506version = "0.4.0"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5509
 5510[[package]]
 5511name = "embedded-io"
 5512version = "0.6.1"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5515
 5516[[package]]
 5517name = "emojis"
 5518version = "0.6.4"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5521dependencies = [
 5522 "phf 0.11.3",
 5523]
 5524
 5525[[package]]
 5526name = "encode_unicode"
 5527version = "1.0.0"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5530
 5531[[package]]
 5532name = "encoding_rs"
 5533version = "0.8.35"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5536dependencies = [
 5537 "cfg-if",
 5538]
 5539
 5540[[package]]
 5541name = "encoding_selector"
 5542version = "0.1.0"
 5543dependencies = [
 5544 "editor",
 5545 "encoding_rs",
 5546 "fuzzy",
 5547 "gpui",
 5548 "language",
 5549 "picker",
 5550 "project",
 5551 "ui",
 5552 "util",
 5553 "workspace",
 5554]
 5555
 5556[[package]]
 5557name = "endi"
 5558version = "1.1.0"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5561
 5562[[package]]
 5563name = "enum-as-inner"
 5564version = "0.6.1"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5567dependencies = [
 5568 "heck 0.5.0",
 5569 "proc-macro2",
 5570 "quote",
 5571 "syn 2.0.117",
 5572]
 5573
 5574[[package]]
 5575name = "enumflags2"
 5576version = "0.7.12"
 5577source = "registry+https://github.com/rust-lang/crates.io-index"
 5578checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5579dependencies = [
 5580 "enumflags2_derive",
 5581 "serde",
 5582]
 5583
 5584[[package]]
 5585name = "enumflags2_derive"
 5586version = "0.7.12"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5589dependencies = [
 5590 "proc-macro2",
 5591 "quote",
 5592 "syn 2.0.117",
 5593]
 5594
 5595[[package]]
 5596name = "env_filter"
 5597version = "0.1.4"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5600dependencies = [
 5601 "log",
 5602 "regex",
 5603]
 5604
 5605[[package]]
 5606name = "env_logger"
 5607version = "0.10.2"
 5608source = "registry+https://github.com/rust-lang/crates.io-index"
 5609checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5610dependencies = [
 5611 "humantime",
 5612 "is-terminal",
 5613 "log",
 5614 "regex",
 5615 "termcolor",
 5616]
 5617
 5618[[package]]
 5619name = "env_logger"
 5620version = "0.11.8"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5623dependencies = [
 5624 "anstream",
 5625 "anstyle",
 5626 "env_filter",
 5627 "jiff",
 5628 "log",
 5629]
 5630
 5631[[package]]
 5632name = "env_var"
 5633version = "0.1.0"
 5634dependencies = [
 5635 "gpui_shared_string",
 5636]
 5637
 5638[[package]]
 5639name = "envy"
 5640version = "0.4.2"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5643dependencies = [
 5644 "serde",
 5645]
 5646
 5647[[package]]
 5648name = "equator"
 5649version = "0.4.2"
 5650source = "registry+https://github.com/rust-lang/crates.io-index"
 5651checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5652dependencies = [
 5653 "equator-macro",
 5654]
 5655
 5656[[package]]
 5657name = "equator-macro"
 5658version = "0.4.2"
 5659source = "registry+https://github.com/rust-lang/crates.io-index"
 5660checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5661dependencies = [
 5662 "proc-macro2",
 5663 "quote",
 5664 "syn 2.0.117",
 5665]
 5666
 5667[[package]]
 5668name = "equivalent"
 5669version = "1.0.2"
 5670source = "registry+https://github.com/rust-lang/crates.io-index"
 5671checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5672
 5673[[package]]
 5674name = "erased-serde"
 5675version = "0.4.9"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5678dependencies = [
 5679 "serde",
 5680 "serde_core",
 5681 "typeid",
 5682]
 5683
 5684[[package]]
 5685name = "errno"
 5686version = "0.2.8"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5689dependencies = [
 5690 "errno-dragonfly",
 5691 "libc",
 5692 "winapi",
 5693]
 5694
 5695[[package]]
 5696name = "errno"
 5697version = "0.3.14"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5700dependencies = [
 5701 "libc",
 5702 "windows-sys 0.61.2",
 5703]
 5704
 5705[[package]]
 5706name = "errno-dragonfly"
 5707version = "0.1.2"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5710dependencies = [
 5711 "cc",
 5712 "libc",
 5713]
 5714
 5715[[package]]
 5716name = "error-graph"
 5717version = "0.1.1"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5720dependencies = [
 5721 "serde",
 5722]
 5723
 5724[[package]]
 5725name = "etagere"
 5726version = "0.2.15"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5729dependencies = [
 5730 "euclid",
 5731 "svg_fmt",
 5732]
 5733
 5734[[package]]
 5735name = "etcetera"
 5736version = "0.8.0"
 5737source = "registry+https://github.com/rust-lang/crates.io-index"
 5738checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5739dependencies = [
 5740 "cfg-if",
 5741 "home",
 5742 "windows-sys 0.48.0",
 5743]
 5744
 5745[[package]]
 5746name = "etw_tracing"
 5747version = "0.1.0"
 5748dependencies = [
 5749 "anyhow",
 5750 "gpui",
 5751 "log",
 5752 "net",
 5753 "serde",
 5754 "serde_json",
 5755 "util",
 5756 "windows 0.61.3",
 5757 "windows-core 0.61.2",
 5758 "workspace",
 5759 "wprcontrol",
 5760]
 5761
 5762[[package]]
 5763name = "euclid"
 5764version = "0.22.11"
 5765source = "registry+https://github.com/rust-lang/crates.io-index"
 5766checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5767dependencies = [
 5768 "num-traits",
 5769]
 5770
 5771[[package]]
 5772name = "eval_cli"
 5773version = "0.1.0"
 5774dependencies = [
 5775 "acp_thread",
 5776 "agent",
 5777 "agent-client-protocol",
 5778 "agent_ui",
 5779 "anyhow",
 5780 "clap",
 5781 "client",
 5782 "ctrlc",
 5783 "db",
 5784 "debug_adapter_extension",
 5785 "env_logger 0.11.8",
 5786 "extension",
 5787 "feature_flags",
 5788 "fs",
 5789 "futures 0.3.32",
 5790 "gpui",
 5791 "gpui_platform",
 5792 "gpui_tokio",
 5793 "language",
 5794 "language_extension",
 5795 "language_model",
 5796 "language_models",
 5797 "languages",
 5798 "node_runtime",
 5799 "paths",
 5800 "project",
 5801 "prompt_store",
 5802 "release_channel",
 5803 "reqwest_client",
 5804 "serde",
 5805 "serde_json",
 5806 "settings",
 5807 "shellexpand",
 5808 "terminal_view",
 5809 "util",
 5810 "watch",
 5811]
 5812
 5813[[package]]
 5814name = "eval_utils"
 5815version = "0.1.0"
 5816dependencies = [
 5817 "gpui_platform",
 5818 "serde",
 5819 "smol",
 5820]
 5821
 5822[[package]]
 5823name = "event-listener"
 5824version = "2.5.3"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5827
 5828[[package]]
 5829name = "event-listener"
 5830version = "5.4.1"
 5831source = "registry+https://github.com/rust-lang/crates.io-index"
 5832checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5833dependencies = [
 5834 "concurrent-queue",
 5835 "parking",
 5836 "pin-project-lite",
 5837]
 5838
 5839[[package]]
 5840name = "event-listener-strategy"
 5841version = "0.5.4"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5844dependencies = [
 5845 "event-listener 5.4.1",
 5846 "pin-project-lite",
 5847]
 5848
 5849[[package]]
 5850name = "exec"
 5851version = "0.3.1"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5854dependencies = [
 5855 "errno 0.2.8",
 5856 "libc",
 5857]
 5858
 5859[[package]]
 5860name = "explorer_command_injector"
 5861version = "0.1.0"
 5862dependencies = [
 5863 "windows 0.61.3",
 5864 "windows-core 0.61.2",
 5865 "windows-registry 0.5.3",
 5866]
 5867
 5868[[package]]
 5869name = "exr"
 5870version = "1.73.0"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5873dependencies = [
 5874 "bit_field",
 5875 "half",
 5876 "lebe",
 5877 "miniz_oxide",
 5878 "rayon-core",
 5879 "smallvec",
 5880 "zune-inflate",
 5881]
 5882
 5883[[package]]
 5884name = "extended"
 5885version = "0.1.0"
 5886source = "registry+https://github.com/rust-lang/crates.io-index"
 5887checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5888
 5889[[package]]
 5890name = "extension"
 5891version = "0.1.0"
 5892dependencies = [
 5893 "anyhow",
 5894 "async-trait",
 5895 "cloud_api_types",
 5896 "collections",
 5897 "dap",
 5898 "fs",
 5899 "futures 0.3.32",
 5900 "gpui",
 5901 "heck 0.5.0",
 5902 "http_client",
 5903 "indoc",
 5904 "language",
 5905 "log",
 5906 "lsp",
 5907 "parking_lot",
 5908 "pretty_assertions",
 5909 "proto",
 5910 "semver",
 5911 "serde",
 5912 "serde_json",
 5913 "task",
 5914 "tempfile",
 5915 "toml 0.8.23",
 5916 "tracing",
 5917 "url",
 5918 "util",
 5919 "wasm-encoder 0.221.3",
 5920 "wasmparser 0.221.3",
 5921 "ztracing",
 5922]
 5923
 5924[[package]]
 5925name = "extension_cli"
 5926version = "0.1.0"
 5927dependencies = [
 5928 "anyhow",
 5929 "clap",
 5930 "cloud_api_types",
 5931 "env_logger 0.11.8",
 5932 "extension",
 5933 "fs",
 5934 "gpui_platform",
 5935 "language",
 5936 "log",
 5937 "reqwest_client",
 5938 "serde",
 5939 "serde_json",
 5940 "serde_json_lenient",
 5941 "settings_content",
 5942 "snippet_provider",
 5943 "task",
 5944 "theme_settings",
 5945 "tokio",
 5946 "toml 0.8.23",
 5947 "tree-sitter",
 5948 "wasmtime",
 5949]
 5950
 5951[[package]]
 5952name = "extension_host"
 5953version = "0.1.0"
 5954dependencies = [
 5955 "anyhow",
 5956 "async-compression",
 5957 "async-tar",
 5958 "async-trait",
 5959 "client",
 5960 "cloud_api_types",
 5961 "collections",
 5962 "criterion",
 5963 "ctor",
 5964 "dap",
 5965 "extension",
 5966 "fs",
 5967 "futures 0.3.32",
 5968 "gpui",
 5969 "gpui_tokio",
 5970 "http_client",
 5971 "language",
 5972 "language_extension",
 5973 "log",
 5974 "lsp",
 5975 "moka",
 5976 "node_runtime",
 5977 "parking_lot",
 5978 "paths",
 5979 "project",
 5980 "release_channel",
 5981 "remote",
 5982 "reqwest_client",
 5983 "semver",
 5984 "serde",
 5985 "serde_json",
 5986 "serde_json_lenient",
 5987 "settings",
 5988 "task",
 5989 "telemetry",
 5990 "tempfile",
 5991 "theme",
 5992 "theme_extension",
 5993 "theme_settings",
 5994 "toml 0.8.23",
 5995 "tracing",
 5996 "url",
 5997 "util",
 5998 "wasmparser 0.221.3",
 5999 "wasmtime",
 6000 "wasmtime-wasi",
 6001 "zlog",
 6002 "ztracing",
 6003]
 6004
 6005[[package]]
 6006name = "extensions_ui"
 6007version = "0.1.0"
 6008dependencies = [
 6009 "anyhow",
 6010 "client",
 6011 "cloud_api_types",
 6012 "collections",
 6013 "db",
 6014 "editor",
 6015 "extension",
 6016 "extension_host",
 6017 "fs",
 6018 "fuzzy",
 6019 "gpui",
 6020 "language",
 6021 "log",
 6022 "num-format",
 6023 "picker",
 6024 "project",
 6025 "release_channel",
 6026 "semver",
 6027 "serde",
 6028 "settings",
 6029 "smallvec",
 6030 "strum 0.27.2",
 6031 "telemetry",
 6032 "theme_settings",
 6033 "ui",
 6034 "util",
 6035 "vim_mode_setting",
 6036 "workspace",
 6037 "zed_actions",
 6038]
 6039
 6040[[package]]
 6041name = "failspot"
 6042version = "0.2.0"
 6043source = "registry+https://github.com/rust-lang/crates.io-index"
 6044checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6045
 6046[[package]]
 6047name = "fallible-iterator"
 6048version = "0.3.0"
 6049source = "registry+https://github.com/rust-lang/crates.io-index"
 6050checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6051
 6052[[package]]
 6053name = "fancy-regex"
 6054version = "0.16.2"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6057dependencies = [
 6058 "bit-set 0.8.0",
 6059 "regex-automata",
 6060 "regex-syntax",
 6061]
 6062
 6063[[package]]
 6064name = "fancy-regex"
 6065version = "0.17.0"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6068dependencies = [
 6069 "bit-set 0.8.0",
 6070 "regex-automata",
 6071 "regex-syntax",
 6072]
 6073
 6074[[package]]
 6075name = "fast-srgb8"
 6076version = "1.0.0"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6079
 6080[[package]]
 6081name = "fastrand"
 6082version = "1.9.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6085dependencies = [
 6086 "instant",
 6087]
 6088
 6089[[package]]
 6090name = "fastrand"
 6091version = "2.3.0"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6094
 6095[[package]]
 6096name = "fax"
 6097version = "0.2.6"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6100dependencies = [
 6101 "fax_derive",
 6102]
 6103
 6104[[package]]
 6105name = "fax_derive"
 6106version = "0.2.0"
 6107source = "registry+https://github.com/rust-lang/crates.io-index"
 6108checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6109dependencies = [
 6110 "proc-macro2",
 6111 "quote",
 6112 "syn 2.0.117",
 6113]
 6114
 6115[[package]]
 6116name = "fd-lock"
 6117version = "4.0.4"
 6118source = "registry+https://github.com/rust-lang/crates.io-index"
 6119checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6120dependencies = [
 6121 "cfg-if",
 6122 "rustix 1.1.2",
 6123 "windows-sys 0.59.0",
 6124]
 6125
 6126[[package]]
 6127name = "fdeflate"
 6128version = "0.3.7"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6131dependencies = [
 6132 "simd-adler32",
 6133]
 6134
 6135[[package]]
 6136name = "feature_flags"
 6137version = "0.1.0"
 6138dependencies = [
 6139 "gpui",
 6140]
 6141
 6142[[package]]
 6143name = "feedback"
 6144version = "0.1.0"
 6145dependencies = [
 6146 "gpui",
 6147 "system_specs",
 6148 "urlencoding",
 6149 "util",
 6150 "workspace",
 6151 "zed_actions",
 6152]
 6153
 6154[[package]]
 6155name = "ff"
 6156version = "0.12.1"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6159dependencies = [
 6160 "rand_core 0.6.4",
 6161 "subtle",
 6162]
 6163
 6164[[package]]
 6165name = "file_finder"
 6166version = "0.1.0"
 6167dependencies = [
 6168 "anyhow",
 6169 "channel",
 6170 "client",
 6171 "collections",
 6172 "ctor",
 6173 "editor",
 6174 "file_icons",
 6175 "futures 0.3.32",
 6176 "fuzzy",
 6177 "fuzzy_nucleo",
 6178 "gpui",
 6179 "menu",
 6180 "open_path_prompt",
 6181 "picker",
 6182 "pretty_assertions",
 6183 "project",
 6184 "project_panel",
 6185 "remote_connection",
 6186 "serde",
 6187 "serde_json",
 6188 "settings",
 6189 "theme",
 6190 "theme_settings",
 6191 "ui",
 6192 "util",
 6193 "workspace",
 6194 "zed_actions",
 6195 "zlog",
 6196]
 6197
 6198[[package]]
 6199name = "file_icons"
 6200version = "0.1.0"
 6201dependencies = [
 6202 "gpui",
 6203 "serde",
 6204 "theme",
 6205 "util",
 6206]
 6207
 6208[[package]]
 6209name = "filedescriptor"
 6210version = "0.8.3"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6213dependencies = [
 6214 "libc",
 6215 "thiserror 1.0.69",
 6216 "winapi",
 6217]
 6218
 6219[[package]]
 6220name = "filetime"
 6221version = "0.2.26"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6224dependencies = [
 6225 "cfg-if",
 6226 "libc",
 6227 "libredox",
 6228 "windows-sys 0.60.2",
 6229]
 6230
 6231[[package]]
 6232name = "find-msvc-tools"
 6233version = "0.1.5"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6236
 6237[[package]]
 6238name = "fixedbitset"
 6239version = "0.4.2"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6242
 6243[[package]]
 6244name = "fixedbitset"
 6245version = "0.5.7"
 6246source = "registry+https://github.com/rust-lang/crates.io-index"
 6247checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6248
 6249[[package]]
 6250name = "flate2"
 6251version = "1.1.8"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6254dependencies = [
 6255 "crc32fast",
 6256 "miniz_oxide",
 6257]
 6258
 6259[[package]]
 6260name = "float-cmp"
 6261version = "0.9.0"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6264
 6265[[package]]
 6266name = "float-ord"
 6267version = "0.3.2"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6270
 6271[[package]]
 6272name = "float8"
 6273version = "0.4.2"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6276dependencies = [
 6277 "half",
 6278 "num-traits",
 6279 "rand 0.9.3",
 6280 "rand_distr",
 6281]
 6282
 6283[[package]]
 6284name = "float_next_after"
 6285version = "1.0.0"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6288
 6289[[package]]
 6290name = "fluent-uri"
 6291version = "0.4.1"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6294dependencies = [
 6295 "borrow-or-share",
 6296 "ref-cast",
 6297 "serde",
 6298]
 6299
 6300[[package]]
 6301name = "flume"
 6302version = "0.11.1"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6305dependencies = [
 6306 "futures-core",
 6307 "futures-sink",
 6308 "nanorand",
 6309 "spin 0.9.8",
 6310]
 6311
 6312[[package]]
 6313name = "fnv"
 6314version = "1.0.7"
 6315source = "registry+https://github.com/rust-lang/crates.io-index"
 6316checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6317
 6318[[package]]
 6319name = "foldhash"
 6320version = "0.1.5"
 6321source = "registry+https://github.com/rust-lang/crates.io-index"
 6322checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6323
 6324[[package]]
 6325name = "foldhash"
 6326version = "0.2.0"
 6327source = "registry+https://github.com/rust-lang/crates.io-index"
 6328checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6329
 6330[[package]]
 6331name = "font-types"
 6332version = "0.10.0"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6335dependencies = [
 6336 "bytemuck",
 6337]
 6338
 6339[[package]]
 6340name = "font-types"
 6341version = "0.11.0"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6344dependencies = [
 6345 "bytemuck",
 6346]
 6347
 6348[[package]]
 6349name = "fontconfig-parser"
 6350version = "0.5.8"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6353dependencies = [
 6354 "roxmltree",
 6355]
 6356
 6357[[package]]
 6358name = "fontdb"
 6359version = "0.16.2"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6362dependencies = [
 6363 "fontconfig-parser",
 6364 "log",
 6365 "memmap2",
 6366 "slotmap",
 6367 "tinyvec",
 6368 "ttf-parser 0.20.0",
 6369]
 6370
 6371[[package]]
 6372name = "fontdb"
 6373version = "0.23.0"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6376dependencies = [
 6377 "fontconfig-parser",
 6378 "log",
 6379 "memmap2",
 6380 "slotmap",
 6381 "tinyvec",
 6382 "ttf-parser 0.25.1",
 6383]
 6384
 6385[[package]]
 6386name = "foreign-types"
 6387version = "0.3.2"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6390dependencies = [
 6391 "foreign-types-shared 0.1.1",
 6392]
 6393
 6394[[package]]
 6395name = "foreign-types"
 6396version = "0.5.0"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6399dependencies = [
 6400 "foreign-types-macros",
 6401 "foreign-types-shared 0.3.1",
 6402]
 6403
 6404[[package]]
 6405name = "foreign-types-macros"
 6406version = "0.2.3"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6409dependencies = [
 6410 "proc-macro2",
 6411 "quote",
 6412 "syn 2.0.117",
 6413]
 6414
 6415[[package]]
 6416name = "foreign-types-shared"
 6417version = "0.1.1"
 6418source = "registry+https://github.com/rust-lang/crates.io-index"
 6419checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6420
 6421[[package]]
 6422name = "foreign-types-shared"
 6423version = "0.3.1"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6426
 6427[[package]]
 6428name = "fork"
 6429version = "0.4.0"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6432dependencies = [
 6433 "libc",
 6434]
 6435
 6436[[package]]
 6437name = "form_urlencoded"
 6438version = "1.2.2"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6441dependencies = [
 6442 "percent-encoding",
 6443]
 6444
 6445[[package]]
 6446name = "fraction"
 6447version = "0.15.3"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6450dependencies = [
 6451 "lazy_static",
 6452 "num",
 6453]
 6454
 6455[[package]]
 6456name = "freetype-sys"
 6457version = "0.20.1"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6460dependencies = [
 6461 "cc",
 6462 "libc",
 6463 "pkg-config",
 6464]
 6465
 6466[[package]]
 6467name = "fs"
 6468version = "0.1.0"
 6469dependencies = [
 6470 "anyhow",
 6471 "ashpd",
 6472 "async-tar",
 6473 "async-trait",
 6474 "collections",
 6475 "dunce",
 6476 "fs",
 6477 "futures 0.3.32",
 6478 "git",
 6479 "gpui",
 6480 "ignore",
 6481 "is_executable",
 6482 "libc",
 6483 "log",
 6484 "notify 8.2.0",
 6485 "parking_lot",
 6486 "paths",
 6487 "proto",
 6488 "rope",
 6489 "serde",
 6490 "serde_json",
 6491 "smol",
 6492 "tempfile",
 6493 "text",
 6494 "thiserror 2.0.17",
 6495 "time",
 6496 "trash",
 6497 "util",
 6498 "windows 0.61.3",
 6499]
 6500
 6501[[package]]
 6502name = "fs-set-times"
 6503version = "0.20.3"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6506dependencies = [
 6507 "io-lifetimes",
 6508 "rustix 1.1.2",
 6509 "windows-sys 0.59.0",
 6510]
 6511
 6512[[package]]
 6513name = "fs2"
 6514version = "0.4.3"
 6515source = "registry+https://github.com/rust-lang/crates.io-index"
 6516checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6517dependencies = [
 6518 "libc",
 6519 "winapi",
 6520]
 6521
 6522[[package]]
 6523name = "fs_benchmarks"
 6524version = "0.1.0"
 6525dependencies = [
 6526 "fs",
 6527 "gpui",
 6528 "gpui_platform",
 6529]
 6530
 6531[[package]]
 6532name = "fs_extra"
 6533version = "1.3.0"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6536
 6537[[package]]
 6538name = "fsevent-sys"
 6539version = "4.1.0"
 6540source = "registry+https://github.com/rust-lang/crates.io-index"
 6541checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6542dependencies = [
 6543 "libc",
 6544]
 6545
 6546[[package]]
 6547name = "fuchsia-cprng"
 6548version = "0.1.1"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6551
 6552[[package]]
 6553name = "funty"
 6554version = "2.0.0"
 6555source = "registry+https://github.com/rust-lang/crates.io-index"
 6556checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6557
 6558[[package]]
 6559name = "futf"
 6560version = "0.1.5"
 6561source = "registry+https://github.com/rust-lang/crates.io-index"
 6562checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6563dependencies = [
 6564 "mac",
 6565 "new_debug_unreachable",
 6566]
 6567
 6568[[package]]
 6569name = "futures"
 6570version = "0.1.31"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6573
 6574[[package]]
 6575name = "futures"
 6576version = "0.3.32"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6579dependencies = [
 6580 "futures-channel",
 6581 "futures-core",
 6582 "futures-executor",
 6583 "futures-io",
 6584 "futures-sink",
 6585 "futures-task",
 6586 "futures-util",
 6587]
 6588
 6589[[package]]
 6590name = "futures-channel"
 6591version = "0.3.32"
 6592source = "registry+https://github.com/rust-lang/crates.io-index"
 6593checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6594dependencies = [
 6595 "futures-core",
 6596 "futures-sink",
 6597]
 6598
 6599[[package]]
 6600name = "futures-concurrency"
 6601version = "7.7.1"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6604dependencies = [
 6605 "fixedbitset 0.5.7",
 6606 "futures-core",
 6607 "futures-lite 2.6.1",
 6608 "pin-project",
 6609 "smallvec",
 6610]
 6611
 6612[[package]]
 6613name = "futures-core"
 6614version = "0.3.32"
 6615source = "registry+https://github.com/rust-lang/crates.io-index"
 6616checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6617
 6618[[package]]
 6619name = "futures-executor"
 6620version = "0.3.32"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6623dependencies = [
 6624 "futures-core",
 6625 "futures-task",
 6626 "futures-util",
 6627]
 6628
 6629[[package]]
 6630name = "futures-intrusive"
 6631version = "0.5.0"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6634dependencies = [
 6635 "futures-core",
 6636 "lock_api",
 6637 "parking_lot",
 6638]
 6639
 6640[[package]]
 6641name = "futures-io"
 6642version = "0.3.32"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6645
 6646[[package]]
 6647name = "futures-lite"
 6648version = "1.13.0"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6651dependencies = [
 6652 "fastrand 1.9.0",
 6653 "futures-core",
 6654 "futures-io",
 6655 "memchr",
 6656 "parking",
 6657 "pin-project-lite",
 6658 "waker-fn",
 6659]
 6660
 6661[[package]]
 6662name = "futures-lite"
 6663version = "2.6.1"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6666dependencies = [
 6667 "fastrand 2.3.0",
 6668 "futures-core",
 6669 "futures-io",
 6670 "parking",
 6671 "pin-project-lite",
 6672]
 6673
 6674[[package]]
 6675name = "futures-macro"
 6676version = "0.3.32"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6679dependencies = [
 6680 "proc-macro2",
 6681 "quote",
 6682 "syn 2.0.117",
 6683]
 6684
 6685[[package]]
 6686name = "futures-sink"
 6687version = "0.3.32"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6690
 6691[[package]]
 6692name = "futures-task"
 6693version = "0.3.32"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6696
 6697[[package]]
 6698name = "futures-util"
 6699version = "0.3.32"
 6700source = "registry+https://github.com/rust-lang/crates.io-index"
 6701checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6702dependencies = [
 6703 "futures 0.1.31",
 6704 "futures-channel",
 6705 "futures-core",
 6706 "futures-io",
 6707 "futures-macro",
 6708 "futures-sink",
 6709 "futures-task",
 6710 "libc",
 6711 "memchr",
 6712 "pin-project-lite",
 6713 "slab",
 6714 "tokio-io",
 6715]
 6716
 6717[[package]]
 6718name = "fuzzy"
 6719version = "0.1.0"
 6720dependencies = [
 6721 "gpui",
 6722 "log",
 6723 "util",
 6724]
 6725
 6726[[package]]
 6727name = "fuzzy_nucleo"
 6728version = "0.1.0"
 6729dependencies = [
 6730 "gpui",
 6731 "nucleo",
 6732 "util",
 6733]
 6734
 6735[[package]]
 6736name = "gaoya"
 6737version = "0.2.0"
 6738source = "registry+https://github.com/rust-lang/crates.io-index"
 6739checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6740dependencies = [
 6741 "ahash 0.8.12",
 6742 "crossbeam-utils",
 6743 "fnv",
 6744 "itertools 0.10.5",
 6745 "num-traits",
 6746 "rand 0.8.5",
 6747 "rand_pcg",
 6748 "random_choice",
 6749 "rayon",
 6750 "seahash",
 6751 "sha-1",
 6752 "shingles",
 6753 "siphasher 0.3.11",
 6754 "smallvec",
 6755 "triomphe",
 6756]
 6757
 6758[[package]]
 6759name = "gemm"
 6760version = "0.17.1"
 6761source = "registry+https://github.com/rust-lang/crates.io-index"
 6762checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6763dependencies = [
 6764 "dyn-stack 0.10.0",
 6765 "gemm-c32 0.17.1",
 6766 "gemm-c64 0.17.1",
 6767 "gemm-common 0.17.1",
 6768 "gemm-f16 0.17.1",
 6769 "gemm-f32 0.17.1",
 6770 "gemm-f64 0.17.1",
 6771 "num-complex",
 6772 "num-traits",
 6773 "paste",
 6774 "raw-cpuid 10.7.0",
 6775 "seq-macro",
 6776]
 6777
 6778[[package]]
 6779name = "gemm"
 6780version = "0.18.2"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6783dependencies = [
 6784 "dyn-stack 0.13.2",
 6785 "gemm-c32 0.18.2",
 6786 "gemm-c64 0.18.2",
 6787 "gemm-common 0.18.2",
 6788 "gemm-f16 0.18.2",
 6789 "gemm-f32 0.18.2",
 6790 "gemm-f64 0.18.2",
 6791 "num-complex",
 6792 "num-traits",
 6793 "paste",
 6794 "raw-cpuid 11.6.0",
 6795 "seq-macro",
 6796]
 6797
 6798[[package]]
 6799name = "gemm-c32"
 6800version = "0.17.1"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6803dependencies = [
 6804 "dyn-stack 0.10.0",
 6805 "gemm-common 0.17.1",
 6806 "num-complex",
 6807 "num-traits",
 6808 "paste",
 6809 "raw-cpuid 10.7.0",
 6810 "seq-macro",
 6811]
 6812
 6813[[package]]
 6814name = "gemm-c32"
 6815version = "0.18.2"
 6816source = "registry+https://github.com/rust-lang/crates.io-index"
 6817checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6818dependencies = [
 6819 "dyn-stack 0.13.2",
 6820 "gemm-common 0.18.2",
 6821 "num-complex",
 6822 "num-traits",
 6823 "paste",
 6824 "raw-cpuid 11.6.0",
 6825 "seq-macro",
 6826]
 6827
 6828[[package]]
 6829name = "gemm-c64"
 6830version = "0.17.1"
 6831source = "registry+https://github.com/rust-lang/crates.io-index"
 6832checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6833dependencies = [
 6834 "dyn-stack 0.10.0",
 6835 "gemm-common 0.17.1",
 6836 "num-complex",
 6837 "num-traits",
 6838 "paste",
 6839 "raw-cpuid 10.7.0",
 6840 "seq-macro",
 6841]
 6842
 6843[[package]]
 6844name = "gemm-c64"
 6845version = "0.18.2"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6848dependencies = [
 6849 "dyn-stack 0.13.2",
 6850 "gemm-common 0.18.2",
 6851 "num-complex",
 6852 "num-traits",
 6853 "paste",
 6854 "raw-cpuid 11.6.0",
 6855 "seq-macro",
 6856]
 6857
 6858[[package]]
 6859name = "gemm-common"
 6860version = "0.17.1"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6863dependencies = [
 6864 "bytemuck",
 6865 "dyn-stack 0.10.0",
 6866 "half",
 6867 "num-complex",
 6868 "num-traits",
 6869 "once_cell",
 6870 "paste",
 6871 "pulp 0.18.22",
 6872 "raw-cpuid 10.7.0",
 6873 "rayon",
 6874 "seq-macro",
 6875 "sysctl 0.5.5",
 6876]
 6877
 6878[[package]]
 6879name = "gemm-common"
 6880version = "0.18.2"
 6881source = "registry+https://github.com/rust-lang/crates.io-index"
 6882checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6883dependencies = [
 6884 "bytemuck",
 6885 "dyn-stack 0.13.2",
 6886 "half",
 6887 "libm",
 6888 "num-complex",
 6889 "num-traits",
 6890 "once_cell",
 6891 "paste",
 6892 "pulp 0.21.5",
 6893 "raw-cpuid 11.6.0",
 6894 "rayon",
 6895 "seq-macro",
 6896 "sysctl 0.6.0",
 6897]
 6898
 6899[[package]]
 6900name = "gemm-f16"
 6901version = "0.17.1"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6904dependencies = [
 6905 "dyn-stack 0.10.0",
 6906 "gemm-common 0.17.1",
 6907 "gemm-f32 0.17.1",
 6908 "half",
 6909 "num-complex",
 6910 "num-traits",
 6911 "paste",
 6912 "raw-cpuid 10.7.0",
 6913 "rayon",
 6914 "seq-macro",
 6915]
 6916
 6917[[package]]
 6918name = "gemm-f16"
 6919version = "0.18.2"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6922dependencies = [
 6923 "dyn-stack 0.13.2",
 6924 "gemm-common 0.18.2",
 6925 "gemm-f32 0.18.2",
 6926 "half",
 6927 "num-complex",
 6928 "num-traits",
 6929 "paste",
 6930 "raw-cpuid 11.6.0",
 6931 "rayon",
 6932 "seq-macro",
 6933]
 6934
 6935[[package]]
 6936name = "gemm-f32"
 6937version = "0.17.1"
 6938source = "registry+https://github.com/rust-lang/crates.io-index"
 6939checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6940dependencies = [
 6941 "dyn-stack 0.10.0",
 6942 "gemm-common 0.17.1",
 6943 "num-complex",
 6944 "num-traits",
 6945 "paste",
 6946 "raw-cpuid 10.7.0",
 6947 "seq-macro",
 6948]
 6949
 6950[[package]]
 6951name = "gemm-f32"
 6952version = "0.18.2"
 6953source = "registry+https://github.com/rust-lang/crates.io-index"
 6954checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6955dependencies = [
 6956 "dyn-stack 0.13.2",
 6957 "gemm-common 0.18.2",
 6958 "num-complex",
 6959 "num-traits",
 6960 "paste",
 6961 "raw-cpuid 11.6.0",
 6962 "seq-macro",
 6963]
 6964
 6965[[package]]
 6966name = "gemm-f64"
 6967version = "0.17.1"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6970dependencies = [
 6971 "dyn-stack 0.10.0",
 6972 "gemm-common 0.17.1",
 6973 "num-complex",
 6974 "num-traits",
 6975 "paste",
 6976 "raw-cpuid 10.7.0",
 6977 "seq-macro",
 6978]
 6979
 6980[[package]]
 6981name = "gemm-f64"
 6982version = "0.18.2"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6985dependencies = [
 6986 "dyn-stack 0.13.2",
 6987 "gemm-common 0.18.2",
 6988 "num-complex",
 6989 "num-traits",
 6990 "paste",
 6991 "raw-cpuid 11.6.0",
 6992 "seq-macro",
 6993]
 6994
 6995[[package]]
 6996name = "generator"
 6997version = "0.8.7"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7000dependencies = [
 7001 "cc",
 7002 "cfg-if",
 7003 "libc",
 7004 "log",
 7005 "rustversion",
 7006 "windows 0.61.3",
 7007]
 7008
 7009[[package]]
 7010name = "generic-array"
 7011version = "0.14.7"
 7012source = "registry+https://github.com/rust-lang/crates.io-index"
 7013checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7014dependencies = [
 7015 "typenum",
 7016 "version_check",
 7017]
 7018
 7019[[package]]
 7020name = "gethostname"
 7021version = "1.1.0"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7024dependencies = [
 7025 "rustix 1.1.2",
 7026 "windows-link 0.2.1",
 7027]
 7028
 7029[[package]]
 7030name = "getrandom"
 7031version = "0.2.16"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7034dependencies = [
 7035 "cfg-if",
 7036 "js-sys",
 7037 "libc",
 7038 "wasi",
 7039 "wasm-bindgen",
 7040]
 7041
 7042[[package]]
 7043name = "getrandom"
 7044version = "0.3.4"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7047dependencies = [
 7048 "cfg-if",
 7049 "js-sys",
 7050 "libc",
 7051 "r-efi",
 7052 "wasip2",
 7053 "wasm-bindgen",
 7054]
 7055
 7056[[package]]
 7057name = "getrandom"
 7058version = "0.4.1"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7061dependencies = [
 7062 "cfg-if",
 7063 "libc",
 7064 "r-efi",
 7065 "wasip2",
 7066 "wasip3",
 7067]
 7068
 7069[[package]]
 7070name = "gh-workflow"
 7071version = "0.8.0"
 7072source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7073dependencies = [
 7074 "async-trait",
 7075 "derive_more",
 7076 "derive_setters",
 7077 "gh-workflow-macros",
 7078 "indexmap",
 7079 "merge",
 7080 "serde",
 7081 "serde_json",
 7082 "serde_yaml",
 7083 "strum_macros 0.27.2",
 7084]
 7085
 7086[[package]]
 7087name = "gh-workflow-macros"
 7088version = "0.8.0"
 7089source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7090dependencies = [
 7091 "heck 0.5.0",
 7092 "quote",
 7093 "syn 2.0.117",
 7094]
 7095
 7096[[package]]
 7097name = "gif"
 7098version = "0.13.3"
 7099source = "registry+https://github.com/rust-lang/crates.io-index"
 7100checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7101dependencies = [
 7102 "color_quant",
 7103 "weezl",
 7104]
 7105
 7106[[package]]
 7107name = "gimli"
 7108version = "0.32.3"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7111dependencies = [
 7112 "fallible-iterator",
 7113 "indexmap",
 7114 "stable_deref_trait",
 7115]
 7116
 7117[[package]]
 7118name = "gio-sys"
 7119version = "0.21.5"
 7120source = "registry+https://github.com/rust-lang/crates.io-index"
 7121checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7122dependencies = [
 7123 "glib-sys",
 7124 "gobject-sys",
 7125 "libc",
 7126 "system-deps 7.0.7",
 7127 "windows-sys 0.61.2",
 7128]
 7129
 7130[[package]]
 7131name = "git"
 7132version = "0.1.0"
 7133dependencies = [
 7134 "anyhow",
 7135 "askpass",
 7136 "async-trait",
 7137 "collections",
 7138 "derive_more",
 7139 "futures 0.3.32",
 7140 "git2",
 7141 "gpui",
 7142 "http_client",
 7143 "itertools 0.14.0",
 7144 "log",
 7145 "parking_lot",
 7146 "pretty_assertions",
 7147 "rand 0.9.3",
 7148 "regex",
 7149 "rope",
 7150 "schemars",
 7151 "serde",
 7152 "serde_json",
 7153 "smallvec",
 7154 "smol",
 7155 "sum_tree",
 7156 "tempfile",
 7157 "text",
 7158 "thiserror 2.0.17",
 7159 "time",
 7160 "url",
 7161 "urlencoding",
 7162 "util",
 7163 "uuid",
 7164 "ztracing",
 7165]
 7166
 7167[[package]]
 7168name = "git2"
 7169version = "0.20.4"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7172dependencies = [
 7173 "bitflags 2.10.0",
 7174 "libc",
 7175 "libgit2-sys",
 7176 "log",
 7177 "url",
 7178]
 7179
 7180[[package]]
 7181name = "git_graph"
 7182version = "0.1.0"
 7183dependencies = [
 7184 "anyhow",
 7185 "collections",
 7186 "db",
 7187 "editor",
 7188 "fs",
 7189 "git",
 7190 "git_ui",
 7191 "gpui",
 7192 "language",
 7193 "menu",
 7194 "project",
 7195 "rand 0.9.3",
 7196 "remote_connection",
 7197 "search",
 7198 "serde_json",
 7199 "settings",
 7200 "smallvec",
 7201 "smol",
 7202 "theme",
 7203 "theme_settings",
 7204 "time",
 7205 "ui",
 7206 "workspace",
 7207]
 7208
 7209[[package]]
 7210name = "git_hosting_providers"
 7211version = "0.1.0"
 7212dependencies = [
 7213 "anyhow",
 7214 "async-trait",
 7215 "futures 0.3.32",
 7216 "git",
 7217 "gpui",
 7218 "http_client",
 7219 "indoc",
 7220 "itertools 0.14.0",
 7221 "pretty_assertions",
 7222 "regex",
 7223 "serde",
 7224 "serde_json",
 7225 "settings",
 7226 "url",
 7227 "urlencoding",
 7228 "util",
 7229]
 7230
 7231[[package]]
 7232name = "git_ui"
 7233version = "0.1.0"
 7234dependencies = [
 7235 "agent_settings",
 7236 "alacritty_terminal",
 7237 "anyhow",
 7238 "askpass",
 7239 "buffer_diff",
 7240 "call",
 7241 "collections",
 7242 "component",
 7243 "ctor",
 7244 "db",
 7245 "editor",
 7246 "file_icons",
 7247 "futures 0.3.32",
 7248 "fuzzy",
 7249 "git",
 7250 "gpui",
 7251 "indoc",
 7252 "itertools 0.14.0",
 7253 "language",
 7254 "language_model",
 7255 "linkify",
 7256 "log",
 7257 "markdown",
 7258 "menu",
 7259 "multi_buffer",
 7260 "notifications",
 7261 "panel",
 7262 "picker",
 7263 "pretty_assertions",
 7264 "project",
 7265 "prompt_store",
 7266 "proto",
 7267 "rand 0.9.3",
 7268 "remote",
 7269 "remote_connection",
 7270 "schemars",
 7271 "serde",
 7272 "serde_json",
 7273 "settings",
 7274 "smallvec",
 7275 "smol",
 7276 "strum 0.27.2",
 7277 "telemetry",
 7278 "theme",
 7279 "theme_settings",
 7280 "time",
 7281 "time_format",
 7282 "tracing",
 7283 "ui",
 7284 "ui_input",
 7285 "unindent",
 7286 "util",
 7287 "watch",
 7288 "windows 0.61.3",
 7289 "workspace",
 7290 "zed_actions",
 7291 "zeroize",
 7292 "zlog",
 7293 "ztracing",
 7294]
 7295
 7296[[package]]
 7297name = "gl_generator"
 7298version = "0.14.0"
 7299source = "registry+https://github.com/rust-lang/crates.io-index"
 7300checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7301dependencies = [
 7302 "khronos_api",
 7303 "log",
 7304 "xml-rs",
 7305]
 7306
 7307[[package]]
 7308name = "glib"
 7309version = "0.21.5"
 7310source = "registry+https://github.com/rust-lang/crates.io-index"
 7311checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7312dependencies = [
 7313 "bitflags 2.10.0",
 7314 "futures-channel",
 7315 "futures-core",
 7316 "futures-executor",
 7317 "futures-task",
 7318 "futures-util",
 7319 "gio-sys",
 7320 "glib-macros",
 7321 "glib-sys",
 7322 "gobject-sys",
 7323 "libc",
 7324 "memchr",
 7325 "smallvec",
 7326]
 7327
 7328[[package]]
 7329name = "glib-macros"
 7330version = "0.21.5"
 7331source = "registry+https://github.com/rust-lang/crates.io-index"
 7332checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7333dependencies = [
 7334 "heck 0.5.0",
 7335 "proc-macro-crate",
 7336 "proc-macro2",
 7337 "quote",
 7338 "syn 2.0.117",
 7339]
 7340
 7341[[package]]
 7342name = "glib-sys"
 7343version = "0.21.5"
 7344source = "registry+https://github.com/rust-lang/crates.io-index"
 7345checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7346dependencies = [
 7347 "libc",
 7348 "system-deps 7.0.7",
 7349]
 7350
 7351[[package]]
 7352name = "glob"
 7353version = "0.3.3"
 7354source = "registry+https://github.com/rust-lang/crates.io-index"
 7355checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7356
 7357[[package]]
 7358name = "globset"
 7359version = "0.4.17"
 7360source = "registry+https://github.com/rust-lang/crates.io-index"
 7361checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7362dependencies = [
 7363 "aho-corasick",
 7364 "bstr",
 7365 "log",
 7366 "regex-automata",
 7367 "regex-syntax",
 7368]
 7369
 7370[[package]]
 7371name = "gloo-timers"
 7372version = "0.3.0"
 7373source = "registry+https://github.com/rust-lang/crates.io-index"
 7374checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7375dependencies = [
 7376 "futures-channel",
 7377 "futures-core",
 7378 "js-sys",
 7379 "wasm-bindgen",
 7380]
 7381
 7382[[package]]
 7383name = "glow"
 7384version = "0.17.0"
 7385source = "registry+https://github.com/rust-lang/crates.io-index"
 7386checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7387dependencies = [
 7388 "js-sys",
 7389 "slotmap",
 7390 "wasm-bindgen",
 7391 "web-sys",
 7392]
 7393
 7394[[package]]
 7395name = "glutin_wgl_sys"
 7396version = "0.6.1"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7399dependencies = [
 7400 "gl_generator",
 7401]
 7402
 7403[[package]]
 7404name = "go_to_line"
 7405version = "0.1.0"
 7406dependencies = [
 7407 "editor",
 7408 "gpui",
 7409 "indoc",
 7410 "language",
 7411 "menu",
 7412 "multi_buffer",
 7413 "project",
 7414 "rope",
 7415 "serde",
 7416 "serde_json",
 7417 "settings",
 7418 "text",
 7419 "theme",
 7420 "ui",
 7421 "util",
 7422 "workspace",
 7423]
 7424
 7425[[package]]
 7426name = "gobject-sys"
 7427version = "0.21.5"
 7428source = "registry+https://github.com/rust-lang/crates.io-index"
 7429checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7430dependencies = [
 7431 "glib-sys",
 7432 "libc",
 7433 "system-deps 7.0.7",
 7434]
 7435
 7436[[package]]
 7437name = "goblin"
 7438version = "0.9.3"
 7439source = "registry+https://github.com/rust-lang/crates.io-index"
 7440checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7441dependencies = [
 7442 "log",
 7443 "plain",
 7444 "scroll",
 7445]
 7446
 7447[[package]]
 7448name = "google_ai"
 7449version = "0.1.0"
 7450dependencies = [
 7451 "anyhow",
 7452 "futures 0.3.32",
 7453 "http_client",
 7454 "language_model_core",
 7455 "log",
 7456 "schemars",
 7457 "serde",
 7458 "serde_json",
 7459 "strum 0.27.2",
 7460 "tiktoken-rs",
 7461]
 7462
 7463[[package]]
 7464name = "gpu-allocator"
 7465version = "0.28.0"
 7466source = "registry+https://github.com/rust-lang/crates.io-index"
 7467checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7468dependencies = [
 7469 "ash",
 7470 "hashbrown 0.16.1",
 7471 "log",
 7472 "presser",
 7473 "thiserror 2.0.17",
 7474 "windows 0.62.2",
 7475]
 7476
 7477[[package]]
 7478name = "gpu-descriptor"
 7479version = "0.3.2"
 7480source = "registry+https://github.com/rust-lang/crates.io-index"
 7481checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7482dependencies = [
 7483 "bitflags 2.10.0",
 7484 "gpu-descriptor-types",
 7485 "hashbrown 0.15.5",
 7486]
 7487
 7488[[package]]
 7489name = "gpu-descriptor-types"
 7490version = "0.2.0"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7493dependencies = [
 7494 "bitflags 2.10.0",
 7495]
 7496
 7497[[package]]
 7498name = "gpui"
 7499version = "0.2.2"
 7500dependencies = [
 7501 "anyhow",
 7502 "async-channel 2.5.0",
 7503 "async-task",
 7504 "backtrace",
 7505 "bindgen 0.71.1",
 7506 "bitflags 2.10.0",
 7507 "block",
 7508 "cbindgen",
 7509 "chrono",
 7510 "cocoa 0.26.0",
 7511 "cocoa-foundation 0.2.0",
 7512 "collections",
 7513 "core-foundation 0.10.0",
 7514 "core-foundation-sys",
 7515 "core-graphics 0.24.0",
 7516 "core-text",
 7517 "core-video",
 7518 "ctor",
 7519 "derive_more",
 7520 "embed-resource",
 7521 "env_logger 0.11.8",
 7522 "etagere",
 7523 "foreign-types 0.5.0",
 7524 "futures 0.3.32",
 7525 "futures-concurrency",
 7526 "getrandom 0.3.4",
 7527 "gpui_macros",
 7528 "gpui_platform",
 7529 "gpui_shared_string",
 7530 "gpui_util",
 7531 "gpui_web",
 7532 "http_client",
 7533 "image",
 7534 "inventory",
 7535 "itertools 0.14.0",
 7536 "log",
 7537 "lyon",
 7538 "mach2 0.5.0",
 7539 "media",
 7540 "metal",
 7541 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7542 "num_cpus",
 7543 "objc",
 7544 "objc2",
 7545 "objc2-metal",
 7546 "parking",
 7547 "parking_lot",
 7548 "pathfinder_geometry",
 7549 "pin-project",
 7550 "pollster 0.4.0",
 7551 "postage",
 7552 "profiling",
 7553 "proptest",
 7554 "rand 0.9.3",
 7555 "raw-window-handle",
 7556 "refineable",
 7557 "regex",
 7558 "reqwest_client",
 7559 "resvg",
 7560 "scheduler",
 7561 "schemars",
 7562 "seahash",
 7563 "serde",
 7564 "serde_json",
 7565 "slotmap",
 7566 "smallvec",
 7567 "spin 0.10.0",
 7568 "stacksafe",
 7569 "strum 0.27.2",
 7570 "sum_tree",
 7571 "taffy",
 7572 "thiserror 2.0.17",
 7573 "ttf-parser 0.25.1",
 7574 "unicode-segmentation",
 7575 "url",
 7576 "usvg",
 7577 "util_macros",
 7578 "uuid",
 7579 "waker-fn",
 7580 "wasm-bindgen",
 7581 "web-time",
 7582 "windows 0.61.3",
 7583 "zed-font-kit",
 7584 "zed-scap",
 7585]
 7586
 7587[[package]]
 7588name = "gpui_linux"
 7589version = "0.1.0"
 7590dependencies = [
 7591 "anyhow",
 7592 "as-raw-xcb-connection",
 7593 "ashpd",
 7594 "bitflags 2.10.0",
 7595 "bytemuck",
 7596 "calloop",
 7597 "calloop-wayland-source",
 7598 "collections",
 7599 "filedescriptor",
 7600 "futures 0.3.32",
 7601 "gpui",
 7602 "gpui_wgpu",
 7603 "http_client",
 7604 "image",
 7605 "itertools 0.14.0",
 7606 "libc",
 7607 "log",
 7608 "oo7",
 7609 "open",
 7610 "parking_lot",
 7611 "pathfinder_geometry",
 7612 "pollster 0.4.0",
 7613 "profiling",
 7614 "raw-window-handle",
 7615 "smallvec",
 7616 "smol",
 7617 "strum 0.27.2",
 7618 "swash",
 7619 "url",
 7620 "util",
 7621 "uuid",
 7622 "wayland-backend",
 7623 "wayland-client",
 7624 "wayland-cursor",
 7625 "wayland-protocols",
 7626 "wayland-protocols-plasma",
 7627 "wayland-protocols-wlr",
 7628 "x11-clipboard",
 7629 "x11rb",
 7630 "xkbcommon",
 7631 "zed-scap",
 7632 "zed-xim",
 7633]
 7634
 7635[[package]]
 7636name = "gpui_macos"
 7637version = "0.1.0"
 7638dependencies = [
 7639 "anyhow",
 7640 "async-task",
 7641 "block",
 7642 "cbindgen",
 7643 "cocoa 0.26.0",
 7644 "collections",
 7645 "core-foundation 0.10.0",
 7646 "core-foundation-sys",
 7647 "core-graphics 0.24.0",
 7648 "core-text",
 7649 "core-video",
 7650 "ctor",
 7651 "derive_more",
 7652 "dispatch2",
 7653 "etagere",
 7654 "foreign-types 0.5.0",
 7655 "futures 0.3.32",
 7656 "gpui",
 7657 "image",
 7658 "itertools 0.14.0",
 7659 "libc",
 7660 "log",
 7661 "mach2 0.5.0",
 7662 "media",
 7663 "metal",
 7664 "objc",
 7665 "objc2-app-kit",
 7666 "parking_lot",
 7667 "pathfinder_geometry",
 7668 "raw-window-handle",
 7669 "semver",
 7670 "smallvec",
 7671 "strum 0.27.2",
 7672 "util",
 7673 "uuid",
 7674 "zed-font-kit",
 7675]
 7676
 7677[[package]]
 7678name = "gpui_macros"
 7679version = "0.1.0"
 7680dependencies = [
 7681 "gpui",
 7682 "heck 0.5.0",
 7683 "proc-macro2",
 7684 "quote",
 7685 "syn 2.0.117",
 7686]
 7687
 7688[[package]]
 7689name = "gpui_platform"
 7690version = "0.1.0"
 7691dependencies = [
 7692 "console_error_panic_hook",
 7693 "gpui",
 7694 "gpui_linux",
 7695 "gpui_macos",
 7696 "gpui_web",
 7697 "gpui_windows",
 7698]
 7699
 7700[[package]]
 7701name = "gpui_shared_string"
 7702version = "0.1.0"
 7703dependencies = [
 7704 "derive_more",
 7705 "gpui_util",
 7706 "schemars",
 7707 "serde",
 7708]
 7709
 7710[[package]]
 7711name = "gpui_tokio"
 7712version = "0.1.0"
 7713dependencies = [
 7714 "anyhow",
 7715 "gpui",
 7716 "tokio",
 7717 "util",
 7718]
 7719
 7720[[package]]
 7721name = "gpui_util"
 7722version = "0.1.0"
 7723dependencies = [
 7724 "anyhow",
 7725 "log",
 7726]
 7727
 7728[[package]]
 7729name = "gpui_web"
 7730version = "0.1.0"
 7731dependencies = [
 7732 "anyhow",
 7733 "console_error_panic_hook",
 7734 "futures 0.3.32",
 7735 "gpui",
 7736 "gpui_wgpu",
 7737 "http_client",
 7738 "js-sys",
 7739 "log",
 7740 "parking_lot",
 7741 "raw-window-handle",
 7742 "smallvec",
 7743 "uuid",
 7744 "wasm-bindgen",
 7745 "wasm-bindgen-futures",
 7746 "wasm_thread",
 7747 "web-sys",
 7748 "web-time",
 7749]
 7750
 7751[[package]]
 7752name = "gpui_wgpu"
 7753version = "0.1.0"
 7754dependencies = [
 7755 "anyhow",
 7756 "bytemuck",
 7757 "collections",
 7758 "cosmic-text",
 7759 "etagere",
 7760 "gpui",
 7761 "gpui_util",
 7762 "itertools 0.14.0",
 7763 "js-sys",
 7764 "log",
 7765 "parking_lot",
 7766 "pollster 0.4.0",
 7767 "profiling",
 7768 "raw-window-handle",
 7769 "smallvec",
 7770 "swash",
 7771 "wasm-bindgen",
 7772 "wasm-bindgen-futures",
 7773 "web-sys",
 7774 "wgpu",
 7775 "zed-font-kit",
 7776]
 7777
 7778[[package]]
 7779name = "gpui_windows"
 7780version = "0.1.0"
 7781dependencies = [
 7782 "anyhow",
 7783 "collections",
 7784 "etagere",
 7785 "futures 0.3.32",
 7786 "gpui",
 7787 "image",
 7788 "itertools 0.14.0",
 7789 "log",
 7790 "parking_lot",
 7791 "rand 0.9.3",
 7792 "raw-window-handle",
 7793 "smallvec",
 7794 "util",
 7795 "uuid",
 7796 "windows 0.61.3",
 7797 "windows-core 0.61.2",
 7798 "windows-numerics 0.2.0",
 7799 "windows-registry 0.5.3",
 7800 "zed-scap",
 7801]
 7802
 7803[[package]]
 7804name = "grammars"
 7805version = "0.1.0"
 7806dependencies = [
 7807 "anyhow",
 7808 "language_core",
 7809 "rust-embed",
 7810 "toml 0.8.23",
 7811 "tree-sitter",
 7812 "tree-sitter-bash",
 7813 "tree-sitter-c",
 7814 "tree-sitter-cpp",
 7815 "tree-sitter-css",
 7816 "tree-sitter-diff",
 7817 "tree-sitter-gitcommit",
 7818 "tree-sitter-go",
 7819 "tree-sitter-gomod",
 7820 "tree-sitter-gowork",
 7821 "tree-sitter-jsdoc",
 7822 "tree-sitter-json",
 7823 "tree-sitter-md",
 7824 "tree-sitter-python",
 7825 "tree-sitter-regex",
 7826 "tree-sitter-rust",
 7827 "tree-sitter-typescript",
 7828 "tree-sitter-yaml",
 7829 "util",
 7830]
 7831
 7832[[package]]
 7833name = "grid"
 7834version = "0.18.0"
 7835source = "registry+https://github.com/rust-lang/crates.io-index"
 7836checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7837
 7838[[package]]
 7839name = "group"
 7840version = "0.12.1"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7843dependencies = [
 7844 "ff",
 7845 "rand_core 0.6.4",
 7846 "subtle",
 7847]
 7848
 7849[[package]]
 7850name = "h2"
 7851version = "0.3.27"
 7852source = "registry+https://github.com/rust-lang/crates.io-index"
 7853checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7854dependencies = [
 7855 "bytes 1.11.1",
 7856 "fnv",
 7857 "futures-core",
 7858 "futures-sink",
 7859 "futures-util",
 7860 "http 0.2.12",
 7861 "indexmap",
 7862 "slab",
 7863 "tokio",
 7864 "tokio-util",
 7865 "tracing",
 7866]
 7867
 7868[[package]]
 7869name = "h2"
 7870version = "0.4.12"
 7871source = "registry+https://github.com/rust-lang/crates.io-index"
 7872checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7873dependencies = [
 7874 "atomic-waker",
 7875 "bytes 1.11.1",
 7876 "fnv",
 7877 "futures-core",
 7878 "futures-sink",
 7879 "http 1.3.1",
 7880 "indexmap",
 7881 "slab",
 7882 "tokio",
 7883 "tokio-util",
 7884 "tracing",
 7885]
 7886
 7887[[package]]
 7888name = "half"
 7889version = "2.7.1"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7892dependencies = [
 7893 "bytemuck",
 7894 "cfg-if",
 7895 "crunchy",
 7896 "num-traits",
 7897 "rand 0.9.3",
 7898 "rand_distr",
 7899 "zerocopy",
 7900]
 7901
 7902[[package]]
 7903name = "handlebars"
 7904version = "4.5.0"
 7905source = "registry+https://github.com/rust-lang/crates.io-index"
 7906checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7907dependencies = [
 7908 "log",
 7909 "pest",
 7910 "pest_derive",
 7911 "rust-embed",
 7912 "serde",
 7913 "serde_json",
 7914 "thiserror 1.0.69",
 7915]
 7916
 7917[[package]]
 7918name = "handlebars"
 7919version = "5.1.2"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7922dependencies = [
 7923 "log",
 7924 "pest",
 7925 "pest_derive",
 7926 "serde",
 7927 "serde_json",
 7928 "thiserror 1.0.69",
 7929]
 7930
 7931[[package]]
 7932name = "harfrust"
 7933version = "0.5.0"
 7934source = "registry+https://github.com/rust-lang/crates.io-index"
 7935checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7936dependencies = [
 7937 "bitflags 2.10.0",
 7938 "bytemuck",
 7939 "core_maths",
 7940 "read-fonts 0.37.0",
 7941 "smallvec",
 7942]
 7943
 7944[[package]]
 7945name = "hash32"
 7946version = "0.3.1"
 7947source = "registry+https://github.com/rust-lang/crates.io-index"
 7948checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7949dependencies = [
 7950 "byteorder",
 7951]
 7952
 7953[[package]]
 7954name = "hashbrown"
 7955version = "0.12.3"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7958dependencies = [
 7959 "ahash 0.7.8",
 7960]
 7961
 7962[[package]]
 7963name = "hashbrown"
 7964version = "0.14.5"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7967dependencies = [
 7968 "ahash 0.8.12",
 7969 "allocator-api2",
 7970]
 7971
 7972[[package]]
 7973name = "hashbrown"
 7974version = "0.15.5"
 7975source = "registry+https://github.com/rust-lang/crates.io-index"
 7976checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7977dependencies = [
 7978 "allocator-api2",
 7979 "equivalent",
 7980 "foldhash 0.1.5",
 7981 "serde",
 7982]
 7983
 7984[[package]]
 7985name = "hashbrown"
 7986version = "0.16.1"
 7987source = "registry+https://github.com/rust-lang/crates.io-index"
 7988checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7989dependencies = [
 7990 "allocator-api2",
 7991 "equivalent",
 7992 "foldhash 0.2.0",
 7993]
 7994
 7995[[package]]
 7996name = "hashlink"
 7997version = "0.8.4"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8000dependencies = [
 8001 "hashbrown 0.14.5",
 8002]
 8003
 8004[[package]]
 8005name = "hashlink"
 8006version = "0.10.0"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8009dependencies = [
 8010 "hashbrown 0.15.5",
 8011]
 8012
 8013[[package]]
 8014name = "headers"
 8015version = "0.3.9"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8018dependencies = [
 8019 "base64 0.21.7",
 8020 "bytes 1.11.1",
 8021 "headers-core",
 8022 "http 0.2.12",
 8023 "httpdate",
 8024 "mime",
 8025 "sha1",
 8026]
 8027
 8028[[package]]
 8029name = "headers-core"
 8030version = "0.2.0"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8033dependencies = [
 8034 "http 0.2.12",
 8035]
 8036
 8037[[package]]
 8038name = "heapless"
 8039version = "0.9.2"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8042dependencies = [
 8043 "hash32",
 8044 "stable_deref_trait",
 8045]
 8046
 8047[[package]]
 8048name = "heck"
 8049version = "0.3.3"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8052dependencies = [
 8053 "unicode-segmentation",
 8054]
 8055
 8056[[package]]
 8057name = "heck"
 8058version = "0.4.1"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8061dependencies = [
 8062 "unicode-segmentation",
 8063]
 8064
 8065[[package]]
 8066name = "heck"
 8067version = "0.5.0"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8070
 8071[[package]]
 8072name = "heed"
 8073version = "0.21.0"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8076dependencies = [
 8077 "bitflags 2.10.0",
 8078 "byteorder",
 8079 "heed-traits",
 8080 "heed-types",
 8081 "libc",
 8082 "lmdb-master-sys",
 8083 "once_cell",
 8084 "page_size",
 8085 "serde",
 8086 "synchronoise",
 8087 "url",
 8088]
 8089
 8090[[package]]
 8091name = "heed-traits"
 8092version = "0.20.0"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8095
 8096[[package]]
 8097name = "heed-types"
 8098version = "0.21.0"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8101dependencies = [
 8102 "bincode",
 8103 "byteorder",
 8104 "heed-traits",
 8105 "serde",
 8106 "serde_json",
 8107]
 8108
 8109[[package]]
 8110name = "hermit-abi"
 8111version = "0.5.2"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8114
 8115[[package]]
 8116name = "hex"
 8117version = "0.4.3"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8120
 8121[[package]]
 8122name = "hexf-parse"
 8123version = "0.2.1"
 8124source = "registry+https://github.com/rust-lang/crates.io-index"
 8125checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8126
 8127[[package]]
 8128name = "hkdf"
 8129version = "0.12.4"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8132dependencies = [
 8133 "hmac",
 8134]
 8135
 8136[[package]]
 8137name = "hmac"
 8138version = "0.12.1"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8141dependencies = [
 8142 "digest",
 8143]
 8144
 8145[[package]]
 8146name = "home"
 8147version = "0.5.11"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8150dependencies = [
 8151 "windows-sys 0.59.0",
 8152]
 8153
 8154[[package]]
 8155name = "hound"
 8156version = "3.5.1"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8159
 8160[[package]]
 8161name = "html5ever"
 8162version = "0.27.0"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8165dependencies = [
 8166 "log",
 8167 "mac",
 8168 "markup5ever 0.12.1",
 8169 "proc-macro2",
 8170 "quote",
 8171 "syn 2.0.117",
 8172]
 8173
 8174[[package]]
 8175name = "html5ever"
 8176version = "0.35.0"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8179dependencies = [
 8180 "log",
 8181 "markup5ever 0.35.0",
 8182 "match_token",
 8183]
 8184
 8185[[package]]
 8186name = "html_to_markdown"
 8187version = "0.1.0"
 8188dependencies = [
 8189 "anyhow",
 8190 "html5ever 0.27.0",
 8191 "indoc",
 8192 "markup5ever_rcdom",
 8193 "pretty_assertions",
 8194 "regex",
 8195]
 8196
 8197[[package]]
 8198name = "http"
 8199version = "0.2.12"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8202dependencies = [
 8203 "bytes 1.11.1",
 8204 "fnv",
 8205 "itoa",
 8206]
 8207
 8208[[package]]
 8209name = "http"
 8210version = "1.3.1"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8213dependencies = [
 8214 "bytes 1.11.1",
 8215 "fnv",
 8216 "itoa",
 8217]
 8218
 8219[[package]]
 8220name = "http-body"
 8221version = "0.4.6"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8224dependencies = [
 8225 "bytes 1.11.1",
 8226 "http 0.2.12",
 8227 "pin-project-lite",
 8228]
 8229
 8230[[package]]
 8231name = "http-body"
 8232version = "1.0.1"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8235dependencies = [
 8236 "bytes 1.11.1",
 8237 "http 1.3.1",
 8238]
 8239
 8240[[package]]
 8241name = "http-body-util"
 8242version = "0.1.3"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8245dependencies = [
 8246 "bytes 1.11.1",
 8247 "futures-core",
 8248 "http 1.3.1",
 8249 "http-body 1.0.1",
 8250 "pin-project-lite",
 8251]
 8252
 8253[[package]]
 8254name = "http-range-header"
 8255version = "0.3.1"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8258
 8259[[package]]
 8260name = "http_client"
 8261version = "0.1.0"
 8262dependencies = [
 8263 "anyhow",
 8264 "async-compression",
 8265 "async-fs",
 8266 "async-tar",
 8267 "bytes 1.11.1",
 8268 "derive_more",
 8269 "futures 0.3.32",
 8270 "http 1.3.1",
 8271 "http-body 1.0.1",
 8272 "log",
 8273 "parking_lot",
 8274 "serde",
 8275 "serde_json",
 8276 "serde_urlencoded",
 8277 "sha2",
 8278 "tempfile",
 8279 "url",
 8280 "util",
 8281]
 8282
 8283[[package]]
 8284name = "http_client_tls"
 8285version = "0.1.0"
 8286dependencies = [
 8287 "rustls 0.23.33",
 8288 "rustls-platform-verifier",
 8289]
 8290
 8291[[package]]
 8292name = "httparse"
 8293version = "1.10.1"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8296
 8297[[package]]
 8298name = "httpdate"
 8299version = "1.0.3"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8302
 8303[[package]]
 8304name = "human_bytes"
 8305version = "0.4.3"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8308
 8309[[package]]
 8310name = "humantime"
 8311version = "2.3.0"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8314
 8315[[package]]
 8316name = "hyper"
 8317version = "0.14.32"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8320dependencies = [
 8321 "bytes 1.11.1",
 8322 "futures-channel",
 8323 "futures-core",
 8324 "futures-util",
 8325 "h2 0.3.27",
 8326 "http 0.2.12",
 8327 "http-body 0.4.6",
 8328 "httparse",
 8329 "httpdate",
 8330 "itoa",
 8331 "pin-project-lite",
 8332 "socket2 0.5.10",
 8333 "tokio",
 8334 "tower-service",
 8335 "tracing",
 8336 "want",
 8337]
 8338
 8339[[package]]
 8340name = "hyper"
 8341version = "1.7.0"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8344dependencies = [
 8345 "atomic-waker",
 8346 "bytes 1.11.1",
 8347 "futures-channel",
 8348 "futures-core",
 8349 "h2 0.4.12",
 8350 "http 1.3.1",
 8351 "http-body 1.0.1",
 8352 "httparse",
 8353 "itoa",
 8354 "pin-project-lite",
 8355 "pin-utils",
 8356 "smallvec",
 8357 "tokio",
 8358 "want",
 8359]
 8360
 8361[[package]]
 8362name = "hyper-rustls"
 8363version = "0.24.2"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8366dependencies = [
 8367 "futures-util",
 8368 "http 0.2.12",
 8369 "hyper 0.14.32",
 8370 "log",
 8371 "rustls 0.21.12",
 8372 "rustls-native-certs 0.6.3",
 8373 "tokio",
 8374 "tokio-rustls 0.24.1",
 8375]
 8376
 8377[[package]]
 8378name = "hyper-rustls"
 8379version = "0.27.7"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8382dependencies = [
 8383 "http 1.3.1",
 8384 "hyper 1.7.0",
 8385 "hyper-util",
 8386 "log",
 8387 "rustls 0.23.33",
 8388 "rustls-native-certs 0.8.2",
 8389 "rustls-pki-types",
 8390 "tokio",
 8391 "tokio-rustls 0.26.2",
 8392 "tower-service",
 8393]
 8394
 8395[[package]]
 8396name = "hyper-timeout"
 8397version = "0.5.2"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8400dependencies = [
 8401 "hyper 1.7.0",
 8402 "hyper-util",
 8403 "pin-project-lite",
 8404 "tokio",
 8405 "tower-service",
 8406]
 8407
 8408[[package]]
 8409name = "hyper-tls"
 8410version = "0.5.0"
 8411source = "registry+https://github.com/rust-lang/crates.io-index"
 8412checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8413dependencies = [
 8414 "bytes 1.11.1",
 8415 "hyper 0.14.32",
 8416 "native-tls",
 8417 "tokio",
 8418 "tokio-native-tls",
 8419]
 8420
 8421[[package]]
 8422name = "hyper-util"
 8423version = "0.1.17"
 8424source = "registry+https://github.com/rust-lang/crates.io-index"
 8425checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8426dependencies = [
 8427 "base64 0.22.1",
 8428 "bytes 1.11.1",
 8429 "futures-channel",
 8430 "futures-core",
 8431 "futures-util",
 8432 "http 1.3.1",
 8433 "http-body 1.0.1",
 8434 "hyper 1.7.0",
 8435 "ipnet",
 8436 "libc",
 8437 "percent-encoding",
 8438 "pin-project-lite",
 8439 "socket2 0.6.1",
 8440 "tokio",
 8441 "tower-service",
 8442 "tracing",
 8443]
 8444
 8445[[package]]
 8446name = "iana-time-zone"
 8447version = "0.1.64"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8450dependencies = [
 8451 "android_system_properties",
 8452 "core-foundation-sys",
 8453 "iana-time-zone-haiku",
 8454 "js-sys",
 8455 "log",
 8456 "wasm-bindgen",
 8457 "windows-core 0.62.2",
 8458]
 8459
 8460[[package]]
 8461name = "iana-time-zone-haiku"
 8462version = "0.1.2"
 8463source = "registry+https://github.com/rust-lang/crates.io-index"
 8464checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8465dependencies = [
 8466 "cc",
 8467]
 8468
 8469[[package]]
 8470name = "icons"
 8471version = "0.1.0"
 8472dependencies = [
 8473 "serde",
 8474 "strum 0.27.2",
 8475]
 8476
 8477[[package]]
 8478name = "icu_collections"
 8479version = "2.0.0"
 8480source = "registry+https://github.com/rust-lang/crates.io-index"
 8481checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8482dependencies = [
 8483 "displaydoc",
 8484 "potential_utf",
 8485 "yoke 0.8.0",
 8486 "zerofrom",
 8487 "zerovec",
 8488]
 8489
 8490[[package]]
 8491name = "icu_locale_core"
 8492version = "2.0.0"
 8493source = "registry+https://github.com/rust-lang/crates.io-index"
 8494checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8495dependencies = [
 8496 "displaydoc",
 8497 "litemap",
 8498 "tinystr",
 8499 "writeable",
 8500 "zerovec",
 8501]
 8502
 8503[[package]]
 8504name = "icu_normalizer"
 8505version = "2.0.0"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8508dependencies = [
 8509 "displaydoc",
 8510 "icu_collections",
 8511 "icu_normalizer_data",
 8512 "icu_properties",
 8513 "icu_provider",
 8514 "smallvec",
 8515 "zerovec",
 8516]
 8517
 8518[[package]]
 8519name = "icu_normalizer_data"
 8520version = "2.0.0"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8523
 8524[[package]]
 8525name = "icu_properties"
 8526version = "2.0.1"
 8527source = "registry+https://github.com/rust-lang/crates.io-index"
 8528checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8529dependencies = [
 8530 "displaydoc",
 8531 "icu_collections",
 8532 "icu_locale_core",
 8533 "icu_properties_data",
 8534 "icu_provider",
 8535 "potential_utf",
 8536 "zerotrie",
 8537 "zerovec",
 8538]
 8539
 8540[[package]]
 8541name = "icu_properties_data"
 8542version = "2.0.1"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8545
 8546[[package]]
 8547name = "icu_provider"
 8548version = "2.0.0"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8551dependencies = [
 8552 "displaydoc",
 8553 "icu_locale_core",
 8554 "stable_deref_trait",
 8555 "tinystr",
 8556 "writeable",
 8557 "yoke 0.8.0",
 8558 "zerofrom",
 8559 "zerotrie",
 8560 "zerovec",
 8561]
 8562
 8563[[package]]
 8564name = "id-arena"
 8565version = "2.2.1"
 8566source = "registry+https://github.com/rust-lang/crates.io-index"
 8567checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8568
 8569[[package]]
 8570name = "ident_case"
 8571version = "1.0.1"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8574
 8575[[package]]
 8576name = "idna"
 8577version = "1.1.0"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8580dependencies = [
 8581 "idna_adapter",
 8582 "smallvec",
 8583 "utf8_iter",
 8584]
 8585
 8586[[package]]
 8587name = "idna_adapter"
 8588version = "1.2.1"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8591dependencies = [
 8592 "icu_normalizer",
 8593 "icu_properties",
 8594]
 8595
 8596[[package]]
 8597name = "ignore"
 8598version = "0.4.24"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8601dependencies = [
 8602 "crossbeam-deque",
 8603 "globset",
 8604 "log",
 8605 "memchr",
 8606 "regex-automata",
 8607 "same-file",
 8608 "walkdir",
 8609 "winapi-util",
 8610]
 8611
 8612[[package]]
 8613name = "image"
 8614version = "0.25.8"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8617dependencies = [
 8618 "bytemuck",
 8619 "byteorder-lite",
 8620 "color_quant",
 8621 "exr",
 8622 "gif",
 8623 "image-webp",
 8624 "moxcms",
 8625 "num-traits",
 8626 "png 0.18.0",
 8627 "qoi",
 8628 "ravif",
 8629 "rayon",
 8630 "rgb",
 8631 "tiff",
 8632 "zune-core",
 8633 "zune-jpeg",
 8634]
 8635
 8636[[package]]
 8637name = "image-webp"
 8638version = "0.2.4"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8641dependencies = [
 8642 "byteorder-lite",
 8643 "quick-error 2.0.1",
 8644]
 8645
 8646[[package]]
 8647name = "image_viewer"
 8648version = "0.1.0"
 8649dependencies = [
 8650 "anyhow",
 8651 "db",
 8652 "editor",
 8653 "file_icons",
 8654 "gpui",
 8655 "language",
 8656 "log",
 8657 "project",
 8658 "serde",
 8659 "settings",
 8660 "theme_settings",
 8661 "ui",
 8662 "util",
 8663 "workspace",
 8664]
 8665
 8666[[package]]
 8667name = "imagesize"
 8668version = "0.13.0"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8671
 8672[[package]]
 8673name = "imara-diff"
 8674version = "0.1.8"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8677dependencies = [
 8678 "hashbrown 0.15.5",
 8679]
 8680
 8681[[package]]
 8682name = "imgref"
 8683version = "1.12.0"
 8684source = "registry+https://github.com/rust-lang/crates.io-index"
 8685checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8686
 8687[[package]]
 8688name = "indenter"
 8689version = "0.3.4"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8692
 8693[[package]]
 8694name = "indexmap"
 8695version = "2.11.4"
 8696source = "registry+https://github.com/rust-lang/crates.io-index"
 8697checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8698dependencies = [
 8699 "equivalent",
 8700 "hashbrown 0.16.1",
 8701 "serde",
 8702 "serde_core",
 8703]
 8704
 8705[[package]]
 8706name = "indoc"
 8707version = "2.0.6"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8710
 8711[[package]]
 8712name = "inherent"
 8713version = "1.0.13"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8716dependencies = [
 8717 "proc-macro2",
 8718 "quote",
 8719 "syn 2.0.117",
 8720]
 8721
 8722[[package]]
 8723name = "inotify"
 8724version = "0.9.6"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8727dependencies = [
 8728 "bitflags 1.3.2",
 8729 "inotify-sys",
 8730 "libc",
 8731]
 8732
 8733[[package]]
 8734name = "inotify"
 8735version = "0.11.0"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8738dependencies = [
 8739 "bitflags 2.10.0",
 8740 "inotify-sys",
 8741 "libc",
 8742]
 8743
 8744[[package]]
 8745name = "inotify-sys"
 8746version = "0.1.5"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8749dependencies = [
 8750 "libc",
 8751]
 8752
 8753[[package]]
 8754name = "inout"
 8755version = "0.1.4"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8758dependencies = [
 8759 "block-padding",
 8760 "generic-array",
 8761]
 8762
 8763[[package]]
 8764name = "inspector_ui"
 8765version = "0.1.0"
 8766dependencies = [
 8767 "anyhow",
 8768 "command_palette_hooks",
 8769 "editor",
 8770 "fuzzy",
 8771 "gpui",
 8772 "language",
 8773 "project",
 8774 "serde_json",
 8775 "serde_json_lenient",
 8776 "theme_settings",
 8777 "ui",
 8778 "util",
 8779 "util_macros",
 8780 "workspace",
 8781 "zed_actions",
 8782]
 8783
 8784[[package]]
 8785name = "install_cli"
 8786version = "0.1.0"
 8787dependencies = [
 8788 "anyhow",
 8789 "client",
 8790 "gpui",
 8791 "release_channel",
 8792 "smol",
 8793 "util",
 8794 "workspace",
 8795]
 8796
 8797[[package]]
 8798name = "instant"
 8799version = "0.1.13"
 8800source = "registry+https://github.com/rust-lang/crates.io-index"
 8801checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8802dependencies = [
 8803 "cfg-if",
 8804]
 8805
 8806[[package]]
 8807name = "interpolate_name"
 8808version = "0.2.4"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8811dependencies = [
 8812 "proc-macro2",
 8813 "quote",
 8814 "syn 2.0.117",
 8815]
 8816
 8817[[package]]
 8818name = "inventory"
 8819version = "0.3.21"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8822dependencies = [
 8823 "rustversion",
 8824]
 8825
 8826[[package]]
 8827name = "io-extras"
 8828version = "0.18.4"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8831dependencies = [
 8832 "io-lifetimes",
 8833 "windows-sys 0.59.0",
 8834]
 8835
 8836[[package]]
 8837name = "io-lifetimes"
 8838version = "2.0.4"
 8839source = "registry+https://github.com/rust-lang/crates.io-index"
 8840checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8841
 8842[[package]]
 8843name = "io-surface"
 8844version = "0.16.1"
 8845source = "registry+https://github.com/rust-lang/crates.io-index"
 8846checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8847dependencies = [
 8848 "cgl",
 8849 "core-foundation 0.10.0",
 8850 "core-foundation-sys",
 8851 "leaky-cow",
 8852]
 8853
 8854[[package]]
 8855name = "iovec"
 8856version = "0.1.4"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8859dependencies = [
 8860 "libc",
 8861]
 8862
 8863[[package]]
 8864name = "ipc-channel"
 8865version = "0.19.0"
 8866source = "registry+https://github.com/rust-lang/crates.io-index"
 8867checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8868dependencies = [
 8869 "bincode",
 8870 "crossbeam-channel",
 8871 "fnv",
 8872 "lazy_static",
 8873 "libc",
 8874 "mio 1.1.0",
 8875 "rand 0.8.5",
 8876 "serde",
 8877 "tempfile",
 8878 "uuid",
 8879 "windows 0.58.0",
 8880]
 8881
 8882[[package]]
 8883name = "ipnet"
 8884version = "2.11.0"
 8885source = "registry+https://github.com/rust-lang/crates.io-index"
 8886checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8887
 8888[[package]]
 8889name = "iri-string"
 8890version = "0.7.8"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8893dependencies = [
 8894 "memchr",
 8895 "serde",
 8896]
 8897
 8898[[package]]
 8899name = "is-docker"
 8900version = "0.2.0"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8903dependencies = [
 8904 "once_cell",
 8905]
 8906
 8907[[package]]
 8908name = "is-terminal"
 8909version = "0.4.16"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8912dependencies = [
 8913 "hermit-abi",
 8914 "libc",
 8915 "windows-sys 0.59.0",
 8916]
 8917
 8918[[package]]
 8919name = "is-wsl"
 8920version = "0.4.0"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8923dependencies = [
 8924 "is-docker",
 8925 "once_cell",
 8926]
 8927
 8928[[package]]
 8929name = "is_executable"
 8930version = "1.0.5"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8933dependencies = [
 8934 "windows-sys 0.60.2",
 8935]
 8936
 8937[[package]]
 8938name = "is_terminal_polyfill"
 8939version = "1.70.1"
 8940source = "registry+https://github.com/rust-lang/crates.io-index"
 8941checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8942
 8943[[package]]
 8944name = "itertools"
 8945version = "0.10.5"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8948dependencies = [
 8949 "either",
 8950]
 8951
 8952[[package]]
 8953name = "itertools"
 8954version = "0.11.0"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8957dependencies = [
 8958 "either",
 8959]
 8960
 8961[[package]]
 8962name = "itertools"
 8963version = "0.12.1"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8966dependencies = [
 8967 "either",
 8968]
 8969
 8970[[package]]
 8971name = "itertools"
 8972version = "0.14.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8975dependencies = [
 8976 "either",
 8977]
 8978
 8979[[package]]
 8980name = "itoa"
 8981version = "1.0.15"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8984
 8985[[package]]
 8986name = "jiff"
 8987version = "0.2.15"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8990dependencies = [
 8991 "jiff-static",
 8992 "log",
 8993 "portable-atomic",
 8994 "portable-atomic-util",
 8995 "serde",
 8996]
 8997
 8998[[package]]
 8999name = "jiff-static"
 9000version = "0.2.15"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9003dependencies = [
 9004 "proc-macro2",
 9005 "quote",
 9006 "syn 2.0.117",
 9007]
 9008
 9009[[package]]
 9010name = "jni"
 9011version = "0.21.1"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9014dependencies = [
 9015 "cesu8",
 9016 "cfg-if",
 9017 "combine",
 9018 "jni-sys",
 9019 "log",
 9020 "thiserror 1.0.69",
 9021 "walkdir",
 9022 "windows-sys 0.45.0",
 9023]
 9024
 9025[[package]]
 9026name = "jni-sys"
 9027version = "0.3.0"
 9028source = "registry+https://github.com/rust-lang/crates.io-index"
 9029checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9030
 9031[[package]]
 9032name = "jobserver"
 9033version = "0.1.34"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9036dependencies = [
 9037 "getrandom 0.3.4",
 9038 "libc",
 9039]
 9040
 9041[[package]]
 9042name = "journal"
 9043version = "0.1.0"
 9044dependencies = [
 9045 "anyhow",
 9046 "chrono",
 9047 "editor",
 9048 "gpui",
 9049 "log",
 9050 "serde",
 9051 "settings",
 9052 "shellexpand",
 9053 "workspace",
 9054]
 9055
 9056[[package]]
 9057name = "js-sys"
 9058version = "0.3.90"
 9059source = "registry+https://github.com/rust-lang/crates.io-index"
 9060checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9061dependencies = [
 9062 "once_cell",
 9063 "wasm-bindgen",
 9064]
 9065
 9066[[package]]
 9067name = "json5"
 9068version = "0.4.1"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9071dependencies = [
 9072 "pest",
 9073 "pest_derive",
 9074 "serde",
 9075]
 9076
 9077[[package]]
 9078name = "json_dotpath"
 9079version = "1.1.0"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9082dependencies = [
 9083 "serde",
 9084 "serde_derive",
 9085 "serde_json",
 9086 "thiserror 1.0.69",
 9087]
 9088
 9089[[package]]
 9090name = "json_schema_store"
 9091version = "0.1.0"
 9092dependencies = [
 9093 "anyhow",
 9094 "collections",
 9095 "dap",
 9096 "extension",
 9097 "gpui",
 9098 "language",
 9099 "parking_lot",
 9100 "paths",
 9101 "project",
 9102 "schemars",
 9103 "serde",
 9104 "serde_json",
 9105 "settings",
 9106 "snippet_provider",
 9107 "task",
 9108 "theme",
 9109 "util",
 9110]
 9111
 9112[[package]]
 9113name = "jsonschema"
 9114version = "0.37.4"
 9115source = "registry+https://github.com/rust-lang/crates.io-index"
 9116checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9117dependencies = [
 9118 "ahash 0.8.12",
 9119 "bytecount",
 9120 "data-encoding",
 9121 "email_address",
 9122 "fancy-regex 0.16.2",
 9123 "fraction",
 9124 "getrandom 0.3.4",
 9125 "idna",
 9126 "itoa",
 9127 "num-cmp",
 9128 "num-traits",
 9129 "percent-encoding",
 9130 "referencing",
 9131 "regex",
 9132 "regex-syntax",
 9133 "reqwest 0.12.24",
 9134 "serde",
 9135 "serde_json",
 9136 "unicode-general-category",
 9137 "uuid-simd",
 9138]
 9139
 9140[[package]]
 9141name = "jsonwebtoken"
 9142version = "10.3.0"
 9143source = "registry+https://github.com/rust-lang/crates.io-index"
 9144checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9145dependencies = [
 9146 "aws-lc-rs",
 9147 "base64 0.22.1",
 9148 "getrandom 0.2.16",
 9149 "js-sys",
 9150 "pem",
 9151 "serde",
 9152 "serde_json",
 9153 "signature 2.2.0",
 9154 "simple_asn1",
 9155]
 9156
 9157[[package]]
 9158name = "jupyter-protocol"
 9159version = "1.4.0"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9162dependencies = [
 9163 "async-trait",
 9164 "bytes 1.11.1",
 9165 "chrono",
 9166 "futures 0.3.32",
 9167 "serde",
 9168 "serde_json",
 9169 "thiserror 2.0.17",
 9170 "uuid",
 9171]
 9172
 9173[[package]]
 9174name = "jupyter-websocket-client"
 9175version = "1.0.0"
 9176source = "registry+https://github.com/rust-lang/crates.io-index"
 9177checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9178dependencies = [
 9179 "anyhow",
 9180 "async-trait",
 9181 "async-tungstenite",
 9182 "futures 0.3.32",
 9183 "jupyter-protocol",
 9184 "serde",
 9185 "serde_json",
 9186 "tokio",
 9187 "url",
 9188 "uuid",
 9189]
 9190
 9191[[package]]
 9192name = "keymap_editor"
 9193version = "0.1.0"
 9194dependencies = [
 9195 "anyhow",
 9196 "collections",
 9197 "command_palette",
 9198 "component",
 9199 "db",
 9200 "editor",
 9201 "fs",
 9202 "fuzzy",
 9203 "gpui",
 9204 "itertools 0.14.0",
 9205 "json_schema_store",
 9206 "language",
 9207 "log",
 9208 "menu",
 9209 "notifications",
 9210 "paths",
 9211 "project",
 9212 "search",
 9213 "serde",
 9214 "serde_json",
 9215 "settings",
 9216 "telemetry",
 9217 "tempfile",
 9218 "theme",
 9219 "theme_settings",
 9220 "tree-sitter-json",
 9221 "tree-sitter-rust",
 9222 "ui",
 9223 "ui_input",
 9224 "util",
 9225 "workspace",
 9226 "zed_actions",
 9227]
 9228
 9229[[package]]
 9230name = "khronos-egl"
 9231version = "6.0.0"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9234dependencies = [
 9235 "libc",
 9236 "libloading",
 9237 "pkg-config",
 9238]
 9239
 9240[[package]]
 9241name = "khronos_api"
 9242version = "3.1.0"
 9243source = "registry+https://github.com/rust-lang/crates.io-index"
 9244checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9245
 9246[[package]]
 9247name = "kqueue"
 9248version = "1.1.1"
 9249source = "registry+https://github.com/rust-lang/crates.io-index"
 9250checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9251dependencies = [
 9252 "kqueue-sys",
 9253 "libc",
 9254]
 9255
 9256[[package]]
 9257name = "kqueue-sys"
 9258version = "1.0.4"
 9259source = "registry+https://github.com/rust-lang/crates.io-index"
 9260checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9261dependencies = [
 9262 "bitflags 1.3.2",
 9263 "libc",
 9264]
 9265
 9266[[package]]
 9267name = "kurbo"
 9268version = "0.11.3"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9271dependencies = [
 9272 "arrayvec",
 9273 "euclid",
 9274 "smallvec",
 9275]
 9276
 9277[[package]]
 9278name = "kv-log-macro"
 9279version = "1.0.7"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9282dependencies = [
 9283 "log",
 9284]
 9285
 9286[[package]]
 9287name = "language"
 9288version = "0.1.0"
 9289dependencies = [
 9290 "anyhow",
 9291 "async-trait",
 9292 "clock",
 9293 "collections",
 9294 "criterion",
 9295 "ctor",
 9296 "diffy",
 9297 "ec4rs",
 9298 "encoding_rs",
 9299 "fs",
 9300 "futures 0.3.32",
 9301 "fuzzy",
 9302 "globset",
 9303 "gpui",
 9304 "http_client",
 9305 "imara-diff",
 9306 "indoc",
 9307 "itertools 0.14.0",
 9308 "language_core",
 9309 "log",
 9310 "lsp",
 9311 "parking_lot",
 9312 "postage",
 9313 "pretty_assertions",
 9314 "rand 0.9.3",
 9315 "regex",
 9316 "rpc",
 9317 "semver",
 9318 "serde",
 9319 "serde_json",
 9320 "settings",
 9321 "shellexpand",
 9322 "smallvec",
 9323 "smol",
 9324 "streaming-iterator",
 9325 "strsim",
 9326 "sum_tree",
 9327 "task",
 9328 "text",
 9329 "theme",
 9330 "theme_settings",
 9331 "toml 0.8.23",
 9332 "tracing",
 9333 "tree-sitter",
 9334 "tree-sitter-elixir",
 9335 "tree-sitter-embedded-template",
 9336 "tree-sitter-heex",
 9337 "tree-sitter-html",
 9338 "tree-sitter-json",
 9339 "tree-sitter-md",
 9340 "tree-sitter-python",
 9341 "tree-sitter-ruby",
 9342 "tree-sitter-rust",
 9343 "tree-sitter-typescript",
 9344 "unicase",
 9345 "unindent",
 9346 "util",
 9347 "watch",
 9348 "zlog",
 9349 "ztracing",
 9350]
 9351
 9352[[package]]
 9353name = "language_core"
 9354version = "0.1.0"
 9355dependencies = [
 9356 "anyhow",
 9357 "collections",
 9358 "gpui_shared_string",
 9359 "log",
 9360 "lsp",
 9361 "parking_lot",
 9362 "regex",
 9363 "schemars",
 9364 "serde",
 9365 "serde_json",
 9366 "toml 0.8.23",
 9367 "tree-sitter",
 9368 "util",
 9369]
 9370
 9371[[package]]
 9372name = "language_extension"
 9373version = "0.1.0"
 9374dependencies = [
 9375 "anyhow",
 9376 "async-trait",
 9377 "collections",
 9378 "extension",
 9379 "fs",
 9380 "futures 0.3.32",
 9381 "gpui",
 9382 "language",
 9383 "log",
 9384 "lsp",
 9385 "project",
 9386 "serde",
 9387 "serde_json",
 9388 "tracing",
 9389 "util",
 9390 "ztracing",
 9391]
 9392
 9393[[package]]
 9394name = "language_model"
 9395version = "0.1.0"
 9396dependencies = [
 9397 "anyhow",
 9398 "base64 0.22.1",
 9399 "collections",
 9400 "credentials_provider",
 9401 "env_var",
 9402 "futures 0.3.32",
 9403 "gpui",
 9404 "http_client",
 9405 "icons",
 9406 "image",
 9407 "language_model_core",
 9408 "log",
 9409 "parking_lot",
 9410 "serde",
 9411 "serde_json",
 9412 "thiserror 2.0.17",
 9413 "util",
 9414]
 9415
 9416[[package]]
 9417name = "language_model_core"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "anyhow",
 9421 "cloud_llm_client",
 9422 "futures 0.3.32",
 9423 "gpui_shared_string",
 9424 "http_client",
 9425 "partial-json-fixer",
 9426 "schemars",
 9427 "serde",
 9428 "serde_json",
 9429 "smol",
 9430 "strum 0.27.2",
 9431 "thiserror 2.0.17",
 9432]
 9433
 9434[[package]]
 9435name = "language_models"
 9436version = "0.1.0"
 9437dependencies = [
 9438 "ai_onboarding",
 9439 "anthropic",
 9440 "anyhow",
 9441 "aws-config",
 9442 "aws-credential-types",
 9443 "aws_http_client",
 9444 "base64 0.22.1",
 9445 "bedrock",
 9446 "client",
 9447 "cloud_api_client",
 9448 "cloud_api_types",
 9449 "collections",
 9450 "component",
 9451 "convert_case 0.8.0",
 9452 "copilot",
 9453 "copilot_chat",
 9454 "copilot_ui",
 9455 "credentials_provider",
 9456 "deepseek",
 9457 "extension",
 9458 "extension_host",
 9459 "fs",
 9460 "futures 0.3.32",
 9461 "google_ai",
 9462 "gpui",
 9463 "gpui_tokio",
 9464 "http_client",
 9465 "language",
 9466 "language_model",
 9467 "language_models_cloud",
 9468 "lmstudio",
 9469 "log",
 9470 "menu",
 9471 "mistral",
 9472 "ollama",
 9473 "open_ai",
 9474 "open_router",
 9475 "opencode",
 9476 "pretty_assertions",
 9477 "release_channel",
 9478 "schemars",
 9479 "serde",
 9480 "serde_json",
 9481 "settings",
 9482 "smol",
 9483 "strum 0.27.2",
 9484 "tiktoken-rs",
 9485 "tokio",
 9486 "ui",
 9487 "ui_input",
 9488 "util",
 9489 "vercel",
 9490 "x_ai",
 9491]
 9492
 9493[[package]]
 9494name = "language_models_cloud"
 9495version = "0.1.0"
 9496dependencies = [
 9497 "anthropic",
 9498 "anyhow",
 9499 "cloud_llm_client",
 9500 "futures 0.3.32",
 9501 "google_ai",
 9502 "gpui",
 9503 "http_client",
 9504 "language_model",
 9505 "open_ai",
 9506 "schemars",
 9507 "semver",
 9508 "serde",
 9509 "serde_json",
 9510 "smol",
 9511 "thiserror 2.0.17",
 9512 "x_ai",
 9513]
 9514
 9515[[package]]
 9516name = "language_onboarding"
 9517version = "0.1.0"
 9518dependencies = [
 9519 "db",
 9520 "editor",
 9521 "gpui",
 9522 "project",
 9523 "ui",
 9524 "workspace",
 9525]
 9526
 9527[[package]]
 9528name = "language_selector"
 9529version = "0.1.0"
 9530dependencies = [
 9531 "anyhow",
 9532 "editor",
 9533 "file_icons",
 9534 "fuzzy",
 9535 "gpui",
 9536 "language",
 9537 "open_path_prompt",
 9538 "picker",
 9539 "project",
 9540 "serde_json",
 9541 "settings",
 9542 "ui",
 9543 "util",
 9544 "workspace",
 9545]
 9546
 9547[[package]]
 9548name = "language_tools"
 9549version = "0.1.0"
 9550dependencies = [
 9551 "anyhow",
 9552 "client",
 9553 "collections",
 9554 "command_palette_hooks",
 9555 "edit_prediction",
 9556 "editor",
 9557 "futures 0.3.32",
 9558 "gpui",
 9559 "itertools 0.14.0",
 9560 "language",
 9561 "lsp",
 9562 "menu",
 9563 "project",
 9564 "proto",
 9565 "release_channel",
 9566 "semver",
 9567 "serde_json",
 9568 "settings",
 9569 "sysinfo 0.37.2",
 9570 "telemetry",
 9571 "theme",
 9572 "theme_settings",
 9573 "tree-sitter",
 9574 "ui",
 9575 "util",
 9576 "workspace",
 9577 "zed_actions",
 9578 "zlog",
 9579]
 9580
 9581[[package]]
 9582name = "languages"
 9583version = "0.1.0"
 9584dependencies = [
 9585 "anyhow",
 9586 "async-compression",
 9587 "async-fs",
 9588 "async-tar",
 9589 "async-trait",
 9590 "chrono",
 9591 "collections",
 9592 "fs",
 9593 "futures 0.3.32",
 9594 "globset",
 9595 "gpui",
 9596 "grammars",
 9597 "http_client",
 9598 "itertools 0.14.0",
 9599 "json_schema_store",
 9600 "language",
 9601 "log",
 9602 "lsp",
 9603 "node_runtime",
 9604 "parking_lot",
 9605 "pet",
 9606 "pet-conda",
 9607 "pet-core",
 9608 "pet-fs",
 9609 "pet-poetry",
 9610 "pet-reporter",
 9611 "pet-virtualenv",
 9612 "pretty_assertions",
 9613 "project",
 9614 "regex",
 9615 "rope",
 9616 "semver",
 9617 "serde",
 9618 "serde_json",
 9619 "serde_json_lenient",
 9620 "settings",
 9621 "smallvec",
 9622 "smol",
 9623 "snippet",
 9624 "task",
 9625 "terminal",
 9626 "theme",
 9627 "tree-sitter",
 9628 "tree-sitter-bash",
 9629 "tree-sitter-c",
 9630 "tree-sitter-cpp",
 9631 "tree-sitter-css",
 9632 "tree-sitter-gitcommit",
 9633 "tree-sitter-go",
 9634 "tree-sitter-python",
 9635 "tree-sitter-rust",
 9636 "tree-sitter-typescript",
 9637 "unindent",
 9638 "url",
 9639 "util",
 9640]
 9641
 9642[[package]]
 9643name = "lazy_static"
 9644version = "1.5.0"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9647dependencies = [
 9648 "spin 0.9.8",
 9649]
 9650
 9651[[package]]
 9652name = "leak"
 9653version = "0.1.2"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9656
 9657[[package]]
 9658name = "leaky-cow"
 9659version = "0.1.1"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9662dependencies = [
 9663 "leak",
 9664]
 9665
 9666[[package]]
 9667name = "leb128"
 9668version = "0.2.5"
 9669source = "registry+https://github.com/rust-lang/crates.io-index"
 9670checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9671
 9672[[package]]
 9673name = "leb128fmt"
 9674version = "0.1.0"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9677
 9678[[package]]
 9679name = "lebe"
 9680version = "0.5.3"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9683
 9684[[package]]
 9685name = "libbz2-rs-sys"
 9686version = "0.2.2"
 9687source = "registry+https://github.com/rust-lang/crates.io-index"
 9688checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9689
 9690[[package]]
 9691name = "libc"
 9692version = "0.2.182"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9695
 9696[[package]]
 9697name = "libdbus-sys"
 9698version = "0.2.6"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9701dependencies = [
 9702 "cc",
 9703 "pkg-config",
 9704]
 9705
 9706[[package]]
 9707name = "libfuzzer-sys"
 9708version = "0.4.10"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9711dependencies = [
 9712 "arbitrary",
 9713 "cc",
 9714]
 9715
 9716[[package]]
 9717name = "libgit2-sys"
 9718version = "0.18.3+1.9.2"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9721dependencies = [
 9722 "cc",
 9723 "libc",
 9724 "libz-sys",
 9725 "pkg-config",
 9726]
 9727
 9728[[package]]
 9729name = "libloading"
 9730version = "0.8.9"
 9731source = "registry+https://github.com/rust-lang/crates.io-index"
 9732checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9733dependencies = [
 9734 "cfg-if",
 9735 "windows-link 0.2.1",
 9736]
 9737
 9738[[package]]
 9739name = "libm"
 9740version = "0.2.15"
 9741source = "registry+https://github.com/rust-lang/crates.io-index"
 9742checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9743
 9744[[package]]
 9745name = "libmimalloc-sys"
 9746version = "0.1.44"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9749dependencies = [
 9750 "cc",
 9751 "libc",
 9752]
 9753
 9754[[package]]
 9755name = "libredox"
 9756version = "0.1.10"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9759dependencies = [
 9760 "bitflags 2.10.0",
 9761 "libc",
 9762 "redox_syscall 0.5.18",
 9763]
 9764
 9765[[package]]
 9766name = "libsqlite3-sys"
 9767version = "0.30.1"
 9768source = "registry+https://github.com/rust-lang/crates.io-index"
 9769checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9770dependencies = [
 9771 "cc",
 9772 "pkg-config",
 9773 "vcpkg",
 9774]
 9775
 9776[[package]]
 9777name = "libwebrtc"
 9778version = "0.3.26"
 9779source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9780dependencies = [
 9781 "cxx",
 9782 "glib",
 9783 "jni",
 9784 "js-sys",
 9785 "lazy_static",
 9786 "livekit-protocol",
 9787 "livekit-runtime",
 9788 "log",
 9789 "parking_lot",
 9790 "serde",
 9791 "serde_json",
 9792 "thiserror 1.0.69",
 9793 "tokio",
 9794 "wasm-bindgen",
 9795 "wasm-bindgen-futures",
 9796 "web-sys",
 9797 "webrtc-sys",
 9798]
 9799
 9800[[package]]
 9801name = "libz-sys"
 9802version = "1.1.22"
 9803source = "registry+https://github.com/rust-lang/crates.io-index"
 9804checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9805dependencies = [
 9806 "cc",
 9807 "libc",
 9808 "pkg-config",
 9809 "vcpkg",
 9810]
 9811
 9812[[package]]
 9813name = "line_ending_selector"
 9814version = "0.1.0"
 9815dependencies = [
 9816 "editor",
 9817 "gpui",
 9818 "language",
 9819 "picker",
 9820 "project",
 9821 "ui",
 9822 "util",
 9823 "workspace",
 9824]
 9825
 9826[[package]]
 9827name = "linebender_resource_handle"
 9828version = "0.1.1"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9831
 9832[[package]]
 9833name = "link-cplusplus"
 9834version = "1.0.12"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9837dependencies = [
 9838 "cc",
 9839]
 9840
 9841[[package]]
 9842name = "linkify"
 9843version = "0.10.0"
 9844source = "registry+https://github.com/rust-lang/crates.io-index"
 9845checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9846dependencies = [
 9847 "memchr",
 9848]
 9849
 9850[[package]]
 9851name = "linux-raw-sys"
 9852version = "0.4.15"
 9853source = "registry+https://github.com/rust-lang/crates.io-index"
 9854checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9855
 9856[[package]]
 9857name = "linux-raw-sys"
 9858version = "0.11.0"
 9859source = "registry+https://github.com/rust-lang/crates.io-index"
 9860checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9861
 9862[[package]]
 9863name = "litemap"
 9864version = "0.8.0"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9867
 9868[[package]]
 9869name = "litrs"
 9870version = "1.0.0"
 9871source = "registry+https://github.com/rust-lang/crates.io-index"
 9872checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9873
 9874[[package]]
 9875name = "livekit"
 9876version = "0.7.32"
 9877source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9878dependencies = [
 9879 "base64 0.22.1",
 9880 "bmrng",
 9881 "bytes 1.11.1",
 9882 "chrono",
 9883 "futures-util",
 9884 "lazy_static",
 9885 "libloading",
 9886 "libwebrtc",
 9887 "livekit-api",
 9888 "livekit-protocol",
 9889 "livekit-runtime",
 9890 "log",
 9891 "parking_lot",
 9892 "prost 0.12.6",
 9893 "semver",
 9894 "serde",
 9895 "serde_json",
 9896 "thiserror 1.0.69",
 9897 "tokio",
 9898]
 9899
 9900[[package]]
 9901name = "livekit-api"
 9902version = "0.4.14"
 9903source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9904dependencies = [
 9905 "base64 0.21.7",
 9906 "futures-util",
 9907 "http 1.3.1",
 9908 "livekit-protocol",
 9909 "livekit-runtime",
 9910 "log",
 9911 "parking_lot",
 9912 "pbjson-types",
 9913 "prost 0.12.6",
 9914 "rand 0.9.3",
 9915 "reqwest 0.12.24",
 9916 "rustls-native-certs 0.6.3",
 9917 "scopeguard",
 9918 "serde",
 9919 "sha2",
 9920 "thiserror 1.0.69",
 9921 "tokio",
 9922 "tokio-rustls 0.26.2",
 9923 "tokio-tungstenite 0.28.0",
 9924 "url",
 9925]
 9926
 9927[[package]]
 9928name = "livekit-protocol"
 9929version = "0.7.1"
 9930source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9931dependencies = [
 9932 "futures-util",
 9933 "livekit-runtime",
 9934 "parking_lot",
 9935 "pbjson",
 9936 "pbjson-types",
 9937 "prost 0.12.6",
 9938 "serde",
 9939 "thiserror 1.0.69",
 9940 "tokio",
 9941]
 9942
 9943[[package]]
 9944name = "livekit-runtime"
 9945version = "0.4.0"
 9946source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9947dependencies = [
 9948 "tokio",
 9949 "tokio-stream",
 9950]
 9951
 9952[[package]]
 9953name = "livekit_api"
 9954version = "0.1.0"
 9955dependencies = [
 9956 "anyhow",
 9957 "async-trait",
 9958 "jsonwebtoken",
 9959 "log",
 9960 "prost 0.9.0",
 9961 "prost-build 0.9.0",
 9962 "prost-types 0.9.0",
 9963 "serde",
 9964 "zed-reqwest",
 9965]
 9966
 9967[[package]]
 9968name = "livekit_client"
 9969version = "0.1.0"
 9970dependencies = [
 9971 "anyhow",
 9972 "async-trait",
 9973 "audio",
 9974 "cocoa 0.26.0",
 9975 "collections",
 9976 "core-foundation 0.10.0",
 9977 "core-video",
 9978 "coreaudio-rs 0.12.1",
 9979 "cpal",
 9980 "futures 0.3.32",
 9981 "gpui",
 9982 "gpui_platform",
 9983 "gpui_tokio",
 9984 "http_client_tls",
 9985 "image",
 9986 "libwebrtc",
 9987 "livekit",
 9988 "livekit_api",
 9989 "log",
 9990 "nanoid",
 9991 "objc",
 9992 "parking_lot",
 9993 "postage",
 9994 "rodio",
 9995 "serde",
 9996 "serde_json",
 9997 "serde_urlencoded",
 9998 "settings",
 9999 "simplelog",
10000 "smallvec",
10001 "tokio",
10002 "ui",
10003 "util",
10004 "webrtc-sys",
10005 "zed-scap",
10006]
10007
10008[[package]]
10009name = "lmdb-master-sys"
10010version = "0.2.5"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10013dependencies = [
10014 "cc",
10015 "doxygen-rs",
10016 "libc",
10017]
10018
10019[[package]]
10020name = "lmstudio"
10021version = "0.1.0"
10022dependencies = [
10023 "anyhow",
10024 "futures 0.3.32",
10025 "http_client",
10026 "schemars",
10027 "serde",
10028 "serde_json",
10029]
10030
10031[[package]]
10032name = "lock_api"
10033version = "0.4.14"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10036dependencies = [
10037 "scopeguard",
10038]
10039
10040[[package]]
10041name = "log"
10042version = "0.4.29"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10045dependencies = [
10046 "serde_core",
10047 "value-bag",
10048]
10049
10050[[package]]
10051name = "loom"
10052version = "0.7.2"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10055dependencies = [
10056 "cfg-if",
10057 "generator",
10058 "scoped-tls",
10059 "tracing",
10060 "tracing-subscriber",
10061]
10062
10063[[package]]
10064name = "loop9"
10065version = "0.1.5"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10068dependencies = [
10069 "imgref",
10070]
10071
10072[[package]]
10073name = "lru"
10074version = "0.12.5"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10077dependencies = [
10078 "hashbrown 0.15.5",
10079]
10080
10081[[package]]
10082name = "lru-slab"
10083version = "0.1.2"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10086
10087[[package]]
10088name = "lsp"
10089version = "0.1.0"
10090dependencies = [
10091 "anyhow",
10092 "async-pipe",
10093 "collections",
10094 "ctor",
10095 "futures 0.3.32",
10096 "gpui",
10097 "gpui_util",
10098 "log",
10099 "lsp-types",
10100 "parking_lot",
10101 "postage",
10102 "release_channel",
10103 "schemars",
10104 "semver",
10105 "serde",
10106 "serde_json",
10107 "smol",
10108 "util",
10109 "zlog",
10110]
10111
10112[[package]]
10113name = "lsp-types"
10114version = "0.95.1"
10115source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10116dependencies = [
10117 "bitflags 1.3.2",
10118 "serde",
10119 "serde_json",
10120 "url",
10121]
10122
10123[[package]]
10124name = "lyon"
10125version = "1.0.16"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10128dependencies = [
10129 "lyon_algorithms",
10130 "lyon_extra",
10131 "lyon_tessellation",
10132]
10133
10134[[package]]
10135name = "lyon_algorithms"
10136version = "1.0.16"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10139dependencies = [
10140 "lyon_path",
10141 "num-traits",
10142]
10143
10144[[package]]
10145name = "lyon_extra"
10146version = "1.0.3"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10149dependencies = [
10150 "lyon_path",
10151 "thiserror 1.0.69",
10152]
10153
10154[[package]]
10155name = "lyon_geom"
10156version = "1.0.17"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10159dependencies = [
10160 "arrayvec",
10161 "euclid",
10162 "num-traits",
10163]
10164
10165[[package]]
10166name = "lyon_path"
10167version = "1.0.16"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10170dependencies = [
10171 "lyon_geom",
10172 "num-traits",
10173]
10174
10175[[package]]
10176name = "lyon_tessellation"
10177version = "1.0.16"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10180dependencies = [
10181 "float_next_after",
10182 "lyon_path",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "mac"
10188version = "0.1.1"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10191
10192[[package]]
10193name = "mach2"
10194version = "0.4.3"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10197dependencies = [
10198 "libc",
10199]
10200
10201[[package]]
10202name = "mach2"
10203version = "0.5.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10206dependencies = [
10207 "libc",
10208]
10209
10210[[package]]
10211name = "malloc_buf"
10212version = "0.0.6"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10215dependencies = [
10216 "libc",
10217]
10218
10219[[package]]
10220name = "maplit"
10221version = "1.0.2"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10224
10225[[package]]
10226name = "markdown"
10227version = "0.1.0"
10228dependencies = [
10229 "anyhow",
10230 "assets",
10231 "base64 0.22.1",
10232 "collections",
10233 "env_logger 0.11.8",
10234 "fs",
10235 "futures 0.3.32",
10236 "gpui",
10237 "gpui_platform",
10238 "html5ever 0.27.0",
10239 "language",
10240 "languages",
10241 "linkify",
10242 "log",
10243 "markup5ever_rcdom",
10244 "mermaid-rs-renderer",
10245 "node_runtime",
10246 "pulldown-cmark 0.13.0",
10247 "settings",
10248 "stacksafe",
10249 "sum_tree",
10250 "theme",
10251 "theme_settings",
10252 "ui",
10253 "util",
10254]
10255
10256[[package]]
10257name = "markdown_preview"
10258version = "0.1.0"
10259dependencies = [
10260 "anyhow",
10261 "editor",
10262 "gpui",
10263 "language",
10264 "log",
10265 "markdown",
10266 "project",
10267 "settings",
10268 "tempfile",
10269 "theme_settings",
10270 "ui",
10271 "urlencoding",
10272 "util",
10273 "workspace",
10274 "zed_actions",
10275]
10276
10277[[package]]
10278name = "markup5ever"
10279version = "0.12.1"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10282dependencies = [
10283 "log",
10284 "phf 0.11.3",
10285 "phf_codegen",
10286 "string_cache",
10287 "string_cache_codegen",
10288 "tendril",
10289]
10290
10291[[package]]
10292name = "markup5ever"
10293version = "0.35.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10296dependencies = [
10297 "log",
10298 "tendril",
10299 "web_atoms",
10300]
10301
10302[[package]]
10303name = "markup5ever_rcdom"
10304version = "0.3.0"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10307dependencies = [
10308 "html5ever 0.27.0",
10309 "markup5ever 0.12.1",
10310 "tendril",
10311 "xml5ever",
10312]
10313
10314[[package]]
10315name = "match_token"
10316version = "0.35.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10319dependencies = [
10320 "proc-macro2",
10321 "quote",
10322 "syn 2.0.117",
10323]
10324
10325[[package]]
10326name = "matchers"
10327version = "0.2.0"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10330dependencies = [
10331 "regex-automata",
10332]
10333
10334[[package]]
10335name = "matchit"
10336version = "0.7.3"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10339
10340[[package]]
10341name = "maybe-owned"
10342version = "0.3.4"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10345
10346[[package]]
10347name = "maybe-rayon"
10348version = "0.1.1"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10351dependencies = [
10352 "cfg-if",
10353 "rayon",
10354]
10355
10356[[package]]
10357name = "md-5"
10358version = "0.10.6"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10361dependencies = [
10362 "cfg-if",
10363 "digest",
10364]
10365
10366[[package]]
10367name = "mdbook"
10368version = "0.4.40"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10371dependencies = [
10372 "ammonia",
10373 "anyhow",
10374 "chrono",
10375 "clap",
10376 "clap_complete",
10377 "elasticlunr-rs",
10378 "env_logger 0.11.8",
10379 "futures-util",
10380 "handlebars 5.1.2",
10381 "ignore",
10382 "log",
10383 "memchr",
10384 "notify 6.1.1",
10385 "notify-debouncer-mini",
10386 "once_cell",
10387 "opener",
10388 "pathdiff",
10389 "pulldown-cmark 0.10.3",
10390 "regex",
10391 "serde",
10392 "serde_json",
10393 "shlex",
10394 "tempfile",
10395 "tokio",
10396 "toml 0.5.11",
10397 "topological-sort",
10398 "walkdir",
10399 "warp",
10400]
10401
10402[[package]]
10403name = "media"
10404version = "0.1.0"
10405dependencies = [
10406 "anyhow",
10407 "bindgen 0.71.1",
10408 "core-foundation 0.10.0",
10409 "core-video",
10410 "ctor",
10411 "foreign-types 0.5.0",
10412 "metal",
10413 "objc",
10414]
10415
10416[[package]]
10417name = "memchr"
10418version = "2.7.6"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10421
10422[[package]]
10423name = "memfd"
10424version = "0.6.5"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10427dependencies = [
10428 "rustix 1.1.2",
10429]
10430
10431[[package]]
10432name = "memmap2"
10433version = "0.9.8"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10436dependencies = [
10437 "libc",
10438 "stable_deref_trait",
10439]
10440
10441[[package]]
10442name = "memoffset"
10443version = "0.9.1"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10446dependencies = [
10447 "autocfg",
10448]
10449
10450[[package]]
10451name = "menu"
10452version = "0.1.0"
10453dependencies = [
10454 "gpui",
10455]
10456
10457[[package]]
10458name = "merge"
10459version = "0.1.0"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10462dependencies = [
10463 "merge_derive",
10464 "num-traits",
10465]
10466
10467[[package]]
10468name = "merge_derive"
10469version = "0.1.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10472dependencies = [
10473 "proc-macro-error",
10474 "proc-macro2",
10475 "quote",
10476 "syn 1.0.109",
10477]
10478
10479[[package]]
10480name = "mermaid-rs-renderer"
10481version = "0.2.0"
10482source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10483dependencies = [
10484 "anyhow",
10485 "fontdb 0.16.2",
10486 "json5",
10487 "once_cell",
10488 "regex",
10489 "serde",
10490 "serde_json",
10491 "thiserror 2.0.17",
10492 "ttf-parser 0.20.0",
10493]
10494
10495[[package]]
10496name = "metal"
10497version = "0.33.0"
10498source = "registry+https://github.com/rust-lang/crates.io-index"
10499checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10500dependencies = [
10501 "bitflags 2.10.0",
10502 "block",
10503 "core-graphics-types 0.2.0",
10504 "foreign-types 0.5.0",
10505 "log",
10506 "objc",
10507 "paste",
10508]
10509
10510[[package]]
10511name = "migrator"
10512version = "0.1.0"
10513dependencies = [
10514 "anyhow",
10515 "collections",
10516 "convert_case 0.8.0",
10517 "log",
10518 "pretty_assertions",
10519 "serde_json",
10520 "serde_json_lenient",
10521 "settings_content",
10522 "settings_json",
10523 "streaming-iterator",
10524 "tree-sitter",
10525 "tree-sitter-json",
10526 "unindent",
10527]
10528
10529[[package]]
10530name = "mimalloc"
10531version = "0.1.48"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10534dependencies = [
10535 "libmimalloc-sys",
10536]
10537
10538[[package]]
10539name = "mime"
10540version = "0.3.17"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10543
10544[[package]]
10545name = "mime_guess"
10546version = "2.0.5"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10549dependencies = [
10550 "mime",
10551 "unicase",
10552]
10553
10554[[package]]
10555name = "minidump-common"
10556version = "0.26.1"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10559dependencies = [
10560 "bitflags 2.10.0",
10561 "debugid",
10562 "num-derive",
10563 "num-traits",
10564 "range-map",
10565 "scroll",
10566 "smart-default",
10567]
10568
10569[[package]]
10570name = "minidump-writer"
10571version = "0.11.0"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10574dependencies = [
10575 "bitflags 2.10.0",
10576 "byteorder",
10577 "cfg-if",
10578 "crash-context",
10579 "error-graph",
10580 "failspot",
10581 "goblin",
10582 "libc",
10583 "log",
10584 "mach2 0.4.3",
10585 "memmap2",
10586 "memoffset",
10587 "minidump-common",
10588 "nix 0.29.0",
10589 "procfs-core",
10590 "scroll",
10591 "serde",
10592 "serde_json",
10593 "tempfile",
10594 "thiserror 2.0.17",
10595]
10596
10597[[package]]
10598name = "minidumper"
10599version = "0.9.0"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10602dependencies = [
10603 "cfg-if",
10604 "crash-context",
10605 "libc",
10606 "log",
10607 "minidump-writer",
10608 "parking_lot",
10609 "polling",
10610 "scroll",
10611 "thiserror 2.0.17",
10612 "uds",
10613]
10614
10615[[package]]
10616name = "minimal-lexical"
10617version = "0.2.1"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10620
10621[[package]]
10622name = "miniprofiler_ui"
10623version = "0.1.0"
10624dependencies = [
10625 "gpui",
10626 "rpc",
10627 "serde_json",
10628 "smol",
10629 "theme_settings",
10630 "util",
10631 "workspace",
10632 "zed_actions",
10633]
10634
10635[[package]]
10636name = "miniz_oxide"
10637version = "0.8.9"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10640dependencies = [
10641 "adler2",
10642 "simd-adler32",
10643]
10644
10645[[package]]
10646name = "mio"
10647version = "0.8.11"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10650dependencies = [
10651 "libc",
10652 "log",
10653 "wasi",
10654 "windows-sys 0.48.0",
10655]
10656
10657[[package]]
10658name = "mio"
10659version = "1.1.0"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10662dependencies = [
10663 "libc",
10664 "log",
10665 "wasi",
10666 "windows-sys 0.61.2",
10667]
10668
10669[[package]]
10670name = "miow"
10671version = "0.6.1"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10674dependencies = [
10675 "windows-sys 0.61.2",
10676]
10677
10678[[package]]
10679name = "mistral"
10680version = "0.1.0"
10681dependencies = [
10682 "anyhow",
10683 "futures 0.3.32",
10684 "http_client",
10685 "schemars",
10686 "serde",
10687 "serde_json",
10688 "strum 0.27.2",
10689]
10690
10691[[package]]
10692name = "moka"
10693version = "0.12.11"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10696dependencies = [
10697 "crossbeam-channel",
10698 "crossbeam-epoch",
10699 "crossbeam-utils",
10700 "equivalent",
10701 "parking_lot",
10702 "portable-atomic",
10703 "rustc_version",
10704 "smallvec",
10705 "tagptr",
10706 "uuid",
10707]
10708
10709[[package]]
10710name = "moxcms"
10711version = "0.7.7"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10714dependencies = [
10715 "num-traits",
10716 "pxfm",
10717]
10718
10719[[package]]
10720name = "msvc_spectre_libs"
10721version = "0.1.3"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10724dependencies = [
10725 "cc",
10726]
10727
10728[[package]]
10729name = "multi_buffer"
10730version = "0.1.0"
10731dependencies = [
10732 "anyhow",
10733 "buffer_diff",
10734 "clock",
10735 "collections",
10736 "ctor",
10737 "gpui",
10738 "indoc",
10739 "itertools 0.14.0",
10740 "language",
10741 "log",
10742 "parking_lot",
10743 "pretty_assertions",
10744 "rand 0.9.3",
10745 "rope",
10746 "serde",
10747 "settings",
10748 "smallvec",
10749 "smol",
10750 "sum_tree",
10751 "text",
10752 "theme",
10753 "tracing",
10754 "tree-sitter",
10755 "unicode-segmentation",
10756 "util",
10757 "zlog",
10758 "ztracing",
10759]
10760
10761[[package]]
10762name = "multimap"
10763version = "0.8.3"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10766
10767[[package]]
10768name = "naga"
10769version = "29.0.0"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10772dependencies = [
10773 "arrayvec",
10774 "bit-set 0.9.1",
10775 "bitflags 2.10.0",
10776 "cfg-if",
10777 "cfg_aliases 0.2.1",
10778 "codespan-reporting",
10779 "half",
10780 "hashbrown 0.16.1",
10781 "hexf-parse",
10782 "indexmap",
10783 "libm",
10784 "log",
10785 "num-traits",
10786 "once_cell",
10787 "rustc-hash 1.1.0",
10788 "thiserror 2.0.17",
10789 "unicode-ident",
10790]
10791
10792[[package]]
10793name = "naga"
10794version = "29.0.0"
10795source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10796dependencies = [
10797 "arrayvec",
10798 "bit-set 0.9.1",
10799 "bitflags 2.10.0",
10800 "cfg-if",
10801 "cfg_aliases 0.2.1",
10802 "codespan-reporting",
10803 "half",
10804 "hashbrown 0.16.1",
10805 "hexf-parse",
10806 "indexmap",
10807 "libm",
10808 "log",
10809 "num-traits",
10810 "once_cell",
10811 "rustc-hash 1.1.0",
10812 "spirv",
10813 "thiserror 2.0.17",
10814 "unicode-ident",
10815]
10816
10817[[package]]
10818name = "nanoid"
10819version = "0.4.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10822dependencies = [
10823 "rand 0.8.5",
10824]
10825
10826[[package]]
10827name = "nanorand"
10828version = "0.7.0"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10831dependencies = [
10832 "getrandom 0.2.16",
10833]
10834
10835[[package]]
10836name = "native-tls"
10837version = "0.2.14"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10840dependencies = [
10841 "libc",
10842 "log",
10843 "openssl",
10844 "openssl-probe",
10845 "openssl-sys",
10846 "schannel",
10847 "security-framework 2.11.1",
10848 "security-framework-sys",
10849 "tempfile",
10850]
10851
10852[[package]]
10853name = "nbformat"
10854version = "1.2.0"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10857dependencies = [
10858 "anyhow",
10859 "chrono",
10860 "jupyter-protocol",
10861 "serde",
10862 "serde_json",
10863 "thiserror 1.0.69",
10864 "uuid",
10865]
10866
10867[[package]]
10868name = "nc"
10869version = "0.1.0"
10870dependencies = [
10871 "anyhow",
10872 "futures 0.3.32",
10873 "net",
10874 "smol",
10875]
10876
10877[[package]]
10878name = "ndk"
10879version = "0.9.0"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10882dependencies = [
10883 "bitflags 2.10.0",
10884 "jni-sys",
10885 "log",
10886 "ndk-sys",
10887 "num_enum",
10888 "thiserror 1.0.69",
10889]
10890
10891[[package]]
10892name = "ndk-context"
10893version = "0.1.1"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10896
10897[[package]]
10898name = "ndk-sys"
10899version = "0.6.0+11769913"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10902dependencies = [
10903 "jni-sys",
10904]
10905
10906[[package]]
10907name = "net"
10908version = "0.1.0"
10909dependencies = [
10910 "anyhow",
10911 "async-io",
10912 "smol",
10913 "tempfile",
10914 "windows 0.61.3",
10915]
10916
10917[[package]]
10918name = "new_debug_unreachable"
10919version = "1.0.6"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10922
10923[[package]]
10924name = "nix"
10925version = "0.28.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10928dependencies = [
10929 "bitflags 2.10.0",
10930 "cfg-if",
10931 "cfg_aliases 0.1.1",
10932 "libc",
10933]
10934
10935[[package]]
10936name = "nix"
10937version = "0.29.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10940dependencies = [
10941 "bitflags 2.10.0",
10942 "cfg-if",
10943 "cfg_aliases 0.2.1",
10944 "libc",
10945]
10946
10947[[package]]
10948name = "nix"
10949version = "0.30.1"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10952dependencies = [
10953 "bitflags 2.10.0",
10954 "cfg-if",
10955 "cfg_aliases 0.2.1",
10956 "libc",
10957]
10958
10959[[package]]
10960name = "node_runtime"
10961version = "0.1.0"
10962dependencies = [
10963 "anyhow",
10964 "async-compression",
10965 "async-std",
10966 "async-tar",
10967 "async-trait",
10968 "futures 0.3.32",
10969 "http_client",
10970 "log",
10971 "paths",
10972 "semver",
10973 "serde",
10974 "serde_json",
10975 "smol",
10976 "util",
10977 "watch",
10978 "which 6.0.3",
10979]
10980
10981[[package]]
10982name = "nom"
10983version = "7.1.3"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10986dependencies = [
10987 "memchr",
10988 "minimal-lexical",
10989]
10990
10991[[package]]
10992name = "nom"
10993version = "8.0.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10996dependencies = [
10997 "memchr",
10998]
10999
11000[[package]]
11001name = "noop_proc_macro"
11002version = "0.3.0"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11005
11006[[package]]
11007name = "normpath"
11008version = "1.5.0"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11011dependencies = [
11012 "windows-sys 0.61.2",
11013]
11014
11015[[package]]
11016name = "notifications"
11017version = "0.1.0"
11018dependencies = [
11019 "anyhow",
11020 "channel",
11021 "client",
11022 "component",
11023 "db",
11024 "gpui",
11025 "rpc",
11026 "sum_tree",
11027 "time",
11028 "ui",
11029 "util",
11030 "workspace",
11031 "zed_actions",
11032]
11033
11034[[package]]
11035name = "notify"
11036version = "6.1.1"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11039dependencies = [
11040 "bitflags 2.10.0",
11041 "crossbeam-channel",
11042 "filetime",
11043 "fsevent-sys",
11044 "inotify 0.9.6",
11045 "kqueue",
11046 "libc",
11047 "log",
11048 "mio 0.8.11",
11049 "walkdir",
11050 "windows-sys 0.48.0",
11051]
11052
11053[[package]]
11054name = "notify"
11055version = "8.2.0"
11056source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11057dependencies = [
11058 "bitflags 2.10.0",
11059 "fsevent-sys",
11060 "inotify 0.11.0",
11061 "kqueue",
11062 "libc",
11063 "log",
11064 "mio 1.1.0",
11065 "notify-types",
11066 "walkdir",
11067 "windows-sys 0.60.2",
11068]
11069
11070[[package]]
11071name = "notify-debouncer-mini"
11072version = "0.4.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11075dependencies = [
11076 "crossbeam-channel",
11077 "log",
11078 "notify 6.1.1",
11079]
11080
11081[[package]]
11082name = "notify-types"
11083version = "2.0.0"
11084source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11085
11086[[package]]
11087name = "ntapi"
11088version = "0.4.1"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11091dependencies = [
11092 "winapi",
11093]
11094
11095[[package]]
11096name = "nu-ansi-term"
11097version = "0.50.3"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11100dependencies = [
11101 "windows-sys 0.61.2",
11102]
11103
11104[[package]]
11105name = "nucleo"
11106version = "0.5.0"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11109dependencies = [
11110 "nucleo-matcher",
11111 "parking_lot",
11112 "rayon",
11113]
11114
11115[[package]]
11116name = "nucleo-matcher"
11117version = "0.3.1"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11120dependencies = [
11121 "memchr",
11122 "unicode-segmentation",
11123]
11124
11125[[package]]
11126name = "num"
11127version = "0.4.3"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11130dependencies = [
11131 "num-bigint",
11132 "num-complex",
11133 "num-integer",
11134 "num-iter",
11135 "num-rational",
11136 "num-traits",
11137]
11138
11139[[package]]
11140name = "num-bigint"
11141version = "0.4.6"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11144dependencies = [
11145 "num-integer",
11146 "num-traits",
11147]
11148
11149[[package]]
11150name = "num-bigint-dig"
11151version = "0.8.6"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11154dependencies = [
11155 "lazy_static",
11156 "libm",
11157 "num-integer",
11158 "num-iter",
11159 "num-traits",
11160 "rand 0.8.5",
11161 "smallvec",
11162 "zeroize",
11163]
11164
11165[[package]]
11166name = "num-bigint-dig"
11167version = "0.9.1"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11170dependencies = [
11171 "libm",
11172 "num-integer",
11173 "num-iter",
11174 "num-traits",
11175 "once_cell",
11176 "rand 0.9.3",
11177 "serde",
11178 "smallvec",
11179 "zeroize",
11180]
11181
11182[[package]]
11183name = "num-cmp"
11184version = "0.1.0"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11187
11188[[package]]
11189name = "num-complex"
11190version = "0.4.6"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11193dependencies = [
11194 "bytemuck",
11195 "num-traits",
11196]
11197
11198[[package]]
11199name = "num-conv"
11200version = "0.2.0"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11203
11204[[package]]
11205name = "num-derive"
11206version = "0.4.2"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11209dependencies = [
11210 "proc-macro2",
11211 "quote",
11212 "syn 2.0.117",
11213]
11214
11215[[package]]
11216name = "num-format"
11217version = "0.4.4"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11220dependencies = [
11221 "arrayvec",
11222 "itoa",
11223]
11224
11225[[package]]
11226name = "num-integer"
11227version = "0.1.46"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11230dependencies = [
11231 "num-traits",
11232]
11233
11234[[package]]
11235name = "num-iter"
11236version = "0.1.45"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11239dependencies = [
11240 "autocfg",
11241 "num-integer",
11242 "num-traits",
11243]
11244
11245[[package]]
11246name = "num-rational"
11247version = "0.4.2"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11250dependencies = [
11251 "num-bigint",
11252 "num-integer",
11253 "num-traits",
11254]
11255
11256[[package]]
11257name = "num-traits"
11258version = "0.2.19"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11261dependencies = [
11262 "autocfg",
11263 "libm",
11264]
11265
11266[[package]]
11267name = "num_cpus"
11268version = "1.17.0"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11271dependencies = [
11272 "hermit-abi",
11273 "libc",
11274]
11275
11276[[package]]
11277name = "num_enum"
11278version = "0.7.4"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11281dependencies = [
11282 "num_enum_derive",
11283 "rustversion",
11284]
11285
11286[[package]]
11287name = "num_enum_derive"
11288version = "0.7.4"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11291dependencies = [
11292 "proc-macro-crate",
11293 "proc-macro2",
11294 "quote",
11295 "syn 2.0.117",
11296]
11297
11298[[package]]
11299name = "num_threads"
11300version = "0.1.7"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11303dependencies = [
11304 "libc",
11305]
11306
11307[[package]]
11308name = "nvim-rs"
11309version = "0.9.2"
11310source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11311dependencies = [
11312 "async-trait",
11313 "futures 0.3.32",
11314 "log",
11315 "rmp",
11316 "rmpv",
11317 "tokio",
11318 "tokio-util",
11319]
11320
11321[[package]]
11322name = "objc"
11323version = "0.2.7"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11326dependencies = [
11327 "malloc_buf",
11328 "objc_exception",
11329]
11330
11331[[package]]
11332name = "objc-foundation"
11333version = "0.1.1"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11336dependencies = [
11337 "block",
11338 "objc",
11339 "objc_id",
11340]
11341
11342[[package]]
11343name = "objc2"
11344version = "0.6.3"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11347dependencies = [
11348 "objc2-encode",
11349]
11350
11351[[package]]
11352name = "objc2-app-kit"
11353version = "0.3.1"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11356dependencies = [
11357 "objc2",
11358 "objc2-foundation",
11359]
11360
11361[[package]]
11362name = "objc2-audio-toolbox"
11363version = "0.3.2"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11366dependencies = [
11367 "bitflags 2.10.0",
11368 "libc",
11369 "objc2",
11370 "objc2-core-audio",
11371 "objc2-core-audio-types",
11372 "objc2-core-foundation",
11373 "objc2-foundation",
11374]
11375
11376[[package]]
11377name = "objc2-avf-audio"
11378version = "0.3.2"
11379source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11381dependencies = [
11382 "objc2",
11383 "objc2-foundation",
11384]
11385
11386[[package]]
11387name = "objc2-core-audio"
11388version = "0.3.2"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11391dependencies = [
11392 "dispatch2",
11393 "objc2",
11394 "objc2-core-audio-types",
11395 "objc2-core-foundation",
11396 "objc2-foundation",
11397]
11398
11399[[package]]
11400name = "objc2-core-audio-types"
11401version = "0.3.2"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11404dependencies = [
11405 "bitflags 2.10.0",
11406 "objc2",
11407]
11408
11409[[package]]
11410name = "objc2-core-foundation"
11411version = "0.3.2"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11414dependencies = [
11415 "bitflags 2.10.0",
11416 "block2",
11417 "dispatch2",
11418 "libc",
11419 "objc2",
11420]
11421
11422[[package]]
11423name = "objc2-encode"
11424version = "4.1.0"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11427
11428[[package]]
11429name = "objc2-foundation"
11430version = "0.3.2"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11433dependencies = [
11434 "bitflags 2.10.0",
11435 "block2",
11436 "libc",
11437 "objc2",
11438 "objc2-core-foundation",
11439]
11440
11441[[package]]
11442name = "objc2-io-kit"
11443version = "0.3.2"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11446dependencies = [
11447 "libc",
11448 "objc2-core-foundation",
11449]
11450
11451[[package]]
11452name = "objc2-metal"
11453version = "0.3.2"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11456dependencies = [
11457 "bitflags 2.10.0",
11458 "block2",
11459 "dispatch2",
11460 "objc2",
11461 "objc2-core-foundation",
11462 "objc2-foundation",
11463]
11464
11465[[package]]
11466name = "objc2-quartz-core"
11467version = "0.3.2"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11470dependencies = [
11471 "bitflags 2.10.0",
11472 "objc2",
11473 "objc2-core-foundation",
11474 "objc2-foundation",
11475 "objc2-metal",
11476]
11477
11478[[package]]
11479name = "objc_exception"
11480version = "0.1.2"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11483dependencies = [
11484 "cc",
11485]
11486
11487[[package]]
11488name = "objc_id"
11489version = "0.1.1"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11492dependencies = [
11493 "objc",
11494]
11495
11496[[package]]
11497name = "object"
11498version = "0.37.3"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11501dependencies = [
11502 "crc32fast",
11503 "hashbrown 0.15.5",
11504 "indexmap",
11505 "memchr",
11506]
11507
11508[[package]]
11509name = "octocrab"
11510version = "0.49.7"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11513dependencies = [
11514 "arc-swap",
11515 "async-trait",
11516 "base64 0.22.1",
11517 "bytes 1.11.1",
11518 "cargo_metadata 0.23.1",
11519 "cfg-if",
11520 "chrono",
11521 "either",
11522 "futures 0.3.32",
11523 "futures-core",
11524 "futures-util",
11525 "getrandom 0.2.16",
11526 "http 1.3.1",
11527 "http-body 1.0.1",
11528 "http-body-util",
11529 "hyper 1.7.0",
11530 "hyper-rustls 0.27.7",
11531 "hyper-timeout",
11532 "hyper-util",
11533 "jsonwebtoken",
11534 "once_cell",
11535 "percent-encoding",
11536 "pin-project",
11537 "secrecy",
11538 "serde",
11539 "serde_json",
11540 "serde_path_to_error",
11541 "serde_urlencoded",
11542 "snafu",
11543 "tokio",
11544 "tower 0.5.2",
11545 "tower-http 0.6.6",
11546 "url",
11547 "web-time",
11548]
11549
11550[[package]]
11551name = "ollama"
11552version = "0.1.0"
11553dependencies = [
11554 "anyhow",
11555 "futures 0.3.32",
11556 "http_client",
11557 "schemars",
11558 "serde",
11559 "serde_json",
11560 "settings",
11561]
11562
11563[[package]]
11564name = "onboarding"
11565version = "0.1.0"
11566dependencies = [
11567 "anyhow",
11568 "client",
11569 "cloud_api_types",
11570 "collections",
11571 "component",
11572 "db",
11573 "documented",
11574 "fs",
11575 "fuzzy",
11576 "gpui",
11577 "menu",
11578 "notifications",
11579 "picker",
11580 "project",
11581 "schemars",
11582 "serde",
11583 "settings",
11584 "telemetry",
11585 "theme",
11586 "theme_settings",
11587 "ui",
11588 "util",
11589 "vim_mode_setting",
11590 "workspace",
11591 "zed_actions",
11592 "zlog",
11593]
11594
11595[[package]]
11596name = "once_cell"
11597version = "1.21.3"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11600
11601[[package]]
11602name = "once_cell_polyfill"
11603version = "1.70.1"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11606
11607[[package]]
11608name = "oo7"
11609version = "0.6.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11612dependencies = [
11613 "aes",
11614 "ashpd",
11615 "async-fs",
11616 "async-io",
11617 "async-lock 3.4.2",
11618 "blocking",
11619 "cbc",
11620 "cipher",
11621 "digest",
11622 "endi",
11623 "futures-lite 2.6.1",
11624 "futures-util",
11625 "getrandom 0.4.1",
11626 "hkdf",
11627 "hmac",
11628 "md-5",
11629 "num",
11630 "num-bigint-dig 0.9.1",
11631 "pbkdf2 0.12.2",
11632 "serde",
11633 "serde_bytes",
11634 "sha2",
11635 "subtle",
11636 "zbus",
11637 "zbus_macros",
11638 "zeroize",
11639 "zvariant",
11640]
11641
11642[[package]]
11643name = "oorandom"
11644version = "11.1.5"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11647
11648[[package]]
11649name = "open"
11650version = "5.3.2"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11653dependencies = [
11654 "is-wsl",
11655 "libc",
11656 "pathdiff",
11657]
11658
11659[[package]]
11660name = "open_ai"
11661version = "0.1.0"
11662dependencies = [
11663 "anyhow",
11664 "collections",
11665 "futures 0.3.32",
11666 "http_client",
11667 "language_model_core",
11668 "log",
11669 "pretty_assertions",
11670 "rand 0.9.3",
11671 "schemars",
11672 "serde",
11673 "serde_json",
11674 "strum 0.27.2",
11675 "thiserror 2.0.17",
11676 "tiktoken-rs",
11677]
11678
11679[[package]]
11680name = "open_path_prompt"
11681version = "0.1.0"
11682dependencies = [
11683 "editor",
11684 "file_icons",
11685 "futures 0.3.32",
11686 "fuzzy",
11687 "gpui",
11688 "picker",
11689 "project",
11690 "schemars",
11691 "serde",
11692 "serde_json",
11693 "settings",
11694 "theme",
11695 "theme_settings",
11696 "ui",
11697 "util",
11698 "workspace",
11699]
11700
11701[[package]]
11702name = "open_router"
11703version = "0.1.0"
11704dependencies = [
11705 "anyhow",
11706 "futures 0.3.32",
11707 "http_client",
11708 "language_model_core",
11709 "schemars",
11710 "serde",
11711 "serde_json",
11712 "settings",
11713 "strum 0.27.2",
11714 "thiserror 2.0.17",
11715]
11716
11717[[package]]
11718name = "opencode"
11719version = "0.1.0"
11720dependencies = [
11721 "anyhow",
11722 "futures 0.3.32",
11723 "google_ai",
11724 "http_client",
11725 "schemars",
11726 "serde",
11727 "serde_json",
11728 "strum 0.27.2",
11729]
11730
11731[[package]]
11732name = "opener"
11733version = "0.7.2"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11736dependencies = [
11737 "bstr",
11738 "dbus",
11739 "normpath",
11740 "windows-sys 0.59.0",
11741]
11742
11743[[package]]
11744name = "openssl"
11745version = "0.10.74"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11748dependencies = [
11749 "bitflags 2.10.0",
11750 "cfg-if",
11751 "foreign-types 0.3.2",
11752 "libc",
11753 "once_cell",
11754 "openssl-macros",
11755 "openssl-sys",
11756]
11757
11758[[package]]
11759name = "openssl-macros"
11760version = "0.1.1"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11763dependencies = [
11764 "proc-macro2",
11765 "quote",
11766 "syn 2.0.117",
11767]
11768
11769[[package]]
11770name = "openssl-probe"
11771version = "0.1.6"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11774
11775[[package]]
11776name = "openssl-sys"
11777version = "0.9.110"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11780dependencies = [
11781 "cc",
11782 "libc",
11783 "pkg-config",
11784 "vcpkg",
11785]
11786
11787[[package]]
11788name = "optfield"
11789version = "0.4.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11792dependencies = [
11793 "proc-macro2",
11794 "quote",
11795 "syn 2.0.117",
11796]
11797
11798[[package]]
11799name = "option-ext"
11800version = "0.2.0"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11803
11804[[package]]
11805name = "ordered-float"
11806version = "2.10.1"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11809dependencies = [
11810 "num-traits",
11811]
11812
11813[[package]]
11814name = "ordered-float"
11815version = "4.6.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11818dependencies = [
11819 "num-traits",
11820]
11821
11822[[package]]
11823name = "ordered-stream"
11824version = "0.2.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11827dependencies = [
11828 "futures-core",
11829 "pin-project-lite",
11830]
11831
11832[[package]]
11833name = "ouroboros"
11834version = "0.18.5"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11837dependencies = [
11838 "aliasable",
11839 "ouroboros_macro",
11840 "static_assertions",
11841]
11842
11843[[package]]
11844name = "ouroboros_macro"
11845version = "0.18.5"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11848dependencies = [
11849 "heck 0.4.1",
11850 "proc-macro2",
11851 "proc-macro2-diagnostics",
11852 "quote",
11853 "syn 2.0.117",
11854]
11855
11856[[package]]
11857name = "outline"
11858version = "0.1.0"
11859dependencies = [
11860 "editor",
11861 "fuzzy",
11862 "gpui",
11863 "indoc",
11864 "language",
11865 "lsp",
11866 "menu",
11867 "ordered-float 2.10.1",
11868 "picker",
11869 "project",
11870 "rope",
11871 "serde_json",
11872 "settings",
11873 "smol",
11874 "theme",
11875 "theme_settings",
11876 "ui",
11877 "util",
11878 "workspace",
11879 "zed_actions",
11880]
11881
11882[[package]]
11883name = "outline_panel"
11884version = "0.1.0"
11885dependencies = [
11886 "anyhow",
11887 "collections",
11888 "db",
11889 "editor",
11890 "file_icons",
11891 "fuzzy",
11892 "gpui",
11893 "itertools 0.14.0",
11894 "language",
11895 "log",
11896 "lsp",
11897 "menu",
11898 "outline",
11899 "pretty_assertions",
11900 "project",
11901 "search",
11902 "serde",
11903 "serde_json",
11904 "settings",
11905 "smallvec",
11906 "smol",
11907 "theme",
11908 "theme_settings",
11909 "ui",
11910 "util",
11911 "workspace",
11912 "worktree",
11913 "zed_actions",
11914]
11915
11916[[package]]
11917name = "outref"
11918version = "0.5.2"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11921
11922[[package]]
11923name = "p256"
11924version = "0.11.1"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11927dependencies = [
11928 "ecdsa",
11929 "elliptic-curve",
11930 "sha2",
11931]
11932
11933[[package]]
11934name = "page_size"
11935version = "0.6.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11938dependencies = [
11939 "libc",
11940 "winapi",
11941]
11942
11943[[package]]
11944name = "palette"
11945version = "0.7.6"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11948dependencies = [
11949 "approx",
11950 "fast-srgb8",
11951 "palette_derive",
11952]
11953
11954[[package]]
11955name = "palette_derive"
11956version = "0.7.6"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11959dependencies = [
11960 "by_address",
11961 "proc-macro2",
11962 "quote",
11963 "syn 2.0.117",
11964]
11965
11966[[package]]
11967name = "panel"
11968version = "0.1.0"
11969dependencies = [
11970 "gpui",
11971 "ui",
11972 "workspace",
11973]
11974
11975[[package]]
11976name = "parking"
11977version = "2.2.1"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11980
11981[[package]]
11982name = "parking_lot"
11983version = "0.12.5"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11986dependencies = [
11987 "lock_api",
11988 "parking_lot_core",
11989]
11990
11991[[package]]
11992name = "parking_lot_core"
11993version = "0.9.12"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11996dependencies = [
11997 "cfg-if",
11998 "libc",
11999 "redox_syscall 0.5.18",
12000 "smallvec",
12001 "windows-link 0.2.1",
12002]
12003
12004[[package]]
12005name = "parse_int"
12006version = "0.9.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12009dependencies = [
12010 "num-traits",
12011]
12012
12013[[package]]
12014name = "partial-json-fixer"
12015version = "0.5.3"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12018
12019[[package]]
12020name = "password-hash"
12021version = "0.4.2"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12024dependencies = [
12025 "base64ct",
12026 "rand_core 0.6.4",
12027 "subtle",
12028]
12029
12030[[package]]
12031name = "paste"
12032version = "1.0.15"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12035
12036[[package]]
12037name = "pathdiff"
12038version = "0.2.3"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12041
12042[[package]]
12043name = "pathfinder_geometry"
12044version = "0.5.1"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12047dependencies = [
12048 "log",
12049 "pathfinder_simd",
12050]
12051
12052[[package]]
12053name = "pathfinder_simd"
12054version = "0.5.5"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12057dependencies = [
12058 "rustc_version",
12059]
12060
12061[[package]]
12062name = "paths"
12063version = "0.1.0"
12064dependencies = [
12065 "dirs",
12066 "ignore",
12067 "util",
12068]
12069
12070[[package]]
12071name = "pbjson"
12072version = "0.6.0"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12075dependencies = [
12076 "base64 0.21.7",
12077 "serde",
12078]
12079
12080[[package]]
12081name = "pbjson-build"
12082version = "0.6.2"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12085dependencies = [
12086 "heck 0.4.1",
12087 "itertools 0.11.0",
12088 "prost 0.12.6",
12089 "prost-types 0.12.6",
12090]
12091
12092[[package]]
12093name = "pbjson-types"
12094version = "0.6.0"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12097dependencies = [
12098 "bytes 1.11.1",
12099 "chrono",
12100 "pbjson",
12101 "pbjson-build",
12102 "prost 0.12.6",
12103 "prost-build 0.12.6",
12104 "serde",
12105]
12106
12107[[package]]
12108name = "pbkdf2"
12109version = "0.11.0"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12112dependencies = [
12113 "digest",
12114 "hmac",
12115 "password-hash",
12116 "sha2",
12117]
12118
12119[[package]]
12120name = "pbkdf2"
12121version = "0.12.2"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12124dependencies = [
12125 "digest",
12126 "hmac",
12127]
12128
12129[[package]]
12130name = "pciid-parser"
12131version = "0.8.0"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12134
12135[[package]]
12136name = "peg"
12137version = "0.8.5"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12140dependencies = [
12141 "peg-macros",
12142 "peg-runtime",
12143]
12144
12145[[package]]
12146name = "peg-macros"
12147version = "0.8.5"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12150dependencies = [
12151 "peg-runtime",
12152 "proc-macro2",
12153 "quote",
12154]
12155
12156[[package]]
12157name = "peg-runtime"
12158version = "0.8.5"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12161
12162[[package]]
12163name = "pem"
12164version = "3.0.6"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12167dependencies = [
12168 "base64 0.22.1",
12169 "serde_core",
12170]
12171
12172[[package]]
12173name = "pem-rfc7468"
12174version = "0.7.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12177dependencies = [
12178 "base64ct",
12179]
12180
12181[[package]]
12182name = "percent-encoding"
12183version = "2.3.2"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12186
12187[[package]]
12188name = "perf"
12189version = "0.1.0"
12190dependencies = [
12191 "collections",
12192 "serde",
12193 "serde_json",
12194]
12195
12196[[package]]
12197name = "pest"
12198version = "2.8.3"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12201dependencies = [
12202 "memchr",
12203 "ucd-trie",
12204]
12205
12206[[package]]
12207name = "pest_derive"
12208version = "2.8.3"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12211dependencies = [
12212 "pest",
12213 "pest_generator",
12214]
12215
12216[[package]]
12217name = "pest_generator"
12218version = "2.8.3"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12221dependencies = [
12222 "pest",
12223 "pest_meta",
12224 "proc-macro2",
12225 "quote",
12226 "syn 2.0.117",
12227]
12228
12229[[package]]
12230name = "pest_meta"
12231version = "2.8.3"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12234dependencies = [
12235 "pest",
12236 "sha2",
12237]
12238
12239[[package]]
12240name = "pet"
12241version = "0.1.0"
12242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12243dependencies = [
12244 "clap",
12245 "env_logger 0.10.2",
12246 "lazy_static",
12247 "log",
12248 "msvc_spectre_libs",
12249 "pet-conda",
12250 "pet-core",
12251 "pet-env-var-path",
12252 "pet-fs",
12253 "pet-global-virtualenvs",
12254 "pet-homebrew",
12255 "pet-jsonrpc",
12256 "pet-linux-global-python",
12257 "pet-mac-commandlinetools",
12258 "pet-mac-python-org",
12259 "pet-mac-xcode",
12260 "pet-pipenv",
12261 "pet-pixi",
12262 "pet-poetry",
12263 "pet-pyenv",
12264 "pet-python-utils",
12265 "pet-reporter",
12266 "pet-telemetry",
12267 "pet-uv",
12268 "pet-venv",
12269 "pet-virtualenv",
12270 "pet-virtualenvwrapper",
12271 "pet-windows-registry",
12272 "pet-windows-store",
12273 "pet-winpython",
12274 "serde",
12275 "serde_json",
12276 "tracing",
12277 "tracing-subscriber",
12278 "winresource",
12279]
12280
12281[[package]]
12282name = "pet-conda"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "env_logger 0.10.2",
12287 "lazy_static",
12288 "log",
12289 "msvc_spectre_libs",
12290 "pet-core",
12291 "pet-fs",
12292 "pet-python-utils",
12293 "pet-reporter",
12294 "rayon",
12295 "regex",
12296 "serde",
12297 "serde_json",
12298 "yaml-rust2",
12299]
12300
12301[[package]]
12302name = "pet-core"
12303version = "0.1.0"
12304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12305dependencies = [
12306 "clap",
12307 "lazy_static",
12308 "log",
12309 "msvc_spectre_libs",
12310 "pet-fs",
12311 "regex",
12312 "serde",
12313 "serde_json",
12314]
12315
12316[[package]]
12317name = "pet-env-var-path"
12318version = "0.1.0"
12319source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12320dependencies = [
12321 "lazy_static",
12322 "log",
12323 "msvc_spectre_libs",
12324 "pet-conda",
12325 "pet-core",
12326 "pet-fs",
12327 "pet-python-utils",
12328 "pet-virtualenv",
12329 "regex",
12330]
12331
12332[[package]]
12333name = "pet-fs"
12334version = "0.1.0"
12335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12336dependencies = [
12337 "glob",
12338 "log",
12339 "msvc_spectre_libs",
12340 "windows-sys 0.59.0",
12341]
12342
12343[[package]]
12344name = "pet-global-virtualenvs"
12345version = "0.1.0"
12346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12347dependencies = [
12348 "log",
12349 "msvc_spectre_libs",
12350 "pet-conda",
12351 "pet-core",
12352 "pet-fs",
12353 "pet-virtualenv",
12354]
12355
12356[[package]]
12357name = "pet-homebrew"
12358version = "0.1.0"
12359source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12360dependencies = [
12361 "lazy_static",
12362 "log",
12363 "msvc_spectre_libs",
12364 "pet-conda",
12365 "pet-core",
12366 "pet-fs",
12367 "pet-python-utils",
12368 "pet-virtualenv",
12369 "rayon",
12370 "regex",
12371 "serde",
12372 "serde_json",
12373]
12374
12375[[package]]
12376name = "pet-jsonrpc"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "env_logger 0.10.2",
12381 "log",
12382 "msvc_spectre_libs",
12383 "pet-core",
12384 "serde",
12385 "serde_json",
12386]
12387
12388[[package]]
12389name = "pet-linux-global-python"
12390version = "0.1.0"
12391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12392dependencies = [
12393 "log",
12394 "msvc_spectre_libs",
12395 "pet-core",
12396 "pet-fs",
12397 "pet-python-utils",
12398 "pet-virtualenv",
12399]
12400
12401[[package]]
12402name = "pet-mac-commandlinetools"
12403version = "0.1.0"
12404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12405dependencies = [
12406 "log",
12407 "msvc_spectre_libs",
12408 "pet-core",
12409 "pet-fs",
12410 "pet-python-utils",
12411 "pet-virtualenv",
12412]
12413
12414[[package]]
12415name = "pet-mac-python-org"
12416version = "0.1.0"
12417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12418dependencies = [
12419 "log",
12420 "msvc_spectre_libs",
12421 "pet-core",
12422 "pet-fs",
12423 "pet-python-utils",
12424 "pet-virtualenv",
12425]
12426
12427[[package]]
12428name = "pet-mac-xcode"
12429version = "0.1.0"
12430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12431dependencies = [
12432 "log",
12433 "msvc_spectre_libs",
12434 "pet-core",
12435 "pet-fs",
12436 "pet-python-utils",
12437 "pet-virtualenv",
12438]
12439
12440[[package]]
12441name = "pet-pipenv"
12442version = "0.1.0"
12443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12444dependencies = [
12445 "lazy_static",
12446 "log",
12447 "msvc_spectre_libs",
12448 "pet-core",
12449 "pet-fs",
12450 "pet-python-utils",
12451 "pet-virtualenv",
12452 "regex",
12453]
12454
12455[[package]]
12456name = "pet-pixi"
12457version = "0.1.0"
12458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12459dependencies = [
12460 "log",
12461 "msvc_spectre_libs",
12462 "pet-conda",
12463 "pet-core",
12464 "pet-python-utils",
12465]
12466
12467[[package]]
12468name = "pet-poetry"
12469version = "0.1.0"
12470source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12471dependencies = [
12472 "base64 0.22.1",
12473 "lazy_static",
12474 "log",
12475 "msvc_spectre_libs",
12476 "pet-core",
12477 "pet-fs",
12478 "pet-python-utils",
12479 "pet-reporter",
12480 "pet-virtualenv",
12481 "regex",
12482 "serde",
12483 "serde_json",
12484 "sha2",
12485 "toml 0.8.23",
12486]
12487
12488[[package]]
12489name = "pet-pyenv"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "lazy_static",
12494 "log",
12495 "msvc_spectre_libs",
12496 "pet-conda",
12497 "pet-core",
12498 "pet-fs",
12499 "pet-python-utils",
12500 "pet-reporter",
12501 "regex",
12502 "serde",
12503 "serde_json",
12504]
12505
12506[[package]]
12507name = "pet-python-utils"
12508version = "0.1.0"
12509source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12510dependencies = [
12511 "env_logger 0.10.2",
12512 "lazy_static",
12513 "log",
12514 "msvc_spectre_libs",
12515 "pet-core",
12516 "pet-fs",
12517 "regex",
12518 "serde",
12519 "serde_json",
12520 "sha2",
12521]
12522
12523[[package]]
12524name = "pet-reporter"
12525version = "0.1.0"
12526source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12527dependencies = [
12528 "env_logger 0.10.2",
12529 "log",
12530 "msvc_spectre_libs",
12531 "pet-core",
12532 "pet-jsonrpc",
12533 "serde",
12534 "serde_json",
12535]
12536
12537[[package]]
12538name = "pet-telemetry"
12539version = "0.1.0"
12540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12541dependencies = [
12542 "env_logger 0.10.2",
12543 "lazy_static",
12544 "log",
12545 "msvc_spectre_libs",
12546 "pet-core",
12547 "pet-fs",
12548 "pet-python-utils",
12549 "regex",
12550]
12551
12552[[package]]
12553name = "pet-uv"
12554version = "0.1.0"
12555source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12556dependencies = [
12557 "log",
12558 "pet-core",
12559 "pet-python-utils",
12560 "serde",
12561 "toml 0.9.8",
12562]
12563
12564[[package]]
12565name = "pet-venv"
12566version = "0.1.0"
12567source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12568dependencies = [
12569 "log",
12570 "msvc_spectre_libs",
12571 "pet-core",
12572 "pet-python-utils",
12573 "pet-virtualenv",
12574]
12575
12576[[package]]
12577name = "pet-virtualenv"
12578version = "0.1.0"
12579source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12580dependencies = [
12581 "log",
12582 "msvc_spectre_libs",
12583 "pet-core",
12584 "pet-fs",
12585 "pet-python-utils",
12586]
12587
12588[[package]]
12589name = "pet-virtualenvwrapper"
12590version = "0.1.0"
12591source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12592dependencies = [
12593 "log",
12594 "msvc_spectre_libs",
12595 "pet-core",
12596 "pet-fs",
12597 "pet-python-utils",
12598 "pet-virtualenv",
12599]
12600
12601[[package]]
12602name = "pet-windows-registry"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "lazy_static",
12607 "log",
12608 "msvc_spectre_libs",
12609 "pet-conda",
12610 "pet-core",
12611 "pet-fs",
12612 "pet-python-utils",
12613 "pet-virtualenv",
12614 "pet-windows-store",
12615 "regex",
12616 "winreg 0.55.0",
12617]
12618
12619[[package]]
12620name = "pet-windows-store"
12621version = "0.1.0"
12622source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12623dependencies = [
12624 "lazy_static",
12625 "log",
12626 "msvc_spectre_libs",
12627 "pet-core",
12628 "pet-fs",
12629 "pet-python-utils",
12630 "pet-virtualenv",
12631 "regex",
12632 "winreg 0.55.0",
12633]
12634
12635[[package]]
12636name = "pet-winpython"
12637version = "0.1.0"
12638source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12639dependencies = [
12640 "lazy_static",
12641 "log",
12642 "pet-core",
12643 "pet-fs",
12644 "pet-python-utils",
12645 "pet-virtualenv",
12646 "regex",
12647]
12648
12649[[package]]
12650name = "petgraph"
12651version = "0.6.5"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12654dependencies = [
12655 "fixedbitset 0.4.2",
12656 "indexmap",
12657]
12658
12659[[package]]
12660name = "pgvector"
12661version = "0.4.1"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12664dependencies = [
12665 "serde",
12666]
12667
12668[[package]]
12669name = "phf"
12670version = "0.11.3"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12673dependencies = [
12674 "phf_macros 0.11.3",
12675 "phf_shared 0.11.3",
12676]
12677
12678[[package]]
12679name = "phf"
12680version = "0.12.1"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12683dependencies = [
12684 "phf_macros 0.12.1",
12685 "phf_shared 0.12.1",
12686]
12687
12688[[package]]
12689name = "phf_codegen"
12690version = "0.11.3"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12693dependencies = [
12694 "phf_generator 0.11.3",
12695 "phf_shared 0.11.3",
12696]
12697
12698[[package]]
12699name = "phf_generator"
12700version = "0.11.3"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12703dependencies = [
12704 "phf_shared 0.11.3",
12705 "rand 0.8.5",
12706]
12707
12708[[package]]
12709name = "phf_generator"
12710version = "0.12.1"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12713dependencies = [
12714 "fastrand 2.3.0",
12715 "phf_shared 0.12.1",
12716]
12717
12718[[package]]
12719name = "phf_macros"
12720version = "0.11.3"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12723dependencies = [
12724 "phf_generator 0.11.3",
12725 "phf_shared 0.11.3",
12726 "proc-macro2",
12727 "quote",
12728 "syn 2.0.117",
12729]
12730
12731[[package]]
12732name = "phf_macros"
12733version = "0.12.1"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12736dependencies = [
12737 "phf_generator 0.12.1",
12738 "phf_shared 0.12.1",
12739 "proc-macro2",
12740 "quote",
12741 "syn 2.0.117",
12742]
12743
12744[[package]]
12745name = "phf_shared"
12746version = "0.11.3"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12749dependencies = [
12750 "siphasher 1.0.1",
12751]
12752
12753[[package]]
12754name = "phf_shared"
12755version = "0.12.1"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12758dependencies = [
12759 "siphasher 1.0.1",
12760]
12761
12762[[package]]
12763name = "picker"
12764version = "0.1.0"
12765dependencies = [
12766 "anyhow",
12767 "editor",
12768 "gpui",
12769 "menu",
12770 "schemars",
12771 "serde",
12772 "settings",
12773 "theme",
12774 "theme_settings",
12775 "ui",
12776 "ui_input",
12777 "workspace",
12778 "zed_actions",
12779]
12780
12781[[package]]
12782name = "pico-args"
12783version = "0.5.0"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12786
12787[[package]]
12788name = "pin-project"
12789version = "1.1.10"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12792dependencies = [
12793 "pin-project-internal",
12794]
12795
12796[[package]]
12797name = "pin-project-internal"
12798version = "1.1.10"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12801dependencies = [
12802 "proc-macro2",
12803 "quote",
12804 "syn 2.0.117",
12805]
12806
12807[[package]]
12808name = "pin-project-lite"
12809version = "0.2.16"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12812
12813[[package]]
12814name = "pin-utils"
12815version = "0.1.0"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12818
12819[[package]]
12820name = "piper"
12821version = "0.2.4"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12824dependencies = [
12825 "atomic-waker",
12826 "fastrand 2.3.0",
12827 "futures-io",
12828]
12829
12830[[package]]
12831name = "pkcs1"
12832version = "0.7.5"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12835dependencies = [
12836 "der 0.7.10",
12837 "pkcs8 0.10.2",
12838 "spki 0.7.3",
12839]
12840
12841[[package]]
12842name = "pkcs8"
12843version = "0.9.0"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12846dependencies = [
12847 "der 0.6.1",
12848 "spki 0.6.0",
12849]
12850
12851[[package]]
12852name = "pkcs8"
12853version = "0.10.2"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12856dependencies = [
12857 "der 0.7.10",
12858 "spki 0.7.3",
12859]
12860
12861[[package]]
12862name = "pkg-config"
12863version = "0.3.32"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12866
12867[[package]]
12868name = "plain"
12869version = "0.2.3"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12872
12873[[package]]
12874name = "platform_title_bar"
12875version = "0.1.0"
12876dependencies = [
12877 "gpui",
12878 "project",
12879 "settings",
12880 "smallvec",
12881 "theme",
12882 "theme_settings",
12883 "ui",
12884 "windows 0.61.3",
12885 "workspace",
12886 "zed_actions",
12887]
12888
12889[[package]]
12890name = "plist"
12891version = "1.8.0"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12894dependencies = [
12895 "base64 0.22.1",
12896 "indexmap",
12897 "quick-xml 0.38.3",
12898 "serde",
12899 "time",
12900]
12901
12902[[package]]
12903name = "plotters"
12904version = "0.3.7"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12907dependencies = [
12908 "num-traits",
12909 "plotters-backend",
12910 "plotters-svg",
12911 "wasm-bindgen",
12912 "web-sys",
12913]
12914
12915[[package]]
12916name = "plotters-backend"
12917version = "0.3.7"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12920
12921[[package]]
12922name = "plotters-svg"
12923version = "0.3.7"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12926dependencies = [
12927 "plotters-backend",
12928]
12929
12930[[package]]
12931name = "png"
12932version = "0.17.16"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12935dependencies = [
12936 "bitflags 1.3.2",
12937 "crc32fast",
12938 "fdeflate",
12939 "flate2",
12940 "miniz_oxide",
12941]
12942
12943[[package]]
12944name = "png"
12945version = "0.18.0"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12948dependencies = [
12949 "bitflags 2.10.0",
12950 "crc32fast",
12951 "fdeflate",
12952 "flate2",
12953 "miniz_oxide",
12954]
12955
12956[[package]]
12957name = "polling"
12958version = "3.11.0"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12961dependencies = [
12962 "cfg-if",
12963 "concurrent-queue",
12964 "hermit-abi",
12965 "pin-project-lite",
12966 "rustix 1.1.2",
12967 "windows-sys 0.61.2",
12968]
12969
12970[[package]]
12971name = "pollster"
12972version = "0.2.5"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12975
12976[[package]]
12977name = "pollster"
12978version = "0.4.0"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12981
12982[[package]]
12983name = "pori"
12984version = "0.0.0"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12987dependencies = [
12988 "nom 7.1.3",
12989]
12990
12991[[package]]
12992name = "portable-atomic"
12993version = "1.11.1"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12996
12997[[package]]
12998name = "portable-atomic-util"
12999version = "0.2.4"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13002dependencies = [
13003 "portable-atomic",
13004]
13005
13006[[package]]
13007name = "portable-pty"
13008version = "0.9.0"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13011dependencies = [
13012 "anyhow",
13013 "bitflags 1.3.2",
13014 "downcast-rs",
13015 "filedescriptor",
13016 "lazy_static",
13017 "libc",
13018 "log",
13019 "nix 0.28.0",
13020 "serial2",
13021 "shared_library",
13022 "shell-words",
13023 "winapi",
13024 "winreg 0.10.1",
13025]
13026
13027[[package]]
13028name = "postage"
13029version = "0.5.0"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13032dependencies = [
13033 "atomic",
13034 "crossbeam-queue",
13035 "futures 0.3.32",
13036 "log",
13037 "parking_lot",
13038 "pin-project",
13039 "pollster 0.2.5",
13040 "static_assertions",
13041 "thiserror 1.0.69",
13042]
13043
13044[[package]]
13045name = "postcard"
13046version = "1.1.3"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13049dependencies = [
13050 "cobs",
13051 "embedded-io 0.4.0",
13052 "embedded-io 0.6.1",
13053 "serde",
13054]
13055
13056[[package]]
13057name = "potential_utf"
13058version = "0.1.3"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13061dependencies = [
13062 "zerovec",
13063]
13064
13065[[package]]
13066name = "powerfmt"
13067version = "0.2.0"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13070
13071[[package]]
13072name = "ppv-lite86"
13073version = "0.2.21"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13076dependencies = [
13077 "zerocopy",
13078]
13079
13080[[package]]
13081name = "precomputed-hash"
13082version = "0.1.1"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13085
13086[[package]]
13087name = "presser"
13088version = "0.3.1"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13091
13092[[package]]
13093name = "prettier"
13094version = "0.1.0"
13095dependencies = [
13096 "anyhow",
13097 "collections",
13098 "fs",
13099 "gpui",
13100 "language",
13101 "log",
13102 "lsp",
13103 "node_runtime",
13104 "parking_lot",
13105 "paths",
13106 "serde",
13107 "serde_json",
13108 "util",
13109]
13110
13111[[package]]
13112name = "pretty_assertions"
13113version = "1.4.1"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13116dependencies = [
13117 "diff",
13118 "yansi",
13119]
13120
13121[[package]]
13122name = "prettyplease"
13123version = "0.2.37"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13126dependencies = [
13127 "proc-macro2",
13128 "syn 2.0.117",
13129]
13130
13131[[package]]
13132name = "primal-check"
13133version = "0.3.4"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13136dependencies = [
13137 "num-integer",
13138]
13139
13140[[package]]
13141name = "proc-macro-crate"
13142version = "3.4.0"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13145dependencies = [
13146 "toml_edit 0.23.7",
13147]
13148
13149[[package]]
13150name = "proc-macro-error"
13151version = "1.0.4"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13154dependencies = [
13155 "proc-macro-error-attr",
13156 "proc-macro2",
13157 "quote",
13158 "syn 1.0.109",
13159 "version_check",
13160]
13161
13162[[package]]
13163name = "proc-macro-error-attr"
13164version = "1.0.4"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13167dependencies = [
13168 "proc-macro2",
13169 "quote",
13170 "version_check",
13171]
13172
13173[[package]]
13174name = "proc-macro-error-attr2"
13175version = "2.0.0"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13178dependencies = [
13179 "proc-macro2",
13180 "quote",
13181]
13182
13183[[package]]
13184name = "proc-macro-error2"
13185version = "2.0.1"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13188dependencies = [
13189 "proc-macro-error-attr2",
13190 "proc-macro2",
13191 "quote",
13192 "syn 2.0.117",
13193]
13194
13195[[package]]
13196name = "proc-macro2"
13197version = "1.0.101"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13200dependencies = [
13201 "unicode-ident",
13202]
13203
13204[[package]]
13205name = "proc-macro2-diagnostics"
13206version = "0.10.1"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13209dependencies = [
13210 "proc-macro2",
13211 "quote",
13212 "syn 2.0.117",
13213 "version_check",
13214 "yansi",
13215]
13216
13217[[package]]
13218name = "procfs-core"
13219version = "0.17.0"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13222dependencies = [
13223 "bitflags 2.10.0",
13224 "hex",
13225 "serde",
13226]
13227
13228[[package]]
13229name = "profiling"
13230version = "1.0.17"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13233dependencies = [
13234 "profiling-procmacros",
13235]
13236
13237[[package]]
13238name = "profiling-procmacros"
13239version = "1.0.17"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13242dependencies = [
13243 "quote",
13244 "syn 2.0.117",
13245]
13246
13247[[package]]
13248name = "project"
13249version = "0.1.0"
13250dependencies = [
13251 "aho-corasick",
13252 "anyhow",
13253 "askpass",
13254 "async-trait",
13255 "base64 0.22.1",
13256 "buffer_diff",
13257 "circular-buffer",
13258 "client",
13259 "clock",
13260 "collections",
13261 "context_server",
13262 "credentials_provider",
13263 "dap",
13264 "encoding_rs",
13265 "extension",
13266 "fancy-regex 0.17.0",
13267 "fs",
13268 "futures 0.3.32",
13269 "fuzzy",
13270 "fuzzy_nucleo",
13271 "git",
13272 "git2",
13273 "git_hosting_providers",
13274 "globset",
13275 "gpui",
13276 "http_client",
13277 "image",
13278 "indexmap",
13279 "itertools 0.14.0",
13280 "language",
13281 "log",
13282 "lsp",
13283 "markdown",
13284 "node_runtime",
13285 "parking_lot",
13286 "paths",
13287 "percent-encoding",
13288 "postage",
13289 "prettier",
13290 "pretty_assertions",
13291 "project",
13292 "rand 0.9.3",
13293 "regex",
13294 "release_channel",
13295 "remote",
13296 "rpc",
13297 "schemars",
13298 "semver",
13299 "serde",
13300 "serde_json",
13301 "settings",
13302 "sha2",
13303 "shellexpand",
13304 "smallvec",
13305 "smol",
13306 "snippet",
13307 "snippet_provider",
13308 "sum_tree",
13309 "task",
13310 "tempfile",
13311 "terminal",
13312 "text",
13313 "toml 0.8.23",
13314 "tracing",
13315 "unindent",
13316 "url",
13317 "util",
13318 "watch",
13319 "wax",
13320 "which 6.0.3",
13321 "worktree",
13322 "zed_credentials_provider",
13323 "zeroize",
13324 "zlog",
13325 "ztracing",
13326]
13327
13328[[package]]
13329name = "project_benchmarks"
13330version = "0.1.0"
13331dependencies = [
13332 "anyhow",
13333 "askpass",
13334 "clap",
13335 "client",
13336 "futures 0.3.32",
13337 "gpui",
13338 "gpui_platform",
13339 "http_client",
13340 "language",
13341 "node_runtime",
13342 "project",
13343 "release_channel",
13344 "remote",
13345 "rpassword",
13346 "semver",
13347 "settings",
13348 "watch",
13349]
13350
13351[[package]]
13352name = "project_panel"
13353version = "0.1.0"
13354dependencies = [
13355 "anyhow",
13356 "client",
13357 "collections",
13358 "command_palette_hooks",
13359 "criterion",
13360 "editor",
13361 "feature_flags",
13362 "file_icons",
13363 "fs",
13364 "futures 0.3.32",
13365 "git",
13366 "git_ui",
13367 "gpui",
13368 "itertools 0.14.0",
13369 "language",
13370 "menu",
13371 "notifications",
13372 "pretty_assertions",
13373 "project",
13374 "rayon",
13375 "remote_connection",
13376 "schemars",
13377 "search",
13378 "serde",
13379 "serde_json",
13380 "settings",
13381 "smallvec",
13382 "telemetry",
13383 "tempfile",
13384 "theme",
13385 "theme_settings",
13386 "ui",
13387 "util",
13388 "workspace",
13389 "worktree",
13390 "zed_actions",
13391]
13392
13393[[package]]
13394name = "project_symbols"
13395version = "0.1.0"
13396dependencies = [
13397 "anyhow",
13398 "editor",
13399 "futures 0.3.32",
13400 "fuzzy",
13401 "gpui",
13402 "language",
13403 "lsp",
13404 "ordered-float 2.10.1",
13405 "picker",
13406 "project",
13407 "release_channel",
13408 "semver",
13409 "serde_json",
13410 "settings",
13411 "theme",
13412 "theme_settings",
13413 "util",
13414 "workspace",
13415]
13416
13417[[package]]
13418name = "prometheus"
13419version = "0.14.0"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13422dependencies = [
13423 "cfg-if",
13424 "fnv",
13425 "lazy_static",
13426 "memchr",
13427 "parking_lot",
13428 "protobuf",
13429 "thiserror 2.0.17",
13430]
13431
13432[[package]]
13433name = "prompt_store"
13434version = "0.1.0"
13435dependencies = [
13436 "anyhow",
13437 "assets",
13438 "chrono",
13439 "collections",
13440 "fs",
13441 "futures 0.3.32",
13442 "fuzzy",
13443 "gpui",
13444 "handlebars 4.5.0",
13445 "heed",
13446 "language",
13447 "log",
13448 "parking_lot",
13449 "paths",
13450 "rope",
13451 "serde",
13452 "strum 0.27.2",
13453 "tempfile",
13454 "text",
13455 "util",
13456 "uuid",
13457]
13458
13459[[package]]
13460name = "proptest"
13461version = "1.10.0"
13462source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13463dependencies = [
13464 "bit-set 0.8.0",
13465 "bit-vec 0.8.0",
13466 "bitflags 2.10.0",
13467 "num-traits",
13468 "proptest-macro",
13469 "rand 0.9.3",
13470 "rand_chacha 0.9.0",
13471 "rand_xorshift",
13472 "regex-syntax",
13473 "rusty-fork",
13474 "tempfile",
13475 "unarray",
13476]
13477
13478[[package]]
13479name = "proptest-derive"
13480version = "0.8.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13483dependencies = [
13484 "proc-macro2",
13485 "quote",
13486 "syn 2.0.117",
13487]
13488
13489[[package]]
13490name = "proptest-macro"
13491version = "0.5.0"
13492source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13493dependencies = [
13494 "convert_case 0.11.0",
13495 "proc-macro2",
13496 "quote",
13497 "syn 2.0.117",
13498]
13499
13500[[package]]
13501name = "prost"
13502version = "0.9.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13505dependencies = [
13506 "bytes 1.11.1",
13507 "prost-derive 0.9.0",
13508]
13509
13510[[package]]
13511name = "prost"
13512version = "0.12.6"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13515dependencies = [
13516 "bytes 1.11.1",
13517 "prost-derive 0.12.6",
13518]
13519
13520[[package]]
13521name = "prost-build"
13522version = "0.9.0"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13525dependencies = [
13526 "bytes 1.11.1",
13527 "heck 0.3.3",
13528 "itertools 0.10.5",
13529 "lazy_static",
13530 "log",
13531 "multimap",
13532 "petgraph",
13533 "prost 0.9.0",
13534 "prost-types 0.9.0",
13535 "regex",
13536 "tempfile",
13537 "which 4.4.2",
13538]
13539
13540[[package]]
13541name = "prost-build"
13542version = "0.12.6"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13545dependencies = [
13546 "bytes 1.11.1",
13547 "heck 0.5.0",
13548 "itertools 0.12.1",
13549 "log",
13550 "multimap",
13551 "once_cell",
13552 "petgraph",
13553 "prettyplease",
13554 "prost 0.12.6",
13555 "prost-types 0.12.6",
13556 "regex",
13557 "syn 2.0.117",
13558 "tempfile",
13559]
13560
13561[[package]]
13562name = "prost-derive"
13563version = "0.9.0"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13566dependencies = [
13567 "anyhow",
13568 "itertools 0.10.5",
13569 "proc-macro2",
13570 "quote",
13571 "syn 1.0.109",
13572]
13573
13574[[package]]
13575name = "prost-derive"
13576version = "0.12.6"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13579dependencies = [
13580 "anyhow",
13581 "itertools 0.12.1",
13582 "proc-macro2",
13583 "quote",
13584 "syn 2.0.117",
13585]
13586
13587[[package]]
13588name = "prost-types"
13589version = "0.9.0"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13592dependencies = [
13593 "bytes 1.11.1",
13594 "prost 0.9.0",
13595]
13596
13597[[package]]
13598name = "prost-types"
13599version = "0.12.6"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13602dependencies = [
13603 "prost 0.12.6",
13604]
13605
13606[[package]]
13607name = "proto"
13608version = "0.1.0"
13609dependencies = [
13610 "anyhow",
13611 "prost 0.9.0",
13612 "prost-build 0.9.0",
13613 "serde",
13614]
13615
13616[[package]]
13617name = "protobuf"
13618version = "3.7.2"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13621dependencies = [
13622 "once_cell",
13623 "protobuf-support",
13624 "thiserror 1.0.69",
13625]
13626
13627[[package]]
13628name = "protobuf-support"
13629version = "3.7.2"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13632dependencies = [
13633 "thiserror 1.0.69",
13634]
13635
13636[[package]]
13637name = "psm"
13638version = "0.1.30"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13641dependencies = [
13642 "ar_archive_writer",
13643 "cc",
13644]
13645
13646[[package]]
13647name = "ptr_meta"
13648version = "0.1.4"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13651dependencies = [
13652 "ptr_meta_derive",
13653]
13654
13655[[package]]
13656name = "ptr_meta_derive"
13657version = "0.1.4"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13660dependencies = [
13661 "proc-macro2",
13662 "quote",
13663 "syn 1.0.109",
13664]
13665
13666[[package]]
13667name = "pulldown-cmark"
13668version = "0.10.3"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13671dependencies = [
13672 "bitflags 2.10.0",
13673 "memchr",
13674 "pulldown-cmark-escape",
13675 "unicase",
13676]
13677
13678[[package]]
13679name = "pulldown-cmark"
13680version = "0.13.0"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13683dependencies = [
13684 "bitflags 2.10.0",
13685 "memchr",
13686 "unicase",
13687]
13688
13689[[package]]
13690name = "pulldown-cmark-escape"
13691version = "0.10.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13694
13695[[package]]
13696name = "pulley-interpreter"
13697version = "36.0.7"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13700dependencies = [
13701 "cranelift-bitset",
13702 "log",
13703 "pulley-macros",
13704 "wasmtime-internal-math",
13705]
13706
13707[[package]]
13708name = "pulley-macros"
13709version = "36.0.7"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13712dependencies = [
13713 "proc-macro2",
13714 "quote",
13715 "syn 2.0.117",
13716]
13717
13718[[package]]
13719name = "pulp"
13720version = "0.18.22"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13723dependencies = [
13724 "bytemuck",
13725 "libm",
13726 "num-complex",
13727 "reborrow",
13728]
13729
13730[[package]]
13731name = "pulp"
13732version = "0.21.5"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13735dependencies = [
13736 "bytemuck",
13737 "cfg-if",
13738 "libm",
13739 "num-complex",
13740 "reborrow",
13741 "version_check",
13742]
13743
13744[[package]]
13745name = "pxfm"
13746version = "0.1.25"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13749dependencies = [
13750 "num-traits",
13751]
13752
13753[[package]]
13754name = "qoi"
13755version = "0.4.1"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13758dependencies = [
13759 "bytemuck",
13760]
13761
13762[[package]]
13763name = "quick-error"
13764version = "1.2.3"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13767
13768[[package]]
13769name = "quick-error"
13770version = "2.0.1"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13773
13774[[package]]
13775name = "quick-xml"
13776version = "0.30.0"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13779dependencies = [
13780 "memchr",
13781]
13782
13783[[package]]
13784name = "quick-xml"
13785version = "0.37.5"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13788dependencies = [
13789 "memchr",
13790]
13791
13792[[package]]
13793name = "quick-xml"
13794version = "0.38.3"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13797dependencies = [
13798 "memchr",
13799]
13800
13801[[package]]
13802name = "quinn"
13803version = "0.11.9"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13806dependencies = [
13807 "bytes 1.11.1",
13808 "cfg_aliases 0.2.1",
13809 "pin-project-lite",
13810 "quinn-proto",
13811 "quinn-udp",
13812 "rustc-hash 2.1.1",
13813 "rustls 0.23.33",
13814 "socket2 0.6.1",
13815 "thiserror 2.0.17",
13816 "tokio",
13817 "tracing",
13818 "web-time",
13819]
13820
13821[[package]]
13822name = "quinn-proto"
13823version = "0.11.13"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13826dependencies = [
13827 "bytes 1.11.1",
13828 "getrandom 0.3.4",
13829 "lru-slab",
13830 "rand 0.9.3",
13831 "ring",
13832 "rustc-hash 2.1.1",
13833 "rustls 0.23.33",
13834 "rustls-pki-types",
13835 "slab",
13836 "thiserror 2.0.17",
13837 "tinyvec",
13838 "tracing",
13839 "web-time",
13840]
13841
13842[[package]]
13843name = "quinn-udp"
13844version = "0.5.14"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13847dependencies = [
13848 "cfg_aliases 0.2.1",
13849 "libc",
13850 "once_cell",
13851 "socket2 0.6.1",
13852 "tracing",
13853 "windows-sys 0.60.2",
13854]
13855
13856[[package]]
13857name = "quote"
13858version = "1.0.41"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13861dependencies = [
13862 "proc-macro2",
13863]
13864
13865[[package]]
13866name = "r-efi"
13867version = "5.3.0"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13870
13871[[package]]
13872name = "radium"
13873version = "0.7.0"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13876
13877[[package]]
13878name = "rand"
13879version = "0.3.23"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13882dependencies = [
13883 "libc",
13884 "rand 0.4.6",
13885]
13886
13887[[package]]
13888name = "rand"
13889version = "0.4.6"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13892dependencies = [
13893 "fuchsia-cprng",
13894 "libc",
13895 "rand_core 0.3.1",
13896 "rdrand",
13897 "winapi",
13898]
13899
13900[[package]]
13901name = "rand"
13902version = "0.8.5"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13905dependencies = [
13906 "libc",
13907 "rand_chacha 0.3.1",
13908 "rand_core 0.6.4",
13909]
13910
13911[[package]]
13912name = "rand"
13913version = "0.9.3"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13916dependencies = [
13917 "rand_chacha 0.9.0",
13918 "rand_core 0.9.3",
13919]
13920
13921[[package]]
13922name = "rand_chacha"
13923version = "0.3.1"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13926dependencies = [
13927 "ppv-lite86",
13928 "rand_core 0.6.4",
13929]
13930
13931[[package]]
13932name = "rand_chacha"
13933version = "0.9.0"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13936dependencies = [
13937 "ppv-lite86",
13938 "rand_core 0.9.3",
13939]
13940
13941[[package]]
13942name = "rand_core"
13943version = "0.3.1"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13946dependencies = [
13947 "rand_core 0.4.2",
13948]
13949
13950[[package]]
13951name = "rand_core"
13952version = "0.4.2"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13955
13956[[package]]
13957name = "rand_core"
13958version = "0.6.4"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13961dependencies = [
13962 "getrandom 0.2.16",
13963]
13964
13965[[package]]
13966name = "rand_core"
13967version = "0.9.3"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13970dependencies = [
13971 "getrandom 0.3.4",
13972]
13973
13974[[package]]
13975name = "rand_distr"
13976version = "0.5.1"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13979dependencies = [
13980 "num-traits",
13981 "rand 0.9.3",
13982]
13983
13984[[package]]
13985name = "rand_pcg"
13986version = "0.3.1"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13989dependencies = [
13990 "rand_core 0.6.4",
13991]
13992
13993[[package]]
13994name = "rand_xorshift"
13995version = "0.4.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13998dependencies = [
13999 "rand_core 0.9.3",
14000]
14001
14002[[package]]
14003name = "random_choice"
14004version = "0.3.2"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14007dependencies = [
14008 "rand 0.3.23",
14009]
14010
14011[[package]]
14012name = "range-alloc"
14013version = "0.1.4"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14016
14017[[package]]
14018name = "range-map"
14019version = "0.2.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14022dependencies = [
14023 "num-traits",
14024]
14025
14026[[package]]
14027name = "rangemap"
14028version = "1.7.1"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14031
14032[[package]]
14033name = "rav1e"
14034version = "0.7.1"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14037dependencies = [
14038 "arbitrary",
14039 "arg_enum_proc_macro",
14040 "arrayvec",
14041 "av1-grain",
14042 "bitstream-io",
14043 "built",
14044 "cfg-if",
14045 "interpolate_name",
14046 "itertools 0.12.1",
14047 "libc",
14048 "libfuzzer-sys",
14049 "log",
14050 "maybe-rayon",
14051 "new_debug_unreachable",
14052 "noop_proc_macro",
14053 "num-derive",
14054 "num-traits",
14055 "once_cell",
14056 "paste",
14057 "profiling",
14058 "rand 0.8.5",
14059 "rand_chacha 0.3.1",
14060 "simd_helpers",
14061 "system-deps 6.2.2",
14062 "thiserror 1.0.69",
14063 "v_frame",
14064 "wasm-bindgen",
14065]
14066
14067[[package]]
14068name = "ravif"
14069version = "0.11.20"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14072dependencies = [
14073 "avif-serialize",
14074 "imgref",
14075 "loop9",
14076 "quick-error 2.0.1",
14077 "rav1e",
14078 "rayon",
14079 "rgb",
14080]
14081
14082[[package]]
14083name = "raw-cpuid"
14084version = "10.7.0"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14087dependencies = [
14088 "bitflags 1.3.2",
14089]
14090
14091[[package]]
14092name = "raw-cpuid"
14093version = "11.6.0"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14096dependencies = [
14097 "bitflags 2.10.0",
14098]
14099
14100[[package]]
14101name = "raw-window-handle"
14102version = "0.6.2"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14105
14106[[package]]
14107name = "raw-window-metal"
14108version = "1.1.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14111dependencies = [
14112 "objc2",
14113 "objc2-core-foundation",
14114 "objc2-foundation",
14115 "objc2-quartz-core",
14116]
14117
14118[[package]]
14119name = "rayon"
14120version = "1.11.0"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14123dependencies = [
14124 "either",
14125 "rayon-core",
14126]
14127
14128[[package]]
14129name = "rayon-core"
14130version = "1.13.0"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14133dependencies = [
14134 "crossbeam-deque",
14135 "crossbeam-utils",
14136]
14137
14138[[package]]
14139name = "rdrand"
14140version = "0.4.0"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14143dependencies = [
14144 "rand_core 0.3.1",
14145]
14146
14147[[package]]
14148name = "read-fonts"
14149version = "0.35.0"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14152dependencies = [
14153 "bytemuck",
14154 "font-types 0.10.0",
14155]
14156
14157[[package]]
14158name = "read-fonts"
14159version = "0.37.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14162dependencies = [
14163 "bytemuck",
14164 "core_maths",
14165 "font-types 0.11.0",
14166]
14167
14168[[package]]
14169name = "realfft"
14170version = "3.5.0"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14173dependencies = [
14174 "rustfft",
14175]
14176
14177[[package]]
14178name = "reborrow"
14179version = "0.5.5"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14182
14183[[package]]
14184name = "recent_projects"
14185version = "0.1.0"
14186dependencies = [
14187 "anyhow",
14188 "askpass",
14189 "chrono",
14190 "db",
14191 "dev_container",
14192 "editor",
14193 "extension",
14194 "extension_host",
14195 "fs",
14196 "futures 0.3.32",
14197 "fuzzy",
14198 "gpui",
14199 "http_client",
14200 "indoc",
14201 "language",
14202 "log",
14203 "menu",
14204 "node_runtime",
14205 "open_path_prompt",
14206 "ordered-float 2.10.1",
14207 "paths",
14208 "picker",
14209 "project",
14210 "release_channel",
14211 "remote",
14212 "remote_connection",
14213 "remote_server",
14214 "semver",
14215 "serde",
14216 "serde_json",
14217 "settings",
14218 "smol",
14219 "task",
14220 "telemetry",
14221 "ui",
14222 "ui_input",
14223 "util",
14224 "windows-registry 0.6.1",
14225 "workspace",
14226 "worktree",
14227 "zed_actions",
14228]
14229
14230[[package]]
14231name = "redox_syscall"
14232version = "0.2.16"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14235dependencies = [
14236 "bitflags 1.3.2",
14237]
14238
14239[[package]]
14240name = "redox_syscall"
14241version = "0.5.18"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14244dependencies = [
14245 "bitflags 2.10.0",
14246]
14247
14248[[package]]
14249name = "redox_users"
14250version = "0.5.2"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14253dependencies = [
14254 "getrandom 0.2.16",
14255 "libredox",
14256 "thiserror 2.0.17",
14257]
14258
14259[[package]]
14260name = "ref-cast"
14261version = "1.0.25"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14264dependencies = [
14265 "ref-cast-impl",
14266]
14267
14268[[package]]
14269name = "ref-cast-impl"
14270version = "1.0.25"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14273dependencies = [
14274 "proc-macro2",
14275 "quote",
14276 "syn 2.0.117",
14277]
14278
14279[[package]]
14280name = "referencing"
14281version = "0.37.4"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14284dependencies = [
14285 "ahash 0.8.12",
14286 "fluent-uri",
14287 "getrandom 0.3.4",
14288 "hashbrown 0.16.1",
14289 "parking_lot",
14290 "percent-encoding",
14291 "serde_json",
14292]
14293
14294[[package]]
14295name = "refineable"
14296version = "0.1.0"
14297dependencies = [
14298 "derive_refineable",
14299]
14300
14301[[package]]
14302name = "regalloc2"
14303version = "0.12.2"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14306dependencies = [
14307 "allocator-api2",
14308 "bumpalo",
14309 "hashbrown 0.15.5",
14310 "log",
14311 "rustc-hash 2.1.1",
14312 "serde",
14313 "smallvec",
14314]
14315
14316[[package]]
14317name = "regex"
14318version = "1.12.2"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14321dependencies = [
14322 "aho-corasick",
14323 "memchr",
14324 "regex-automata",
14325 "regex-syntax",
14326]
14327
14328[[package]]
14329name = "regex-automata"
14330version = "0.4.13"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14333dependencies = [
14334 "aho-corasick",
14335 "memchr",
14336 "regex-syntax",
14337]
14338
14339[[package]]
14340name = "regex-lite"
14341version = "0.1.8"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14344
14345[[package]]
14346name = "regex-syntax"
14347version = "0.8.8"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14350
14351[[package]]
14352name = "release_channel"
14353version = "0.1.0"
14354dependencies = [
14355 "gpui",
14356 "semver",
14357]
14358
14359[[package]]
14360name = "remote"
14361version = "0.1.0"
14362dependencies = [
14363 "anyhow",
14364 "askpass",
14365 "async-trait",
14366 "base64 0.22.1",
14367 "collections",
14368 "fs",
14369 "futures 0.3.32",
14370 "gpui",
14371 "log",
14372 "parking_lot",
14373 "paths",
14374 "prost 0.9.0",
14375 "release_channel",
14376 "rpc",
14377 "schemars",
14378 "semver",
14379 "serde",
14380 "serde_json",
14381 "settings",
14382 "smol",
14383 "tempfile",
14384 "thiserror 2.0.17",
14385 "urlencoding",
14386 "util",
14387 "which 6.0.3",
14388]
14389
14390[[package]]
14391name = "remote_connection"
14392version = "0.1.0"
14393dependencies = [
14394 "anyhow",
14395 "askpass",
14396 "auto_update",
14397 "futures 0.3.32",
14398 "gpui",
14399 "log",
14400 "markdown",
14401 "menu",
14402 "release_channel",
14403 "remote",
14404 "semver",
14405 "settings",
14406 "theme_settings",
14407 "ui",
14408 "ui_input",
14409 "workspace",
14410]
14411
14412[[package]]
14413name = "remote_server"
14414version = "0.1.0"
14415dependencies = [
14416 "action_log",
14417 "agent",
14418 "anyhow",
14419 "askpass",
14420 "cargo_toml",
14421 "clap",
14422 "client",
14423 "clock",
14424 "collections",
14425 "crash-handler",
14426 "crashes",
14427 "dap_adapters",
14428 "debug_adapter_extension",
14429 "editor",
14430 "env_logger 0.11.8",
14431 "extension",
14432 "extension_host",
14433 "fork",
14434 "fs",
14435 "futures 0.3.32",
14436 "git",
14437 "git2",
14438 "git_hosting_providers",
14439 "gpui",
14440 "gpui_platform",
14441 "gpui_tokio",
14442 "http_client",
14443 "image",
14444 "json_schema_store",
14445 "language",
14446 "language_extension",
14447 "language_model",
14448 "languages",
14449 "libc",
14450 "log",
14451 "lsp",
14452 "minidumper",
14453 "net",
14454 "node_runtime",
14455 "paths",
14456 "pretty_assertions",
14457 "project",
14458 "proto",
14459 "rayon",
14460 "release_channel",
14461 "remote",
14462 "reqwest_client",
14463 "rpc",
14464 "rust-embed",
14465 "semver",
14466 "serde",
14467 "serde_json",
14468 "settings",
14469 "shellexpand",
14470 "smol",
14471 "sysinfo 0.37.2",
14472 "task",
14473 "theme",
14474 "theme_settings",
14475 "thiserror 2.0.17",
14476 "toml 0.8.23",
14477 "unindent",
14478 "util",
14479 "uuid",
14480 "watch",
14481 "windows 0.61.3",
14482 "worktree",
14483 "zlog",
14484]
14485
14486[[package]]
14487name = "rend"
14488version = "0.4.2"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14491dependencies = [
14492 "bytecheck",
14493]
14494
14495[[package]]
14496name = "renderdoc-sys"
14497version = "1.1.0"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14500
14501[[package]]
14502name = "repl"
14503version = "0.1.0"
14504dependencies = [
14505 "alacritty_terminal",
14506 "anyhow",
14507 "async-dispatcher",
14508 "async-task",
14509 "async-tungstenite",
14510 "base64 0.22.1",
14511 "client",
14512 "collections",
14513 "command_palette_hooks",
14514 "editor",
14515 "feature_flags",
14516 "file_icons",
14517 "futures 0.3.32",
14518 "gpui",
14519 "html_to_markdown",
14520 "http_client",
14521 "image",
14522 "indoc",
14523 "jupyter-protocol",
14524 "jupyter-websocket-client",
14525 "language",
14526 "languages",
14527 "log",
14528 "markdown",
14529 "menu",
14530 "multi_buffer",
14531 "nbformat",
14532 "picker",
14533 "project",
14534 "remote",
14535 "runtimelib",
14536 "serde",
14537 "serde_json",
14538 "settings",
14539 "shlex",
14540 "smol",
14541 "telemetry",
14542 "terminal",
14543 "terminal_view",
14544 "theme",
14545 "theme_settings",
14546 "tree-sitter-md",
14547 "tree-sitter-python",
14548 "tree-sitter-typescript",
14549 "ui",
14550 "util",
14551 "uuid",
14552 "workspace",
14553 "zed_actions",
14554]
14555
14556[[package]]
14557name = "reqwest"
14558version = "0.11.27"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14561dependencies = [
14562 "base64 0.21.7",
14563 "bytes 1.11.1",
14564 "encoding_rs",
14565 "futures-core",
14566 "futures-util",
14567 "h2 0.3.27",
14568 "http 0.2.12",
14569 "http-body 0.4.6",
14570 "hyper 0.14.32",
14571 "hyper-tls",
14572 "ipnet",
14573 "js-sys",
14574 "log",
14575 "mime",
14576 "native-tls",
14577 "once_cell",
14578 "percent-encoding",
14579 "pin-project-lite",
14580 "rustls-pemfile 1.0.4",
14581 "serde",
14582 "serde_json",
14583 "serde_urlencoded",
14584 "sync_wrapper 0.1.2",
14585 "system-configuration 0.5.1",
14586 "tokio",
14587 "tokio-native-tls",
14588 "tower-service",
14589 "url",
14590 "wasm-bindgen",
14591 "wasm-bindgen-futures",
14592 "web-sys",
14593 "winreg 0.50.0",
14594]
14595
14596[[package]]
14597name = "reqwest"
14598version = "0.12.24"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14601dependencies = [
14602 "base64 0.22.1",
14603 "bytes 1.11.1",
14604 "futures-channel",
14605 "futures-core",
14606 "futures-util",
14607 "http 1.3.1",
14608 "http-body 1.0.1",
14609 "http-body-util",
14610 "hyper 1.7.0",
14611 "hyper-rustls 0.27.7",
14612 "hyper-util",
14613 "js-sys",
14614 "log",
14615 "percent-encoding",
14616 "pin-project-lite",
14617 "quinn",
14618 "rustls 0.23.33",
14619 "rustls-native-certs 0.8.2",
14620 "rustls-pki-types",
14621 "serde",
14622 "serde_json",
14623 "serde_urlencoded",
14624 "sync_wrapper 1.0.2",
14625 "tokio",
14626 "tokio-rustls 0.26.2",
14627 "tower 0.5.2",
14628 "tower-http 0.6.6",
14629 "tower-service",
14630 "url",
14631 "wasm-bindgen",
14632 "wasm-bindgen-futures",
14633 "web-sys",
14634]
14635
14636[[package]]
14637name = "reqwest_client"
14638version = "0.1.0"
14639dependencies = [
14640 "anyhow",
14641 "bytes 1.11.1",
14642 "futures 0.3.32",
14643 "gpui_util",
14644 "http_client",
14645 "http_client_tls",
14646 "log",
14647 "regex",
14648 "serde",
14649 "tokio",
14650 "zed-reqwest",
14651]
14652
14653[[package]]
14654name = "resvg"
14655version = "0.45.1"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14658dependencies = [
14659 "gif",
14660 "image-webp",
14661 "log",
14662 "pico-args",
14663 "rgb",
14664 "svgtypes",
14665 "tiny-skia",
14666 "usvg",
14667 "zune-jpeg",
14668]
14669
14670[[package]]
14671name = "rfc6979"
14672version = "0.3.1"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14675dependencies = [
14676 "crypto-bigint 0.4.9",
14677 "hmac",
14678 "zeroize",
14679]
14680
14681[[package]]
14682name = "rgb"
14683version = "0.8.52"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14686dependencies = [
14687 "bytemuck",
14688]
14689
14690[[package]]
14691name = "ring"
14692version = "0.17.14"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14695dependencies = [
14696 "cc",
14697 "cfg-if",
14698 "getrandom 0.2.16",
14699 "libc",
14700 "untrusted 0.9.0",
14701 "windows-sys 0.52.0",
14702]
14703
14704[[package]]
14705name = "rkyv"
14706version = "0.7.45"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14709dependencies = [
14710 "bitvec",
14711 "bytecheck",
14712 "bytes 1.11.1",
14713 "hashbrown 0.12.3",
14714 "ptr_meta",
14715 "rend",
14716 "rkyv_derive",
14717 "seahash",
14718 "tinyvec",
14719 "uuid",
14720]
14721
14722[[package]]
14723name = "rkyv_derive"
14724version = "0.7.45"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14727dependencies = [
14728 "proc-macro2",
14729 "quote",
14730 "syn 1.0.109",
14731]
14732
14733[[package]]
14734name = "rmp"
14735version = "0.8.14"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14738dependencies = [
14739 "byteorder",
14740 "num-traits",
14741 "paste",
14742]
14743
14744[[package]]
14745name = "rmpv"
14746version = "1.3.0"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14749dependencies = [
14750 "num-traits",
14751 "rmp",
14752]
14753
14754[[package]]
14755name = "rodio"
14756version = "0.21.1"
14757source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14758dependencies = [
14759 "cpal",
14760 "dasp_sample",
14761 "hound",
14762 "num-rational",
14763 "rand 0.9.3",
14764 "rand_distr",
14765 "rtrb",
14766 "symphonia",
14767 "thiserror 2.0.17",
14768]
14769
14770[[package]]
14771name = "rope"
14772version = "0.1.0"
14773dependencies = [
14774 "criterion",
14775 "ctor",
14776 "gpui",
14777 "heapless",
14778 "log",
14779 "rand 0.9.3",
14780 "rayon",
14781 "sum_tree",
14782 "tracing",
14783 "unicode-segmentation",
14784 "util",
14785 "zlog",
14786 "ztracing",
14787]
14788
14789[[package]]
14790name = "roxmltree"
14791version = "0.20.0"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14794
14795[[package]]
14796name = "rpassword"
14797version = "7.4.0"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14800dependencies = [
14801 "libc",
14802 "rtoolbox",
14803 "windows-sys 0.59.0",
14804]
14805
14806[[package]]
14807name = "rpc"
14808version = "0.1.0"
14809dependencies = [
14810 "anyhow",
14811 "async-tungstenite",
14812 "base64 0.22.1",
14813 "collections",
14814 "futures 0.3.32",
14815 "gpui",
14816 "parking_lot",
14817 "proto",
14818 "rand 0.9.3",
14819 "rsa",
14820 "serde",
14821 "serde_json",
14822 "sha2",
14823 "strum 0.27.2",
14824 "tracing",
14825 "util",
14826 "zlog",
14827 "zstd",
14828]
14829
14830[[package]]
14831name = "rsa"
14832version = "0.9.10"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14835dependencies = [
14836 "const-oid",
14837 "digest",
14838 "num-bigint-dig 0.8.6",
14839 "num-integer",
14840 "num-traits",
14841 "pkcs1",
14842 "pkcs8 0.10.2",
14843 "rand_core 0.6.4",
14844 "signature 2.2.0",
14845 "spki 0.7.3",
14846 "subtle",
14847 "zeroize",
14848]
14849
14850[[package]]
14851name = "rtoolbox"
14852version = "0.0.3"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14855dependencies = [
14856 "libc",
14857 "windows-sys 0.52.0",
14858]
14859
14860[[package]]
14861name = "rtrb"
14862version = "0.3.2"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14865
14866[[package]]
14867name = "rules_library"
14868version = "0.1.0"
14869dependencies = [
14870 "anyhow",
14871 "collections",
14872 "editor",
14873 "gpui",
14874 "language",
14875 "language_model",
14876 "log",
14877 "menu",
14878 "picker",
14879 "platform_title_bar",
14880 "prompt_store",
14881 "release_channel",
14882 "rope",
14883 "serde",
14884 "settings",
14885 "theme_settings",
14886 "ui",
14887 "ui_input",
14888 "util",
14889 "workspace",
14890 "zed_actions",
14891]
14892
14893[[package]]
14894name = "runtimelib"
14895version = "1.4.0"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14898dependencies = [
14899 "async-dispatcher",
14900 "async-std",
14901 "aws-lc-rs",
14902 "base64 0.22.1",
14903 "bytes 1.11.1",
14904 "chrono",
14905 "data-encoding",
14906 "dirs",
14907 "futures 0.3.32",
14908 "glob",
14909 "jupyter-protocol",
14910 "serde",
14911 "serde_json",
14912 "shellexpand",
14913 "smol",
14914 "thiserror 2.0.17",
14915 "uuid",
14916 "zeromq",
14917]
14918
14919[[package]]
14920name = "rust-embed"
14921version = "8.11.0"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14924dependencies = [
14925 "rust-embed-impl",
14926 "rust-embed-utils",
14927 "walkdir",
14928]
14929
14930[[package]]
14931name = "rust-embed-impl"
14932version = "8.11.0"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14935dependencies = [
14936 "proc-macro2",
14937 "quote",
14938 "rust-embed-utils",
14939 "syn 2.0.117",
14940 "walkdir",
14941]
14942
14943[[package]]
14944name = "rust-embed-utils"
14945version = "8.11.0"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14948dependencies = [
14949 "globset",
14950 "sha2",
14951 "walkdir",
14952]
14953
14954[[package]]
14955name = "rust_decimal"
14956version = "1.39.0"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14959dependencies = [
14960 "arrayvec",
14961 "borsh",
14962 "bytes 1.11.1",
14963 "num-traits",
14964 "rand 0.8.5",
14965 "rkyv",
14966 "serde",
14967 "serde_json",
14968]
14969
14970[[package]]
14971name = "rustc-demangle"
14972version = "0.1.26"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14975
14976[[package]]
14977name = "rustc-hash"
14978version = "1.1.0"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14981
14982[[package]]
14983name = "rustc-hash"
14984version = "2.1.1"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14987
14988[[package]]
14989name = "rustc_version"
14990version = "0.4.1"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14993dependencies = [
14994 "semver",
14995]
14996
14997[[package]]
14998name = "rustfft"
14999version = "6.4.1"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15002dependencies = [
15003 "num-complex",
15004 "num-integer",
15005 "num-traits",
15006 "primal-check",
15007 "strength_reduce",
15008 "transpose",
15009]
15010
15011[[package]]
15012name = "rustix"
15013version = "0.38.44"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15016dependencies = [
15017 "bitflags 2.10.0",
15018 "errno 0.3.14",
15019 "libc",
15020 "linux-raw-sys 0.4.15",
15021 "windows-sys 0.59.0",
15022]
15023
15024[[package]]
15025name = "rustix"
15026version = "1.1.2"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15029dependencies = [
15030 "bitflags 2.10.0",
15031 "errno 0.3.14",
15032 "libc",
15033 "linux-raw-sys 0.11.0",
15034 "windows-sys 0.61.2",
15035]
15036
15037[[package]]
15038name = "rustix-linux-procfs"
15039version = "0.1.1"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15042dependencies = [
15043 "once_cell",
15044 "rustix 1.1.2",
15045]
15046
15047[[package]]
15048name = "rustix-openpty"
15049version = "0.2.0"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15052dependencies = [
15053 "errno 0.3.14",
15054 "libc",
15055 "rustix 1.1.2",
15056]
15057
15058[[package]]
15059name = "rustls"
15060version = "0.21.12"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15063dependencies = [
15064 "log",
15065 "ring",
15066 "rustls-webpki 0.101.7",
15067 "sct",
15068]
15069
15070[[package]]
15071name = "rustls"
15072version = "0.23.33"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15075dependencies = [
15076 "aws-lc-rs",
15077 "log",
15078 "once_cell",
15079 "ring",
15080 "rustls-pki-types",
15081 "rustls-webpki 0.103.7",
15082 "subtle",
15083 "zeroize",
15084]
15085
15086[[package]]
15087name = "rustls-native-certs"
15088version = "0.6.3"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15091dependencies = [
15092 "openssl-probe",
15093 "rustls-pemfile 1.0.4",
15094 "schannel",
15095 "security-framework 2.11.1",
15096]
15097
15098[[package]]
15099name = "rustls-native-certs"
15100version = "0.8.2"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15103dependencies = [
15104 "openssl-probe",
15105 "rustls-pki-types",
15106 "schannel",
15107 "security-framework 3.5.1",
15108]
15109
15110[[package]]
15111name = "rustls-pemfile"
15112version = "1.0.4"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15115dependencies = [
15116 "base64 0.21.7",
15117]
15118
15119[[package]]
15120name = "rustls-pemfile"
15121version = "2.2.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15124dependencies = [
15125 "rustls-pki-types",
15126]
15127
15128[[package]]
15129name = "rustls-pki-types"
15130version = "1.12.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15133dependencies = [
15134 "web-time",
15135 "zeroize",
15136]
15137
15138[[package]]
15139name = "rustls-platform-verifier"
15140version = "0.5.3"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15143dependencies = [
15144 "core-foundation 0.10.0",
15145 "core-foundation-sys",
15146 "jni",
15147 "log",
15148 "once_cell",
15149 "rustls 0.23.33",
15150 "rustls-native-certs 0.8.2",
15151 "rustls-platform-verifier-android",
15152 "rustls-webpki 0.103.7",
15153 "security-framework 3.5.1",
15154 "security-framework-sys",
15155 "webpki-root-certs",
15156 "windows-sys 0.59.0",
15157]
15158
15159[[package]]
15160name = "rustls-platform-verifier-android"
15161version = "0.1.1"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15164
15165[[package]]
15166name = "rustls-webpki"
15167version = "0.101.7"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15170dependencies = [
15171 "ring",
15172 "untrusted 0.9.0",
15173]
15174
15175[[package]]
15176name = "rustls-webpki"
15177version = "0.103.7"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15180dependencies = [
15181 "aws-lc-rs",
15182 "ring",
15183 "rustls-pki-types",
15184 "untrusted 0.9.0",
15185]
15186
15187[[package]]
15188name = "rustversion"
15189version = "1.0.22"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15192
15193[[package]]
15194name = "rusty-fork"
15195version = "0.3.1"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15198dependencies = [
15199 "fnv",
15200 "quick-error 1.2.3",
15201 "tempfile",
15202 "wait-timeout",
15203]
15204
15205[[package]]
15206name = "rustybuzz"
15207version = "0.20.1"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15210dependencies = [
15211 "bitflags 2.10.0",
15212 "bytemuck",
15213 "core_maths",
15214 "log",
15215 "smallvec",
15216 "ttf-parser 0.25.1",
15217 "unicode-bidi-mirroring",
15218 "unicode-ccc",
15219 "unicode-properties",
15220 "unicode-script",
15221]
15222
15223[[package]]
15224name = "ryu"
15225version = "1.0.20"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15228
15229[[package]]
15230name = "saa"
15231version = "5.4.9"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15234
15235[[package]]
15236name = "safetensors"
15237version = "0.4.5"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15240dependencies = [
15241 "serde",
15242 "serde_json",
15243]
15244
15245[[package]]
15246name = "same-file"
15247version = "1.0.6"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15250dependencies = [
15251 "winapi-util",
15252]
15253
15254[[package]]
15255name = "scc"
15256version = "3.5.6"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15259dependencies = [
15260 "saa",
15261 "sdd",
15262]
15263
15264[[package]]
15265name = "schannel"
15266version = "0.1.28"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15269dependencies = [
15270 "windows-sys 0.61.2",
15271]
15272
15273[[package]]
15274name = "scheduler"
15275version = "0.1.0"
15276dependencies = [
15277 "async-task",
15278 "backtrace",
15279 "chrono",
15280 "flume",
15281 "futures 0.3.32",
15282 "parking_lot",
15283 "rand 0.9.3",
15284 "web-time",
15285]
15286
15287[[package]]
15288name = "schema_generator"
15289version = "0.1.0"
15290dependencies = [
15291 "anyhow",
15292 "clap",
15293 "env_logger 0.11.8",
15294 "schemars",
15295 "serde",
15296 "serde_json",
15297 "settings",
15298 "theme",
15299 "theme_settings",
15300]
15301
15302[[package]]
15303name = "schemars"
15304version = "1.0.4"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15307dependencies = [
15308 "dyn-clone",
15309 "indexmap",
15310 "ref-cast",
15311 "schemars_derive",
15312 "serde",
15313 "serde_json",
15314]
15315
15316[[package]]
15317name = "schemars_derive"
15318version = "1.0.4"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15321dependencies = [
15322 "proc-macro2",
15323 "quote",
15324 "serde_derive_internals",
15325 "syn 2.0.117",
15326]
15327
15328[[package]]
15329name = "scoped-tls"
15330version = "1.0.1"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15333
15334[[package]]
15335name = "scopeguard"
15336version = "1.2.0"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15339
15340[[package]]
15341name = "scratch"
15342version = "1.0.9"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15345
15346[[package]]
15347name = "screencapturekit"
15348version = "0.2.8"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15351dependencies = [
15352 "screencapturekit-sys",
15353]
15354
15355[[package]]
15356name = "screencapturekit-sys"
15357version = "0.2.8"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15360dependencies = [
15361 "block",
15362 "dispatch",
15363 "objc",
15364 "objc-foundation",
15365 "objc_id",
15366 "once_cell",
15367]
15368
15369[[package]]
15370name = "scroll"
15371version = "0.12.0"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15374dependencies = [
15375 "scroll_derive",
15376]
15377
15378[[package]]
15379name = "scroll_derive"
15380version = "0.12.1"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15383dependencies = [
15384 "proc-macro2",
15385 "quote",
15386 "syn 2.0.117",
15387]
15388
15389[[package]]
15390name = "sct"
15391version = "0.7.1"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15394dependencies = [
15395 "ring",
15396 "untrusted 0.9.0",
15397]
15398
15399[[package]]
15400name = "sdd"
15401version = "4.6.2"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15404
15405[[package]]
15406name = "sea-bae"
15407version = "0.2.1"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15410dependencies = [
15411 "heck 0.4.1",
15412 "proc-macro-error2",
15413 "proc-macro2",
15414 "quote",
15415 "syn 2.0.117",
15416]
15417
15418[[package]]
15419name = "sea-orm"
15420version = "1.1.10"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15423dependencies = [
15424 "async-stream",
15425 "async-trait",
15426 "bigdecimal",
15427 "chrono",
15428 "futures-util",
15429 "log",
15430 "ouroboros",
15431 "pgvector",
15432 "rust_decimal",
15433 "sea-orm-macros",
15434 "sea-query",
15435 "sea-query-binder",
15436 "serde",
15437 "serde_json",
15438 "sqlx",
15439 "strum 0.26.3",
15440 "thiserror 2.0.17",
15441 "time",
15442 "tracing",
15443 "url",
15444 "uuid",
15445]
15446
15447[[package]]
15448name = "sea-orm-macros"
15449version = "1.1.10"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15452dependencies = [
15453 "heck 0.4.1",
15454 "proc-macro2",
15455 "quote",
15456 "sea-bae",
15457 "syn 2.0.117",
15458 "unicode-ident",
15459]
15460
15461[[package]]
15462name = "sea-query"
15463version = "0.32.7"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15466dependencies = [
15467 "bigdecimal",
15468 "chrono",
15469 "inherent",
15470 "ordered-float 4.6.0",
15471 "rust_decimal",
15472 "serde_json",
15473 "time",
15474 "uuid",
15475]
15476
15477[[package]]
15478name = "sea-query-binder"
15479version = "0.7.0"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15482dependencies = [
15483 "bigdecimal",
15484 "chrono",
15485 "rust_decimal",
15486 "sea-query",
15487 "serde_json",
15488 "sqlx",
15489 "time",
15490 "uuid",
15491]
15492
15493[[package]]
15494name = "seahash"
15495version = "4.1.0"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15498
15499[[package]]
15500name = "search"
15501version = "0.1.0"
15502dependencies = [
15503 "any_vec",
15504 "anyhow",
15505 "bitflags 2.10.0",
15506 "collections",
15507 "editor",
15508 "fs",
15509 "futures 0.3.32",
15510 "gpui",
15511 "itertools 0.14.0",
15512 "language",
15513 "lsp",
15514 "menu",
15515 "multi_buffer",
15516 "pretty_assertions",
15517 "project",
15518 "serde",
15519 "serde_json",
15520 "settings",
15521 "smol",
15522 "theme",
15523 "theme_settings",
15524 "tracing",
15525 "ui",
15526 "unindent",
15527 "util",
15528 "util_macros",
15529 "workspace",
15530 "zed_actions",
15531 "ztracing",
15532]
15533
15534[[package]]
15535name = "sec1"
15536version = "0.3.0"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15539dependencies = [
15540 "base16ct",
15541 "der 0.6.1",
15542 "generic-array",
15543 "pkcs8 0.9.0",
15544 "subtle",
15545 "zeroize",
15546]
15547
15548[[package]]
15549name = "secrecy"
15550version = "0.10.3"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15553dependencies = [
15554 "zeroize",
15555]
15556
15557[[package]]
15558name = "security-framework"
15559version = "2.11.1"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15562dependencies = [
15563 "bitflags 2.10.0",
15564 "core-foundation 0.9.4",
15565 "core-foundation-sys",
15566 "libc",
15567 "security-framework-sys",
15568]
15569
15570[[package]]
15571name = "security-framework"
15572version = "3.5.1"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15575dependencies = [
15576 "bitflags 2.10.0",
15577 "core-foundation 0.10.0",
15578 "core-foundation-sys",
15579 "libc",
15580 "security-framework-sys",
15581]
15582
15583[[package]]
15584name = "security-framework-sys"
15585version = "2.15.0"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15588dependencies = [
15589 "core-foundation-sys",
15590 "libc",
15591]
15592
15593[[package]]
15594name = "self_cell"
15595version = "1.2.2"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15598
15599[[package]]
15600name = "semver"
15601version = "1.0.27"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15604dependencies = [
15605 "serde",
15606 "serde_core",
15607]
15608
15609[[package]]
15610name = "seq-macro"
15611version = "0.3.6"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15614
15615[[package]]
15616name = "serde"
15617version = "1.0.228"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15620dependencies = [
15621 "serde_core",
15622 "serde_derive",
15623]
15624
15625[[package]]
15626name = "serde_bytes"
15627version = "0.11.19"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15630dependencies = [
15631 "serde",
15632 "serde_core",
15633]
15634
15635[[package]]
15636name = "serde_core"
15637version = "1.0.228"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15640dependencies = [
15641 "serde_derive",
15642]
15643
15644[[package]]
15645name = "serde_derive"
15646version = "1.0.228"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15649dependencies = [
15650 "proc-macro2",
15651 "quote",
15652 "syn 2.0.117",
15653]
15654
15655[[package]]
15656name = "serde_derive_internals"
15657version = "0.29.1"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15660dependencies = [
15661 "proc-macro2",
15662 "quote",
15663 "syn 2.0.117",
15664]
15665
15666[[package]]
15667name = "serde_fmt"
15668version = "1.0.3"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15671dependencies = [
15672 "serde",
15673]
15674
15675[[package]]
15676name = "serde_json"
15677version = "1.0.145"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15680dependencies = [
15681 "indexmap",
15682 "itoa",
15683 "memchr",
15684 "ryu",
15685 "serde",
15686 "serde_core",
15687]
15688
15689[[package]]
15690name = "serde_json_lenient"
15691version = "0.2.4"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15694dependencies = [
15695 "indexmap",
15696 "itoa",
15697 "memchr",
15698 "ryu",
15699 "serde",
15700]
15701
15702[[package]]
15703name = "serde_path_to_error"
15704version = "0.1.20"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15707dependencies = [
15708 "itoa",
15709 "serde",
15710 "serde_core",
15711]
15712
15713[[package]]
15714name = "serde_repr"
15715version = "0.1.20"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15718dependencies = [
15719 "proc-macro2",
15720 "quote",
15721 "syn 2.0.117",
15722]
15723
15724[[package]]
15725name = "serde_spanned"
15726version = "0.6.9"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15729dependencies = [
15730 "serde",
15731]
15732
15733[[package]]
15734name = "serde_spanned"
15735version = "1.0.3"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15738dependencies = [
15739 "serde_core",
15740]
15741
15742[[package]]
15743name = "serde_urlencoded"
15744version = "0.7.1"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15747dependencies = [
15748 "form_urlencoded",
15749 "itoa",
15750 "ryu",
15751 "serde",
15752]
15753
15754[[package]]
15755name = "serde_yaml"
15756version = "0.9.34+deprecated"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15759dependencies = [
15760 "indexmap",
15761 "itoa",
15762 "ryu",
15763 "serde",
15764 "unsafe-libyaml",
15765]
15766
15767[[package]]
15768name = "serial2"
15769version = "0.2.33"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15772dependencies = [
15773 "cfg-if",
15774 "libc",
15775 "winapi",
15776]
15777
15778[[package]]
15779name = "session"
15780version = "0.1.0"
15781dependencies = [
15782 "db",
15783 "gpui",
15784 "serde_json",
15785 "util",
15786 "uuid",
15787]
15788
15789[[package]]
15790name = "settings"
15791version = "0.1.0"
15792dependencies = [
15793 "anyhow",
15794 "collections",
15795 "ec4rs",
15796 "fs",
15797 "futures 0.3.32",
15798 "gpui",
15799 "indoc",
15800 "inventory",
15801 "log",
15802 "migrator",
15803 "paths",
15804 "pretty_assertions",
15805 "release_channel",
15806 "rust-embed",
15807 "schemars",
15808 "serde",
15809 "serde_json",
15810 "serde_json_lenient",
15811 "settings_content",
15812 "settings_json",
15813 "settings_macros",
15814 "smallvec",
15815 "unindent",
15816 "util",
15817 "zlog",
15818]
15819
15820[[package]]
15821name = "settings_content"
15822version = "0.1.0"
15823dependencies = [
15824 "anyhow",
15825 "collections",
15826 "derive_more",
15827 "gpui",
15828 "language_model_core",
15829 "log",
15830 "schemars",
15831 "serde",
15832 "serde_json",
15833 "serde_json_lenient",
15834 "settings_json",
15835 "settings_macros",
15836 "strum 0.27.2",
15837 "util",
15838]
15839
15840[[package]]
15841name = "settings_json"
15842version = "0.1.0"
15843dependencies = [
15844 "anyhow",
15845 "pretty_assertions",
15846 "serde",
15847 "serde_json",
15848 "serde_json_lenient",
15849 "serde_path_to_error",
15850 "tree-sitter",
15851 "tree-sitter-json",
15852 "unindent",
15853 "util",
15854]
15855
15856[[package]]
15857name = "settings_macros"
15858version = "0.1.0"
15859dependencies = [
15860 "quote",
15861 "settings",
15862 "syn 2.0.117",
15863]
15864
15865[[package]]
15866name = "settings_profile_selector"
15867version = "0.1.0"
15868dependencies = [
15869 "editor",
15870 "fuzzy",
15871 "gpui",
15872 "menu",
15873 "picker",
15874 "project",
15875 "serde_json",
15876 "settings",
15877 "theme",
15878 "theme_settings",
15879 "ui",
15880 "workspace",
15881 "zed_actions",
15882]
15883
15884[[package]]
15885name = "settings_ui"
15886version = "0.1.0"
15887dependencies = [
15888 "agent",
15889 "agent_settings",
15890 "anyhow",
15891 "audio",
15892 "codestral",
15893 "component",
15894 "copilot",
15895 "copilot_ui",
15896 "cpal",
15897 "edit_prediction",
15898 "edit_prediction_ui",
15899 "editor",
15900 "feature_flags",
15901 "fs",
15902 "futures 0.3.32",
15903 "fuzzy",
15904 "gpui",
15905 "heck 0.5.0",
15906 "itertools 0.14.0",
15907 "language",
15908 "log",
15909 "menu",
15910 "paths",
15911 "picker",
15912 "platform_title_bar",
15913 "pretty_assertions",
15914 "project",
15915 "regex",
15916 "release_channel",
15917 "rodio",
15918 "schemars",
15919 "search",
15920 "serde",
15921 "serde_json",
15922 "settings",
15923 "shell_command_parser",
15924 "strum 0.27.2",
15925 "telemetry",
15926 "theme",
15927 "theme_settings",
15928 "title_bar",
15929 "ui",
15930 "util",
15931 "workspace",
15932 "zed_actions",
15933 "zed_credentials_provider",
15934]
15935
15936[[package]]
15937name = "sha-1"
15938version = "0.10.1"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15941dependencies = [
15942 "cfg-if",
15943 "cpufeatures",
15944 "digest",
15945]
15946
15947[[package]]
15948name = "sha1"
15949version = "0.10.6"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15952dependencies = [
15953 "cfg-if",
15954 "cpufeatures",
15955 "digest",
15956]
15957
15958[[package]]
15959name = "sha1_smol"
15960version = "1.0.1"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15963
15964[[package]]
15965name = "sha2"
15966version = "0.10.9"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15969dependencies = [
15970 "cfg-if",
15971 "cpufeatures",
15972 "digest",
15973]
15974
15975[[package]]
15976name = "sharded-slab"
15977version = "0.1.7"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15980dependencies = [
15981 "lazy_static",
15982]
15983
15984[[package]]
15985name = "shared_library"
15986version = "0.1.9"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15989dependencies = [
15990 "lazy_static",
15991 "libc",
15992]
15993
15994[[package]]
15995name = "shell-words"
15996version = "1.1.0"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15999
16000[[package]]
16001name = "shell_command_parser"
16002version = "0.1.0"
16003dependencies = [
16004 "brush-parser",
16005]
16006
16007[[package]]
16008name = "shellexpand"
16009version = "3.1.1"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16012dependencies = [
16013 "dirs",
16014]
16015
16016[[package]]
16017name = "shingles"
16018version = "0.1.1"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16021
16022[[package]]
16023name = "shlex"
16024version = "1.3.0"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16027
16028[[package]]
16029name = "sidebar"
16030version = "0.1.0"
16031dependencies = [
16032 "acp_thread",
16033 "action_log",
16034 "agent",
16035 "agent-client-protocol",
16036 "agent_settings",
16037 "agent_ui",
16038 "anyhow",
16039 "chrono",
16040 "client",
16041 "clock",
16042 "db",
16043 "editor",
16044 "extension",
16045 "fs",
16046 "git",
16047 "gpui",
16048 "http_client",
16049 "language",
16050 "language_model",
16051 "log",
16052 "menu",
16053 "node_runtime",
16054 "platform_title_bar",
16055 "pretty_assertions",
16056 "project",
16057 "prompt_store",
16058 "recent_projects",
16059 "release_channel",
16060 "remote",
16061 "remote_connection",
16062 "remote_server",
16063 "semver",
16064 "serde",
16065 "serde_json",
16066 "settings",
16067 "smol",
16068 "telemetry",
16069 "theme",
16070 "theme_settings",
16071 "ui",
16072 "util",
16073 "vim_mode_setting",
16074 "workspace",
16075 "zed_actions",
16076]
16077
16078[[package]]
16079name = "signal-hook"
16080version = "0.3.18"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16083dependencies = [
16084 "libc",
16085 "signal-hook-registry",
16086]
16087
16088[[package]]
16089name = "signal-hook-registry"
16090version = "1.4.6"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16093dependencies = [
16094 "libc",
16095]
16096
16097[[package]]
16098name = "signature"
16099version = "1.6.4"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16102dependencies = [
16103 "digest",
16104 "rand_core 0.6.4",
16105]
16106
16107[[package]]
16108name = "signature"
16109version = "2.2.0"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16112dependencies = [
16113 "digest",
16114 "rand_core 0.6.4",
16115]
16116
16117[[package]]
16118name = "simd-adler32"
16119version = "0.3.7"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16122
16123[[package]]
16124name = "simd_helpers"
16125version = "0.1.0"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16128dependencies = [
16129 "quote",
16130]
16131
16132[[package]]
16133name = "simdutf8"
16134version = "0.1.5"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16137
16138[[package]]
16139name = "similar"
16140version = "2.7.0"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16143
16144[[package]]
16145name = "simple_asn1"
16146version = "0.6.3"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16149dependencies = [
16150 "num-bigint",
16151 "num-traits",
16152 "thiserror 2.0.17",
16153 "time",
16154]
16155
16156[[package]]
16157name = "simplecss"
16158version = "0.2.2"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16161dependencies = [
16162 "log",
16163]
16164
16165[[package]]
16166name = "simplelog"
16167version = "0.12.2"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16170dependencies = [
16171 "log",
16172 "termcolor",
16173 "time",
16174]
16175
16176[[package]]
16177name = "siphasher"
16178version = "0.3.11"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16181
16182[[package]]
16183name = "siphasher"
16184version = "1.0.1"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16187
16188[[package]]
16189name = "skrifa"
16190version = "0.37.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16193dependencies = [
16194 "bytemuck",
16195 "read-fonts 0.35.0",
16196]
16197
16198[[package]]
16199name = "skrifa"
16200version = "0.40.0"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16203dependencies = [
16204 "bytemuck",
16205 "read-fonts 0.37.0",
16206]
16207
16208[[package]]
16209name = "slab"
16210version = "0.4.11"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16213
16214[[package]]
16215name = "slotmap"
16216version = "1.0.7"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16219dependencies = [
16220 "version_check",
16221]
16222
16223[[package]]
16224name = "smallvec"
16225version = "1.15.1"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16228dependencies = [
16229 "serde",
16230]
16231
16232[[package]]
16233name = "smart-default"
16234version = "0.7.1"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16237dependencies = [
16238 "proc-macro2",
16239 "quote",
16240 "syn 2.0.117",
16241]
16242
16243[[package]]
16244name = "smol"
16245version = "2.0.2"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16248dependencies = [
16249 "async-channel 2.5.0",
16250 "async-executor",
16251 "async-fs",
16252 "async-io",
16253 "async-lock 3.4.2",
16254 "async-net",
16255 "async-process",
16256 "blocking",
16257 "futures-lite 2.6.1",
16258]
16259
16260[[package]]
16261name = "smol_str"
16262version = "0.3.5"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16265
16266[[package]]
16267name = "snafu"
16268version = "0.8.9"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16271dependencies = [
16272 "snafu-derive",
16273]
16274
16275[[package]]
16276name = "snafu-derive"
16277version = "0.8.9"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16280dependencies = [
16281 "heck 0.5.0",
16282 "proc-macro2",
16283 "quote",
16284 "syn 2.0.117",
16285]
16286
16287[[package]]
16288name = "snippet"
16289version = "0.1.0"
16290dependencies = [
16291 "anyhow",
16292 "smallvec",
16293]
16294
16295[[package]]
16296name = "snippet_provider"
16297version = "0.1.0"
16298dependencies = [
16299 "anyhow",
16300 "collections",
16301 "extension",
16302 "fs",
16303 "futures 0.3.32",
16304 "gpui",
16305 "indoc",
16306 "parking_lot",
16307 "paths",
16308 "schemars",
16309 "serde",
16310 "serde_json",
16311 "serde_json_lenient",
16312 "snippet",
16313 "util",
16314]
16315
16316[[package]]
16317name = "snippets_ui"
16318version = "0.1.0"
16319dependencies = [
16320 "file_icons",
16321 "fuzzy",
16322 "gpui",
16323 "language",
16324 "open_path_prompt",
16325 "paths",
16326 "picker",
16327 "settings",
16328 "ui",
16329 "util",
16330 "workspace",
16331]
16332
16333[[package]]
16334name = "socket2"
16335version = "0.5.10"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16338dependencies = [
16339 "libc",
16340 "windows-sys 0.52.0",
16341]
16342
16343[[package]]
16344name = "socket2"
16345version = "0.6.1"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16348dependencies = [
16349 "libc",
16350 "windows-sys 0.60.2",
16351]
16352
16353[[package]]
16354name = "spdx"
16355version = "0.10.9"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16358dependencies = [
16359 "smallvec",
16360]
16361
16362[[package]]
16363name = "spin"
16364version = "0.9.8"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16367dependencies = [
16368 "lock_api",
16369]
16370
16371[[package]]
16372name = "spin"
16373version = "0.10.0"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16376dependencies = [
16377 "lock_api",
16378]
16379
16380[[package]]
16381name = "spirv"
16382version = "0.4.0+sdk-1.4.341.0"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16385dependencies = [
16386 "bitflags 2.10.0",
16387]
16388
16389[[package]]
16390name = "spki"
16391version = "0.6.0"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16394dependencies = [
16395 "base64ct",
16396 "der 0.6.1",
16397]
16398
16399[[package]]
16400name = "spki"
16401version = "0.7.3"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16404dependencies = [
16405 "base64ct",
16406 "der 0.7.10",
16407]
16408
16409[[package]]
16410name = "sqlez"
16411version = "0.1.0"
16412dependencies = [
16413 "anyhow",
16414 "collections",
16415 "futures 0.3.32",
16416 "indoc",
16417 "libsqlite3-sys",
16418 "log",
16419 "parking_lot",
16420 "smol",
16421 "sqlformat",
16422 "thread_local",
16423 "util",
16424 "uuid",
16425]
16426
16427[[package]]
16428name = "sqlez_macros"
16429version = "0.1.0"
16430dependencies = [
16431 "sqlez",
16432 "sqlformat",
16433 "syn 2.0.117",
16434]
16435
16436[[package]]
16437name = "sqlformat"
16438version = "0.2.6"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16441dependencies = [
16442 "nom 7.1.3",
16443 "unicode_categories",
16444]
16445
16446[[package]]
16447name = "sqlx"
16448version = "0.8.6"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16451dependencies = [
16452 "sqlx-core",
16453 "sqlx-macros",
16454 "sqlx-mysql",
16455 "sqlx-postgres",
16456 "sqlx-sqlite",
16457]
16458
16459[[package]]
16460name = "sqlx-core"
16461version = "0.8.6"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16464dependencies = [
16465 "base64 0.22.1",
16466 "bigdecimal",
16467 "bytes 1.11.1",
16468 "chrono",
16469 "crc",
16470 "crossbeam-queue",
16471 "either",
16472 "event-listener 5.4.1",
16473 "futures-core",
16474 "futures-intrusive",
16475 "futures-io",
16476 "futures-util",
16477 "hashbrown 0.15.5",
16478 "hashlink 0.10.0",
16479 "indexmap",
16480 "log",
16481 "memchr",
16482 "once_cell",
16483 "percent-encoding",
16484 "rust_decimal",
16485 "rustls 0.23.33",
16486 "serde",
16487 "serde_json",
16488 "sha2",
16489 "smallvec",
16490 "thiserror 2.0.17",
16491 "time",
16492 "tokio",
16493 "tokio-stream",
16494 "tracing",
16495 "url",
16496 "uuid",
16497 "webpki-roots",
16498]
16499
16500[[package]]
16501name = "sqlx-macros"
16502version = "0.8.6"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16505dependencies = [
16506 "proc-macro2",
16507 "quote",
16508 "sqlx-core",
16509 "sqlx-macros-core",
16510 "syn 2.0.117",
16511]
16512
16513[[package]]
16514name = "sqlx-macros-core"
16515version = "0.8.6"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16518dependencies = [
16519 "dotenvy",
16520 "either",
16521 "heck 0.5.0",
16522 "hex",
16523 "once_cell",
16524 "proc-macro2",
16525 "quote",
16526 "serde",
16527 "serde_json",
16528 "sha2",
16529 "sqlx-core",
16530 "sqlx-mysql",
16531 "sqlx-postgres",
16532 "sqlx-sqlite",
16533 "syn 2.0.117",
16534 "tokio",
16535 "url",
16536]
16537
16538[[package]]
16539name = "sqlx-mysql"
16540version = "0.8.6"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16543dependencies = [
16544 "atoi",
16545 "base64 0.22.1",
16546 "bigdecimal",
16547 "bitflags 2.10.0",
16548 "byteorder",
16549 "bytes 1.11.1",
16550 "chrono",
16551 "crc",
16552 "digest",
16553 "dotenvy",
16554 "either",
16555 "futures-channel",
16556 "futures-core",
16557 "futures-io",
16558 "futures-util",
16559 "generic-array",
16560 "hex",
16561 "hkdf",
16562 "hmac",
16563 "itoa",
16564 "log",
16565 "md-5",
16566 "memchr",
16567 "once_cell",
16568 "percent-encoding",
16569 "rand 0.8.5",
16570 "rsa",
16571 "rust_decimal",
16572 "serde",
16573 "sha1",
16574 "sha2",
16575 "smallvec",
16576 "sqlx-core",
16577 "stringprep",
16578 "thiserror 2.0.17",
16579 "time",
16580 "tracing",
16581 "uuid",
16582 "whoami",
16583]
16584
16585[[package]]
16586name = "sqlx-postgres"
16587version = "0.8.6"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16590dependencies = [
16591 "atoi",
16592 "base64 0.22.1",
16593 "bigdecimal",
16594 "bitflags 2.10.0",
16595 "byteorder",
16596 "chrono",
16597 "crc",
16598 "dotenvy",
16599 "etcetera",
16600 "futures-channel",
16601 "futures-core",
16602 "futures-util",
16603 "hex",
16604 "hkdf",
16605 "hmac",
16606 "home",
16607 "itoa",
16608 "log",
16609 "md-5",
16610 "memchr",
16611 "num-bigint",
16612 "once_cell",
16613 "rand 0.8.5",
16614 "rust_decimal",
16615 "serde",
16616 "serde_json",
16617 "sha2",
16618 "smallvec",
16619 "sqlx-core",
16620 "stringprep",
16621 "thiserror 2.0.17",
16622 "time",
16623 "tracing",
16624 "uuid",
16625 "whoami",
16626]
16627
16628[[package]]
16629name = "sqlx-sqlite"
16630version = "0.8.6"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16633dependencies = [
16634 "atoi",
16635 "chrono",
16636 "flume",
16637 "futures-channel",
16638 "futures-core",
16639 "futures-executor",
16640 "futures-intrusive",
16641 "futures-util",
16642 "libsqlite3-sys",
16643 "log",
16644 "percent-encoding",
16645 "serde",
16646 "serde_urlencoded",
16647 "sqlx-core",
16648 "thiserror 2.0.17",
16649 "time",
16650 "tracing",
16651 "url",
16652 "uuid",
16653]
16654
16655[[package]]
16656name = "stable_deref_trait"
16657version = "1.2.1"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16660
16661[[package]]
16662name = "stacker"
16663version = "0.1.23"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16666dependencies = [
16667 "cc",
16668 "cfg-if",
16669 "libc",
16670 "psm",
16671 "windows-sys 0.59.0",
16672]
16673
16674[[package]]
16675name = "stacksafe"
16676version = "0.1.4"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16679dependencies = [
16680 "stacker",
16681 "stacksafe-macro",
16682]
16683
16684[[package]]
16685name = "stacksafe-macro"
16686version = "0.1.4"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16689dependencies = [
16690 "proc-macro-error2",
16691 "quote",
16692 "syn 2.0.117",
16693]
16694
16695[[package]]
16696name = "static_assertions"
16697version = "1.1.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16700
16701[[package]]
16702name = "streaming-iterator"
16703version = "0.1.9"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16706
16707[[package]]
16708name = "streaming_diff"
16709version = "0.1.0"
16710dependencies = [
16711 "ordered-float 2.10.1",
16712 "rand 0.9.3",
16713 "rope",
16714 "util",
16715]
16716
16717[[package]]
16718name = "strength_reduce"
16719version = "0.2.4"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16722
16723[[package]]
16724name = "strict-num"
16725version = "0.1.1"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16728dependencies = [
16729 "float-cmp",
16730]
16731
16732[[package]]
16733name = "string_cache"
16734version = "0.8.9"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16737dependencies = [
16738 "new_debug_unreachable",
16739 "parking_lot",
16740 "phf_shared 0.11.3",
16741 "precomputed-hash",
16742 "serde",
16743]
16744
16745[[package]]
16746name = "string_cache_codegen"
16747version = "0.5.4"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16750dependencies = [
16751 "phf_generator 0.11.3",
16752 "phf_shared 0.11.3",
16753 "proc-macro2",
16754 "quote",
16755]
16756
16757[[package]]
16758name = "stringprep"
16759version = "0.1.5"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16762dependencies = [
16763 "unicode-bidi",
16764 "unicode-normalization",
16765 "unicode-properties",
16766]
16767
16768[[package]]
16769name = "strsim"
16770version = "0.11.1"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16773
16774[[package]]
16775name = "strum"
16776version = "0.26.3"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16779
16780[[package]]
16781name = "strum"
16782version = "0.27.2"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16785dependencies = [
16786 "strum_macros 0.27.2",
16787]
16788
16789[[package]]
16790name = "strum"
16791version = "0.28.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16794dependencies = [
16795 "strum_macros 0.28.0",
16796]
16797
16798[[package]]
16799name = "strum_macros"
16800version = "0.27.2"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16803dependencies = [
16804 "heck 0.5.0",
16805 "proc-macro2",
16806 "quote",
16807 "syn 2.0.117",
16808]
16809
16810[[package]]
16811name = "strum_macros"
16812version = "0.28.0"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16815dependencies = [
16816 "heck 0.5.0",
16817 "proc-macro2",
16818 "quote",
16819 "syn 2.0.117",
16820]
16821
16822[[package]]
16823name = "subtle"
16824version = "2.6.1"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16827
16828[[package]]
16829name = "sum_tree"
16830version = "0.1.0"
16831dependencies = [
16832 "ctor",
16833 "heapless",
16834 "log",
16835 "proptest",
16836 "rand 0.9.3",
16837 "rayon",
16838 "tracing",
16839 "zlog",
16840 "ztracing",
16841]
16842
16843[[package]]
16844name = "sval"
16845version = "2.15.0"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16848
16849[[package]]
16850name = "sval_buffer"
16851version = "2.15.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16854dependencies = [
16855 "sval",
16856 "sval_ref",
16857]
16858
16859[[package]]
16860name = "sval_dynamic"
16861version = "2.15.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16864dependencies = [
16865 "sval",
16866]
16867
16868[[package]]
16869name = "sval_fmt"
16870version = "2.15.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16873dependencies = [
16874 "itoa",
16875 "ryu",
16876 "sval",
16877]
16878
16879[[package]]
16880name = "sval_json"
16881version = "2.15.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16884dependencies = [
16885 "itoa",
16886 "ryu",
16887 "sval",
16888]
16889
16890[[package]]
16891name = "sval_nested"
16892version = "2.15.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16895dependencies = [
16896 "sval",
16897 "sval_buffer",
16898 "sval_ref",
16899]
16900
16901[[package]]
16902name = "sval_ref"
16903version = "2.15.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16906dependencies = [
16907 "sval",
16908]
16909
16910[[package]]
16911name = "sval_serde"
16912version = "2.15.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16915dependencies = [
16916 "serde_core",
16917 "sval",
16918 "sval_nested",
16919]
16920
16921[[package]]
16922name = "svg_fmt"
16923version = "0.4.5"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16926
16927[[package]]
16928name = "svg_preview"
16929version = "0.1.0"
16930dependencies = [
16931 "file_icons",
16932 "gpui",
16933 "language",
16934 "multi_buffer",
16935 "ui",
16936 "workspace",
16937 "zed_actions",
16938]
16939
16940[[package]]
16941name = "svgtypes"
16942version = "0.15.3"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16945dependencies = [
16946 "kurbo",
16947 "siphasher 1.0.1",
16948]
16949
16950[[package]]
16951name = "swash"
16952version = "0.2.6"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16955dependencies = [
16956 "skrifa 0.37.0",
16957 "yazi",
16958 "zeno",
16959]
16960
16961[[package]]
16962name = "symphonia"
16963version = "0.5.5"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16966dependencies = [
16967 "lazy_static",
16968 "symphonia-bundle-flac",
16969 "symphonia-bundle-mp3",
16970 "symphonia-codec-aac",
16971 "symphonia-codec-pcm",
16972 "symphonia-codec-vorbis",
16973 "symphonia-core",
16974 "symphonia-format-isomp4",
16975 "symphonia-format-ogg",
16976 "symphonia-format-riff",
16977 "symphonia-metadata",
16978]
16979
16980[[package]]
16981name = "symphonia-bundle-flac"
16982version = "0.5.5"
16983source = "registry+https://github.com/rust-lang/crates.io-index"
16984checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16985dependencies = [
16986 "log",
16987 "symphonia-core",
16988 "symphonia-metadata",
16989 "symphonia-utils-xiph",
16990]
16991
16992[[package]]
16993name = "symphonia-bundle-mp3"
16994version = "0.5.5"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16997dependencies = [
16998 "lazy_static",
16999 "log",
17000 "symphonia-core",
17001 "symphonia-metadata",
17002]
17003
17004[[package]]
17005name = "symphonia-codec-aac"
17006version = "0.5.5"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17009dependencies = [
17010 "lazy_static",
17011 "log",
17012 "symphonia-core",
17013]
17014
17015[[package]]
17016name = "symphonia-codec-pcm"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17020dependencies = [
17021 "log",
17022 "symphonia-core",
17023]
17024
17025[[package]]
17026name = "symphonia-codec-vorbis"
17027version = "0.5.5"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17030dependencies = [
17031 "log",
17032 "symphonia-core",
17033 "symphonia-utils-xiph",
17034]
17035
17036[[package]]
17037name = "symphonia-core"
17038version = "0.5.5"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17041dependencies = [
17042 "arrayvec",
17043 "bitflags 1.3.2",
17044 "bytemuck",
17045 "lazy_static",
17046 "log",
17047]
17048
17049[[package]]
17050name = "symphonia-format-isomp4"
17051version = "0.5.5"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17054dependencies = [
17055 "encoding_rs",
17056 "log",
17057 "symphonia-core",
17058 "symphonia-metadata",
17059 "symphonia-utils-xiph",
17060]
17061
17062[[package]]
17063name = "symphonia-format-ogg"
17064version = "0.5.5"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17067dependencies = [
17068 "log",
17069 "symphonia-core",
17070 "symphonia-metadata",
17071 "symphonia-utils-xiph",
17072]
17073
17074[[package]]
17075name = "symphonia-format-riff"
17076version = "0.5.5"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17079dependencies = [
17080 "extended",
17081 "log",
17082 "symphonia-core",
17083 "symphonia-metadata",
17084]
17085
17086[[package]]
17087name = "symphonia-metadata"
17088version = "0.5.5"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17091dependencies = [
17092 "encoding_rs",
17093 "lazy_static",
17094 "log",
17095 "symphonia-core",
17096]
17097
17098[[package]]
17099name = "symphonia-utils-xiph"
17100version = "0.5.5"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17103dependencies = [
17104 "symphonia-core",
17105 "symphonia-metadata",
17106]
17107
17108[[package]]
17109name = "syn"
17110version = "1.0.109"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17113dependencies = [
17114 "proc-macro2",
17115 "quote",
17116 "unicode-ident",
17117]
17118
17119[[package]]
17120name = "syn"
17121version = "2.0.117"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17124dependencies = [
17125 "proc-macro2",
17126 "quote",
17127 "unicode-ident",
17128]
17129
17130[[package]]
17131name = "sync_wrapper"
17132version = "0.1.2"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17135
17136[[package]]
17137name = "sync_wrapper"
17138version = "1.0.2"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17141dependencies = [
17142 "futures-core",
17143]
17144
17145[[package]]
17146name = "synchronoise"
17147version = "1.0.1"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17150dependencies = [
17151 "crossbeam-queue",
17152]
17153
17154[[package]]
17155name = "synstructure"
17156version = "0.13.2"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17159dependencies = [
17160 "proc-macro2",
17161 "quote",
17162 "syn 2.0.117",
17163]
17164
17165[[package]]
17166name = "syntax_theme"
17167version = "0.1.0"
17168dependencies = [
17169 "gpui",
17170 "serde",
17171 "serde_json",
17172]
17173
17174[[package]]
17175name = "sys-locale"
17176version = "0.3.2"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17179dependencies = [
17180 "libc",
17181]
17182
17183[[package]]
17184name = "sysctl"
17185version = "0.5.5"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17188dependencies = [
17189 "bitflags 2.10.0",
17190 "byteorder",
17191 "enum-as-inner",
17192 "libc",
17193 "thiserror 1.0.69",
17194 "walkdir",
17195]
17196
17197[[package]]
17198name = "sysctl"
17199version = "0.6.0"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17202dependencies = [
17203 "bitflags 2.10.0",
17204 "byteorder",
17205 "enum-as-inner",
17206 "libc",
17207 "thiserror 1.0.69",
17208 "walkdir",
17209]
17210
17211[[package]]
17212name = "sysinfo"
17213version = "0.31.4"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17216dependencies = [
17217 "core-foundation-sys",
17218 "libc",
17219 "memchr",
17220 "ntapi",
17221 "rayon",
17222 "windows 0.57.0",
17223]
17224
17225[[package]]
17226name = "sysinfo"
17227version = "0.37.2"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17230dependencies = [
17231 "libc",
17232 "memchr",
17233 "ntapi",
17234 "objc2-core-foundation",
17235 "objc2-io-kit",
17236 "windows 0.61.3",
17237]
17238
17239[[package]]
17240name = "system-configuration"
17241version = "0.5.1"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17244dependencies = [
17245 "bitflags 1.3.2",
17246 "core-foundation 0.9.4",
17247 "system-configuration-sys 0.5.0",
17248]
17249
17250[[package]]
17251name = "system-configuration"
17252version = "0.6.1"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17255dependencies = [
17256 "bitflags 2.10.0",
17257 "core-foundation 0.9.4",
17258 "system-configuration-sys 0.6.0",
17259]
17260
17261[[package]]
17262name = "system-configuration-sys"
17263version = "0.5.0"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17266dependencies = [
17267 "core-foundation-sys",
17268 "libc",
17269]
17270
17271[[package]]
17272name = "system-configuration-sys"
17273version = "0.6.0"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17276dependencies = [
17277 "core-foundation-sys",
17278 "libc",
17279]
17280
17281[[package]]
17282name = "system-deps"
17283version = "6.2.2"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17286dependencies = [
17287 "cfg-expr 0.15.8",
17288 "heck 0.5.0",
17289 "pkg-config",
17290 "toml 0.8.23",
17291 "version-compare",
17292]
17293
17294[[package]]
17295name = "system-deps"
17296version = "7.0.7"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17299dependencies = [
17300 "cfg-expr 0.20.6",
17301 "heck 0.5.0",
17302 "pkg-config",
17303 "toml 0.9.8",
17304 "version-compare",
17305]
17306
17307[[package]]
17308name = "system-interface"
17309version = "0.27.3"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17312dependencies = [
17313 "bitflags 2.10.0",
17314 "cap-fs-ext",
17315 "cap-std",
17316 "fd-lock",
17317 "io-lifetimes",
17318 "rustix 0.38.44",
17319 "windows-sys 0.59.0",
17320 "winx",
17321]
17322
17323[[package]]
17324name = "system_specs"
17325version = "0.1.0"
17326dependencies = [
17327 "anyhow",
17328 "client",
17329 "gpui",
17330 "human_bytes",
17331 "pciid-parser",
17332 "release_channel",
17333 "semver",
17334 "serde",
17335 "sysinfo 0.37.2",
17336]
17337
17338[[package]]
17339name = "tab_switcher"
17340version = "0.1.0"
17341dependencies = [
17342 "collections",
17343 "ctor",
17344 "editor",
17345 "fuzzy",
17346 "gpui",
17347 "menu",
17348 "picker",
17349 "project",
17350 "schemars",
17351 "serde",
17352 "serde_json",
17353 "settings",
17354 "smol",
17355 "theme",
17356 "theme_settings",
17357 "ui",
17358 "util",
17359 "workspace",
17360 "zlog",
17361]
17362
17363[[package]]
17364name = "taffy"
17365version = "0.9.0"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17368dependencies = [
17369 "arrayvec",
17370 "grid",
17371 "serde",
17372 "slotmap",
17373]
17374
17375[[package]]
17376name = "tagptr"
17377version = "0.2.0"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17380
17381[[package]]
17382name = "take-until"
17383version = "0.2.0"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17386
17387[[package]]
17388name = "tao-core-video-sys"
17389version = "0.2.0"
17390source = "registry+https://github.com/rust-lang/crates.io-index"
17391checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17392dependencies = [
17393 "cfg-if",
17394 "core-foundation-sys",
17395 "libc",
17396 "objc",
17397]
17398
17399[[package]]
17400name = "tap"
17401version = "1.0.1"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17404
17405[[package]]
17406name = "target-lexicon"
17407version = "0.12.16"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17410
17411[[package]]
17412name = "target-lexicon"
17413version = "0.13.3"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17416
17417[[package]]
17418name = "task"
17419version = "0.1.0"
17420dependencies = [
17421 "anyhow",
17422 "collections",
17423 "futures 0.3.32",
17424 "gpui",
17425 "hex",
17426 "log",
17427 "parking_lot",
17428 "pretty_assertions",
17429 "proto",
17430 "schemars",
17431 "serde",
17432 "serde_json",
17433 "serde_json_lenient",
17434 "sha2",
17435 "shellexpand",
17436 "util",
17437 "zed_actions",
17438]
17439
17440[[package]]
17441name = "tasks_ui"
17442version = "0.1.0"
17443dependencies = [
17444 "anyhow",
17445 "collections",
17446 "editor",
17447 "file_icons",
17448 "fuzzy",
17449 "gpui",
17450 "itertools 0.14.0",
17451 "language",
17452 "menu",
17453 "picker",
17454 "project",
17455 "serde",
17456 "serde_json",
17457 "task",
17458 "tree-sitter-rust",
17459 "tree-sitter-typescript",
17460 "ui",
17461 "util",
17462 "workspace",
17463 "zed_actions",
17464]
17465
17466[[package]]
17467name = "telemetry"
17468version = "0.1.0"
17469dependencies = [
17470 "futures 0.3.32",
17471 "serde",
17472 "serde_json",
17473 "telemetry_events",
17474]
17475
17476[[package]]
17477name = "telemetry_events"
17478version = "0.1.0"
17479dependencies = [
17480 "semver",
17481 "serde",
17482 "serde_json",
17483]
17484
17485[[package]]
17486name = "tempfile"
17487version = "3.23.0"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17490dependencies = [
17491 "fastrand 2.3.0",
17492 "getrandom 0.3.4",
17493 "once_cell",
17494 "rustix 1.1.2",
17495 "windows-sys 0.61.2",
17496]
17497
17498[[package]]
17499name = "tendril"
17500version = "0.4.3"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17503dependencies = [
17504 "futf",
17505 "mac",
17506 "utf-8",
17507]
17508
17509[[package]]
17510name = "termcolor"
17511version = "1.4.1"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17514dependencies = [
17515 "winapi-util",
17516]
17517
17518[[package]]
17519name = "terminal"
17520version = "0.1.0"
17521dependencies = [
17522 "alacritty_terminal",
17523 "anyhow",
17524 "collections",
17525 "futures 0.3.32",
17526 "gpui",
17527 "itertools 0.14.0",
17528 "libc",
17529 "log",
17530 "parking_lot",
17531 "rand 0.9.3",
17532 "regex",
17533 "release_channel",
17534 "schemars",
17535 "serde",
17536 "settings",
17537 "smol",
17538 "sysinfo 0.37.2",
17539 "task",
17540 "theme",
17541 "theme_settings",
17542 "thiserror 2.0.17",
17543 "url",
17544 "urlencoding",
17545 "util",
17546 "util_macros",
17547 "windows 0.61.3",
17548]
17549
17550[[package]]
17551name = "terminal_size"
17552version = "0.4.3"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17555dependencies = [
17556 "rustix 1.1.2",
17557 "windows-sys 0.60.2",
17558]
17559
17560[[package]]
17561name = "terminal_view"
17562version = "0.1.0"
17563dependencies = [
17564 "anyhow",
17565 "async-recursion",
17566 "breadcrumbs",
17567 "collections",
17568 "db",
17569 "dirs",
17570 "editor",
17571 "futures 0.3.32",
17572 "gpui",
17573 "itertools 0.14.0",
17574 "language",
17575 "log",
17576 "menu",
17577 "pretty_assertions",
17578 "project",
17579 "regex",
17580 "schemars",
17581 "serde",
17582 "serde_json",
17583 "settings",
17584 "shellexpand",
17585 "task",
17586 "terminal",
17587 "theme",
17588 "theme_settings",
17589 "ui",
17590 "util",
17591 "workspace",
17592 "zed_actions",
17593]
17594
17595[[package]]
17596name = "text"
17597version = "0.1.0"
17598dependencies = [
17599 "anyhow",
17600 "clock",
17601 "collections",
17602 "ctor",
17603 "gpui",
17604 "log",
17605 "parking_lot",
17606 "postage",
17607 "rand 0.9.3",
17608 "regex",
17609 "rope",
17610 "smallvec",
17611 "sum_tree",
17612 "util",
17613 "zlog",
17614]
17615
17616[[package]]
17617name = "theme"
17618version = "0.1.0"
17619dependencies = [
17620 "anyhow",
17621 "collections",
17622 "gpui",
17623 "palette",
17624 "parking_lot",
17625 "refineable",
17626 "schemars",
17627 "serde",
17628 "serde_json",
17629 "serde_json_lenient",
17630 "strum 0.27.2",
17631 "syntax_theme",
17632 "thiserror 2.0.17",
17633 "uuid",
17634]
17635
17636[[package]]
17637name = "theme_extension"
17638version = "0.1.0"
17639dependencies = [
17640 "anyhow",
17641 "extension",
17642 "fs",
17643 "gpui",
17644 "theme",
17645 "theme_settings",
17646]
17647
17648[[package]]
17649name = "theme_importer"
17650version = "0.1.0"
17651dependencies = [
17652 "anyhow",
17653 "clap",
17654 "collections",
17655 "gpui",
17656 "indexmap",
17657 "log",
17658 "palette",
17659 "serde",
17660 "serde_json",
17661 "serde_json_lenient",
17662 "simplelog",
17663 "strum 0.27.2",
17664 "theme",
17665 "theme_settings",
17666 "vscode_theme",
17667]
17668
17669[[package]]
17670name = "theme_selector"
17671version = "0.1.0"
17672dependencies = [
17673 "editor",
17674 "fs",
17675 "fuzzy",
17676 "gpui",
17677 "log",
17678 "picker",
17679 "project",
17680 "serde",
17681 "serde_json",
17682 "settings",
17683 "telemetry",
17684 "theme",
17685 "theme_settings",
17686 "ui",
17687 "util",
17688 "workspace",
17689 "zed_actions",
17690]
17691
17692[[package]]
17693name = "theme_settings"
17694version = "0.1.0"
17695dependencies = [
17696 "anyhow",
17697 "collections",
17698 "gpui",
17699 "gpui_util",
17700 "log",
17701 "palette",
17702 "refineable",
17703 "schemars",
17704 "serde",
17705 "serde_json",
17706 "serde_json_lenient",
17707 "settings",
17708 "theme",
17709 "uuid",
17710]
17711
17712[[package]]
17713name = "thiserror"
17714version = "1.0.69"
17715source = "registry+https://github.com/rust-lang/crates.io-index"
17716checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17717dependencies = [
17718 "thiserror-impl 1.0.69",
17719]
17720
17721[[package]]
17722name = "thiserror"
17723version = "2.0.17"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17726dependencies = [
17727 "thiserror-impl 2.0.17",
17728]
17729
17730[[package]]
17731name = "thiserror-impl"
17732version = "1.0.69"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17735dependencies = [
17736 "proc-macro2",
17737 "quote",
17738 "syn 2.0.117",
17739]
17740
17741[[package]]
17742name = "thiserror-impl"
17743version = "2.0.17"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17746dependencies = [
17747 "proc-macro2",
17748 "quote",
17749 "syn 2.0.117",
17750]
17751
17752[[package]]
17753name = "thread_local"
17754version = "1.1.9"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17757dependencies = [
17758 "cfg-if",
17759]
17760
17761[[package]]
17762name = "tiff"
17763version = "0.10.3"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17766dependencies = [
17767 "fax",
17768 "flate2",
17769 "half",
17770 "quick-error 2.0.1",
17771 "weezl",
17772 "zune-jpeg",
17773]
17774
17775[[package]]
17776name = "tiktoken-rs"
17777version = "0.9.1"
17778source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17779dependencies = [
17780 "anyhow",
17781 "base64 0.22.1",
17782 "bstr",
17783 "fancy-regex 0.16.2",
17784 "lazy_static",
17785 "regex",
17786 "rustc-hash 1.1.0",
17787]
17788
17789[[package]]
17790name = "time"
17791version = "0.3.47"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17794dependencies = [
17795 "deranged",
17796 "itoa",
17797 "libc",
17798 "num-conv",
17799 "num_threads",
17800 "powerfmt",
17801 "serde_core",
17802 "time-core",
17803 "time-macros",
17804]
17805
17806[[package]]
17807name = "time-core"
17808version = "0.1.8"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17811
17812[[package]]
17813name = "time-macros"
17814version = "0.2.27"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17817dependencies = [
17818 "num-conv",
17819 "time-core",
17820]
17821
17822[[package]]
17823name = "time_format"
17824version = "0.1.0"
17825dependencies = [
17826 "core-foundation 0.10.0",
17827 "core-foundation-sys",
17828 "sys-locale",
17829 "time",
17830 "windows 0.61.3",
17831]
17832
17833[[package]]
17834name = "tiny-keccak"
17835version = "2.0.2"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17838dependencies = [
17839 "crunchy",
17840]
17841
17842[[package]]
17843name = "tiny-skia"
17844version = "0.11.4"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17847dependencies = [
17848 "arrayref",
17849 "arrayvec",
17850 "bytemuck",
17851 "cfg-if",
17852 "log",
17853 "png 0.17.16",
17854 "tiny-skia-path",
17855]
17856
17857[[package]]
17858name = "tiny-skia-path"
17859version = "0.11.4"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17862dependencies = [
17863 "arrayref",
17864 "bytemuck",
17865 "strict-num",
17866]
17867
17868[[package]]
17869name = "tiny_http"
17870version = "0.12.0"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17873dependencies = [
17874 "ascii",
17875 "chunked_transfer",
17876 "httpdate",
17877 "log",
17878]
17879
17880[[package]]
17881name = "tinystr"
17882version = "0.8.1"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17885dependencies = [
17886 "displaydoc",
17887 "zerovec",
17888]
17889
17890[[package]]
17891name = "tinytemplate"
17892version = "1.2.1"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17895dependencies = [
17896 "serde",
17897 "serde_json",
17898]
17899
17900[[package]]
17901name = "tinyvec"
17902version = "1.10.0"
17903source = "registry+https://github.com/rust-lang/crates.io-index"
17904checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17905dependencies = [
17906 "tinyvec_macros",
17907]
17908
17909[[package]]
17910name = "tinyvec_macros"
17911version = "0.1.1"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17914
17915[[package]]
17916name = "title_bar"
17917version = "0.1.0"
17918dependencies = [
17919 "anyhow",
17920 "auto_update",
17921 "call",
17922 "channel",
17923 "chrono",
17924 "client",
17925 "cloud_api_types",
17926 "db",
17927 "git_ui",
17928 "gpui",
17929 "icons",
17930 "livekit_client",
17931 "notifications",
17932 "platform_title_bar",
17933 "project",
17934 "recent_projects",
17935 "release_channel",
17936 "remote",
17937 "remote_connection",
17938 "rpc",
17939 "schemars",
17940 "semver",
17941 "serde",
17942 "settings",
17943 "smallvec",
17944 "telemetry",
17945 "theme",
17946 "ui",
17947 "util",
17948 "windows 0.61.3",
17949 "workspace",
17950 "zed_actions",
17951]
17952
17953[[package]]
17954name = "tokio"
17955version = "1.48.0"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17958dependencies = [
17959 "bytes 1.11.1",
17960 "libc",
17961 "mio 1.1.0",
17962 "parking_lot",
17963 "pin-project-lite",
17964 "signal-hook-registry",
17965 "socket2 0.6.1",
17966 "tokio-macros",
17967 "windows-sys 0.61.2",
17968]
17969
17970[[package]]
17971name = "tokio-io"
17972version = "0.1.13"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17975dependencies = [
17976 "bytes 0.4.12",
17977 "futures 0.1.31",
17978 "log",
17979]
17980
17981[[package]]
17982name = "tokio-macros"
17983version = "2.6.0"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17986dependencies = [
17987 "proc-macro2",
17988 "quote",
17989 "syn 2.0.117",
17990]
17991
17992[[package]]
17993name = "tokio-native-tls"
17994version = "0.3.1"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17997dependencies = [
17998 "native-tls",
17999 "tokio",
18000]
18001
18002[[package]]
18003name = "tokio-rustls"
18004version = "0.24.1"
18005source = "registry+https://github.com/rust-lang/crates.io-index"
18006checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18007dependencies = [
18008 "rustls 0.21.12",
18009 "tokio",
18010]
18011
18012[[package]]
18013name = "tokio-rustls"
18014version = "0.26.2"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18017dependencies = [
18018 "rustls 0.23.33",
18019 "tokio",
18020]
18021
18022[[package]]
18023name = "tokio-socks"
18024version = "0.5.2"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18027dependencies = [
18028 "either",
18029 "futures-io",
18030 "futures-util",
18031 "thiserror 1.0.69",
18032 "tokio",
18033]
18034
18035[[package]]
18036name = "tokio-stream"
18037version = "0.1.17"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18040dependencies = [
18041 "futures-core",
18042 "pin-project-lite",
18043 "tokio",
18044]
18045
18046[[package]]
18047name = "tokio-tungstenite"
18048version = "0.20.1"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18051dependencies = [
18052 "futures-util",
18053 "log",
18054 "tokio",
18055 "tungstenite 0.20.1",
18056]
18057
18058[[package]]
18059name = "tokio-tungstenite"
18060version = "0.21.0"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18063dependencies = [
18064 "futures-util",
18065 "log",
18066 "tokio",
18067 "tungstenite 0.21.0",
18068]
18069
18070[[package]]
18071name = "tokio-tungstenite"
18072version = "0.28.0"
18073source = "registry+https://github.com/rust-lang/crates.io-index"
18074checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18075dependencies = [
18076 "futures-util",
18077 "log",
18078 "rustls 0.23.33",
18079 "rustls-native-certs 0.8.2",
18080 "rustls-pki-types",
18081 "tokio",
18082 "tokio-rustls 0.26.2",
18083 "tungstenite 0.28.0",
18084]
18085
18086[[package]]
18087name = "tokio-util"
18088version = "0.7.16"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18091dependencies = [
18092 "bytes 1.11.1",
18093 "futures-core",
18094 "futures-io",
18095 "futures-sink",
18096 "pin-project-lite",
18097 "tokio",
18098]
18099
18100[[package]]
18101name = "toml"
18102version = "0.5.11"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18105dependencies = [
18106 "serde",
18107]
18108
18109[[package]]
18110name = "toml"
18111version = "0.8.23"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18114dependencies = [
18115 "serde",
18116 "serde_spanned 0.6.9",
18117 "toml_datetime 0.6.11",
18118 "toml_edit 0.22.27",
18119]
18120
18121[[package]]
18122name = "toml"
18123version = "0.9.8"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18126dependencies = [
18127 "indexmap",
18128 "serde_core",
18129 "serde_spanned 1.0.3",
18130 "toml_datetime 0.7.3",
18131 "toml_parser",
18132 "toml_writer",
18133 "winnow",
18134]
18135
18136[[package]]
18137name = "toml_datetime"
18138version = "0.6.11"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18141dependencies = [
18142 "serde",
18143]
18144
18145[[package]]
18146name = "toml_datetime"
18147version = "0.7.3"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18150dependencies = [
18151 "serde_core",
18152]
18153
18154[[package]]
18155name = "toml_edit"
18156version = "0.22.27"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18159dependencies = [
18160 "indexmap",
18161 "serde",
18162 "serde_spanned 0.6.9",
18163 "toml_datetime 0.6.11",
18164 "toml_write",
18165 "winnow",
18166]
18167
18168[[package]]
18169name = "toml_edit"
18170version = "0.23.7"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18173dependencies = [
18174 "indexmap",
18175 "toml_datetime 0.7.3",
18176 "toml_parser",
18177 "winnow",
18178]
18179
18180[[package]]
18181name = "toml_parser"
18182version = "1.0.4"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18185dependencies = [
18186 "winnow",
18187]
18188
18189[[package]]
18190name = "toml_write"
18191version = "0.1.2"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18194
18195[[package]]
18196name = "toml_writer"
18197version = "1.0.4"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18200
18201[[package]]
18202name = "toolchain_selector"
18203version = "0.1.0"
18204dependencies = [
18205 "anyhow",
18206 "convert_case 0.8.0",
18207 "editor",
18208 "futures 0.3.32",
18209 "fuzzy",
18210 "gpui",
18211 "language",
18212 "menu",
18213 "open_path_prompt",
18214 "picker",
18215 "project",
18216 "ui",
18217 "util",
18218 "workspace",
18219]
18220
18221[[package]]
18222name = "topological-sort"
18223version = "0.2.2"
18224source = "registry+https://github.com/rust-lang/crates.io-index"
18225checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18226
18227[[package]]
18228name = "tower"
18229version = "0.4.13"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18232dependencies = [
18233 "futures-core",
18234 "futures-util",
18235 "pin-project",
18236 "pin-project-lite",
18237 "tokio",
18238 "tower-layer",
18239 "tower-service",
18240 "tracing",
18241]
18242
18243[[package]]
18244name = "tower"
18245version = "0.5.2"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18248dependencies = [
18249 "futures-core",
18250 "futures-util",
18251 "pin-project-lite",
18252 "sync_wrapper 1.0.2",
18253 "tokio",
18254 "tokio-util",
18255 "tower-layer",
18256 "tower-service",
18257 "tracing",
18258]
18259
18260[[package]]
18261name = "tower-http"
18262version = "0.4.4"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18265dependencies = [
18266 "bitflags 2.10.0",
18267 "bytes 1.11.1",
18268 "futures-core",
18269 "futures-util",
18270 "http 0.2.12",
18271 "http-body 0.4.6",
18272 "http-range-header",
18273 "pin-project-lite",
18274 "tower-layer",
18275 "tower-service",
18276 "tracing",
18277]
18278
18279[[package]]
18280name = "tower-http"
18281version = "0.6.6"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18284dependencies = [
18285 "bitflags 2.10.0",
18286 "bytes 1.11.1",
18287 "futures-util",
18288 "http 1.3.1",
18289 "http-body 1.0.1",
18290 "iri-string",
18291 "pin-project-lite",
18292 "tower 0.5.2",
18293 "tower-layer",
18294 "tower-service",
18295 "tracing",
18296]
18297
18298[[package]]
18299name = "tower-layer"
18300version = "0.3.3"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18303
18304[[package]]
18305name = "tower-service"
18306version = "0.3.3"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18309
18310[[package]]
18311name = "tracing"
18312version = "0.1.43"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18315dependencies = [
18316 "log",
18317 "pin-project-lite",
18318 "tracing-attributes",
18319 "tracing-core",
18320]
18321
18322[[package]]
18323name = "tracing-attributes"
18324version = "0.1.31"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18327dependencies = [
18328 "proc-macro2",
18329 "quote",
18330 "syn 2.0.117",
18331]
18332
18333[[package]]
18334name = "tracing-core"
18335version = "0.1.35"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18338dependencies = [
18339 "once_cell",
18340 "valuable",
18341]
18342
18343[[package]]
18344name = "tracing-log"
18345version = "0.2.0"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18348dependencies = [
18349 "log",
18350 "once_cell",
18351 "tracing-core",
18352]
18353
18354[[package]]
18355name = "tracing-serde"
18356version = "0.2.0"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18359dependencies = [
18360 "serde",
18361 "tracing-core",
18362]
18363
18364[[package]]
18365name = "tracing-subscriber"
18366version = "0.3.22"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18369dependencies = [
18370 "matchers",
18371 "nu-ansi-term",
18372 "once_cell",
18373 "regex-automata",
18374 "serde",
18375 "serde_json",
18376 "sharded-slab",
18377 "smallvec",
18378 "thread_local",
18379 "tracing",
18380 "tracing-core",
18381 "tracing-log",
18382 "tracing-serde",
18383]
18384
18385[[package]]
18386name = "tracing-tracy"
18387version = "0.11.4"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18390dependencies = [
18391 "tracing-core",
18392 "tracing-subscriber",
18393 "tracy-client",
18394]
18395
18396[[package]]
18397name = "tracy-client"
18398version = "0.18.3"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18401dependencies = [
18402 "loom",
18403 "once_cell",
18404 "tracy-client-sys",
18405]
18406
18407[[package]]
18408name = "tracy-client-sys"
18409version = "0.27.0"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18412dependencies = [
18413 "cc",
18414 "windows-targets 0.52.6",
18415]
18416
18417[[package]]
18418name = "transpose"
18419version = "0.2.3"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18422dependencies = [
18423 "num-integer",
18424 "strength_reduce",
18425]
18426
18427[[package]]
18428name = "trash"
18429version = "5.2.5"
18430source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18431dependencies = [
18432 "chrono",
18433 "libc",
18434 "log",
18435 "objc2",
18436 "objc2-foundation",
18437 "once_cell",
18438 "percent-encoding",
18439 "scopeguard",
18440 "urlencoding",
18441 "windows 0.56.0",
18442 "windows-core 0.56.0",
18443]
18444
18445[[package]]
18446name = "tree-sitter"
18447version = "0.26.8"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18450dependencies = [
18451 "cc",
18452 "regex",
18453 "regex-syntax",
18454 "serde_json",
18455 "streaming-iterator",
18456 "tree-sitter-language",
18457 "wasmtime-c-api-impl",
18458]
18459
18460[[package]]
18461name = "tree-sitter-bash"
18462version = "0.25.1"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-c"
18472version = "0.24.1"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18475dependencies = [
18476 "cc",
18477 "tree-sitter-language",
18478]
18479
18480[[package]]
18481name = "tree-sitter-cpp"
18482version = "0.23.4"
18483source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-css"
18491version = "0.23.2"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18494dependencies = [
18495 "cc",
18496 "tree-sitter-language",
18497]
18498
18499[[package]]
18500name = "tree-sitter-diff"
18501version = "0.1.0"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "tree-sitter-elixir"
18511version = "0.3.4"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-embedded-template"
18521version = "0.23.2"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-gitcommit"
18531version = "0.0.1"
18532source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-go"
18540version = "0.25.0"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18543dependencies = [
18544 "cc",
18545 "tree-sitter-language",
18546]
18547
18548[[package]]
18549name = "tree-sitter-gomod"
18550version = "1.1.1"
18551source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-gowork"
18559version = "0.0.1"
18560source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-heex"
18568version = "0.0.1"
18569source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18570dependencies = [
18571 "cc",
18572 "tree-sitter-language",
18573]
18574
18575[[package]]
18576name = "tree-sitter-html"
18577version = "0.23.2"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18580dependencies = [
18581 "cc",
18582 "tree-sitter-language",
18583]
18584
18585[[package]]
18586name = "tree-sitter-jsdoc"
18587version = "0.23.2"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-json"
18597version = "0.24.8"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-language"
18607version = "0.1.5"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18610
18611[[package]]
18612name = "tree-sitter-md"
18613version = "0.3.2"
18614source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18615dependencies = [
18616 "cc",
18617 "tree-sitter-language",
18618]
18619
18620[[package]]
18621name = "tree-sitter-python"
18622version = "0.25.0"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18625dependencies = [
18626 "cc",
18627 "tree-sitter-language",
18628]
18629
18630[[package]]
18631name = "tree-sitter-regex"
18632version = "0.24.3"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-ruby"
18642version = "0.23.1"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-rust"
18652version = "0.24.2"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18655dependencies = [
18656 "cc",
18657 "tree-sitter-language",
18658]
18659
18660[[package]]
18661name = "tree-sitter-typescript"
18662version = "0.23.2"
18663source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18664dependencies = [
18665 "cc",
18666 "tree-sitter-language",
18667]
18668
18669[[package]]
18670name = "tree-sitter-yaml"
18671version = "0.6.1"
18672source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18673dependencies = [
18674 "cc",
18675 "tree-sitter-language",
18676]
18677
18678[[package]]
18679name = "triomphe"
18680version = "0.1.15"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18683dependencies = [
18684 "serde",
18685 "stable_deref_trait",
18686]
18687
18688[[package]]
18689name = "try-lock"
18690version = "0.2.5"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18693
18694[[package]]
18695name = "ttf-parser"
18696version = "0.20.0"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18699
18700[[package]]
18701name = "ttf-parser"
18702version = "0.25.1"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18705dependencies = [
18706 "core_maths",
18707]
18708
18709[[package]]
18710name = "tungstenite"
18711version = "0.20.1"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18714dependencies = [
18715 "byteorder",
18716 "bytes 1.11.1",
18717 "data-encoding",
18718 "http 0.2.12",
18719 "httparse",
18720 "log",
18721 "rand 0.8.5",
18722 "sha1",
18723 "thiserror 1.0.69",
18724 "url",
18725 "utf-8",
18726]
18727
18728[[package]]
18729name = "tungstenite"
18730version = "0.21.0"
18731source = "registry+https://github.com/rust-lang/crates.io-index"
18732checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18733dependencies = [
18734 "byteorder",
18735 "bytes 1.11.1",
18736 "data-encoding",
18737 "http 1.3.1",
18738 "httparse",
18739 "log",
18740 "rand 0.8.5",
18741 "sha1",
18742 "thiserror 1.0.69",
18743 "url",
18744 "utf-8",
18745]
18746
18747[[package]]
18748name = "tungstenite"
18749version = "0.27.0"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18752dependencies = [
18753 "bytes 1.11.1",
18754 "data-encoding",
18755 "http 1.3.1",
18756 "httparse",
18757 "log",
18758 "rand 0.9.3",
18759 "rustls 0.23.33",
18760 "rustls-pki-types",
18761 "sha1",
18762 "thiserror 2.0.17",
18763 "utf-8",
18764]
18765
18766[[package]]
18767name = "tungstenite"
18768version = "0.28.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18771dependencies = [
18772 "bytes 1.11.1",
18773 "data-encoding",
18774 "http 1.3.1",
18775 "httparse",
18776 "log",
18777 "rand 0.9.3",
18778 "rustls 0.23.33",
18779 "rustls-pki-types",
18780 "sha1",
18781 "thiserror 2.0.17",
18782 "utf-8",
18783]
18784
18785[[package]]
18786name = "typeid"
18787version = "1.0.3"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18790
18791[[package]]
18792name = "typenum"
18793version = "1.19.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18796
18797[[package]]
18798name = "ucd-trie"
18799version = "0.1.7"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18802
18803[[package]]
18804name = "uds"
18805version = "0.4.2"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18808dependencies = [
18809 "libc",
18810]
18811
18812[[package]]
18813name = "uds_windows"
18814version = "1.1.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18817dependencies = [
18818 "memoffset",
18819 "tempfile",
18820 "winapi",
18821]
18822
18823[[package]]
18824name = "ug"
18825version = "0.4.0"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18828dependencies = [
18829 "gemm 0.18.2",
18830 "half",
18831 "libloading",
18832 "memmap2",
18833 "num",
18834 "num-traits",
18835 "num_cpus",
18836 "rayon",
18837 "safetensors",
18838 "serde",
18839 "thiserror 1.0.69",
18840 "tracing",
18841 "yoke 0.7.5",
18842]
18843
18844[[package]]
18845name = "ui"
18846version = "0.1.0"
18847dependencies = [
18848 "chrono",
18849 "component",
18850 "documented",
18851 "gpui",
18852 "gpui_macros",
18853 "gpui_util",
18854 "icons",
18855 "itertools 0.14.0",
18856 "menu",
18857 "schemars",
18858 "serde",
18859 "smallvec",
18860 "strum 0.27.2",
18861 "theme",
18862 "ui_macros",
18863 "windows 0.61.3",
18864]
18865
18866[[package]]
18867name = "ui_input"
18868version = "0.1.0"
18869dependencies = [
18870 "component",
18871 "gpui",
18872 "ui",
18873]
18874
18875[[package]]
18876name = "ui_macros"
18877version = "0.1.0"
18878dependencies = [
18879 "component",
18880 "quote",
18881 "syn 2.0.117",
18882 "ui",
18883]
18884
18885[[package]]
18886name = "ui_prompt"
18887version = "0.1.0"
18888dependencies = [
18889 "gpui",
18890 "markdown",
18891 "menu",
18892 "settings",
18893 "theme_settings",
18894 "ui",
18895 "workspace",
18896]
18897
18898[[package]]
18899name = "unarray"
18900version = "0.1.4"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18903
18904[[package]]
18905name = "unicase"
18906version = "2.8.1"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18909
18910[[package]]
18911name = "unicode-bidi"
18912version = "0.3.18"
18913source = "registry+https://github.com/rust-lang/crates.io-index"
18914checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18915
18916[[package]]
18917name = "unicode-bidi-mirroring"
18918version = "0.4.0"
18919source = "registry+https://github.com/rust-lang/crates.io-index"
18920checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18921
18922[[package]]
18923name = "unicode-ccc"
18924version = "0.4.0"
18925source = "registry+https://github.com/rust-lang/crates.io-index"
18926checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18927
18928[[package]]
18929name = "unicode-general-category"
18930version = "1.1.0"
18931source = "registry+https://github.com/rust-lang/crates.io-index"
18932checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18933
18934[[package]]
18935name = "unicode-ident"
18936version = "1.0.19"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18939
18940[[package]]
18941name = "unicode-linebreak"
18942version = "0.1.5"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18945
18946[[package]]
18947name = "unicode-normalization"
18948version = "0.1.24"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18951dependencies = [
18952 "tinyvec",
18953]
18954
18955[[package]]
18956name = "unicode-properties"
18957version = "0.1.3"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18960
18961[[package]]
18962name = "unicode-script"
18963version = "0.5.8"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18966
18967[[package]]
18968name = "unicode-segmentation"
18969version = "1.12.0"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18972
18973[[package]]
18974name = "unicode-vo"
18975version = "0.1.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18978
18979[[package]]
18980name = "unicode-width"
18981version = "0.2.2"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18984
18985[[package]]
18986name = "unicode-xid"
18987version = "0.2.6"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18990
18991[[package]]
18992name = "unicode_categories"
18993version = "0.1.1"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18996
18997[[package]]
18998name = "unindent"
18999version = "0.2.4"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19002
19003[[package]]
19004name = "unsafe-libyaml"
19005version = "0.2.11"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19008
19009[[package]]
19010name = "untrusted"
19011version = "0.7.1"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19014
19015[[package]]
19016name = "untrusted"
19017version = "0.9.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19020
19021[[package]]
19022name = "url"
19023version = "2.5.7"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19026dependencies = [
19027 "form_urlencoded",
19028 "idna",
19029 "percent-encoding",
19030 "serde",
19031]
19032
19033[[package]]
19034name = "urlencoding"
19035version = "2.1.3"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19038
19039[[package]]
19040name = "usvg"
19041version = "0.45.1"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19044dependencies = [
19045 "base64 0.22.1",
19046 "data-url",
19047 "flate2",
19048 "fontdb 0.23.0",
19049 "imagesize",
19050 "kurbo",
19051 "log",
19052 "pico-args",
19053 "roxmltree",
19054 "rustybuzz",
19055 "simplecss",
19056 "siphasher 1.0.1",
19057 "strict-num",
19058 "svgtypes",
19059 "tiny-skia-path",
19060 "unicode-bidi",
19061 "unicode-script",
19062 "unicode-vo",
19063 "xmlwriter",
19064]
19065
19066[[package]]
19067name = "utf-8"
19068version = "0.7.6"
19069source = "registry+https://github.com/rust-lang/crates.io-index"
19070checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19071
19072[[package]]
19073name = "utf8-chars"
19074version = "3.0.6"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19077dependencies = [
19078 "arrayvec",
19079]
19080
19081[[package]]
19082name = "utf8_iter"
19083version = "1.0.4"
19084source = "registry+https://github.com/rust-lang/crates.io-index"
19085checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19086
19087[[package]]
19088name = "utf8parse"
19089version = "0.2.2"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19092
19093[[package]]
19094name = "util"
19095version = "0.1.0"
19096dependencies = [
19097 "anyhow",
19098 "async-fs",
19099 "async_zip",
19100 "collections",
19101 "command-fds",
19102 "dirs",
19103 "dunce",
19104 "futures 0.3.32",
19105 "futures-lite 1.13.0",
19106 "git2",
19107 "globset",
19108 "gpui_util",
19109 "itertools 0.14.0",
19110 "libc",
19111 "log",
19112 "mach2 0.5.0",
19113 "nix 0.29.0",
19114 "percent-encoding",
19115 "pretty_assertions",
19116 "rand 0.9.3",
19117 "regex",
19118 "rust-embed",
19119 "schemars",
19120 "serde",
19121 "serde_json",
19122 "serde_json_lenient",
19123 "shlex",
19124 "smol",
19125 "take-until",
19126 "tempfile",
19127 "tendril",
19128 "unicase",
19129 "url",
19130 "util_macros",
19131 "walkdir",
19132 "which 6.0.3",
19133]
19134
19135[[package]]
19136name = "util_macros"
19137version = "0.1.0"
19138dependencies = [
19139 "perf",
19140 "quote",
19141 "syn 2.0.117",
19142]
19143
19144[[package]]
19145name = "uuid"
19146version = "1.18.1"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19149dependencies = [
19150 "getrandom 0.3.4",
19151 "js-sys",
19152 "serde",
19153 "sha1_smol",
19154 "wasm-bindgen",
19155]
19156
19157[[package]]
19158name = "uuid-simd"
19159version = "0.8.0"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19162dependencies = [
19163 "outref",
19164 "vsimd",
19165]
19166
19167[[package]]
19168name = "v_frame"
19169version = "0.3.9"
19170source = "registry+https://github.com/rust-lang/crates.io-index"
19171checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19172dependencies = [
19173 "aligned-vec",
19174 "num-traits",
19175 "wasm-bindgen",
19176]
19177
19178[[package]]
19179name = "valuable"
19180version = "0.1.1"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19183
19184[[package]]
19185name = "value-bag"
19186version = "1.12.0"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19189dependencies = [
19190 "value-bag-serde1",
19191 "value-bag-sval2",
19192]
19193
19194[[package]]
19195name = "value-bag-serde1"
19196version = "1.12.0"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19199dependencies = [
19200 "erased-serde",
19201 "serde_core",
19202 "serde_fmt",
19203]
19204
19205[[package]]
19206name = "value-bag-sval2"
19207version = "1.12.0"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19210dependencies = [
19211 "sval",
19212 "sval_buffer",
19213 "sval_dynamic",
19214 "sval_fmt",
19215 "sval_json",
19216 "sval_ref",
19217 "sval_serde",
19218]
19219
19220[[package]]
19221name = "vcpkg"
19222version = "0.2.15"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19225
19226[[package]]
19227name = "vercel"
19228version = "0.1.0"
19229dependencies = [
19230 "anyhow",
19231 "schemars",
19232 "serde",
19233 "strum 0.27.2",
19234]
19235
19236[[package]]
19237name = "version-compare"
19238version = "0.2.0"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19241
19242[[package]]
19243name = "version_check"
19244version = "0.9.5"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19247
19248[[package]]
19249name = "vim"
19250version = "0.1.0"
19251dependencies = [
19252 "anyhow",
19253 "async-compat",
19254 "async-trait",
19255 "collections",
19256 "command_palette",
19257 "command_palette_hooks",
19258 "db",
19259 "editor",
19260 "env_logger 0.11.8",
19261 "futures 0.3.32",
19262 "fuzzy",
19263 "git_ui",
19264 "gpui",
19265 "indoc",
19266 "itertools 0.14.0",
19267 "language",
19268 "log",
19269 "lsp",
19270 "markdown_preview",
19271 "menu",
19272 "multi_buffer",
19273 "nvim-rs",
19274 "outline_panel",
19275 "parking_lot",
19276 "perf",
19277 "picker",
19278 "project",
19279 "project_panel",
19280 "regex",
19281 "release_channel",
19282 "schemars",
19283 "search",
19284 "semver",
19285 "serde",
19286 "serde_json",
19287 "settings",
19288 "settings_ui",
19289 "task",
19290 "text",
19291 "theme",
19292 "theme_settings",
19293 "tokio",
19294 "ui",
19295 "util",
19296 "util_macros",
19297 "vim_mode_setting",
19298 "workspace",
19299 "zed_actions",
19300]
19301
19302[[package]]
19303name = "vim_mode_setting"
19304version = "0.1.0"
19305dependencies = [
19306 "gpui",
19307 "settings",
19308]
19309
19310[[package]]
19311name = "vscode_theme"
19312version = "0.2.0"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19315dependencies = [
19316 "serde",
19317]
19318
19319[[package]]
19320name = "vsimd"
19321version = "0.8.0"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19324
19325[[package]]
19326name = "vswhom"
19327version = "0.1.0"
19328source = "registry+https://github.com/rust-lang/crates.io-index"
19329checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19330dependencies = [
19331 "libc",
19332 "vswhom-sys",
19333]
19334
19335[[package]]
19336name = "vswhom-sys"
19337version = "0.1.3"
19338source = "registry+https://github.com/rust-lang/crates.io-index"
19339checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19340dependencies = [
19341 "cc",
19342 "libc",
19343]
19344
19345[[package]]
19346name = "vte"
19347version = "0.15.0"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19350dependencies = [
19351 "arrayvec",
19352 "bitflags 2.10.0",
19353 "cursor-icon",
19354 "log",
19355 "memchr",
19356 "serde",
19357]
19358
19359[[package]]
19360name = "wait-timeout"
19361version = "0.2.1"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19364dependencies = [
19365 "libc",
19366]
19367
19368[[package]]
19369name = "waker-fn"
19370version = "1.2.0"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19373
19374[[package]]
19375name = "walkdir"
19376version = "2.5.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19379dependencies = [
19380 "same-file",
19381 "winapi-util",
19382]
19383
19384[[package]]
19385name = "want"
19386version = "0.3.1"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19389dependencies = [
19390 "try-lock",
19391]
19392
19393[[package]]
19394name = "warp"
19395version = "0.3.7"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19398dependencies = [
19399 "bytes 1.11.1",
19400 "futures-channel",
19401 "futures-util",
19402 "headers",
19403 "http 0.2.12",
19404 "hyper 0.14.32",
19405 "log",
19406 "mime",
19407 "mime_guess",
19408 "percent-encoding",
19409 "pin-project",
19410 "scoped-tls",
19411 "serde",
19412 "serde_json",
19413 "serde_urlencoded",
19414 "tokio",
19415 "tokio-tungstenite 0.21.0",
19416 "tokio-util",
19417 "tower-service",
19418 "tracing",
19419]
19420
19421[[package]]
19422name = "wasi"
19423version = "0.11.1+wasi-snapshot-preview1"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19426
19427[[package]]
19428name = "wasip2"
19429version = "1.0.1+wasi-0.2.4"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19432dependencies = [
19433 "wit-bindgen 0.46.0",
19434]
19435
19436[[package]]
19437name = "wasip3"
19438version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19441dependencies = [
19442 "wit-bindgen 0.51.0",
19443]
19444
19445[[package]]
19446name = "wasite"
19447version = "0.1.0"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19450
19451[[package]]
19452name = "wasm-bindgen"
19453version = "0.2.113"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19456dependencies = [
19457 "cfg-if",
19458 "once_cell",
19459 "rustversion",
19460 "wasm-bindgen-macro",
19461 "wasm-bindgen-shared",
19462]
19463
19464[[package]]
19465name = "wasm-bindgen-futures"
19466version = "0.4.63"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19469dependencies = [
19470 "cfg-if",
19471 "futures-util",
19472 "js-sys",
19473 "once_cell",
19474 "wasm-bindgen",
19475 "web-sys",
19476]
19477
19478[[package]]
19479name = "wasm-bindgen-macro"
19480version = "0.2.113"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19483dependencies = [
19484 "quote",
19485 "wasm-bindgen-macro-support",
19486]
19487
19488[[package]]
19489name = "wasm-bindgen-macro-support"
19490version = "0.2.113"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19493dependencies = [
19494 "bumpalo",
19495 "proc-macro2",
19496 "quote",
19497 "syn 2.0.117",
19498 "wasm-bindgen-shared",
19499]
19500
19501[[package]]
19502name = "wasm-bindgen-shared"
19503version = "0.2.113"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19506dependencies = [
19507 "unicode-ident",
19508]
19509
19510[[package]]
19511name = "wasm-encoder"
19512version = "0.201.0"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19515dependencies = [
19516 "leb128",
19517]
19518
19519[[package]]
19520name = "wasm-encoder"
19521version = "0.221.3"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19524dependencies = [
19525 "leb128",
19526 "wasmparser 0.221.3",
19527]
19528
19529[[package]]
19530name = "wasm-encoder"
19531version = "0.227.1"
19532source = "registry+https://github.com/rust-lang/crates.io-index"
19533checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19534dependencies = [
19535 "leb128fmt",
19536 "wasmparser 0.227.1",
19537]
19538
19539[[package]]
19540name = "wasm-encoder"
19541version = "0.236.1"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19544dependencies = [
19545 "leb128fmt",
19546 "wasmparser 0.236.1",
19547]
19548
19549[[package]]
19550name = "wasm-encoder"
19551version = "0.244.0"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19554dependencies = [
19555 "leb128fmt",
19556 "wasmparser 0.244.0",
19557]
19558
19559[[package]]
19560name = "wasm-metadata"
19561version = "0.201.0"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19564dependencies = [
19565 "anyhow",
19566 "indexmap",
19567 "serde",
19568 "serde_derive",
19569 "serde_json",
19570 "spdx",
19571 "wasm-encoder 0.201.0",
19572 "wasmparser 0.201.0",
19573]
19574
19575[[package]]
19576name = "wasm-metadata"
19577version = "0.227.1"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19580dependencies = [
19581 "anyhow",
19582 "auditable-serde",
19583 "flate2",
19584 "indexmap",
19585 "serde",
19586 "serde_derive",
19587 "serde_json",
19588 "spdx",
19589 "url",
19590 "wasm-encoder 0.227.1",
19591 "wasmparser 0.227.1",
19592]
19593
19594[[package]]
19595name = "wasm-metadata"
19596version = "0.244.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19599dependencies = [
19600 "anyhow",
19601 "indexmap",
19602 "wasm-encoder 0.244.0",
19603 "wasmparser 0.244.0",
19604]
19605
19606[[package]]
19607name = "wasm-streams"
19608version = "0.4.2"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19611dependencies = [
19612 "futures-util",
19613 "js-sys",
19614 "wasm-bindgen",
19615 "wasm-bindgen-futures",
19616 "web-sys",
19617]
19618
19619[[package]]
19620name = "wasm_thread"
19621version = "0.3.3"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19624dependencies = [
19625 "futures 0.3.32",
19626 "js-sys",
19627 "wasm-bindgen",
19628 "web-sys",
19629]
19630
19631[[package]]
19632name = "wasmparser"
19633version = "0.201.0"
19634source = "registry+https://github.com/rust-lang/crates.io-index"
19635checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19636dependencies = [
19637 "bitflags 2.10.0",
19638 "indexmap",
19639 "semver",
19640]
19641
19642[[package]]
19643name = "wasmparser"
19644version = "0.221.3"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19647dependencies = [
19648 "bitflags 2.10.0",
19649 "hashbrown 0.15.5",
19650 "indexmap",
19651 "semver",
19652 "serde",
19653]
19654
19655[[package]]
19656name = "wasmparser"
19657version = "0.227.1"
19658source = "registry+https://github.com/rust-lang/crates.io-index"
19659checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19660dependencies = [
19661 "bitflags 2.10.0",
19662 "hashbrown 0.15.5",
19663 "indexmap",
19664 "semver",
19665]
19666
19667[[package]]
19668name = "wasmparser"
19669version = "0.236.1"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19672dependencies = [
19673 "bitflags 2.10.0",
19674 "hashbrown 0.15.5",
19675 "indexmap",
19676 "semver",
19677 "serde",
19678]
19679
19680[[package]]
19681name = "wasmparser"
19682version = "0.244.0"
19683source = "registry+https://github.com/rust-lang/crates.io-index"
19684checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19685dependencies = [
19686 "bitflags 2.10.0",
19687 "hashbrown 0.15.5",
19688 "indexmap",
19689 "semver",
19690]
19691
19692[[package]]
19693name = "wasmprinter"
19694version = "0.236.1"
19695source = "registry+https://github.com/rust-lang/crates.io-index"
19696checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19697dependencies = [
19698 "anyhow",
19699 "termcolor",
19700 "wasmparser 0.236.1",
19701]
19702
19703[[package]]
19704name = "wasmtime"
19705version = "36.0.7"
19706source = "registry+https://github.com/rust-lang/crates.io-index"
19707checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19708dependencies = [
19709 "addr2line",
19710 "anyhow",
19711 "async-trait",
19712 "bitflags 2.10.0",
19713 "bumpalo",
19714 "cc",
19715 "cfg-if",
19716 "encoding_rs",
19717 "hashbrown 0.15.5",
19718 "indexmap",
19719 "libc",
19720 "log",
19721 "mach2 0.4.3",
19722 "memfd",
19723 "object",
19724 "once_cell",
19725 "postcard",
19726 "pulley-interpreter",
19727 "rayon",
19728 "rustix 1.1.2",
19729 "semver",
19730 "serde",
19731 "serde_derive",
19732 "smallvec",
19733 "target-lexicon 0.13.3",
19734 "wasmparser 0.236.1",
19735 "wasmtime-environ",
19736 "wasmtime-internal-asm-macros",
19737 "wasmtime-internal-component-macro",
19738 "wasmtime-internal-component-util",
19739 "wasmtime-internal-cranelift",
19740 "wasmtime-internal-fiber",
19741 "wasmtime-internal-jit-debug",
19742 "wasmtime-internal-jit-icache-coherence",
19743 "wasmtime-internal-math",
19744 "wasmtime-internal-slab",
19745 "wasmtime-internal-unwinder",
19746 "wasmtime-internal-versioned-export-macros",
19747 "wasmtime-internal-winch",
19748 "windows-sys 0.60.2",
19749]
19750
19751[[package]]
19752name = "wasmtime-c-api-impl"
19753version = "36.0.6"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19756dependencies = [
19757 "anyhow",
19758 "log",
19759 "tracing",
19760 "wasmtime",
19761 "wasmtime-internal-c-api-macros",
19762]
19763
19764[[package]]
19765name = "wasmtime-environ"
19766version = "36.0.7"
19767source = "registry+https://github.com/rust-lang/crates.io-index"
19768checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19769dependencies = [
19770 "anyhow",
19771 "cpp_demangle",
19772 "cranelift-bitset",
19773 "cranelift-entity",
19774 "gimli",
19775 "indexmap",
19776 "log",
19777 "object",
19778 "postcard",
19779 "rustc-demangle",
19780 "semver",
19781 "serde",
19782 "serde_derive",
19783 "smallvec",
19784 "target-lexicon 0.13.3",
19785 "wasm-encoder 0.236.1",
19786 "wasmparser 0.236.1",
19787 "wasmprinter",
19788 "wasmtime-internal-component-util",
19789]
19790
19791[[package]]
19792name = "wasmtime-internal-asm-macros"
19793version = "36.0.7"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19796dependencies = [
19797 "cfg-if",
19798]
19799
19800[[package]]
19801name = "wasmtime-internal-c-api-macros"
19802version = "36.0.6"
19803source = "registry+https://github.com/rust-lang/crates.io-index"
19804checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19805dependencies = [
19806 "proc-macro2",
19807 "quote",
19808]
19809
19810[[package]]
19811name = "wasmtime-internal-component-macro"
19812version = "36.0.7"
19813source = "registry+https://github.com/rust-lang/crates.io-index"
19814checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19815dependencies = [
19816 "anyhow",
19817 "proc-macro2",
19818 "quote",
19819 "syn 2.0.117",
19820 "wasmtime-internal-component-util",
19821 "wasmtime-internal-wit-bindgen",
19822 "wit-parser 0.236.1",
19823]
19824
19825[[package]]
19826name = "wasmtime-internal-component-util"
19827version = "36.0.7"
19828source = "registry+https://github.com/rust-lang/crates.io-index"
19829checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19830
19831[[package]]
19832name = "wasmtime-internal-cranelift"
19833version = "36.0.7"
19834source = "registry+https://github.com/rust-lang/crates.io-index"
19835checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19836dependencies = [
19837 "anyhow",
19838 "cfg-if",
19839 "cranelift-codegen",
19840 "cranelift-control",
19841 "cranelift-entity",
19842 "cranelift-frontend",
19843 "cranelift-native",
19844 "gimli",
19845 "itertools 0.14.0",
19846 "log",
19847 "object",
19848 "pulley-interpreter",
19849 "smallvec",
19850 "target-lexicon 0.13.3",
19851 "thiserror 2.0.17",
19852 "wasmparser 0.236.1",
19853 "wasmtime-environ",
19854 "wasmtime-internal-math",
19855 "wasmtime-internal-versioned-export-macros",
19856]
19857
19858[[package]]
19859name = "wasmtime-internal-fiber"
19860version = "36.0.7"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19863dependencies = [
19864 "anyhow",
19865 "cc",
19866 "cfg-if",
19867 "libc",
19868 "rustix 1.1.2",
19869 "wasmtime-internal-asm-macros",
19870 "wasmtime-internal-versioned-export-macros",
19871 "windows-sys 0.60.2",
19872]
19873
19874[[package]]
19875name = "wasmtime-internal-jit-debug"
19876version = "36.0.7"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19879dependencies = [
19880 "cc",
19881 "wasmtime-internal-versioned-export-macros",
19882]
19883
19884[[package]]
19885name = "wasmtime-internal-jit-icache-coherence"
19886version = "36.0.7"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19889dependencies = [
19890 "anyhow",
19891 "cfg-if",
19892 "libc",
19893 "windows-sys 0.60.2",
19894]
19895
19896[[package]]
19897name = "wasmtime-internal-math"
19898version = "36.0.7"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19901dependencies = [
19902 "libm",
19903]
19904
19905[[package]]
19906name = "wasmtime-internal-slab"
19907version = "36.0.7"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19910
19911[[package]]
19912name = "wasmtime-internal-unwinder"
19913version = "36.0.7"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19916dependencies = [
19917 "anyhow",
19918 "cfg-if",
19919 "cranelift-codegen",
19920 "log",
19921 "object",
19922]
19923
19924[[package]]
19925name = "wasmtime-internal-versioned-export-macros"
19926version = "36.0.7"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19929dependencies = [
19930 "proc-macro2",
19931 "quote",
19932 "syn 2.0.117",
19933]
19934
19935[[package]]
19936name = "wasmtime-internal-winch"
19937version = "36.0.7"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19940dependencies = [
19941 "anyhow",
19942 "cranelift-codegen",
19943 "gimli",
19944 "object",
19945 "target-lexicon 0.13.3",
19946 "wasmparser 0.236.1",
19947 "wasmtime-environ",
19948 "wasmtime-internal-cranelift",
19949 "winch-codegen",
19950]
19951
19952[[package]]
19953name = "wasmtime-internal-wit-bindgen"
19954version = "36.0.7"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19957dependencies = [
19958 "anyhow",
19959 "bitflags 2.10.0",
19960 "heck 0.5.0",
19961 "indexmap",
19962 "wit-parser 0.236.1",
19963]
19964
19965[[package]]
19966name = "wasmtime-wasi"
19967version = "36.0.6"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19970dependencies = [
19971 "anyhow",
19972 "async-trait",
19973 "bitflags 2.10.0",
19974 "bytes 1.11.1",
19975 "cap-fs-ext",
19976 "cap-net-ext",
19977 "cap-rand",
19978 "cap-std",
19979 "cap-time-ext",
19980 "fs-set-times",
19981 "futures 0.3.32",
19982 "io-extras",
19983 "io-lifetimes",
19984 "rustix 1.1.2",
19985 "system-interface",
19986 "thiserror 2.0.17",
19987 "tokio",
19988 "tracing",
19989 "url",
19990 "wasmtime",
19991 "wasmtime-wasi-io",
19992 "wiggle",
19993 "windows-sys 0.60.2",
19994]
19995
19996[[package]]
19997name = "wasmtime-wasi-io"
19998version = "36.0.6"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20001dependencies = [
20002 "anyhow",
20003 "async-trait",
20004 "bytes 1.11.1",
20005 "futures 0.3.32",
20006 "wasmtime",
20007]
20008
20009[[package]]
20010name = "wast"
20011version = "35.0.2"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20014dependencies = [
20015 "leb128",
20016]
20017
20018[[package]]
20019name = "watch"
20020version = "0.1.0"
20021dependencies = [
20022 "ctor",
20023 "futures 0.3.32",
20024 "gpui",
20025 "parking_lot",
20026 "zlog",
20027]
20028
20029[[package]]
20030name = "wax"
20031version = "0.7.0"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20034dependencies = [
20035 "const_format",
20036 "itertools 0.14.0",
20037 "nom 7.1.3",
20038 "pori",
20039 "regex",
20040 "thiserror 2.0.17",
20041 "walkdir",
20042]
20043
20044[[package]]
20045name = "wayland-backend"
20046version = "0.3.11"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20049dependencies = [
20050 "cc",
20051 "downcast-rs",
20052 "rustix 1.1.2",
20053 "scoped-tls",
20054 "smallvec",
20055 "wayland-sys",
20056]
20057
20058[[package]]
20059name = "wayland-client"
20060version = "0.31.11"
20061source = "registry+https://github.com/rust-lang/crates.io-index"
20062checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20063dependencies = [
20064 "bitflags 2.10.0",
20065 "rustix 1.1.2",
20066 "wayland-backend",
20067 "wayland-scanner",
20068]
20069
20070[[package]]
20071name = "wayland-cursor"
20072version = "0.31.11"
20073source = "registry+https://github.com/rust-lang/crates.io-index"
20074checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20075dependencies = [
20076 "rustix 1.1.2",
20077 "wayland-client",
20078 "xcursor",
20079]
20080
20081[[package]]
20082name = "wayland-protocols"
20083version = "0.32.9"
20084source = "registry+https://github.com/rust-lang/crates.io-index"
20085checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20086dependencies = [
20087 "bitflags 2.10.0",
20088 "wayland-backend",
20089 "wayland-client",
20090 "wayland-scanner",
20091]
20092
20093[[package]]
20094name = "wayland-protocols-plasma"
20095version = "0.3.9"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20098dependencies = [
20099 "bitflags 2.10.0",
20100 "wayland-backend",
20101 "wayland-client",
20102 "wayland-protocols",
20103 "wayland-scanner",
20104]
20105
20106[[package]]
20107name = "wayland-protocols-wlr"
20108version = "0.3.9"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20111dependencies = [
20112 "bitflags 2.10.0",
20113 "wayland-backend",
20114 "wayland-client",
20115 "wayland-protocols",
20116 "wayland-scanner",
20117]
20118
20119[[package]]
20120name = "wayland-scanner"
20121version = "0.31.7"
20122source = "registry+https://github.com/rust-lang/crates.io-index"
20123checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20124dependencies = [
20125 "proc-macro2",
20126 "quick-xml 0.37.5",
20127 "quote",
20128]
20129
20130[[package]]
20131name = "wayland-sys"
20132version = "0.31.7"
20133source = "registry+https://github.com/rust-lang/crates.io-index"
20134checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20135dependencies = [
20136 "dlib",
20137 "log",
20138 "once_cell",
20139 "pkg-config",
20140]
20141
20142[[package]]
20143name = "web-sys"
20144version = "0.3.90"
20145source = "registry+https://github.com/rust-lang/crates.io-index"
20146checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20147dependencies = [
20148 "js-sys",
20149 "wasm-bindgen",
20150]
20151
20152[[package]]
20153name = "web-time"
20154version = "1.1.0"
20155source = "registry+https://github.com/rust-lang/crates.io-index"
20156checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20157dependencies = [
20158 "js-sys",
20159 "serde",
20160 "wasm-bindgen",
20161]
20162
20163[[package]]
20164name = "web_atoms"
20165version = "0.1.3"
20166source = "registry+https://github.com/rust-lang/crates.io-index"
20167checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20168dependencies = [
20169 "phf 0.11.3",
20170 "phf_codegen",
20171 "string_cache",
20172 "string_cache_codegen",
20173]
20174
20175[[package]]
20176name = "web_search"
20177version = "0.1.0"
20178dependencies = [
20179 "anyhow",
20180 "cloud_llm_client",
20181 "collections",
20182 "gpui",
20183 "serde",
20184]
20185
20186[[package]]
20187name = "web_search_providers"
20188version = "0.1.0"
20189dependencies = [
20190 "anyhow",
20191 "client",
20192 "cloud_api_client",
20193 "cloud_api_types",
20194 "cloud_llm_client",
20195 "futures 0.3.32",
20196 "gpui",
20197 "http_client",
20198 "language_model",
20199 "serde",
20200 "serde_json",
20201 "web_search",
20202]
20203
20204[[package]]
20205name = "webpki-root-certs"
20206version = "0.26.8"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20209dependencies = [
20210 "rustls-pki-types",
20211]
20212
20213[[package]]
20214name = "webpki-roots"
20215version = "0.26.8"
20216source = "registry+https://github.com/rust-lang/crates.io-index"
20217checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20218dependencies = [
20219 "rustls-pki-types",
20220]
20221
20222[[package]]
20223name = "webrtc-sys"
20224version = "0.3.23"
20225source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20226dependencies = [
20227 "cc",
20228 "cxx",
20229 "cxx-build",
20230 "glob",
20231 "log",
20232 "pkg-config",
20233 "webrtc-sys-build",
20234]
20235
20236[[package]]
20237name = "webrtc-sys-build"
20238version = "0.3.13"
20239source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20240dependencies = [
20241 "anyhow",
20242 "fs2",
20243 "regex",
20244 "reqwest 0.12.24",
20245 "scratch",
20246 "semver",
20247 "zip 0.6.6",
20248]
20249
20250[[package]]
20251name = "weezl"
20252version = "0.1.10"
20253source = "registry+https://github.com/rust-lang/crates.io-index"
20254checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20255
20256[[package]]
20257name = "wgpu"
20258version = "29.0.0"
20259source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20260dependencies = [
20261 "arrayvec",
20262 "bitflags 2.10.0",
20263 "bytemuck",
20264 "cfg-if",
20265 "cfg_aliases 0.2.1",
20266 "document-features",
20267 "hashbrown 0.16.1",
20268 "js-sys",
20269 "log",
20270 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20271 "parking_lot",
20272 "portable-atomic",
20273 "profiling",
20274 "raw-window-handle",
20275 "smallvec",
20276 "static_assertions",
20277 "wasm-bindgen",
20278 "wasm-bindgen-futures",
20279 "web-sys",
20280 "wgpu-core",
20281 "wgpu-hal",
20282 "wgpu-types",
20283]
20284
20285[[package]]
20286name = "wgpu-core"
20287version = "29.0.0"
20288source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20289dependencies = [
20290 "arrayvec",
20291 "bit-set 0.9.1",
20292 "bit-vec 0.9.1",
20293 "bitflags 2.10.0",
20294 "bytemuck",
20295 "cfg_aliases 0.2.1",
20296 "document-features",
20297 "hashbrown 0.16.1",
20298 "indexmap",
20299 "log",
20300 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20301 "once_cell",
20302 "parking_lot",
20303 "portable-atomic",
20304 "profiling",
20305 "raw-window-handle",
20306 "rustc-hash 1.1.0",
20307 "smallvec",
20308 "thiserror 2.0.17",
20309 "wgpu-core-deps-apple",
20310 "wgpu-core-deps-emscripten",
20311 "wgpu-core-deps-windows-linux-android",
20312 "wgpu-hal",
20313 "wgpu-naga-bridge",
20314 "wgpu-types",
20315]
20316
20317[[package]]
20318name = "wgpu-core-deps-apple"
20319version = "29.0.0"
20320source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20321dependencies = [
20322 "wgpu-hal",
20323]
20324
20325[[package]]
20326name = "wgpu-core-deps-emscripten"
20327version = "29.0.0"
20328source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20329dependencies = [
20330 "wgpu-hal",
20331]
20332
20333[[package]]
20334name = "wgpu-core-deps-windows-linux-android"
20335version = "29.0.0"
20336source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20337dependencies = [
20338 "wgpu-hal",
20339]
20340
20341[[package]]
20342name = "wgpu-hal"
20343version = "29.0.0"
20344source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20345dependencies = [
20346 "android_system_properties",
20347 "arrayvec",
20348 "ash",
20349 "bit-set 0.9.1",
20350 "bitflags 2.10.0",
20351 "block2",
20352 "bytemuck",
20353 "cfg-if",
20354 "cfg_aliases 0.2.1",
20355 "glow",
20356 "glutin_wgl_sys",
20357 "gpu-allocator",
20358 "gpu-descriptor",
20359 "hashbrown 0.16.1",
20360 "js-sys",
20361 "khronos-egl",
20362 "libc",
20363 "libloading",
20364 "log",
20365 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20366 "ndk-sys",
20367 "objc2",
20368 "objc2-core-foundation",
20369 "objc2-foundation",
20370 "objc2-metal",
20371 "objc2-quartz-core",
20372 "once_cell",
20373 "ordered-float 4.6.0",
20374 "parking_lot",
20375 "portable-atomic",
20376 "portable-atomic-util",
20377 "profiling",
20378 "range-alloc",
20379 "raw-window-handle",
20380 "raw-window-metal",
20381 "renderdoc-sys",
20382 "smallvec",
20383 "thiserror 2.0.17",
20384 "wasm-bindgen",
20385 "wayland-sys",
20386 "web-sys",
20387 "wgpu-naga-bridge",
20388 "wgpu-types",
20389 "windows 0.62.2",
20390 "windows-core 0.62.2",
20391]
20392
20393[[package]]
20394name = "wgpu-naga-bridge"
20395version = "29.0.0"
20396source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20397dependencies = [
20398 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20399 "wgpu-types",
20400]
20401
20402[[package]]
20403name = "wgpu-types"
20404version = "29.0.0"
20405source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20406dependencies = [
20407 "bitflags 2.10.0",
20408 "bytemuck",
20409 "js-sys",
20410 "log",
20411 "raw-window-handle",
20412 "web-sys",
20413]
20414
20415[[package]]
20416name = "which"
20417version = "4.4.2"
20418source = "registry+https://github.com/rust-lang/crates.io-index"
20419checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20420dependencies = [
20421 "either",
20422 "home",
20423 "once_cell",
20424 "rustix 0.38.44",
20425]
20426
20427[[package]]
20428name = "which"
20429version = "6.0.3"
20430source = "registry+https://github.com/rust-lang/crates.io-index"
20431checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20432dependencies = [
20433 "either",
20434 "home",
20435 "rustix 0.38.44",
20436 "winsafe",
20437]
20438
20439[[package]]
20440name = "which_key"
20441version = "0.1.0"
20442dependencies = [
20443 "command_palette",
20444 "gpui",
20445 "serde",
20446 "settings",
20447 "theme_settings",
20448 "ui",
20449 "util",
20450 "workspace",
20451]
20452
20453[[package]]
20454name = "whoami"
20455version = "1.6.1"
20456source = "registry+https://github.com/rust-lang/crates.io-index"
20457checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20458dependencies = [
20459 "libredox",
20460 "wasite",
20461]
20462
20463[[package]]
20464name = "wiggle"
20465version = "36.0.6"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20468dependencies = [
20469 "anyhow",
20470 "async-trait",
20471 "bitflags 2.10.0",
20472 "thiserror 2.0.17",
20473 "tracing",
20474 "wasmtime",
20475 "wiggle-macro",
20476]
20477
20478[[package]]
20479name = "wiggle-generate"
20480version = "36.0.6"
20481source = "registry+https://github.com/rust-lang/crates.io-index"
20482checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20483dependencies = [
20484 "anyhow",
20485 "heck 0.5.0",
20486 "proc-macro2",
20487 "quote",
20488 "syn 2.0.117",
20489 "witx",
20490]
20491
20492[[package]]
20493name = "wiggle-macro"
20494version = "36.0.6"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20497dependencies = [
20498 "proc-macro2",
20499 "quote",
20500 "syn 2.0.117",
20501 "wiggle-generate",
20502]
20503
20504[[package]]
20505name = "winapi"
20506version = "0.3.9"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20509dependencies = [
20510 "winapi-i686-pc-windows-gnu",
20511 "winapi-x86_64-pc-windows-gnu",
20512]
20513
20514[[package]]
20515name = "winapi-i686-pc-windows-gnu"
20516version = "0.4.0"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20519
20520[[package]]
20521name = "winapi-util"
20522version = "0.1.11"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20525dependencies = [
20526 "windows-sys 0.61.2",
20527]
20528
20529[[package]]
20530name = "winapi-x86_64-pc-windows-gnu"
20531version = "0.4.0"
20532source = "registry+https://github.com/rust-lang/crates.io-index"
20533checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20534
20535[[package]]
20536name = "winch-codegen"
20537version = "36.0.7"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20540dependencies = [
20541 "anyhow",
20542 "cranelift-assembler-x64",
20543 "cranelift-codegen",
20544 "gimli",
20545 "regalloc2",
20546 "smallvec",
20547 "target-lexicon 0.13.3",
20548 "thiserror 2.0.17",
20549 "wasmparser 0.236.1",
20550 "wasmtime-environ",
20551 "wasmtime-internal-cranelift",
20552 "wasmtime-internal-math",
20553]
20554
20555[[package]]
20556name = "windows"
20557version = "0.56.0"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20560dependencies = [
20561 "windows-core 0.56.0",
20562 "windows-targets 0.52.6",
20563]
20564
20565[[package]]
20566name = "windows"
20567version = "0.57.0"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20570dependencies = [
20571 "windows-core 0.57.0",
20572 "windows-targets 0.52.6",
20573]
20574
20575[[package]]
20576name = "windows"
20577version = "0.58.0"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20580dependencies = [
20581 "windows-core 0.58.0",
20582 "windows-targets 0.52.6",
20583]
20584
20585[[package]]
20586name = "windows"
20587version = "0.61.3"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20590dependencies = [
20591 "windows-collections 0.2.0",
20592 "windows-core 0.61.2",
20593 "windows-future 0.2.1",
20594 "windows-link 0.1.3",
20595 "windows-numerics 0.2.0",
20596]
20597
20598[[package]]
20599name = "windows"
20600version = "0.62.2"
20601source = "registry+https://github.com/rust-lang/crates.io-index"
20602checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20603dependencies = [
20604 "windows-collections 0.3.2",
20605 "windows-core 0.62.2",
20606 "windows-future 0.3.2",
20607 "windows-numerics 0.3.1",
20608]
20609
20610[[package]]
20611name = "windows-bindgen"
20612version = "0.61.1"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20615dependencies = [
20616 "serde",
20617 "serde_json",
20618 "windows-threading 0.1.0",
20619]
20620
20621[[package]]
20622name = "windows-capture"
20623version = "1.4.3"
20624source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20625dependencies = [
20626 "clap",
20627 "ctrlc",
20628 "parking_lot",
20629 "rayon",
20630 "thiserror 2.0.17",
20631 "windows 0.61.3",
20632 "windows-future 0.2.1",
20633]
20634
20635[[package]]
20636name = "windows-collections"
20637version = "0.2.0"
20638source = "registry+https://github.com/rust-lang/crates.io-index"
20639checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20640dependencies = [
20641 "windows-core 0.61.2",
20642]
20643
20644[[package]]
20645name = "windows-collections"
20646version = "0.3.2"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20649dependencies = [
20650 "windows-core 0.62.2",
20651]
20652
20653[[package]]
20654name = "windows-core"
20655version = "0.56.0"
20656source = "registry+https://github.com/rust-lang/crates.io-index"
20657checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20658dependencies = [
20659 "windows-implement 0.56.0",
20660 "windows-interface 0.56.0",
20661 "windows-result 0.1.2",
20662 "windows-targets 0.52.6",
20663]
20664
20665[[package]]
20666name = "windows-core"
20667version = "0.57.0"
20668source = "registry+https://github.com/rust-lang/crates.io-index"
20669checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20670dependencies = [
20671 "windows-implement 0.57.0",
20672 "windows-interface 0.57.0",
20673 "windows-result 0.1.2",
20674 "windows-targets 0.52.6",
20675]
20676
20677[[package]]
20678name = "windows-core"
20679version = "0.58.0"
20680source = "registry+https://github.com/rust-lang/crates.io-index"
20681checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20682dependencies = [
20683 "windows-implement 0.58.0",
20684 "windows-interface 0.58.0",
20685 "windows-result 0.2.0",
20686 "windows-strings 0.1.0",
20687 "windows-targets 0.52.6",
20688]
20689
20690[[package]]
20691name = "windows-core"
20692version = "0.61.2"
20693source = "registry+https://github.com/rust-lang/crates.io-index"
20694checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20695dependencies = [
20696 "windows-implement 0.60.2",
20697 "windows-interface 0.59.3",
20698 "windows-link 0.1.3",
20699 "windows-result 0.3.4",
20700 "windows-strings 0.4.2",
20701]
20702
20703[[package]]
20704name = "windows-core"
20705version = "0.62.2"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20708dependencies = [
20709 "windows-implement 0.60.2",
20710 "windows-interface 0.59.3",
20711 "windows-link 0.2.1",
20712 "windows-result 0.4.1",
20713 "windows-strings 0.5.1",
20714]
20715
20716[[package]]
20717name = "windows-future"
20718version = "0.2.1"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20721dependencies = [
20722 "windows-core 0.61.2",
20723 "windows-link 0.1.3",
20724 "windows-threading 0.1.0",
20725]
20726
20727[[package]]
20728name = "windows-future"
20729version = "0.3.2"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20732dependencies = [
20733 "windows-core 0.62.2",
20734 "windows-link 0.2.1",
20735 "windows-threading 0.2.1",
20736]
20737
20738[[package]]
20739name = "windows-implement"
20740version = "0.56.0"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20743dependencies = [
20744 "proc-macro2",
20745 "quote",
20746 "syn 2.0.117",
20747]
20748
20749[[package]]
20750name = "windows-implement"
20751version = "0.57.0"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20754dependencies = [
20755 "proc-macro2",
20756 "quote",
20757 "syn 2.0.117",
20758]
20759
20760[[package]]
20761name = "windows-implement"
20762version = "0.58.0"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20765dependencies = [
20766 "proc-macro2",
20767 "quote",
20768 "syn 2.0.117",
20769]
20770
20771[[package]]
20772name = "windows-implement"
20773version = "0.60.2"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20776dependencies = [
20777 "proc-macro2",
20778 "quote",
20779 "syn 2.0.117",
20780]
20781
20782[[package]]
20783name = "windows-interface"
20784version = "0.56.0"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20787dependencies = [
20788 "proc-macro2",
20789 "quote",
20790 "syn 2.0.117",
20791]
20792
20793[[package]]
20794name = "windows-interface"
20795version = "0.57.0"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20798dependencies = [
20799 "proc-macro2",
20800 "quote",
20801 "syn 2.0.117",
20802]
20803
20804[[package]]
20805name = "windows-interface"
20806version = "0.58.0"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20809dependencies = [
20810 "proc-macro2",
20811 "quote",
20812 "syn 2.0.117",
20813]
20814
20815[[package]]
20816name = "windows-interface"
20817version = "0.59.3"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20820dependencies = [
20821 "proc-macro2",
20822 "quote",
20823 "syn 2.0.117",
20824]
20825
20826[[package]]
20827name = "windows-link"
20828version = "0.1.3"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20831
20832[[package]]
20833name = "windows-link"
20834version = "0.2.1"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20837
20838[[package]]
20839name = "windows-numerics"
20840version = "0.2.0"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20843dependencies = [
20844 "windows-core 0.61.2",
20845 "windows-link 0.1.3",
20846]
20847
20848[[package]]
20849name = "windows-numerics"
20850version = "0.3.1"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20853dependencies = [
20854 "windows-core 0.62.2",
20855 "windows-link 0.2.1",
20856]
20857
20858[[package]]
20859name = "windows-registry"
20860version = "0.4.0"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20863dependencies = [
20864 "windows-result 0.3.4",
20865 "windows-strings 0.3.1",
20866 "windows-targets 0.53.5",
20867]
20868
20869[[package]]
20870name = "windows-registry"
20871version = "0.5.3"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20874dependencies = [
20875 "windows-link 0.1.3",
20876 "windows-result 0.3.4",
20877 "windows-strings 0.4.2",
20878]
20879
20880[[package]]
20881name = "windows-registry"
20882version = "0.6.1"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20885dependencies = [
20886 "windows-link 0.2.1",
20887 "windows-result 0.4.1",
20888 "windows-strings 0.5.1",
20889]
20890
20891[[package]]
20892name = "windows-result"
20893version = "0.1.2"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20896dependencies = [
20897 "windows-targets 0.52.6",
20898]
20899
20900[[package]]
20901name = "windows-result"
20902version = "0.2.0"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20905dependencies = [
20906 "windows-targets 0.52.6",
20907]
20908
20909[[package]]
20910name = "windows-result"
20911version = "0.3.4"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20914dependencies = [
20915 "windows-link 0.1.3",
20916]
20917
20918[[package]]
20919name = "windows-result"
20920version = "0.4.1"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20923dependencies = [
20924 "windows-link 0.2.1",
20925]
20926
20927[[package]]
20928name = "windows-strings"
20929version = "0.1.0"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20932dependencies = [
20933 "windows-result 0.2.0",
20934 "windows-targets 0.52.6",
20935]
20936
20937[[package]]
20938name = "windows-strings"
20939version = "0.3.1"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20942dependencies = [
20943 "windows-link 0.1.3",
20944]
20945
20946[[package]]
20947name = "windows-strings"
20948version = "0.4.2"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20951dependencies = [
20952 "windows-link 0.1.3",
20953]
20954
20955[[package]]
20956name = "windows-strings"
20957version = "0.5.1"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20960dependencies = [
20961 "windows-link 0.2.1",
20962]
20963
20964[[package]]
20965name = "windows-sys"
20966version = "0.45.0"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20969dependencies = [
20970 "windows-targets 0.42.2",
20971]
20972
20973[[package]]
20974name = "windows-sys"
20975version = "0.48.0"
20976source = "registry+https://github.com/rust-lang/crates.io-index"
20977checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20978dependencies = [
20979 "windows-targets 0.48.5",
20980]
20981
20982[[package]]
20983name = "windows-sys"
20984version = "0.52.0"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20987dependencies = [
20988 "windows-targets 0.52.6",
20989]
20990
20991[[package]]
20992name = "windows-sys"
20993version = "0.59.0"
20994source = "registry+https://github.com/rust-lang/crates.io-index"
20995checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20996dependencies = [
20997 "windows-targets 0.52.6",
20998]
20999
21000[[package]]
21001name = "windows-sys"
21002version = "0.60.2"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21005dependencies = [
21006 "windows-targets 0.53.5",
21007]
21008
21009[[package]]
21010name = "windows-sys"
21011version = "0.61.2"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21014dependencies = [
21015 "windows-link 0.2.1",
21016]
21017
21018[[package]]
21019name = "windows-targets"
21020version = "0.42.2"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21023dependencies = [
21024 "windows_aarch64_gnullvm 0.42.2",
21025 "windows_aarch64_msvc 0.42.2",
21026 "windows_i686_gnu 0.42.2",
21027 "windows_i686_msvc 0.42.2",
21028 "windows_x86_64_gnu 0.42.2",
21029 "windows_x86_64_gnullvm 0.42.2",
21030 "windows_x86_64_msvc 0.42.2",
21031]
21032
21033[[package]]
21034name = "windows-targets"
21035version = "0.48.5"
21036source = "registry+https://github.com/rust-lang/crates.io-index"
21037checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21038dependencies = [
21039 "windows_aarch64_gnullvm 0.48.5",
21040 "windows_aarch64_msvc 0.48.5",
21041 "windows_i686_gnu 0.48.5",
21042 "windows_i686_msvc 0.48.5",
21043 "windows_x86_64_gnu 0.48.5",
21044 "windows_x86_64_gnullvm 0.48.5",
21045 "windows_x86_64_msvc 0.48.5",
21046]
21047
21048[[package]]
21049name = "windows-targets"
21050version = "0.52.6"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21053dependencies = [
21054 "windows_aarch64_gnullvm 0.52.6",
21055 "windows_aarch64_msvc 0.52.6",
21056 "windows_i686_gnu 0.52.6",
21057 "windows_i686_gnullvm 0.52.6",
21058 "windows_i686_msvc 0.52.6",
21059 "windows_x86_64_gnu 0.52.6",
21060 "windows_x86_64_gnullvm 0.52.6",
21061 "windows_x86_64_msvc 0.52.6",
21062]
21063
21064[[package]]
21065name = "windows-targets"
21066version = "0.53.5"
21067source = "registry+https://github.com/rust-lang/crates.io-index"
21068checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21069dependencies = [
21070 "windows-link 0.2.1",
21071 "windows_aarch64_gnullvm 0.53.1",
21072 "windows_aarch64_msvc 0.53.1",
21073 "windows_i686_gnu 0.53.1",
21074 "windows_i686_gnullvm 0.53.1",
21075 "windows_i686_msvc 0.53.1",
21076 "windows_x86_64_gnu 0.53.1",
21077 "windows_x86_64_gnullvm 0.53.1",
21078 "windows_x86_64_msvc 0.53.1",
21079]
21080
21081[[package]]
21082name = "windows-threading"
21083version = "0.1.0"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21086dependencies = [
21087 "windows-link 0.1.3",
21088]
21089
21090[[package]]
21091name = "windows-threading"
21092version = "0.2.1"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21095dependencies = [
21096 "windows-link 0.2.1",
21097]
21098
21099[[package]]
21100name = "windows_aarch64_gnullvm"
21101version = "0.42.2"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21104
21105[[package]]
21106name = "windows_aarch64_gnullvm"
21107version = "0.48.5"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21110
21111[[package]]
21112name = "windows_aarch64_gnullvm"
21113version = "0.52.6"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21116
21117[[package]]
21118name = "windows_aarch64_gnullvm"
21119version = "0.53.1"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21122
21123[[package]]
21124name = "windows_aarch64_msvc"
21125version = "0.42.2"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21128
21129[[package]]
21130name = "windows_aarch64_msvc"
21131version = "0.48.5"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21134
21135[[package]]
21136name = "windows_aarch64_msvc"
21137version = "0.52.6"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21140
21141[[package]]
21142name = "windows_aarch64_msvc"
21143version = "0.53.1"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21146
21147[[package]]
21148name = "windows_i686_gnu"
21149version = "0.42.2"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21152
21153[[package]]
21154name = "windows_i686_gnu"
21155version = "0.48.5"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21158
21159[[package]]
21160name = "windows_i686_gnu"
21161version = "0.52.6"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21164
21165[[package]]
21166name = "windows_i686_gnu"
21167version = "0.53.1"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21170
21171[[package]]
21172name = "windows_i686_gnullvm"
21173version = "0.52.6"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21176
21177[[package]]
21178name = "windows_i686_gnullvm"
21179version = "0.53.1"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21182
21183[[package]]
21184name = "windows_i686_msvc"
21185version = "0.42.2"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21188
21189[[package]]
21190name = "windows_i686_msvc"
21191version = "0.48.5"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21194
21195[[package]]
21196name = "windows_i686_msvc"
21197version = "0.52.6"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21200
21201[[package]]
21202name = "windows_i686_msvc"
21203version = "0.53.1"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21206
21207[[package]]
21208name = "windows_x86_64_gnu"
21209version = "0.42.2"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21212
21213[[package]]
21214name = "windows_x86_64_gnu"
21215version = "0.48.5"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21218
21219[[package]]
21220name = "windows_x86_64_gnu"
21221version = "0.52.6"
21222source = "registry+https://github.com/rust-lang/crates.io-index"
21223checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21224
21225[[package]]
21226name = "windows_x86_64_gnu"
21227version = "0.53.1"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21230
21231[[package]]
21232name = "windows_x86_64_gnullvm"
21233version = "0.42.2"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21236
21237[[package]]
21238name = "windows_x86_64_gnullvm"
21239version = "0.48.5"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21242
21243[[package]]
21244name = "windows_x86_64_gnullvm"
21245version = "0.52.6"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21248
21249[[package]]
21250name = "windows_x86_64_gnullvm"
21251version = "0.53.1"
21252source = "registry+https://github.com/rust-lang/crates.io-index"
21253checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21254
21255[[package]]
21256name = "windows_x86_64_msvc"
21257version = "0.42.2"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21260
21261[[package]]
21262name = "windows_x86_64_msvc"
21263version = "0.48.5"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21266
21267[[package]]
21268name = "windows_x86_64_msvc"
21269version = "0.52.6"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21272
21273[[package]]
21274name = "windows_x86_64_msvc"
21275version = "0.53.1"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21278
21279[[package]]
21280name = "winnow"
21281version = "0.7.13"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21284dependencies = [
21285 "memchr",
21286]
21287
21288[[package]]
21289name = "winreg"
21290version = "0.10.1"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21293dependencies = [
21294 "winapi",
21295]
21296
21297[[package]]
21298name = "winreg"
21299version = "0.50.0"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21302dependencies = [
21303 "cfg-if",
21304 "windows-sys 0.48.0",
21305]
21306
21307[[package]]
21308name = "winreg"
21309version = "0.55.0"
21310source = "registry+https://github.com/rust-lang/crates.io-index"
21311checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21312dependencies = [
21313 "cfg-if",
21314 "windows-sys 0.59.0",
21315]
21316
21317[[package]]
21318name = "winresource"
21319version = "0.1.23"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21322dependencies = [
21323 "toml 0.8.23",
21324 "version_check",
21325]
21326
21327[[package]]
21328name = "winsafe"
21329version = "0.0.19"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21332
21333[[package]]
21334name = "winx"
21335version = "0.36.4"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21338dependencies = [
21339 "bitflags 2.10.0",
21340 "windows-sys 0.59.0",
21341]
21342
21343[[package]]
21344name = "wio"
21345version = "0.2.2"
21346source = "registry+https://github.com/rust-lang/crates.io-index"
21347checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21348dependencies = [
21349 "winapi",
21350]
21351
21352[[package]]
21353name = "wit-bindgen"
21354version = "0.22.0"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21357dependencies = [
21358 "bitflags 2.10.0",
21359 "wit-bindgen-rt 0.22.0",
21360 "wit-bindgen-rust-macro 0.22.0",
21361]
21362
21363[[package]]
21364name = "wit-bindgen"
21365version = "0.41.0"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21368dependencies = [
21369 "wit-bindgen-rt 0.41.0",
21370 "wit-bindgen-rust-macro 0.41.0",
21371]
21372
21373[[package]]
21374name = "wit-bindgen"
21375version = "0.46.0"
21376source = "registry+https://github.com/rust-lang/crates.io-index"
21377checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21378
21379[[package]]
21380name = "wit-bindgen"
21381version = "0.51.0"
21382source = "registry+https://github.com/rust-lang/crates.io-index"
21383checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21384dependencies = [
21385 "wit-bindgen-rust-macro 0.51.0",
21386]
21387
21388[[package]]
21389name = "wit-bindgen-core"
21390version = "0.22.0"
21391source = "registry+https://github.com/rust-lang/crates.io-index"
21392checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21393dependencies = [
21394 "anyhow",
21395 "wit-parser 0.201.0",
21396]
21397
21398[[package]]
21399name = "wit-bindgen-core"
21400version = "0.41.0"
21401source = "registry+https://github.com/rust-lang/crates.io-index"
21402checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21403dependencies = [
21404 "anyhow",
21405 "heck 0.5.0",
21406 "wit-parser 0.227.1",
21407]
21408
21409[[package]]
21410name = "wit-bindgen-core"
21411version = "0.51.0"
21412source = "registry+https://github.com/rust-lang/crates.io-index"
21413checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21414dependencies = [
21415 "anyhow",
21416 "heck 0.5.0",
21417 "wit-parser 0.244.0",
21418]
21419
21420[[package]]
21421name = "wit-bindgen-rt"
21422version = "0.22.0"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21425
21426[[package]]
21427name = "wit-bindgen-rt"
21428version = "0.41.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21431dependencies = [
21432 "bitflags 2.10.0",
21433 "futures 0.3.32",
21434 "once_cell",
21435]
21436
21437[[package]]
21438name = "wit-bindgen-rust"
21439version = "0.22.0"
21440source = "registry+https://github.com/rust-lang/crates.io-index"
21441checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21442dependencies = [
21443 "anyhow",
21444 "heck 0.4.1",
21445 "indexmap",
21446 "wasm-metadata 0.201.0",
21447 "wit-bindgen-core 0.22.0",
21448 "wit-component 0.201.0",
21449]
21450
21451[[package]]
21452name = "wit-bindgen-rust"
21453version = "0.41.0"
21454source = "registry+https://github.com/rust-lang/crates.io-index"
21455checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21456dependencies = [
21457 "anyhow",
21458 "heck 0.5.0",
21459 "indexmap",
21460 "prettyplease",
21461 "syn 2.0.117",
21462 "wasm-metadata 0.227.1",
21463 "wit-bindgen-core 0.41.0",
21464 "wit-component 0.227.1",
21465]
21466
21467[[package]]
21468name = "wit-bindgen-rust"
21469version = "0.51.0"
21470source = "registry+https://github.com/rust-lang/crates.io-index"
21471checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21472dependencies = [
21473 "anyhow",
21474 "heck 0.5.0",
21475 "indexmap",
21476 "prettyplease",
21477 "syn 2.0.117",
21478 "wasm-metadata 0.244.0",
21479 "wit-bindgen-core 0.51.0",
21480 "wit-component 0.244.0",
21481]
21482
21483[[package]]
21484name = "wit-bindgen-rust-macro"
21485version = "0.22.0"
21486source = "registry+https://github.com/rust-lang/crates.io-index"
21487checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21488dependencies = [
21489 "anyhow",
21490 "proc-macro2",
21491 "quote",
21492 "syn 2.0.117",
21493 "wit-bindgen-core 0.22.0",
21494 "wit-bindgen-rust 0.22.0",
21495]
21496
21497[[package]]
21498name = "wit-bindgen-rust-macro"
21499version = "0.41.0"
21500source = "registry+https://github.com/rust-lang/crates.io-index"
21501checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21502dependencies = [
21503 "anyhow",
21504 "prettyplease",
21505 "proc-macro2",
21506 "quote",
21507 "syn 2.0.117",
21508 "wit-bindgen-core 0.41.0",
21509 "wit-bindgen-rust 0.41.0",
21510]
21511
21512[[package]]
21513name = "wit-bindgen-rust-macro"
21514version = "0.51.0"
21515source = "registry+https://github.com/rust-lang/crates.io-index"
21516checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21517dependencies = [
21518 "anyhow",
21519 "prettyplease",
21520 "proc-macro2",
21521 "quote",
21522 "syn 2.0.117",
21523 "wit-bindgen-core 0.51.0",
21524 "wit-bindgen-rust 0.51.0",
21525]
21526
21527[[package]]
21528name = "wit-component"
21529version = "0.201.0"
21530source = "registry+https://github.com/rust-lang/crates.io-index"
21531checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21532dependencies = [
21533 "anyhow",
21534 "bitflags 2.10.0",
21535 "indexmap",
21536 "log",
21537 "serde",
21538 "serde_derive",
21539 "serde_json",
21540 "wasm-encoder 0.201.0",
21541 "wasm-metadata 0.201.0",
21542 "wasmparser 0.201.0",
21543 "wit-parser 0.201.0",
21544]
21545
21546[[package]]
21547name = "wit-component"
21548version = "0.227.1"
21549source = "registry+https://github.com/rust-lang/crates.io-index"
21550checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21551dependencies = [
21552 "anyhow",
21553 "bitflags 2.10.0",
21554 "indexmap",
21555 "log",
21556 "serde",
21557 "serde_derive",
21558 "serde_json",
21559 "wasm-encoder 0.227.1",
21560 "wasm-metadata 0.227.1",
21561 "wasmparser 0.227.1",
21562 "wit-parser 0.227.1",
21563]
21564
21565[[package]]
21566name = "wit-component"
21567version = "0.244.0"
21568source = "registry+https://github.com/rust-lang/crates.io-index"
21569checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21570dependencies = [
21571 "anyhow",
21572 "bitflags 2.10.0",
21573 "indexmap",
21574 "log",
21575 "serde",
21576 "serde_derive",
21577 "serde_json",
21578 "wasm-encoder 0.244.0",
21579 "wasm-metadata 0.244.0",
21580 "wasmparser 0.244.0",
21581 "wit-parser 0.244.0",
21582]
21583
21584[[package]]
21585name = "wit-parser"
21586version = "0.201.0"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
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.201.0",
21600]
21601
21602[[package]]
21603name = "wit-parser"
21604version = "0.227.1"
21605source = "registry+https://github.com/rust-lang/crates.io-index"
21606checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21607dependencies = [
21608 "anyhow",
21609 "id-arena",
21610 "indexmap",
21611 "log",
21612 "semver",
21613 "serde",
21614 "serde_derive",
21615 "serde_json",
21616 "unicode-xid",
21617 "wasmparser 0.227.1",
21618]
21619
21620[[package]]
21621name = "wit-parser"
21622version = "0.236.1"
21623source = "registry+https://github.com/rust-lang/crates.io-index"
21624checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21625dependencies = [
21626 "anyhow",
21627 "id-arena",
21628 "indexmap",
21629 "log",
21630 "semver",
21631 "serde",
21632 "serde_derive",
21633 "serde_json",
21634 "unicode-xid",
21635 "wasmparser 0.236.1",
21636]
21637
21638[[package]]
21639name = "wit-parser"
21640version = "0.244.0"
21641source = "registry+https://github.com/rust-lang/crates.io-index"
21642checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21643dependencies = [
21644 "anyhow",
21645 "id-arena",
21646 "indexmap",
21647 "log",
21648 "semver",
21649 "serde",
21650 "serde_derive",
21651 "serde_json",
21652 "unicode-xid",
21653 "wasmparser 0.244.0",
21654]
21655
21656[[package]]
21657name = "witx"
21658version = "0.9.1"
21659source = "registry+https://github.com/rust-lang/crates.io-index"
21660checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21661dependencies = [
21662 "anyhow",
21663 "log",
21664 "thiserror 1.0.69",
21665 "wast",
21666]
21667
21668[[package]]
21669name = "workspace"
21670version = "0.1.0"
21671dependencies = [
21672 "agent_settings",
21673 "any_vec",
21674 "anyhow",
21675 "async-recursion",
21676 "chrono",
21677 "client",
21678 "clock",
21679 "collections",
21680 "component",
21681 "db",
21682 "fs",
21683 "futures 0.3.32",
21684 "git",
21685 "gpui",
21686 "http_client",
21687 "itertools 0.14.0",
21688 "language",
21689 "log",
21690 "markdown",
21691 "menu",
21692 "node_runtime",
21693 "parking_lot",
21694 "postage",
21695 "pretty_assertions",
21696 "project",
21697 "release_channel",
21698 "remote",
21699 "schemars",
21700 "serde",
21701 "serde_json",
21702 "session",
21703 "settings",
21704 "smallvec",
21705 "sqlez",
21706 "strum 0.27.2",
21707 "task",
21708 "telemetry",
21709 "tempfile",
21710 "theme",
21711 "theme_settings",
21712 "ui",
21713 "util",
21714 "uuid",
21715 "vim_mode_setting",
21716 "windows 0.61.3",
21717 "zed_actions",
21718 "zlog",
21719]
21720
21721[[package]]
21722name = "worktree"
21723version = "0.1.0"
21724dependencies = [
21725 "anyhow",
21726 "async-lock 2.8.0",
21727 "chardetng",
21728 "clock",
21729 "collections",
21730 "encoding_rs",
21731 "fs",
21732 "futures 0.3.32",
21733 "fuzzy",
21734 "git",
21735 "gpui",
21736 "ignore",
21737 "language",
21738 "log",
21739 "parking_lot",
21740 "paths",
21741 "postage",
21742 "pretty_assertions",
21743 "rand 0.9.3",
21744 "rpc",
21745 "serde",
21746 "serde_json",
21747 "settings",
21748 "smallvec",
21749 "smol",
21750 "sum_tree",
21751 "text",
21752 "tracing",
21753 "util",
21754 "worktree",
21755 "zlog",
21756 "ztracing",
21757]
21758
21759[[package]]
21760name = "worktree_benchmarks"
21761version = "0.1.0"
21762dependencies = [
21763 "fs",
21764 "gpui_platform",
21765 "settings",
21766 "worktree",
21767]
21768
21769[[package]]
21770name = "wprcontrol"
21771version = "0.1.0"
21772source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21773dependencies = [
21774 "windows 0.61.3",
21775 "windows-bindgen",
21776 "windows-core 0.61.2",
21777 "windows-link 0.2.1",
21778]
21779
21780[[package]]
21781name = "writeable"
21782version = "0.6.1"
21783source = "registry+https://github.com/rust-lang/crates.io-index"
21784checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21785
21786[[package]]
21787name = "wyz"
21788version = "0.5.1"
21789source = "registry+https://github.com/rust-lang/crates.io-index"
21790checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21791dependencies = [
21792 "tap",
21793]
21794
21795[[package]]
21796name = "x11"
21797version = "2.21.0"
21798source = "registry+https://github.com/rust-lang/crates.io-index"
21799checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21800dependencies = [
21801 "libc",
21802 "pkg-config",
21803]
21804
21805[[package]]
21806name = "x11-clipboard"
21807version = "0.9.3"
21808source = "registry+https://github.com/rust-lang/crates.io-index"
21809checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21810dependencies = [
21811 "libc",
21812 "x11rb",
21813]
21814
21815[[package]]
21816name = "x11rb"
21817version = "0.13.2"
21818source = "registry+https://github.com/rust-lang/crates.io-index"
21819checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21820dependencies = [
21821 "as-raw-xcb-connection",
21822 "gethostname",
21823 "libc",
21824 "rustix 1.1.2",
21825 "x11rb-protocol",
21826 "xcursor",
21827]
21828
21829[[package]]
21830name = "x11rb-protocol"
21831version = "0.13.2"
21832source = "registry+https://github.com/rust-lang/crates.io-index"
21833checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21834
21835[[package]]
21836name = "x_ai"
21837version = "0.1.0"
21838dependencies = [
21839 "anyhow",
21840 "language_model_core",
21841 "schemars",
21842 "serde",
21843 "strum 0.27.2",
21844 "tiktoken-rs",
21845]
21846
21847[[package]]
21848name = "xattr"
21849version = "0.2.3"
21850source = "registry+https://github.com/rust-lang/crates.io-index"
21851checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21852dependencies = [
21853 "libc",
21854]
21855
21856[[package]]
21857name = "xcb"
21858version = "1.6.0"
21859source = "registry+https://github.com/rust-lang/crates.io-index"
21860checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21861dependencies = [
21862 "bitflags 1.3.2",
21863 "libc",
21864 "quick-xml 0.30.0",
21865 "x11",
21866]
21867
21868[[package]]
21869name = "xcursor"
21870version = "0.3.10"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21873
21874[[package]]
21875name = "xim-ctext"
21876version = "0.3.0"
21877source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21878dependencies = [
21879 "encoding_rs",
21880]
21881
21882[[package]]
21883name = "xim-parser"
21884version = "0.2.1"
21885source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21886dependencies = [
21887 "bitflags 2.10.0",
21888]
21889
21890[[package]]
21891name = "xkbcommon"
21892version = "0.8.0"
21893source = "registry+https://github.com/rust-lang/crates.io-index"
21894checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21895dependencies = [
21896 "as-raw-xcb-connection",
21897 "libc",
21898 "memmap2",
21899 "xkeysym",
21900]
21901
21902[[package]]
21903name = "xkeysym"
21904version = "0.2.1"
21905source = "registry+https://github.com/rust-lang/crates.io-index"
21906checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21907
21908[[package]]
21909name = "xml-rs"
21910version = "0.8.28"
21911source = "registry+https://github.com/rust-lang/crates.io-index"
21912checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21913
21914[[package]]
21915name = "xml5ever"
21916version = "0.18.1"
21917source = "registry+https://github.com/rust-lang/crates.io-index"
21918checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21919dependencies = [
21920 "log",
21921 "mac",
21922 "markup5ever 0.12.1",
21923]
21924
21925[[package]]
21926name = "xmlparser"
21927version = "0.13.6"
21928source = "registry+https://github.com/rust-lang/crates.io-index"
21929checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21930
21931[[package]]
21932name = "xmlwriter"
21933version = "0.1.0"
21934source = "registry+https://github.com/rust-lang/crates.io-index"
21935checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21936
21937[[package]]
21938name = "xtask"
21939version = "0.1.0"
21940dependencies = [
21941 "annotate-snippets",
21942 "anyhow",
21943 "backtrace",
21944 "cargo_metadata 0.19.2",
21945 "cargo_toml",
21946 "clap",
21947 "compliance",
21948 "gh-workflow",
21949 "indexmap",
21950 "indoc",
21951 "itertools 0.14.0",
21952 "regex",
21953 "serde",
21954 "serde_json",
21955 "serde_yaml",
21956 "strum 0.27.2",
21957 "tokio",
21958 "toml 0.8.23",
21959 "toml_edit 0.22.27",
21960]
21961
21962[[package]]
21963name = "yaml-rust2"
21964version = "0.8.1"
21965source = "registry+https://github.com/rust-lang/crates.io-index"
21966checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21967dependencies = [
21968 "arraydeque",
21969 "encoding_rs",
21970 "hashlink 0.8.4",
21971]
21972
21973[[package]]
21974name = "yansi"
21975version = "1.0.1"
21976source = "registry+https://github.com/rust-lang/crates.io-index"
21977checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21978
21979[[package]]
21980name = "yawc"
21981version = "0.2.5"
21982source = "registry+https://github.com/rust-lang/crates.io-index"
21983checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21984dependencies = [
21985 "base64 0.22.1",
21986 "bytes 1.11.1",
21987 "flate2",
21988 "futures 0.3.32",
21989 "http-body-util",
21990 "hyper 1.7.0",
21991 "hyper-util",
21992 "js-sys",
21993 "nom 8.0.0",
21994 "pin-project",
21995 "rand 0.8.5",
21996 "sha1",
21997 "thiserror 1.0.69",
21998 "tokio",
21999 "tokio-rustls 0.26.2",
22000 "tokio-util",
22001 "url",
22002 "wasm-bindgen",
22003 "wasm-bindgen-futures",
22004 "web-sys",
22005 "webpki-roots",
22006]
22007
22008[[package]]
22009name = "yazi"
22010version = "0.2.1"
22011source = "registry+https://github.com/rust-lang/crates.io-index"
22012checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22013
22014[[package]]
22015name = "yeslogic-fontconfig-sys"
22016version = "6.0.0"
22017source = "registry+https://github.com/rust-lang/crates.io-index"
22018checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22019dependencies = [
22020 "dlib",
22021 "once_cell",
22022 "pkg-config",
22023]
22024
22025[[package]]
22026name = "yoke"
22027version = "0.7.5"
22028source = "registry+https://github.com/rust-lang/crates.io-index"
22029checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22030dependencies = [
22031 "serde",
22032 "stable_deref_trait",
22033 "yoke-derive 0.7.5",
22034 "zerofrom",
22035]
22036
22037[[package]]
22038name = "yoke"
22039version = "0.8.0"
22040source = "registry+https://github.com/rust-lang/crates.io-index"
22041checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22042dependencies = [
22043 "serde",
22044 "stable_deref_trait",
22045 "yoke-derive 0.8.0",
22046 "zerofrom",
22047]
22048
22049[[package]]
22050name = "yoke-derive"
22051version = "0.7.5"
22052source = "registry+https://github.com/rust-lang/crates.io-index"
22053checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22054dependencies = [
22055 "proc-macro2",
22056 "quote",
22057 "syn 2.0.117",
22058 "synstructure",
22059]
22060
22061[[package]]
22062name = "yoke-derive"
22063version = "0.8.0"
22064source = "registry+https://github.com/rust-lang/crates.io-index"
22065checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22066dependencies = [
22067 "proc-macro2",
22068 "quote",
22069 "syn 2.0.117",
22070 "synstructure",
22071]
22072
22073[[package]]
22074name = "zbus"
22075version = "5.13.2"
22076source = "registry+https://github.com/rust-lang/crates.io-index"
22077checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22078dependencies = [
22079 "async-broadcast",
22080 "async-executor",
22081 "async-io",
22082 "async-lock 3.4.2",
22083 "async-process",
22084 "async-recursion",
22085 "async-task",
22086 "async-trait",
22087 "blocking",
22088 "enumflags2",
22089 "event-listener 5.4.1",
22090 "futures-core",
22091 "futures-lite 2.6.1",
22092 "hex",
22093 "libc",
22094 "ordered-stream",
22095 "rustix 1.1.2",
22096 "serde",
22097 "serde_repr",
22098 "tracing",
22099 "uds_windows",
22100 "uuid",
22101 "windows-sys 0.61.2",
22102 "winnow",
22103 "zbus_macros",
22104 "zbus_names",
22105 "zvariant",
22106]
22107
22108[[package]]
22109name = "zbus_macros"
22110version = "5.13.2"
22111source = "registry+https://github.com/rust-lang/crates.io-index"
22112checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22113dependencies = [
22114 "proc-macro-crate",
22115 "proc-macro2",
22116 "quote",
22117 "syn 2.0.117",
22118 "zbus_names",
22119 "zvariant",
22120 "zvariant_utils",
22121]
22122
22123[[package]]
22124name = "zbus_names"
22125version = "4.3.1"
22126source = "registry+https://github.com/rust-lang/crates.io-index"
22127checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22128dependencies = [
22129 "serde",
22130 "winnow",
22131 "zvariant",
22132]
22133
22134[[package]]
22135name = "zed"
22136version = "0.234.0"
22137dependencies = [
22138 "acp_thread",
22139 "acp_tools",
22140 "action_log",
22141 "activity_indicator",
22142 "agent",
22143 "agent-client-protocol",
22144 "agent_servers",
22145 "agent_settings",
22146 "agent_ui",
22147 "anyhow",
22148 "ashpd",
22149 "askpass",
22150 "assets",
22151 "audio",
22152 "auto_update",
22153 "auto_update_ui",
22154 "breadcrumbs",
22155 "call",
22156 "channel",
22157 "chrono",
22158 "clap",
22159 "cli",
22160 "client",
22161 "clock",
22162 "codestral",
22163 "collab_ui",
22164 "collections",
22165 "command_palette",
22166 "component",
22167 "component_preview",
22168 "copilot",
22169 "copilot_chat",
22170 "copilot_ui",
22171 "crashes",
22172 "csv_preview",
22173 "dap_adapters",
22174 "db",
22175 "debug_adapter_extension",
22176 "debugger_tools",
22177 "debugger_ui",
22178 "dev_container",
22179 "diagnostics",
22180 "edit_prediction",
22181 "edit_prediction_ui",
22182 "editor",
22183 "encoding_selector",
22184 "env_logger 0.11.8",
22185 "etw_tracing",
22186 "extension",
22187 "extension_host",
22188 "extensions_ui",
22189 "feature_flags",
22190 "feedback",
22191 "file_finder",
22192 "fs",
22193 "futures 0.3.32",
22194 "git",
22195 "git_graph",
22196 "git_hosting_providers",
22197 "git_ui",
22198 "go_to_line",
22199 "gpui",
22200 "gpui_platform",
22201 "gpui_tokio",
22202 "http_client",
22203 "image",
22204 "image_viewer",
22205 "inspector_ui",
22206 "install_cli",
22207 "itertools 0.14.0",
22208 "journal",
22209 "json_schema_store",
22210 "keymap_editor",
22211 "language",
22212 "language_extension",
22213 "language_model",
22214 "language_models",
22215 "language_onboarding",
22216 "language_selector",
22217 "language_tools",
22218 "languages",
22219 "line_ending_selector",
22220 "log",
22221 "markdown",
22222 "markdown_preview",
22223 "menu",
22224 "migrator",
22225 "mimalloc",
22226 "miniprofiler_ui",
22227 "nc",
22228 "node_runtime",
22229 "notifications",
22230 "onboarding",
22231 "outline",
22232 "outline_panel",
22233 "parking_lot",
22234 "paths",
22235 "picker",
22236 "pkg-config",
22237 "pretty_assertions",
22238 "profiling",
22239 "project",
22240 "project_panel",
22241 "project_symbols",
22242 "prompt_store",
22243 "proto",
22244 "rayon",
22245 "recent_projects",
22246 "release_channel",
22247 "remote",
22248 "repl",
22249 "reqwest_client",
22250 "rope",
22251 "search",
22252 "semver",
22253 "serde",
22254 "serde_json",
22255 "session",
22256 "settings",
22257 "settings_profile_selector",
22258 "settings_ui",
22259 "shellexpand",
22260 "sidebar",
22261 "smol",
22262 "snippet_provider",
22263 "snippets_ui",
22264 "svg_preview",
22265 "sysinfo 0.37.2",
22266 "system_specs",
22267 "tab_switcher",
22268 "task",
22269 "tasks_ui",
22270 "telemetry",
22271 "telemetry_events",
22272 "tempfile",
22273 "terminal_view",
22274 "theme",
22275 "theme_extension",
22276 "theme_selector",
22277 "theme_settings",
22278 "time",
22279 "time_format",
22280 "title_bar",
22281 "toolchain_selector",
22282 "tracing",
22283 "ui",
22284 "ui_prompt",
22285 "url",
22286 "urlencoding",
22287 "util",
22288 "uuid",
22289 "vim",
22290 "vim_mode_setting",
22291 "watch",
22292 "web_search",
22293 "web_search_providers",
22294 "which_key",
22295 "windows 0.61.3",
22296 "winresource",
22297 "workspace",
22298 "zed-reqwest",
22299 "zed_actions",
22300 "zed_env_vars",
22301 "zlog",
22302 "zlog_settings",
22303 "ztracing",
22304]
22305
22306[[package]]
22307name = "zed-font-kit"
22308version = "0.14.1-zed"
22309source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22310dependencies = [
22311 "bitflags 2.10.0",
22312 "byteorder",
22313 "core-foundation 0.10.0",
22314 "core-graphics 0.24.0",
22315 "core-text",
22316 "dirs",
22317 "dwrote",
22318 "float-ord",
22319 "freetype-sys",
22320 "lazy_static",
22321 "libc",
22322 "log",
22323 "pathfinder_geometry",
22324 "pathfinder_simd",
22325 "walkdir",
22326 "winapi",
22327 "yeslogic-fontconfig-sys",
22328]
22329
22330[[package]]
22331name = "zed-reqwest"
22332version = "0.12.15-zed"
22333source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22334dependencies = [
22335 "base64 0.22.1",
22336 "bytes 1.11.1",
22337 "encoding_rs",
22338 "futures-core",
22339 "futures-util",
22340 "h2 0.4.12",
22341 "http 1.3.1",
22342 "http-body 1.0.1",
22343 "http-body-util",
22344 "hyper 1.7.0",
22345 "hyper-rustls 0.27.7",
22346 "hyper-util",
22347 "ipnet",
22348 "js-sys",
22349 "log",
22350 "mime",
22351 "mime_guess",
22352 "once_cell",
22353 "percent-encoding",
22354 "pin-project-lite",
22355 "quinn",
22356 "rustls 0.23.33",
22357 "rustls-native-certs 0.8.2",
22358 "rustls-pemfile 2.2.0",
22359 "rustls-pki-types",
22360 "serde",
22361 "serde_json",
22362 "serde_urlencoded",
22363 "sync_wrapper 1.0.2",
22364 "system-configuration 0.6.1",
22365 "tokio",
22366 "tokio-rustls 0.26.2",
22367 "tokio-socks",
22368 "tokio-util",
22369 "tower 0.5.2",
22370 "tower-service",
22371 "url",
22372 "wasm-bindgen",
22373 "wasm-bindgen-futures",
22374 "wasm-streams",
22375 "web-sys",
22376 "windows-registry 0.4.0",
22377]
22378
22379[[package]]
22380name = "zed-scap"
22381version = "0.0.8-zed"
22382source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22383dependencies = [
22384 "anyhow",
22385 "cocoa 0.25.0",
22386 "core-graphics-helmer-fork",
22387 "log",
22388 "objc",
22389 "rand 0.8.5",
22390 "screencapturekit",
22391 "screencapturekit-sys",
22392 "sysinfo 0.31.4",
22393 "tao-core-video-sys",
22394 "windows 0.61.3",
22395 "windows-capture",
22396 "x11",
22397 "xcb",
22398]
22399
22400[[package]]
22401name = "zed-xim"
22402version = "0.4.0-zed"
22403source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22404dependencies = [
22405 "ahash 0.8.12",
22406 "hashbrown 0.14.5",
22407 "log",
22408 "x11rb",
22409 "xim-ctext",
22410 "xim-parser",
22411]
22412
22413[[package]]
22414name = "zed_actions"
22415version = "0.1.0"
22416dependencies = [
22417 "gpui",
22418 "schemars",
22419 "serde",
22420 "util",
22421 "uuid",
22422]
22423
22424[[package]]
22425name = "zed_credentials_provider"
22426version = "0.1.0"
22427dependencies = [
22428 "anyhow",
22429 "credentials_provider",
22430 "futures 0.3.32",
22431 "gpui",
22432 "paths",
22433 "release_channel",
22434 "serde",
22435 "serde_json",
22436]
22437
22438[[package]]
22439name = "zed_env_vars"
22440version = "0.1.0"
22441dependencies = [
22442 "env_var",
22443]
22444
22445[[package]]
22446name = "zed_extension_api"
22447version = "0.1.0"
22448source = "registry+https://github.com/rust-lang/crates.io-index"
22449checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22450dependencies = [
22451 "serde",
22452 "serde_json",
22453 "wit-bindgen 0.22.0",
22454]
22455
22456[[package]]
22457name = "zed_extension_api"
22458version = "0.7.0"
22459source = "registry+https://github.com/rust-lang/crates.io-index"
22460checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22461dependencies = [
22462 "serde",
22463 "serde_json",
22464 "wit-bindgen 0.41.0",
22465]
22466
22467[[package]]
22468name = "zed_extension_api"
22469version = "0.8.0"
22470dependencies = [
22471 "serde",
22472 "serde_json",
22473 "wit-bindgen 0.41.0",
22474]
22475
22476[[package]]
22477name = "zed_glsl"
22478version = "0.2.3"
22479dependencies = [
22480 "zed_extension_api 0.1.0",
22481]
22482
22483[[package]]
22484name = "zed_html"
22485version = "0.3.1"
22486dependencies = [
22487 "zed_extension_api 0.7.0",
22488]
22489
22490[[package]]
22491name = "zed_proto"
22492version = "0.3.2"
22493dependencies = [
22494 "zed_extension_api 0.7.0",
22495]
22496
22497[[package]]
22498name = "zed_test_extension"
22499version = "0.1.0"
22500dependencies = [
22501 "zed_extension_api 0.8.0",
22502]
22503
22504[[package]]
22505name = "zeno"
22506version = "0.3.3"
22507source = "registry+https://github.com/rust-lang/crates.io-index"
22508checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22509
22510[[package]]
22511name = "zerocopy"
22512version = "0.8.27"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22515dependencies = [
22516 "zerocopy-derive",
22517]
22518
22519[[package]]
22520name = "zerocopy-derive"
22521version = "0.8.27"
22522source = "registry+https://github.com/rust-lang/crates.io-index"
22523checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22524dependencies = [
22525 "proc-macro2",
22526 "quote",
22527 "syn 2.0.117",
22528]
22529
22530[[package]]
22531name = "zerofrom"
22532version = "0.1.6"
22533source = "registry+https://github.com/rust-lang/crates.io-index"
22534checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22535dependencies = [
22536 "zerofrom-derive",
22537]
22538
22539[[package]]
22540name = "zerofrom-derive"
22541version = "0.1.6"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22544dependencies = [
22545 "proc-macro2",
22546 "quote",
22547 "syn 2.0.117",
22548 "synstructure",
22549]
22550
22551[[package]]
22552name = "zeroize"
22553version = "1.8.2"
22554source = "registry+https://github.com/rust-lang/crates.io-index"
22555checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22556dependencies = [
22557 "zeroize_derive",
22558]
22559
22560[[package]]
22561name = "zeroize_derive"
22562version = "1.4.2"
22563source = "registry+https://github.com/rust-lang/crates.io-index"
22564checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22565dependencies = [
22566 "proc-macro2",
22567 "quote",
22568 "syn 2.0.117",
22569]
22570
22571[[package]]
22572name = "zeromq"
22573version = "0.5.0"
22574source = "registry+https://github.com/rust-lang/crates.io-index"
22575checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22576dependencies = [
22577 "async-dispatcher",
22578 "async-std",
22579 "async-trait",
22580 "asynchronous-codec",
22581 "bytes 1.11.1",
22582 "crossbeam-queue",
22583 "futures 0.3.32",
22584 "log",
22585 "num-traits",
22586 "once_cell",
22587 "parking_lot",
22588 "rand 0.9.3",
22589 "regex",
22590 "scc",
22591 "thiserror 1.0.69",
22592 "uuid",
22593]
22594
22595[[package]]
22596name = "zerotrie"
22597version = "0.2.2"
22598source = "registry+https://github.com/rust-lang/crates.io-index"
22599checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22600dependencies = [
22601 "displaydoc",
22602 "yoke 0.8.0",
22603 "zerofrom",
22604]
22605
22606[[package]]
22607name = "zerovec"
22608version = "0.11.4"
22609source = "registry+https://github.com/rust-lang/crates.io-index"
22610checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22611dependencies = [
22612 "yoke 0.8.0",
22613 "zerofrom",
22614 "zerovec-derive",
22615]
22616
22617[[package]]
22618name = "zerovec-derive"
22619version = "0.11.1"
22620source = "registry+https://github.com/rust-lang/crates.io-index"
22621checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22622dependencies = [
22623 "proc-macro2",
22624 "quote",
22625 "syn 2.0.117",
22626]
22627
22628[[package]]
22629name = "zeta_prompt"
22630version = "0.1.0"
22631dependencies = [
22632 "anyhow",
22633 "imara-diff",
22634 "indoc",
22635 "serde",
22636 "strum 0.27.2",
22637]
22638
22639[[package]]
22640name = "zip"
22641version = "0.6.6"
22642source = "registry+https://github.com/rust-lang/crates.io-index"
22643checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22644dependencies = [
22645 "aes",
22646 "byteorder",
22647 "bzip2 0.4.4",
22648 "constant_time_eq",
22649 "crc32fast",
22650 "crossbeam-utils",
22651 "flate2",
22652 "hmac",
22653 "pbkdf2 0.11.0",
22654 "sha1",
22655 "time",
22656 "zstd",
22657]
22658
22659[[package]]
22660name = "zip"
22661version = "1.1.4"
22662source = "registry+https://github.com/rust-lang/crates.io-index"
22663checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22664dependencies = [
22665 "arbitrary",
22666 "crc32fast",
22667 "crossbeam-utils",
22668 "displaydoc",
22669 "indexmap",
22670 "num_enum",
22671 "thiserror 1.0.69",
22672]
22673
22674[[package]]
22675name = "zlog"
22676version = "0.1.0"
22677dependencies = [
22678 "anyhow",
22679 "chrono",
22680 "collections",
22681 "log",
22682 "tempfile",
22683]
22684
22685[[package]]
22686name = "zlog_settings"
22687version = "0.1.0"
22688dependencies = [
22689 "collections",
22690 "gpui",
22691 "settings",
22692 "zlog",
22693]
22694
22695[[package]]
22696name = "zstd"
22697version = "0.11.2+zstd.1.5.2"
22698source = "registry+https://github.com/rust-lang/crates.io-index"
22699checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22700dependencies = [
22701 "zstd-safe",
22702]
22703
22704[[package]]
22705name = "zstd-safe"
22706version = "5.0.2+zstd.1.5.2"
22707source = "registry+https://github.com/rust-lang/crates.io-index"
22708checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22709dependencies = [
22710 "libc",
22711 "zstd-sys",
22712]
22713
22714[[package]]
22715name = "zstd-sys"
22716version = "2.0.16+zstd.1.5.7"
22717source = "registry+https://github.com/rust-lang/crates.io-index"
22718checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22719dependencies = [
22720 "cc",
22721 "pkg-config",
22722]
22723
22724[[package]]
22725name = "ztracing"
22726version = "0.1.0"
22727dependencies = [
22728 "tracing",
22729 "tracing-subscriber",
22730 "tracing-tracy",
22731 "tracy-client",
22732 "zlog",
22733 "ztracing_macro",
22734]
22735
22736[[package]]
22737name = "ztracing_macro"
22738version = "0.1.0"
22739
22740[[package]]
22741name = "zune-core"
22742version = "0.4.12"
22743source = "registry+https://github.com/rust-lang/crates.io-index"
22744checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22745
22746[[package]]
22747name = "zune-inflate"
22748version = "0.2.54"
22749source = "registry+https://github.com/rust-lang/crates.io-index"
22750checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22751dependencies = [
22752 "simd-adler32",
22753]
22754
22755[[package]]
22756name = "zune-jpeg"
22757version = "0.4.21"
22758source = "registry+https://github.com/rust-lang/crates.io-index"
22759checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22760dependencies = [
22761 "zune-core",
22762]
22763
22764[[package]]
22765name = "zvariant"
22766version = "5.9.2"
22767source = "registry+https://github.com/rust-lang/crates.io-index"
22768checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22769dependencies = [
22770 "endi",
22771 "enumflags2",
22772 "serde",
22773 "serde_bytes",
22774 "winnow",
22775 "zvariant_derive",
22776 "zvariant_utils",
22777]
22778
22779[[package]]
22780name = "zvariant_derive"
22781version = "5.9.2"
22782source = "registry+https://github.com/rust-lang/crates.io-index"
22783checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22784dependencies = [
22785 "proc-macro-crate",
22786 "proc-macro2",
22787 "quote",
22788 "syn 2.0.117",
22789 "zvariant_utils",
22790]
22791
22792[[package]]
22793name = "zvariant_utils"
22794version = "3.3.0"
22795source = "registry+https://github.com/rust-lang/crates.io-index"
22796checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22797dependencies = [
22798 "proc-macro2",
22799 "quote",
22800 "serde",
22801 "syn 2.0.117",
22802 "winnow",
22803]