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 "release_channel",
 1255 "semver",
 1256 "serde",
 1257 "serde_json",
 1258 "smol",
 1259 "telemetry",
 1260 "ui",
 1261 "util",
 1262 "workspace",
 1263 "zed_actions",
 1264]
 1265
 1266[[package]]
 1267name = "autocfg"
 1268version = "1.5.0"
 1269source = "registry+https://github.com/rust-lang/crates.io-index"
 1270checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1271
 1272[[package]]
 1273name = "av1-grain"
 1274version = "0.2.4"
 1275source = "registry+https://github.com/rust-lang/crates.io-index"
 1276checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1277dependencies = [
 1278 "anyhow",
 1279 "arrayvec",
 1280 "log",
 1281 "nom 7.1.3",
 1282 "num-rational",
 1283 "v_frame",
 1284]
 1285
 1286[[package]]
 1287name = "avif-serialize"
 1288version = "0.8.6"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1291dependencies = [
 1292 "arrayvec",
 1293]
 1294
 1295[[package]]
 1296name = "aws-config"
 1297version = "1.8.10"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1300dependencies = [
 1301 "aws-credential-types",
 1302 "aws-runtime",
 1303 "aws-sdk-sso",
 1304 "aws-sdk-ssooidc",
 1305 "aws-sdk-sts",
 1306 "aws-smithy-async",
 1307 "aws-smithy-http",
 1308 "aws-smithy-json",
 1309 "aws-smithy-runtime",
 1310 "aws-smithy-runtime-api",
 1311 "aws-smithy-types",
 1312 "aws-types",
 1313 "bytes 1.11.1",
 1314 "fastrand 2.3.0",
 1315 "hex",
 1316 "http 1.3.1",
 1317 "ring",
 1318 "time",
 1319 "tokio",
 1320 "tracing",
 1321 "url",
 1322 "zeroize",
 1323]
 1324
 1325[[package]]
 1326name = "aws-credential-types"
 1327version = "1.2.10"
 1328source = "registry+https://github.com/rust-lang/crates.io-index"
 1329checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1330dependencies = [
 1331 "aws-smithy-async",
 1332 "aws-smithy-runtime-api",
 1333 "aws-smithy-types",
 1334 "zeroize",
 1335]
 1336
 1337[[package]]
 1338name = "aws-lc-rs"
 1339version = "1.15.4"
 1340source = "registry+https://github.com/rust-lang/crates.io-index"
 1341checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1342dependencies = [
 1343 "aws-lc-sys",
 1344 "untrusted 0.7.1",
 1345 "zeroize",
 1346]
 1347
 1348[[package]]
 1349name = "aws-lc-sys"
 1350version = "0.37.0"
 1351source = "registry+https://github.com/rust-lang/crates.io-index"
 1352checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1353dependencies = [
 1354 "cc",
 1355 "cmake",
 1356 "dunce",
 1357 "fs_extra",
 1358]
 1359
 1360[[package]]
 1361name = "aws-runtime"
 1362version = "1.5.16"
 1363source = "registry+https://github.com/rust-lang/crates.io-index"
 1364checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1365dependencies = [
 1366 "aws-credential-types",
 1367 "aws-sigv4",
 1368 "aws-smithy-async",
 1369 "aws-smithy-eventstream",
 1370 "aws-smithy-http",
 1371 "aws-smithy-runtime",
 1372 "aws-smithy-runtime-api",
 1373 "aws-smithy-types",
 1374 "aws-types",
 1375 "bytes 1.11.1",
 1376 "fastrand 2.3.0",
 1377 "http 0.2.12",
 1378 "http-body 0.4.6",
 1379 "percent-encoding",
 1380 "pin-project-lite",
 1381 "tracing",
 1382 "uuid",
 1383]
 1384
 1385[[package]]
 1386name = "aws-sdk-bedrockruntime"
 1387version = "1.113.0"
 1388source = "registry+https://github.com/rust-lang/crates.io-index"
 1389checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1390dependencies = [
 1391 "aws-credential-types",
 1392 "aws-runtime",
 1393 "aws-sigv4",
 1394 "aws-smithy-async",
 1395 "aws-smithy-eventstream",
 1396 "aws-smithy-http",
 1397 "aws-smithy-json",
 1398 "aws-smithy-runtime",
 1399 "aws-smithy-runtime-api",
 1400 "aws-smithy-types",
 1401 "aws-types",
 1402 "bytes 1.11.1",
 1403 "fastrand 2.3.0",
 1404 "http 0.2.12",
 1405 "hyper 0.14.32",
 1406 "regex-lite",
 1407 "tracing",
 1408]
 1409
 1410[[package]]
 1411name = "aws-sdk-kinesis"
 1412version = "1.95.0"
 1413source = "registry+https://github.com/rust-lang/crates.io-index"
 1414checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1415dependencies = [
 1416 "aws-credential-types",
 1417 "aws-runtime",
 1418 "aws-smithy-async",
 1419 "aws-smithy-eventstream",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.11.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "regex-lite",
 1430 "tracing",
 1431]
 1432
 1433[[package]]
 1434name = "aws-sdk-s3"
 1435version = "1.112.0"
 1436source = "registry+https://github.com/rust-lang/crates.io-index"
 1437checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1438dependencies = [
 1439 "aws-credential-types",
 1440 "aws-runtime",
 1441 "aws-sigv4",
 1442 "aws-smithy-async",
 1443 "aws-smithy-checksums",
 1444 "aws-smithy-eventstream",
 1445 "aws-smithy-http",
 1446 "aws-smithy-json",
 1447 "aws-smithy-runtime",
 1448 "aws-smithy-runtime-api",
 1449 "aws-smithy-types",
 1450 "aws-smithy-xml",
 1451 "aws-types",
 1452 "bytes 1.11.1",
 1453 "fastrand 2.3.0",
 1454 "hex",
 1455 "hmac",
 1456 "http 0.2.12",
 1457 "http 1.3.1",
 1458 "http-body 0.4.6",
 1459 "lru",
 1460 "percent-encoding",
 1461 "regex-lite",
 1462 "sha2",
 1463 "tracing",
 1464 "url",
 1465]
 1466
 1467[[package]]
 1468name = "aws-sdk-sso"
 1469version = "1.88.0"
 1470source = "registry+https://github.com/rust-lang/crates.io-index"
 1471checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1472dependencies = [
 1473 "aws-credential-types",
 1474 "aws-runtime",
 1475 "aws-smithy-async",
 1476 "aws-smithy-http",
 1477 "aws-smithy-json",
 1478 "aws-smithy-runtime",
 1479 "aws-smithy-runtime-api",
 1480 "aws-smithy-types",
 1481 "aws-types",
 1482 "bytes 1.11.1",
 1483 "fastrand 2.3.0",
 1484 "http 0.2.12",
 1485 "regex-lite",
 1486 "tracing",
 1487]
 1488
 1489[[package]]
 1490name = "aws-sdk-ssooidc"
 1491version = "1.90.0"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1494dependencies = [
 1495 "aws-credential-types",
 1496 "aws-runtime",
 1497 "aws-smithy-async",
 1498 "aws-smithy-http",
 1499 "aws-smithy-json",
 1500 "aws-smithy-runtime",
 1501 "aws-smithy-runtime-api",
 1502 "aws-smithy-types",
 1503 "aws-types",
 1504 "bytes 1.11.1",
 1505 "fastrand 2.3.0",
 1506 "http 0.2.12",
 1507 "regex-lite",
 1508 "tracing",
 1509]
 1510
 1511[[package]]
 1512name = "aws-sdk-sts"
 1513version = "1.90.0"
 1514source = "registry+https://github.com/rust-lang/crates.io-index"
 1515checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1516dependencies = [
 1517 "aws-credential-types",
 1518 "aws-runtime",
 1519 "aws-smithy-async",
 1520 "aws-smithy-http",
 1521 "aws-smithy-json",
 1522 "aws-smithy-query",
 1523 "aws-smithy-runtime",
 1524 "aws-smithy-runtime-api",
 1525 "aws-smithy-types",
 1526 "aws-smithy-xml",
 1527 "aws-types",
 1528 "fastrand 2.3.0",
 1529 "http 0.2.12",
 1530 "regex-lite",
 1531 "tracing",
 1532]
 1533
 1534[[package]]
 1535name = "aws-sigv4"
 1536version = "1.3.6"
 1537source = "registry+https://github.com/rust-lang/crates.io-index"
 1538checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1539dependencies = [
 1540 "aws-credential-types",
 1541 "aws-smithy-eventstream",
 1542 "aws-smithy-http",
 1543 "aws-smithy-runtime-api",
 1544 "aws-smithy-types",
 1545 "bytes 1.11.1",
 1546 "crypto-bigint 0.5.5",
 1547 "form_urlencoded",
 1548 "hex",
 1549 "hmac",
 1550 "http 0.2.12",
 1551 "http 1.3.1",
 1552 "p256",
 1553 "percent-encoding",
 1554 "ring",
 1555 "sha2",
 1556 "subtle",
 1557 "time",
 1558 "tracing",
 1559 "zeroize",
 1560]
 1561
 1562[[package]]
 1563name = "aws-smithy-async"
 1564version = "1.2.6"
 1565source = "registry+https://github.com/rust-lang/crates.io-index"
 1566checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1567dependencies = [
 1568 "futures-util",
 1569 "pin-project-lite",
 1570 "tokio",
 1571]
 1572
 1573[[package]]
 1574name = "aws-smithy-checksums"
 1575version = "0.63.11"
 1576source = "registry+https://github.com/rust-lang/crates.io-index"
 1577checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1578dependencies = [
 1579 "aws-smithy-http",
 1580 "aws-smithy-types",
 1581 "bytes 1.11.1",
 1582 "crc-fast",
 1583 "hex",
 1584 "http 0.2.12",
 1585 "http-body 0.4.6",
 1586 "md-5",
 1587 "pin-project-lite",
 1588 "sha1",
 1589 "sha2",
 1590 "tracing",
 1591]
 1592
 1593[[package]]
 1594name = "aws-smithy-eventstream"
 1595version = "0.60.13"
 1596source = "registry+https://github.com/rust-lang/crates.io-index"
 1597checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1598dependencies = [
 1599 "aws-smithy-types",
 1600 "bytes 1.11.1",
 1601 "crc32fast",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-http"
 1606version = "0.62.5"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1609dependencies = [
 1610 "aws-smithy-eventstream",
 1611 "aws-smithy-runtime-api",
 1612 "aws-smithy-types",
 1613 "bytes 1.11.1",
 1614 "bytes-utils",
 1615 "futures-core",
 1616 "futures-util",
 1617 "http 0.2.12",
 1618 "http 1.3.1",
 1619 "http-body 0.4.6",
 1620 "percent-encoding",
 1621 "pin-project-lite",
 1622 "pin-utils",
 1623 "tracing",
 1624]
 1625
 1626[[package]]
 1627name = "aws-smithy-http-client"
 1628version = "1.1.4"
 1629source = "registry+https://github.com/rust-lang/crates.io-index"
 1630checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1631dependencies = [
 1632 "aws-smithy-async",
 1633 "aws-smithy-runtime-api",
 1634 "aws-smithy-types",
 1635 "h2 0.3.27",
 1636 "h2 0.4.12",
 1637 "http 0.2.12",
 1638 "http 1.3.1",
 1639 "http-body 0.4.6",
 1640 "hyper 0.14.32",
 1641 "hyper 1.7.0",
 1642 "hyper-rustls 0.24.2",
 1643 "hyper-rustls 0.27.7",
 1644 "hyper-util",
 1645 "pin-project-lite",
 1646 "rustls 0.21.12",
 1647 "rustls 0.23.33",
 1648 "rustls-native-certs 0.8.2",
 1649 "rustls-pki-types",
 1650 "tokio",
 1651 "tokio-rustls 0.26.2",
 1652 "tower 0.5.2",
 1653 "tracing",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-json"
 1658version = "0.61.7"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1661dependencies = [
 1662 "aws-smithy-types",
 1663]
 1664
 1665[[package]]
 1666name = "aws-smithy-observability"
 1667version = "0.1.4"
 1668source = "registry+https://github.com/rust-lang/crates.io-index"
 1669checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1670dependencies = [
 1671 "aws-smithy-runtime-api",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-query"
 1676version = "0.60.8"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1679dependencies = [
 1680 "aws-smithy-types",
 1681 "urlencoding",
 1682]
 1683
 1684[[package]]
 1685name = "aws-smithy-runtime"
 1686version = "1.9.4"
 1687source = "registry+https://github.com/rust-lang/crates.io-index"
 1688checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1689dependencies = [
 1690 "aws-smithy-async",
 1691 "aws-smithy-http",
 1692 "aws-smithy-http-client",
 1693 "aws-smithy-observability",
 1694 "aws-smithy-runtime-api",
 1695 "aws-smithy-types",
 1696 "bytes 1.11.1",
 1697 "fastrand 2.3.0",
 1698 "http 0.2.12",
 1699 "http 1.3.1",
 1700 "http-body 0.4.6",
 1701 "http-body 1.0.1",
 1702 "pin-project-lite",
 1703 "pin-utils",
 1704 "tokio",
 1705 "tracing",
 1706]
 1707
 1708[[package]]
 1709name = "aws-smithy-runtime-api"
 1710version = "1.9.2"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1713dependencies = [
 1714 "aws-smithy-async",
 1715 "aws-smithy-types",
 1716 "bytes 1.11.1",
 1717 "http 0.2.12",
 1718 "http 1.3.1",
 1719 "pin-project-lite",
 1720 "tokio",
 1721 "tracing",
 1722 "zeroize",
 1723]
 1724
 1725[[package]]
 1726name = "aws-smithy-types"
 1727version = "1.3.4"
 1728source = "registry+https://github.com/rust-lang/crates.io-index"
 1729checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1730dependencies = [
 1731 "base64-simd",
 1732 "bytes 1.11.1",
 1733 "bytes-utils",
 1734 "futures-core",
 1735 "http 0.2.12",
 1736 "http 1.3.1",
 1737 "http-body 0.4.6",
 1738 "http-body 1.0.1",
 1739 "http-body-util",
 1740 "itoa",
 1741 "num-integer",
 1742 "pin-project-lite",
 1743 "pin-utils",
 1744 "ryu",
 1745 "serde",
 1746 "time",
 1747 "tokio",
 1748 "tokio-util",
 1749]
 1750
 1751[[package]]
 1752name = "aws-smithy-xml"
 1753version = "0.60.12"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1756dependencies = [
 1757 "xmlparser",
 1758]
 1759
 1760[[package]]
 1761name = "aws-types"
 1762version = "1.3.10"
 1763source = "registry+https://github.com/rust-lang/crates.io-index"
 1764checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1765dependencies = [
 1766 "aws-credential-types",
 1767 "aws-smithy-async",
 1768 "aws-smithy-runtime-api",
 1769 "aws-smithy-types",
 1770 "rustc_version",
 1771 "tracing",
 1772]
 1773
 1774[[package]]
 1775name = "aws_http_client"
 1776version = "0.1.0"
 1777dependencies = [
 1778 "aws-smithy-runtime-api",
 1779 "aws-smithy-types",
 1780 "http_client",
 1781]
 1782
 1783[[package]]
 1784name = "axum"
 1785version = "0.6.20"
 1786source = "registry+https://github.com/rust-lang/crates.io-index"
 1787checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1788dependencies = [
 1789 "async-trait",
 1790 "axum-core",
 1791 "base64 0.21.7",
 1792 "bitflags 1.3.2",
 1793 "bytes 1.11.1",
 1794 "futures-util",
 1795 "headers",
 1796 "http 0.2.12",
 1797 "http-body 0.4.6",
 1798 "hyper 0.14.32",
 1799 "itoa",
 1800 "matchit",
 1801 "memchr",
 1802 "mime",
 1803 "percent-encoding",
 1804 "pin-project-lite",
 1805 "rustversion",
 1806 "serde",
 1807 "serde_json",
 1808 "serde_path_to_error",
 1809 "serde_urlencoded",
 1810 "sha1",
 1811 "sync_wrapper 0.1.2",
 1812 "tokio",
 1813 "tokio-tungstenite 0.20.1",
 1814 "tower 0.4.13",
 1815 "tower-layer",
 1816 "tower-service",
 1817]
 1818
 1819[[package]]
 1820name = "axum-core"
 1821version = "0.3.4"
 1822source = "registry+https://github.com/rust-lang/crates.io-index"
 1823checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1824dependencies = [
 1825 "async-trait",
 1826 "bytes 1.11.1",
 1827 "futures-util",
 1828 "http 0.2.12",
 1829 "http-body 0.4.6",
 1830 "mime",
 1831 "rustversion",
 1832 "tower-layer",
 1833 "tower-service",
 1834]
 1835
 1836[[package]]
 1837name = "backtrace"
 1838version = "0.3.76"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1841dependencies = [
 1842 "addr2line",
 1843 "cfg-if",
 1844 "libc",
 1845 "miniz_oxide",
 1846 "object",
 1847 "rustc-demangle",
 1848 "windows-link 0.2.1",
 1849]
 1850
 1851[[package]]
 1852name = "base16ct"
 1853version = "0.1.1"
 1854source = "registry+https://github.com/rust-lang/crates.io-index"
 1855checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1856
 1857[[package]]
 1858name = "base64"
 1859version = "0.21.7"
 1860source = "registry+https://github.com/rust-lang/crates.io-index"
 1861checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1862
 1863[[package]]
 1864name = "base64"
 1865version = "0.22.1"
 1866source = "registry+https://github.com/rust-lang/crates.io-index"
 1867checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1868
 1869[[package]]
 1870name = "base64-simd"
 1871version = "0.8.0"
 1872source = "registry+https://github.com/rust-lang/crates.io-index"
 1873checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1874dependencies = [
 1875 "outref",
 1876 "vsimd",
 1877]
 1878
 1879[[package]]
 1880name = "base64ct"
 1881version = "1.8.0"
 1882source = "registry+https://github.com/rust-lang/crates.io-index"
 1883checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1884
 1885[[package]]
 1886name = "bedrock"
 1887version = "0.1.0"
 1888dependencies = [
 1889 "anyhow",
 1890 "aws-sdk-bedrockruntime",
 1891 "aws-smithy-types",
 1892 "futures 0.3.32",
 1893 "schemars",
 1894 "serde",
 1895 "serde_json",
 1896 "strum 0.27.2",
 1897 "thiserror 2.0.17",
 1898]
 1899
 1900[[package]]
 1901name = "bigdecimal"
 1902version = "0.4.8"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1905dependencies = [
 1906 "autocfg",
 1907 "libm",
 1908 "num-bigint",
 1909 "num-integer",
 1910 "num-traits",
 1911 "serde",
 1912]
 1913
 1914[[package]]
 1915name = "bincode"
 1916version = "1.3.3"
 1917source = "registry+https://github.com/rust-lang/crates.io-index"
 1918checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1919dependencies = [
 1920 "serde",
 1921]
 1922
 1923[[package]]
 1924name = "bindgen"
 1925version = "0.71.1"
 1926source = "registry+https://github.com/rust-lang/crates.io-index"
 1927checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1928dependencies = [
 1929 "bitflags 2.10.0",
 1930 "cexpr",
 1931 "clang-sys",
 1932 "itertools 0.12.1",
 1933 "log",
 1934 "prettyplease",
 1935 "proc-macro2",
 1936 "quote",
 1937 "regex",
 1938 "rustc-hash 2.1.1",
 1939 "shlex",
 1940 "syn 2.0.117",
 1941]
 1942
 1943[[package]]
 1944name = "bindgen"
 1945version = "0.72.1"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1948dependencies = [
 1949 "bitflags 2.10.0",
 1950 "cexpr",
 1951 "clang-sys",
 1952 "itertools 0.12.1",
 1953 "proc-macro2",
 1954 "quote",
 1955 "regex",
 1956 "rustc-hash 2.1.1",
 1957 "shlex",
 1958 "syn 2.0.117",
 1959]
 1960
 1961[[package]]
 1962name = "bit-set"
 1963version = "0.8.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1966dependencies = [
 1967 "bit-vec 0.8.0",
 1968]
 1969
 1970[[package]]
 1971name = "bit-set"
 1972version = "0.9.1"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1975dependencies = [
 1976 "bit-vec 0.9.1",
 1977]
 1978
 1979[[package]]
 1980name = "bit-vec"
 1981version = "0.8.0"
 1982source = "registry+https://github.com/rust-lang/crates.io-index"
 1983checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1984
 1985[[package]]
 1986name = "bit-vec"
 1987version = "0.9.1"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1990
 1991[[package]]
 1992name = "bit_field"
 1993version = "0.10.3"
 1994source = "registry+https://github.com/rust-lang/crates.io-index"
 1995checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1996
 1997[[package]]
 1998name = "bitflags"
 1999version = "1.3.2"
 2000source = "registry+https://github.com/rust-lang/crates.io-index"
 2001checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2002
 2003[[package]]
 2004name = "bitflags"
 2005version = "2.10.0"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2008dependencies = [
 2009 "serde_core",
 2010]
 2011
 2012[[package]]
 2013name = "bitstream-io"
 2014version = "2.6.0"
 2015source = "registry+https://github.com/rust-lang/crates.io-index"
 2016checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2017
 2018[[package]]
 2019name = "bitvec"
 2020version = "1.0.1"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2023dependencies = [
 2024 "funty",
 2025 "radium",
 2026 "tap",
 2027 "wyz",
 2028]
 2029
 2030[[package]]
 2031name = "block"
 2032version = "0.1.6"
 2033source = "registry+https://github.com/rust-lang/crates.io-index"
 2034checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2035
 2036[[package]]
 2037name = "block-buffer"
 2038version = "0.10.4"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2041dependencies = [
 2042 "generic-array",
 2043]
 2044
 2045[[package]]
 2046name = "block-padding"
 2047version = "0.3.3"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2050dependencies = [
 2051 "generic-array",
 2052]
 2053
 2054[[package]]
 2055name = "block2"
 2056version = "0.6.2"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2059dependencies = [
 2060 "objc2",
 2061]
 2062
 2063[[package]]
 2064name = "blocking"
 2065version = "1.6.2"
 2066source = "registry+https://github.com/rust-lang/crates.io-index"
 2067checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2068dependencies = [
 2069 "async-channel 2.5.0",
 2070 "async-task",
 2071 "futures-io",
 2072 "futures-lite 2.6.1",
 2073 "piper",
 2074]
 2075
 2076[[package]]
 2077name = "bmrng"
 2078version = "0.5.2"
 2079source = "registry+https://github.com/rust-lang/crates.io-index"
 2080checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2081dependencies = [
 2082 "futures-core",
 2083 "tokio",
 2084]
 2085
 2086[[package]]
 2087name = "bon"
 2088version = "3.8.2"
 2089source = "registry+https://github.com/rust-lang/crates.io-index"
 2090checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2091dependencies = [
 2092 "bon-macros",
 2093 "rustversion",
 2094]
 2095
 2096[[package]]
 2097name = "bon-macros"
 2098version = "3.8.2"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2101dependencies = [
 2102 "darling 0.21.3",
 2103 "ident_case",
 2104 "prettyplease",
 2105 "proc-macro2",
 2106 "quote",
 2107 "rustversion",
 2108 "syn 2.0.117",
 2109]
 2110
 2111[[package]]
 2112name = "borrow-or-share"
 2113version = "0.2.4"
 2114source = "registry+https://github.com/rust-lang/crates.io-index"
 2115checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2116
 2117[[package]]
 2118name = "borsh"
 2119version = "1.5.7"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2122dependencies = [
 2123 "borsh-derive",
 2124 "cfg_aliases 0.2.1",
 2125]
 2126
 2127[[package]]
 2128name = "borsh-derive"
 2129version = "1.5.7"
 2130source = "registry+https://github.com/rust-lang/crates.io-index"
 2131checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2132dependencies = [
 2133 "once_cell",
 2134 "proc-macro-crate",
 2135 "proc-macro2",
 2136 "quote",
 2137 "syn 2.0.117",
 2138]
 2139
 2140[[package]]
 2141name = "breadcrumbs"
 2142version = "0.1.0"
 2143dependencies = [
 2144 "gpui",
 2145 "ui",
 2146 "workspace",
 2147]
 2148
 2149[[package]]
 2150name = "brush-parser"
 2151version = "0.3.0"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2154dependencies = [
 2155 "bon",
 2156 "cached",
 2157 "indenter",
 2158 "peg",
 2159 "thiserror 2.0.17",
 2160 "tracing",
 2161 "utf8-chars",
 2162]
 2163
 2164[[package]]
 2165name = "bstr"
 2166version = "1.12.0"
 2167source = "registry+https://github.com/rust-lang/crates.io-index"
 2168checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2169dependencies = [
 2170 "memchr",
 2171 "regex-automata",
 2172 "serde",
 2173]
 2174
 2175[[package]]
 2176name = "buffer_diff"
 2177version = "0.1.0"
 2178dependencies = [
 2179 "clock",
 2180 "ctor",
 2181 "futures 0.3.32",
 2182 "git2",
 2183 "gpui",
 2184 "language",
 2185 "log",
 2186 "pretty_assertions",
 2187 "rand 0.9.3",
 2188 "rope",
 2189 "settings",
 2190 "sum_tree",
 2191 "text",
 2192 "tracing",
 2193 "unindent",
 2194 "util",
 2195 "zlog",
 2196 "ztracing",
 2197]
 2198
 2199[[package]]
 2200name = "built"
 2201version = "0.7.7"
 2202source = "registry+https://github.com/rust-lang/crates.io-index"
 2203checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2204
 2205[[package]]
 2206name = "bumpalo"
 2207version = "3.19.0"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2210dependencies = [
 2211 "allocator-api2",
 2212]
 2213
 2214[[package]]
 2215name = "by_address"
 2216version = "1.2.1"
 2217source = "registry+https://github.com/rust-lang/crates.io-index"
 2218checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2219
 2220[[package]]
 2221name = "bytecheck"
 2222version = "0.6.12"
 2223source = "registry+https://github.com/rust-lang/crates.io-index"
 2224checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2225dependencies = [
 2226 "bytecheck_derive",
 2227 "ptr_meta",
 2228 "simdutf8",
 2229]
 2230
 2231[[package]]
 2232name = "bytecheck_derive"
 2233version = "0.6.12"
 2234source = "registry+https://github.com/rust-lang/crates.io-index"
 2235checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2236dependencies = [
 2237 "proc-macro2",
 2238 "quote",
 2239 "syn 1.0.109",
 2240]
 2241
 2242[[package]]
 2243name = "bytecount"
 2244version = "0.6.9"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2247
 2248[[package]]
 2249name = "bytemuck"
 2250version = "1.24.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2253dependencies = [
 2254 "bytemuck_derive",
 2255]
 2256
 2257[[package]]
 2258name = "bytemuck_derive"
 2259version = "1.10.2"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2262dependencies = [
 2263 "proc-macro2",
 2264 "quote",
 2265 "syn 2.0.117",
 2266]
 2267
 2268[[package]]
 2269name = "byteorder"
 2270version = "1.5.0"
 2271source = "registry+https://github.com/rust-lang/crates.io-index"
 2272checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2273
 2274[[package]]
 2275name = "byteorder-lite"
 2276version = "0.1.0"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2279
 2280[[package]]
 2281name = "bytes"
 2282version = "0.4.12"
 2283source = "registry+https://github.com/rust-lang/crates.io-index"
 2284checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2285dependencies = [
 2286 "byteorder",
 2287 "iovec",
 2288]
 2289
 2290[[package]]
 2291name = "bytes"
 2292version = "1.11.1"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2295
 2296[[package]]
 2297name = "bytes-utils"
 2298version = "0.1.4"
 2299source = "registry+https://github.com/rust-lang/crates.io-index"
 2300checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2301dependencies = [
 2302 "bytes 1.11.1",
 2303 "either",
 2304]
 2305
 2306[[package]]
 2307name = "bzip2"
 2308version = "0.4.4"
 2309source = "registry+https://github.com/rust-lang/crates.io-index"
 2310checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2311dependencies = [
 2312 "bzip2-sys",
 2313 "libc",
 2314]
 2315
 2316[[package]]
 2317name = "bzip2"
 2318version = "0.6.1"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2321dependencies = [
 2322 "libbz2-rs-sys",
 2323]
 2324
 2325[[package]]
 2326name = "bzip2-sys"
 2327version = "0.1.13+1.0.8"
 2328source = "registry+https://github.com/rust-lang/crates.io-index"
 2329checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2330dependencies = [
 2331 "cc",
 2332 "pkg-config",
 2333]
 2334
 2335[[package]]
 2336name = "cached"
 2337version = "0.56.0"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2340dependencies = [
 2341 "ahash 0.8.12",
 2342 "cached_proc_macro",
 2343 "cached_proc_macro_types",
 2344 "hashbrown 0.15.5",
 2345 "once_cell",
 2346 "thiserror 2.0.17",
 2347 "web-time",
 2348]
 2349
 2350[[package]]
 2351name = "cached_proc_macro"
 2352version = "0.25.0"
 2353source = "registry+https://github.com/rust-lang/crates.io-index"
 2354checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2355dependencies = [
 2356 "darling 0.20.11",
 2357 "proc-macro2",
 2358 "quote",
 2359 "syn 2.0.117",
 2360]
 2361
 2362[[package]]
 2363name = "cached_proc_macro_types"
 2364version = "0.1.1"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "feature_flags",
 2377 "fs",
 2378 "futures 0.3.32",
 2379 "gpui",
 2380 "gpui_tokio",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "serde",
 2387 "settings",
 2388 "telemetry",
 2389 "util",
 2390 "workspace",
 2391]
 2392
 2393[[package]]
 2394name = "calloop"
 2395version = "0.14.3"
 2396source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2397dependencies = [
 2398 "bitflags 2.10.0",
 2399 "polling",
 2400 "rustix 1.1.2",
 2401 "slab",
 2402 "tracing",
 2403]
 2404
 2405[[package]]
 2406name = "calloop-wayland-source"
 2407version = "0.4.1"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2410dependencies = [
 2411 "calloop",
 2412 "rustix 1.1.2",
 2413 "wayland-backend",
 2414 "wayland-client",
 2415]
 2416
 2417[[package]]
 2418name = "camino"
 2419version = "1.2.1"
 2420source = "registry+https://github.com/rust-lang/crates.io-index"
 2421checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2422dependencies = [
 2423 "serde_core",
 2424]
 2425
 2426[[package]]
 2427name = "candle-core"
 2428version = "0.9.1"
 2429source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2430dependencies = [
 2431 "byteorder",
 2432 "float8",
 2433 "gemm 0.17.1",
 2434 "half",
 2435 "memmap2",
 2436 "num-traits",
 2437 "num_cpus",
 2438 "rand 0.9.3",
 2439 "rand_distr",
 2440 "rayon",
 2441 "safetensors",
 2442 "thiserror 1.0.69",
 2443 "ug",
 2444 "yoke 0.7.5",
 2445 "zip 1.1.4",
 2446]
 2447
 2448[[package]]
 2449name = "candle-nn"
 2450version = "0.9.1"
 2451source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2452dependencies = [
 2453 "candle-core",
 2454 "half",
 2455 "libc",
 2456 "num-traits",
 2457 "rayon",
 2458 "safetensors",
 2459 "serde",
 2460 "thiserror 1.0.69",
 2461]
 2462
 2463[[package]]
 2464name = "candle-onnx"
 2465version = "0.9.1"
 2466source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2467dependencies = [
 2468 "candle-core",
 2469 "candle-nn",
 2470 "prost 0.12.6",
 2471]
 2472
 2473[[package]]
 2474name = "cap-fs-ext"
 2475version = "3.4.4"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2478dependencies = [
 2479 "cap-primitives",
 2480 "cap-std",
 2481 "io-lifetimes",
 2482 "windows-sys 0.59.0",
 2483]
 2484
 2485[[package]]
 2486name = "cap-net-ext"
 2487version = "3.4.4"
 2488source = "registry+https://github.com/rust-lang/crates.io-index"
 2489checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2490dependencies = [
 2491 "cap-primitives",
 2492 "cap-std",
 2493 "rustix 1.1.2",
 2494 "smallvec",
 2495]
 2496
 2497[[package]]
 2498name = "cap-primitives"
 2499version = "3.4.4"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2502dependencies = [
 2503 "ambient-authority",
 2504 "fs-set-times",
 2505 "io-extras",
 2506 "io-lifetimes",
 2507 "ipnet",
 2508 "maybe-owned",
 2509 "rustix 1.1.2",
 2510 "rustix-linux-procfs",
 2511 "windows-sys 0.59.0",
 2512 "winx",
 2513]
 2514
 2515[[package]]
 2516name = "cap-rand"
 2517version = "3.4.4"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2520dependencies = [
 2521 "ambient-authority",
 2522 "rand 0.8.5",
 2523]
 2524
 2525[[package]]
 2526name = "cap-std"
 2527version = "3.4.4"
 2528source = "registry+https://github.com/rust-lang/crates.io-index"
 2529checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2530dependencies = [
 2531 "cap-primitives",
 2532 "io-extras",
 2533 "io-lifetimes",
 2534 "rustix 1.1.2",
 2535]
 2536
 2537[[package]]
 2538name = "cap-time-ext"
 2539version = "3.4.4"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2542dependencies = [
 2543 "ambient-authority",
 2544 "cap-primitives",
 2545 "iana-time-zone",
 2546 "once_cell",
 2547 "rustix 1.1.2",
 2548 "winx",
 2549]
 2550
 2551[[package]]
 2552name = "cargo-platform"
 2553version = "0.1.9"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2556dependencies = [
 2557 "serde",
 2558]
 2559
 2560[[package]]
 2561name = "cargo-platform"
 2562version = "0.3.2"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2565dependencies = [
 2566 "serde",
 2567 "serde_core",
 2568]
 2569
 2570[[package]]
 2571name = "cargo_metadata"
 2572version = "0.19.2"
 2573source = "registry+https://github.com/rust-lang/crates.io-index"
 2574checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2575dependencies = [
 2576 "camino",
 2577 "cargo-platform 0.1.9",
 2578 "semver",
 2579 "serde",
 2580 "serde_json",
 2581 "thiserror 2.0.17",
 2582]
 2583
 2584[[package]]
 2585name = "cargo_metadata"
 2586version = "0.23.1"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2589dependencies = [
 2590 "camino",
 2591 "cargo-platform 0.3.2",
 2592 "semver",
 2593 "serde",
 2594 "serde_json",
 2595 "thiserror 2.0.17",
 2596]
 2597
 2598[[package]]
 2599name = "cargo_toml"
 2600version = "0.21.0"
 2601source = "registry+https://github.com/rust-lang/crates.io-index"
 2602checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2603dependencies = [
 2604 "serde",
 2605 "toml 0.8.23",
 2606]
 2607
 2608[[package]]
 2609name = "cast"
 2610version = "0.3.0"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2613
 2614[[package]]
 2615name = "cbc"
 2616version = "0.1.2"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2619dependencies = [
 2620 "cipher",
 2621]
 2622
 2623[[package]]
 2624name = "cbindgen"
 2625version = "0.28.0"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2628dependencies = [
 2629 "heck 0.4.1",
 2630 "indexmap",
 2631 "log",
 2632 "proc-macro2",
 2633 "quote",
 2634 "serde",
 2635 "serde_json",
 2636 "syn 2.0.117",
 2637 "tempfile",
 2638 "toml 0.8.23",
 2639]
 2640
 2641[[package]]
 2642name = "cc"
 2643version = "1.2.49"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2646dependencies = [
 2647 "find-msvc-tools",
 2648 "jobserver",
 2649 "libc",
 2650 "shlex",
 2651]
 2652
 2653[[package]]
 2654name = "cesu8"
 2655version = "1.1.0"
 2656source = "registry+https://github.com/rust-lang/crates.io-index"
 2657checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2658
 2659[[package]]
 2660name = "cexpr"
 2661version = "0.6.0"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2664dependencies = [
 2665 "nom 7.1.3",
 2666]
 2667
 2668[[package]]
 2669name = "cfg-expr"
 2670version = "0.15.8"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2673dependencies = [
 2674 "smallvec",
 2675 "target-lexicon 0.12.16",
 2676]
 2677
 2678[[package]]
 2679name = "cfg-expr"
 2680version = "0.20.6"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2683dependencies = [
 2684 "smallvec",
 2685 "target-lexicon 0.13.3",
 2686]
 2687
 2688[[package]]
 2689name = "cfg-if"
 2690version = "1.0.4"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2693
 2694[[package]]
 2695name = "cfg_aliases"
 2696version = "0.1.1"
 2697source = "registry+https://github.com/rust-lang/crates.io-index"
 2698checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2699
 2700[[package]]
 2701name = "cfg_aliases"
 2702version = "0.2.1"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2705
 2706[[package]]
 2707name = "cgl"
 2708version = "0.3.2"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2711dependencies = [
 2712 "libc",
 2713]
 2714
 2715[[package]]
 2716name = "channel"
 2717version = "0.1.0"
 2718dependencies = [
 2719 "anyhow",
 2720 "client",
 2721 "clock",
 2722 "collections",
 2723 "futures 0.3.32",
 2724 "gpui",
 2725 "http_client",
 2726 "language",
 2727 "log",
 2728 "postage",
 2729 "release_channel",
 2730 "rpc",
 2731 "semver",
 2732 "settings",
 2733 "text",
 2734 "time",
 2735 "util",
 2736]
 2737
 2738[[package]]
 2739name = "chardetng"
 2740version = "0.1.17"
 2741source = "registry+https://github.com/rust-lang/crates.io-index"
 2742checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2743dependencies = [
 2744 "cfg-if",
 2745 "encoding_rs",
 2746 "memchr",
 2747]
 2748
 2749[[package]]
 2750name = "chrono"
 2751version = "0.4.42"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2754dependencies = [
 2755 "iana-time-zone",
 2756 "js-sys",
 2757 "num-traits",
 2758 "serde",
 2759 "wasm-bindgen",
 2760 "windows-link 0.2.1",
 2761]
 2762
 2763[[package]]
 2764name = "chunked_transfer"
 2765version = "1.5.0"
 2766source = "registry+https://github.com/rust-lang/crates.io-index"
 2767checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2768
 2769[[package]]
 2770name = "ciborium"
 2771version = "0.2.2"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2774dependencies = [
 2775 "ciborium-io",
 2776 "ciborium-ll",
 2777 "serde",
 2778]
 2779
 2780[[package]]
 2781name = "ciborium-io"
 2782version = "0.2.2"
 2783source = "registry+https://github.com/rust-lang/crates.io-index"
 2784checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2785
 2786[[package]]
 2787name = "ciborium-ll"
 2788version = "0.2.2"
 2789source = "registry+https://github.com/rust-lang/crates.io-index"
 2790checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2791dependencies = [
 2792 "ciborium-io",
 2793 "half",
 2794]
 2795
 2796[[package]]
 2797name = "cipher"
 2798version = "0.4.4"
 2799source = "registry+https://github.com/rust-lang/crates.io-index"
 2800checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2801dependencies = [
 2802 "crypto-common",
 2803 "inout",
 2804 "zeroize",
 2805]
 2806
 2807[[package]]
 2808name = "circular-buffer"
 2809version = "1.2.0"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2812
 2813[[package]]
 2814name = "clang-sys"
 2815version = "1.8.1"
 2816source = "registry+https://github.com/rust-lang/crates.io-index"
 2817checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2818dependencies = [
 2819 "glob",
 2820 "libc",
 2821 "libloading",
 2822]
 2823
 2824[[package]]
 2825name = "clap"
 2826version = "4.5.49"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2829dependencies = [
 2830 "clap_builder",
 2831 "clap_derive",
 2832]
 2833
 2834[[package]]
 2835name = "clap_builder"
 2836version = "4.5.49"
 2837source = "registry+https://github.com/rust-lang/crates.io-index"
 2838checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2839dependencies = [
 2840 "anstream",
 2841 "anstyle",
 2842 "clap_lex",
 2843 "strsim",
 2844 "terminal_size",
 2845]
 2846
 2847[[package]]
 2848name = "clap_complete"
 2849version = "4.5.59"
 2850source = "registry+https://github.com/rust-lang/crates.io-index"
 2851checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2852dependencies = [
 2853 "clap",
 2854]
 2855
 2856[[package]]
 2857name = "clap_derive"
 2858version = "4.5.49"
 2859source = "registry+https://github.com/rust-lang/crates.io-index"
 2860checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2861dependencies = [
 2862 "heck 0.5.0",
 2863 "proc-macro2",
 2864 "quote",
 2865 "syn 2.0.117",
 2866]
 2867
 2868[[package]]
 2869name = "clap_lex"
 2870version = "0.7.6"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2873
 2874[[package]]
 2875name = "cli"
 2876version = "0.1.0"
 2877dependencies = [
 2878 "anyhow",
 2879 "askpass",
 2880 "clap",
 2881 "collections",
 2882 "console",
 2883 "core-foundation 0.10.0",
 2884 "core-services",
 2885 "dialoguer",
 2886 "exec",
 2887 "fork",
 2888 "ipc-channel",
 2889 "parking_lot",
 2890 "paths",
 2891 "plist",
 2892 "rayon",
 2893 "release_channel",
 2894 "serde",
 2895 "serde_json",
 2896 "tempfile",
 2897 "util",
 2898 "walkdir",
 2899 "windows 0.61.3",
 2900]
 2901
 2902[[package]]
 2903name = "client"
 2904version = "0.1.0"
 2905dependencies = [
 2906 "anyhow",
 2907 "async-tungstenite",
 2908 "base64 0.22.1",
 2909 "chrono",
 2910 "clock",
 2911 "cloud_api_client",
 2912 "cloud_api_types",
 2913 "cloud_llm_client",
 2914 "collections",
 2915 "credentials_provider",
 2916 "db",
 2917 "derive_more",
 2918 "feature_flags",
 2919 "fs",
 2920 "futures 0.3.32",
 2921 "gpui",
 2922 "gpui_tokio",
 2923 "http_client",
 2924 "http_client_tls",
 2925 "httparse",
 2926 "log",
 2927 "objc2-foundation",
 2928 "parking_lot",
 2929 "paths",
 2930 "postage",
 2931 "rand 0.9.3",
 2932 "regex",
 2933 "release_channel",
 2934 "rpc",
 2935 "rustls-pki-types",
 2936 "semver",
 2937 "serde",
 2938 "serde_json",
 2939 "serde_urlencoded",
 2940 "settings",
 2941 "sha2",
 2942 "smol",
 2943 "telemetry",
 2944 "telemetry_events",
 2945 "text",
 2946 "thiserror 2.0.17",
 2947 "time",
 2948 "tiny_http",
 2949 "tokio",
 2950 "tokio-native-tls",
 2951 "tokio-rustls 0.26.2",
 2952 "tokio-socks",
 2953 "url",
 2954 "util",
 2955 "windows 0.61.3",
 2956 "worktree",
 2957 "zed_credentials_provider",
 2958]
 2959
 2960[[package]]
 2961name = "clock"
 2962version = "0.1.0"
 2963dependencies = [
 2964 "parking_lot",
 2965 "serde",
 2966 "smallvec",
 2967]
 2968
 2969[[package]]
 2970name = "cloud_api_client"
 2971version = "0.1.0"
 2972dependencies = [
 2973 "anyhow",
 2974 "cloud_api_types",
 2975 "futures 0.3.32",
 2976 "gpui",
 2977 "gpui_tokio",
 2978 "http_client",
 2979 "parking_lot",
 2980 "serde_json",
 2981 "smol",
 2982 "thiserror 2.0.17",
 2983 "yawc",
 2984]
 2985
 2986[[package]]
 2987name = "cloud_api_types"
 2988version = "0.1.0"
 2989dependencies = [
 2990 "anyhow",
 2991 "chrono",
 2992 "ciborium",
 2993 "cloud_llm_client",
 2994 "pretty_assertions",
 2995 "serde",
 2996 "serde_json",
 2997 "strum 0.27.2",
 2998]
 2999
 3000[[package]]
 3001name = "cloud_llm_client"
 3002version = "0.1.0"
 3003dependencies = [
 3004 "anyhow",
 3005 "serde",
 3006 "serde_json",
 3007 "strum 0.27.2",
 3008 "uuid",
 3009 "zeta_prompt",
 3010]
 3011
 3012[[package]]
 3013name = "cmake"
 3014version = "0.1.56"
 3015source = "registry+https://github.com/rust-lang/crates.io-index"
 3016checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3017dependencies = [
 3018 "cc",
 3019]
 3020
 3021[[package]]
 3022name = "cobs"
 3023version = "0.3.0"
 3024source = "registry+https://github.com/rust-lang/crates.io-index"
 3025checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3026dependencies = [
 3027 "thiserror 2.0.17",
 3028]
 3029
 3030[[package]]
 3031name = "cocoa"
 3032version = "0.25.0"
 3033source = "registry+https://github.com/rust-lang/crates.io-index"
 3034checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3035dependencies = [
 3036 "bitflags 1.3.2",
 3037 "block",
 3038 "cocoa-foundation 0.1.2",
 3039 "core-foundation 0.9.4",
 3040 "core-graphics 0.23.2",
 3041 "foreign-types 0.5.0",
 3042 "libc",
 3043 "objc",
 3044]
 3045
 3046[[package]]
 3047name = "cocoa"
 3048version = "0.26.0"
 3049source = "registry+https://github.com/rust-lang/crates.io-index"
 3050checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3051dependencies = [
 3052 "bitflags 2.10.0",
 3053 "block",
 3054 "cocoa-foundation 0.2.0",
 3055 "core-foundation 0.10.0",
 3056 "core-graphics 0.24.0",
 3057 "foreign-types 0.5.0",
 3058 "libc",
 3059 "objc",
 3060]
 3061
 3062[[package]]
 3063name = "cocoa-foundation"
 3064version = "0.1.2"
 3065source = "registry+https://github.com/rust-lang/crates.io-index"
 3066checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3067dependencies = [
 3068 "bitflags 1.3.2",
 3069 "block",
 3070 "core-foundation 0.9.4",
 3071 "core-graphics-types 0.1.3",
 3072 "libc",
 3073 "objc",
 3074]
 3075
 3076[[package]]
 3077name = "cocoa-foundation"
 3078version = "0.2.0"
 3079source = "registry+https://github.com/rust-lang/crates.io-index"
 3080checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3081dependencies = [
 3082 "bitflags 2.10.0",
 3083 "block",
 3084 "core-foundation 0.10.0",
 3085 "core-graphics-types 0.2.0",
 3086 "libc",
 3087 "objc",
 3088]
 3089
 3090[[package]]
 3091name = "codespan-reporting"
 3092version = "0.13.0"
 3093source = "registry+https://github.com/rust-lang/crates.io-index"
 3094checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3095dependencies = [
 3096 "serde",
 3097 "termcolor",
 3098 "unicode-width",
 3099]
 3100
 3101[[package]]
 3102name = "codestral"
 3103version = "0.1.0"
 3104dependencies = [
 3105 "anyhow",
 3106 "edit_prediction",
 3107 "edit_prediction_types",
 3108 "futures 0.3.32",
 3109 "gpui",
 3110 "http_client",
 3111 "icons",
 3112 "language",
 3113 "language_model",
 3114 "log",
 3115 "serde",
 3116 "serde_json",
 3117 "text",
 3118 "zed_credentials_provider",
 3119 "zeta_prompt",
 3120]
 3121
 3122[[package]]
 3123name = "collab"
 3124version = "0.44.0"
 3125dependencies = [
 3126 "agent",
 3127 "anyhow",
 3128 "async-trait",
 3129 "async-tungstenite",
 3130 "aws-config",
 3131 "aws-sdk-kinesis",
 3132 "aws-sdk-s3",
 3133 "axum",
 3134 "buffer_diff",
 3135 "call",
 3136 "channel",
 3137 "chrono",
 3138 "client",
 3139 "clock",
 3140 "cloud_api_types",
 3141 "collab",
 3142 "collab_ui",
 3143 "collections",
 3144 "command_palette_hooks",
 3145 "ctor",
 3146 "dap",
 3147 "dap_adapters",
 3148 "dashmap",
 3149 "debugger_ui",
 3150 "editor",
 3151 "envy",
 3152 "extension",
 3153 "file_finder",
 3154 "fs",
 3155 "futures 0.3.32",
 3156 "git",
 3157 "git_hosting_providers",
 3158 "git_ui",
 3159 "gpui",
 3160 "gpui_tokio",
 3161 "hex",
 3162 "http_client",
 3163 "indoc",
 3164 "language",
 3165 "language_model",
 3166 "livekit_api",
 3167 "livekit_client",
 3168 "log",
 3169 "lsp",
 3170 "menu",
 3171 "multi_buffer",
 3172 "nanoid",
 3173 "node_runtime",
 3174 "notifications",
 3175 "parking_lot",
 3176 "pretty_assertions",
 3177 "project",
 3178 "prometheus",
 3179 "prompt_store",
 3180 "prost 0.9.0",
 3181 "rand 0.9.3",
 3182 "recent_projects",
 3183 "release_channel",
 3184 "remote",
 3185 "remote_server",
 3186 "reqwest 0.11.27",
 3187 "rpc",
 3188 "sea-orm",
 3189 "sea-orm-macros",
 3190 "semver",
 3191 "serde",
 3192 "serde_json",
 3193 "session",
 3194 "settings",
 3195 "sha2",
 3196 "smol",
 3197 "sqlx",
 3198 "strum 0.27.2",
 3199 "task",
 3200 "telemetry_events",
 3201 "text",
 3202 "theme",
 3203 "theme_settings",
 3204 "time",
 3205 "tokio",
 3206 "toml 0.8.23",
 3207 "tower 0.4.13",
 3208 "tower-http 0.4.4",
 3209 "tracing",
 3210 "tracing-subscriber",
 3211 "unindent",
 3212 "util",
 3213 "uuid",
 3214 "workspace",
 3215 "worktree",
 3216 "zed_actions",
 3217 "zlog",
 3218]
 3219
 3220[[package]]
 3221name = "collab_ui"
 3222version = "0.1.0"
 3223dependencies = [
 3224 "anyhow",
 3225 "call",
 3226 "channel",
 3227 "client",
 3228 "collections",
 3229 "db",
 3230 "editor",
 3231 "futures 0.3.32",
 3232 "fuzzy",
 3233 "gpui",
 3234 "livekit_client",
 3235 "menu",
 3236 "notifications",
 3237 "picker",
 3238 "project",
 3239 "release_channel",
 3240 "rpc",
 3241 "serde",
 3242 "serde_json",
 3243 "settings",
 3244 "smallvec",
 3245 "telemetry",
 3246 "theme",
 3247 "theme_settings",
 3248 "time",
 3249 "title_bar",
 3250 "ui",
 3251 "util",
 3252 "workspace",
 3253 "zed_actions",
 3254]
 3255
 3256[[package]]
 3257name = "collections"
 3258version = "0.1.0"
 3259dependencies = [
 3260 "indexmap",
 3261 "rustc-hash 2.1.1",
 3262]
 3263
 3264[[package]]
 3265name = "color_quant"
 3266version = "1.1.0"
 3267source = "registry+https://github.com/rust-lang/crates.io-index"
 3268checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3269
 3270[[package]]
 3271name = "colorchoice"
 3272version = "1.0.4"
 3273source = "registry+https://github.com/rust-lang/crates.io-index"
 3274checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3275
 3276[[package]]
 3277name = "combine"
 3278version = "4.6.7"
 3279source = "registry+https://github.com/rust-lang/crates.io-index"
 3280checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3281dependencies = [
 3282 "bytes 1.11.1",
 3283 "memchr",
 3284]
 3285
 3286[[package]]
 3287name = "command-fds"
 3288version = "0.3.2"
 3289source = "registry+https://github.com/rust-lang/crates.io-index"
 3290checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3291dependencies = [
 3292 "nix 0.30.1",
 3293 "thiserror 2.0.17",
 3294]
 3295
 3296[[package]]
 3297name = "command_palette"
 3298version = "0.1.0"
 3299dependencies = [
 3300 "anyhow",
 3301 "client",
 3302 "collections",
 3303 "command_palette_hooks",
 3304 "db",
 3305 "editor",
 3306 "fuzzy",
 3307 "go_to_line",
 3308 "gpui",
 3309 "language",
 3310 "log",
 3311 "menu",
 3312 "picker",
 3313 "postage",
 3314 "project",
 3315 "serde",
 3316 "settings",
 3317 "telemetry",
 3318 "theme",
 3319 "theme_settings",
 3320 "time",
 3321 "ui",
 3322 "util",
 3323 "workspace",
 3324 "zed_actions",
 3325]
 3326
 3327[[package]]
 3328name = "command_palette_hooks"
 3329version = "0.1.0"
 3330dependencies = [
 3331 "collections",
 3332 "derive_more",
 3333 "gpui",
 3334 "workspace",
 3335]
 3336
 3337[[package]]
 3338name = "compliance"
 3339version = "0.1.0"
 3340dependencies = [
 3341 "anyhow",
 3342 "async-trait",
 3343 "derive_more",
 3344 "futures 0.3.32",
 3345 "indoc",
 3346 "itertools 0.14.0",
 3347 "jsonwebtoken",
 3348 "octocrab",
 3349 "regex",
 3350 "semver",
 3351 "serde",
 3352 "serde_json",
 3353 "tokio",
 3354]
 3355
 3356[[package]]
 3357name = "component"
 3358version = "0.1.0"
 3359dependencies = [
 3360 "collections",
 3361 "documented",
 3362 "gpui",
 3363 "inventory",
 3364 "parking_lot",
 3365 "strum 0.27.2",
 3366 "theme",
 3367]
 3368
 3369[[package]]
 3370name = "component_preview"
 3371version = "0.1.0"
 3372dependencies = [
 3373 "anyhow",
 3374 "client",
 3375 "collections",
 3376 "component",
 3377 "db",
 3378 "fs",
 3379 "gpui",
 3380 "gpui_platform",
 3381 "language",
 3382 "log",
 3383 "node_runtime",
 3384 "notifications",
 3385 "project",
 3386 "release_channel",
 3387 "reqwest_client",
 3388 "session",
 3389 "settings",
 3390 "theme",
 3391 "theme_settings",
 3392 "ui",
 3393 "ui_input",
 3394 "uuid",
 3395 "workspace",
 3396]
 3397
 3398[[package]]
 3399name = "compression-codecs"
 3400version = "0.4.31"
 3401source = "registry+https://github.com/rust-lang/crates.io-index"
 3402checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3403dependencies = [
 3404 "bzip2 0.6.1",
 3405 "compression-core",
 3406 "deflate64",
 3407 "flate2",
 3408 "memchr",
 3409]
 3410
 3411[[package]]
 3412name = "compression-core"
 3413version = "0.4.29"
 3414source = "registry+https://github.com/rust-lang/crates.io-index"
 3415checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3416
 3417[[package]]
 3418name = "concurrent-queue"
 3419version = "2.5.0"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3422dependencies = [
 3423 "crossbeam-utils",
 3424]
 3425
 3426[[package]]
 3427name = "console"
 3428version = "0.16.3"
 3429source = "registry+https://github.com/rust-lang/crates.io-index"
 3430checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3431dependencies = [
 3432 "encode_unicode",
 3433 "libc",
 3434 "unicode-width",
 3435 "windows-sys 0.61.2",
 3436]
 3437
 3438[[package]]
 3439name = "console_error_panic_hook"
 3440version = "0.1.7"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3443dependencies = [
 3444 "cfg-if",
 3445 "wasm-bindgen",
 3446]
 3447
 3448[[package]]
 3449name = "const-oid"
 3450version = "0.9.6"
 3451source = "registry+https://github.com/rust-lang/crates.io-index"
 3452checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3453
 3454[[package]]
 3455name = "const-random"
 3456version = "0.1.18"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3459dependencies = [
 3460 "const-random-macro",
 3461]
 3462
 3463[[package]]
 3464name = "const-random-macro"
 3465version = "0.1.16"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3468dependencies = [
 3469 "getrandom 0.2.16",
 3470 "once_cell",
 3471 "tiny-keccak",
 3472]
 3473
 3474[[package]]
 3475name = "const_format"
 3476version = "0.2.35"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3479dependencies = [
 3480 "const_format_proc_macros",
 3481]
 3482
 3483[[package]]
 3484name = "const_format_proc_macros"
 3485version = "0.2.34"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3488dependencies = [
 3489 "proc-macro2",
 3490 "quote",
 3491 "unicode-xid",
 3492]
 3493
 3494[[package]]
 3495name = "constant_time_eq"
 3496version = "0.1.5"
 3497source = "registry+https://github.com/rust-lang/crates.io-index"
 3498checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3499
 3500[[package]]
 3501name = "context_server"
 3502version = "0.1.0"
 3503dependencies = [
 3504 "anyhow",
 3505 "async-trait",
 3506 "base64 0.22.1",
 3507 "collections",
 3508 "futures 0.3.32",
 3509 "gpui",
 3510 "http_client",
 3511 "log",
 3512 "net",
 3513 "parking_lot",
 3514 "postage",
 3515 "rand 0.9.3",
 3516 "schemars",
 3517 "serde",
 3518 "serde_json",
 3519 "settings",
 3520 "sha2",
 3521 "slotmap",
 3522 "smol",
 3523 "tempfile",
 3524 "terminal",
 3525 "tiny_http",
 3526 "url",
 3527 "util",
 3528]
 3529
 3530[[package]]
 3531name = "convert_case"
 3532version = "0.8.0"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3535dependencies = [
 3536 "unicode-segmentation",
 3537]
 3538
 3539[[package]]
 3540name = "convert_case"
 3541version = "0.10.0"
 3542source = "registry+https://github.com/rust-lang/crates.io-index"
 3543checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3544dependencies = [
 3545 "unicode-segmentation",
 3546]
 3547
 3548[[package]]
 3549name = "convert_case"
 3550version = "0.11.0"
 3551source = "registry+https://github.com/rust-lang/crates.io-index"
 3552checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3553dependencies = [
 3554 "unicode-segmentation",
 3555]
 3556
 3557[[package]]
 3558name = "copilot"
 3559version = "0.1.0"
 3560dependencies = [
 3561 "anyhow",
 3562 "async-std",
 3563 "collections",
 3564 "command_palette_hooks",
 3565 "copilot_chat",
 3566 "edit_prediction_types",
 3567 "editor",
 3568 "fs",
 3569 "futures 0.3.32",
 3570 "gpui",
 3571 "icons",
 3572 "indoc",
 3573 "language",
 3574 "log",
 3575 "lsp",
 3576 "node_runtime",
 3577 "parking_lot",
 3578 "paths",
 3579 "pretty_assertions",
 3580 "project",
 3581 "rpc",
 3582 "semver",
 3583 "serde",
 3584 "serde_json",
 3585 "settings",
 3586 "sum_tree",
 3587 "theme",
 3588 "theme_settings",
 3589 "util",
 3590 "workspace",
 3591 "zlog",
 3592]
 3593
 3594[[package]]
 3595name = "copilot_chat"
 3596version = "0.1.0"
 3597dependencies = [
 3598 "anthropic",
 3599 "anyhow",
 3600 "collections",
 3601 "dirs",
 3602 "fs",
 3603 "futures 0.3.32",
 3604 "gpui",
 3605 "http_client",
 3606 "log",
 3607 "paths",
 3608 "serde",
 3609 "serde_json",
 3610 "settings",
 3611]
 3612
 3613[[package]]
 3614name = "copilot_ui"
 3615version = "0.1.0"
 3616dependencies = [
 3617 "anyhow",
 3618 "copilot",
 3619 "gpui",
 3620 "language",
 3621 "log",
 3622 "lsp",
 3623 "menu",
 3624 "project",
 3625 "serde_json",
 3626 "settings",
 3627 "ui",
 3628 "util",
 3629 "workspace",
 3630]
 3631
 3632[[package]]
 3633name = "core-foundation"
 3634version = "0.9.4"
 3635source = "registry+https://github.com/rust-lang/crates.io-index"
 3636checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3637dependencies = [
 3638 "core-foundation-sys",
 3639 "libc",
 3640]
 3641
 3642[[package]]
 3643name = "core-foundation"
 3644version = "0.10.0"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3647dependencies = [
 3648 "core-foundation-sys",
 3649 "libc",
 3650]
 3651
 3652[[package]]
 3653name = "core-foundation-sys"
 3654version = "0.8.7"
 3655source = "registry+https://github.com/rust-lang/crates.io-index"
 3656checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3657
 3658[[package]]
 3659name = "core-graphics"
 3660version = "0.23.2"
 3661source = "registry+https://github.com/rust-lang/crates.io-index"
 3662checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3663dependencies = [
 3664 "bitflags 1.3.2",
 3665 "core-foundation 0.9.4",
 3666 "core-graphics-types 0.1.3",
 3667 "foreign-types 0.5.0",
 3668 "libc",
 3669]
 3670
 3671[[package]]
 3672name = "core-graphics"
 3673version = "0.24.0"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3676dependencies = [
 3677 "bitflags 2.10.0",
 3678 "core-foundation 0.10.0",
 3679 "core-graphics-types 0.2.0",
 3680 "foreign-types 0.5.0",
 3681 "libc",
 3682]
 3683
 3684[[package]]
 3685name = "core-graphics-helmer-fork"
 3686version = "0.24.0"
 3687source = "registry+https://github.com/rust-lang/crates.io-index"
 3688checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3689dependencies = [
 3690 "bitflags 2.10.0",
 3691 "core-foundation 0.9.4",
 3692 "core-graphics-types 0.1.3",
 3693 "foreign-types 0.5.0",
 3694 "libc",
 3695]
 3696
 3697[[package]]
 3698name = "core-graphics-types"
 3699version = "0.1.3"
 3700source = "registry+https://github.com/rust-lang/crates.io-index"
 3701checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3702dependencies = [
 3703 "bitflags 1.3.2",
 3704 "core-foundation 0.9.4",
 3705 "libc",
 3706]
 3707
 3708[[package]]
 3709name = "core-graphics-types"
 3710version = "0.2.0"
 3711source = "registry+https://github.com/rust-lang/crates.io-index"
 3712checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3713dependencies = [
 3714 "bitflags 2.10.0",
 3715 "core-foundation 0.10.0",
 3716 "libc",
 3717]
 3718
 3719[[package]]
 3720name = "core-graphics2"
 3721version = "0.5.2"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3724dependencies = [
 3725 "bitflags 2.10.0",
 3726 "block",
 3727 "cfg-if",
 3728 "core-foundation 0.10.0",
 3729 "libc",
 3730]
 3731
 3732[[package]]
 3733name = "core-services"
 3734version = "0.2.1"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3737dependencies = [
 3738 "core-foundation 0.9.4",
 3739]
 3740
 3741[[package]]
 3742name = "core-text"
 3743version = "21.0.0"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3746dependencies = [
 3747 "core-foundation 0.10.0",
 3748 "core-graphics 0.24.0",
 3749 "foreign-types 0.5.0",
 3750 "libc",
 3751]
 3752
 3753[[package]]
 3754name = "core-video"
 3755version = "0.5.2"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3758dependencies = [
 3759 "block",
 3760 "core-foundation 0.10.0",
 3761 "core-graphics2",
 3762 "io-surface",
 3763 "libc",
 3764 "metal",
 3765]
 3766
 3767[[package]]
 3768name = "core_maths"
 3769version = "0.1.1"
 3770source = "registry+https://github.com/rust-lang/crates.io-index"
 3771checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3772dependencies = [
 3773 "libm",
 3774]
 3775
 3776[[package]]
 3777name = "coreaudio-rs"
 3778version = "0.12.1"
 3779source = "registry+https://github.com/rust-lang/crates.io-index"
 3780checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3781dependencies = [
 3782 "bitflags 1.3.2",
 3783 "core-foundation-sys",
 3784 "coreaudio-sys",
 3785]
 3786
 3787[[package]]
 3788name = "coreaudio-rs"
 3789version = "0.13.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3792dependencies = [
 3793 "bitflags 1.3.2",
 3794 "libc",
 3795 "objc2-audio-toolbox",
 3796 "objc2-core-audio",
 3797 "objc2-core-audio-types",
 3798 "objc2-core-foundation",
 3799]
 3800
 3801[[package]]
 3802name = "coreaudio-sys"
 3803version = "0.2.17"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3806dependencies = [
 3807 "bindgen 0.72.1",
 3808]
 3809
 3810[[package]]
 3811name = "cosmic-text"
 3812version = "0.17.1"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3815dependencies = [
 3816 "bitflags 2.10.0",
 3817 "fontdb 0.23.0",
 3818 "harfrust",
 3819 "linebender_resource_handle",
 3820 "log",
 3821 "rangemap",
 3822 "rustc-hash 2.1.1",
 3823 "self_cell",
 3824 "skrifa 0.40.0",
 3825 "smol_str",
 3826 "swash",
 3827 "sys-locale",
 3828 "unicode-bidi",
 3829 "unicode-linebreak",
 3830 "unicode-script",
 3831 "unicode-segmentation",
 3832]
 3833
 3834[[package]]
 3835name = "cpal"
 3836version = "0.17.1"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3839dependencies = [
 3840 "alsa",
 3841 "coreaudio-rs 0.13.0",
 3842 "dasp_sample",
 3843 "jni",
 3844 "js-sys",
 3845 "libc",
 3846 "mach2 0.5.0",
 3847 "ndk",
 3848 "ndk-context",
 3849 "num-derive",
 3850 "num-traits",
 3851 "objc2",
 3852 "objc2-audio-toolbox",
 3853 "objc2-avf-audio",
 3854 "objc2-core-audio",
 3855 "objc2-core-audio-types",
 3856 "objc2-core-foundation",
 3857 "objc2-foundation",
 3858 "wasm-bindgen",
 3859 "wasm-bindgen-futures",
 3860 "web-sys",
 3861 "windows 0.62.2",
 3862]
 3863
 3864[[package]]
 3865name = "cpp_demangle"
 3866version = "0.4.5"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3869dependencies = [
 3870 "cfg-if",
 3871]
 3872
 3873[[package]]
 3874name = "cpufeatures"
 3875version = "0.2.17"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3878dependencies = [
 3879 "libc",
 3880]
 3881
 3882[[package]]
 3883name = "cranelift-assembler-x64"
 3884version = "0.123.7"
 3885source = "registry+https://github.com/rust-lang/crates.io-index"
 3886checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3887dependencies = [
 3888 "cranelift-assembler-x64-meta",
 3889]
 3890
 3891[[package]]
 3892name = "cranelift-assembler-x64-meta"
 3893version = "0.123.7"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3896dependencies = [
 3897 "cranelift-srcgen",
 3898]
 3899
 3900[[package]]
 3901name = "cranelift-bforest"
 3902version = "0.123.7"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3905dependencies = [
 3906 "cranelift-entity",
 3907]
 3908
 3909[[package]]
 3910name = "cranelift-bitset"
 3911version = "0.123.7"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3914dependencies = [
 3915 "serde",
 3916 "serde_derive",
 3917]
 3918
 3919[[package]]
 3920name = "cranelift-codegen"
 3921version = "0.123.7"
 3922source = "registry+https://github.com/rust-lang/crates.io-index"
 3923checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3924dependencies = [
 3925 "bumpalo",
 3926 "cranelift-assembler-x64",
 3927 "cranelift-bforest",
 3928 "cranelift-bitset",
 3929 "cranelift-codegen-meta",
 3930 "cranelift-codegen-shared",
 3931 "cranelift-control",
 3932 "cranelift-entity",
 3933 "cranelift-isle",
 3934 "gimli",
 3935 "hashbrown 0.15.5",
 3936 "log",
 3937 "postcard",
 3938 "pulley-interpreter",
 3939 "regalloc2",
 3940 "rustc-hash 2.1.1",
 3941 "serde",
 3942 "serde_derive",
 3943 "sha2",
 3944 "smallvec",
 3945 "target-lexicon 0.13.3",
 3946 "wasmtime-internal-math",
 3947]
 3948
 3949[[package]]
 3950name = "cranelift-codegen-meta"
 3951version = "0.123.7"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3954dependencies = [
 3955 "cranelift-assembler-x64-meta",
 3956 "cranelift-codegen-shared",
 3957 "cranelift-srcgen",
 3958 "heck 0.5.0",
 3959 "pulley-interpreter",
 3960]
 3961
 3962[[package]]
 3963name = "cranelift-codegen-shared"
 3964version = "0.123.7"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3967
 3968[[package]]
 3969name = "cranelift-control"
 3970version = "0.123.7"
 3971source = "registry+https://github.com/rust-lang/crates.io-index"
 3972checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3973dependencies = [
 3974 "arbitrary",
 3975]
 3976
 3977[[package]]
 3978name = "cranelift-entity"
 3979version = "0.123.7"
 3980source = "registry+https://github.com/rust-lang/crates.io-index"
 3981checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3982dependencies = [
 3983 "cranelift-bitset",
 3984 "serde",
 3985 "serde_derive",
 3986]
 3987
 3988[[package]]
 3989name = "cranelift-frontend"
 3990version = "0.123.7"
 3991source = "registry+https://github.com/rust-lang/crates.io-index"
 3992checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3993dependencies = [
 3994 "cranelift-codegen",
 3995 "log",
 3996 "smallvec",
 3997 "target-lexicon 0.13.3",
 3998]
 3999
 4000[[package]]
 4001name = "cranelift-isle"
 4002version = "0.123.7"
 4003source = "registry+https://github.com/rust-lang/crates.io-index"
 4004checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4005
 4006[[package]]
 4007name = "cranelift-native"
 4008version = "0.123.7"
 4009source = "registry+https://github.com/rust-lang/crates.io-index"
 4010checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4011dependencies = [
 4012 "cranelift-codegen",
 4013 "libc",
 4014 "target-lexicon 0.13.3",
 4015]
 4016
 4017[[package]]
 4018name = "cranelift-srcgen"
 4019version = "0.123.7"
 4020source = "registry+https://github.com/rust-lang/crates.io-index"
 4021checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4022
 4023[[package]]
 4024name = "crash-context"
 4025version = "0.6.3"
 4026source = "registry+https://github.com/rust-lang/crates.io-index"
 4027checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4028dependencies = [
 4029 "cfg-if",
 4030 "libc",
 4031 "mach2 0.4.3",
 4032]
 4033
 4034[[package]]
 4035name = "crash-handler"
 4036version = "0.6.3"
 4037source = "registry+https://github.com/rust-lang/crates.io-index"
 4038checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4039dependencies = [
 4040 "cfg-if",
 4041 "crash-context",
 4042 "libc",
 4043 "mach2 0.4.3",
 4044 "parking_lot",
 4045]
 4046
 4047[[package]]
 4048name = "crashes"
 4049version = "0.1.0"
 4050dependencies = [
 4051 "cfg-if",
 4052 "crash-handler",
 4053 "futures 0.3.32",
 4054 "log",
 4055 "mach2 0.5.0",
 4056 "minidumper",
 4057 "parking_lot",
 4058 "paths",
 4059 "release_channel",
 4060 "serde",
 4061 "serde_json",
 4062 "smol",
 4063 "system_specs",
 4064 "windows 0.61.3",
 4065 "zstd",
 4066]
 4067
 4068[[package]]
 4069name = "crc"
 4070version = "3.3.0"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4073dependencies = [
 4074 "crc-catalog",
 4075]
 4076
 4077[[package]]
 4078name = "crc-catalog"
 4079version = "2.4.0"
 4080source = "registry+https://github.com/rust-lang/crates.io-index"
 4081checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4082
 4083[[package]]
 4084name = "crc-fast"
 4085version = "1.6.0"
 4086source = "registry+https://github.com/rust-lang/crates.io-index"
 4087checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4088dependencies = [
 4089 "crc",
 4090 "digest",
 4091 "rand 0.9.3",
 4092 "regex",
 4093 "rustversion",
 4094]
 4095
 4096[[package]]
 4097name = "crc32fast"
 4098version = "1.5.0"
 4099source = "registry+https://github.com/rust-lang/crates.io-index"
 4100checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4101dependencies = [
 4102 "cfg-if",
 4103]
 4104
 4105[[package]]
 4106name = "credentials_provider"
 4107version = "0.1.0"
 4108dependencies = [
 4109 "anyhow",
 4110 "gpui",
 4111 "serde",
 4112]
 4113
 4114[[package]]
 4115name = "criterion"
 4116version = "0.5.1"
 4117source = "registry+https://github.com/rust-lang/crates.io-index"
 4118checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4119dependencies = [
 4120 "anes",
 4121 "cast",
 4122 "ciborium",
 4123 "clap",
 4124 "criterion-plot",
 4125 "is-terminal",
 4126 "itertools 0.10.5",
 4127 "num-traits",
 4128 "once_cell",
 4129 "oorandom",
 4130 "plotters",
 4131 "rayon",
 4132 "regex",
 4133 "serde",
 4134 "serde_derive",
 4135 "serde_json",
 4136 "tinytemplate",
 4137 "walkdir",
 4138]
 4139
 4140[[package]]
 4141name = "criterion-plot"
 4142version = "0.5.0"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4145dependencies = [
 4146 "cast",
 4147 "itertools 0.10.5",
 4148]
 4149
 4150[[package]]
 4151name = "crossbeam"
 4152version = "0.8.4"
 4153source = "registry+https://github.com/rust-lang/crates.io-index"
 4154checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4155dependencies = [
 4156 "crossbeam-channel",
 4157 "crossbeam-deque",
 4158 "crossbeam-epoch",
 4159 "crossbeam-queue",
 4160 "crossbeam-utils",
 4161]
 4162
 4163[[package]]
 4164name = "crossbeam-channel"
 4165version = "0.5.15"
 4166source = "registry+https://github.com/rust-lang/crates.io-index"
 4167checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4168dependencies = [
 4169 "crossbeam-utils",
 4170]
 4171
 4172[[package]]
 4173name = "crossbeam-deque"
 4174version = "0.8.6"
 4175source = "registry+https://github.com/rust-lang/crates.io-index"
 4176checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4177dependencies = [
 4178 "crossbeam-epoch",
 4179 "crossbeam-utils",
 4180]
 4181
 4182[[package]]
 4183name = "crossbeam-epoch"
 4184version = "0.9.18"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4187dependencies = [
 4188 "crossbeam-utils",
 4189]
 4190
 4191[[package]]
 4192name = "crossbeam-queue"
 4193version = "0.3.12"
 4194source = "registry+https://github.com/rust-lang/crates.io-index"
 4195checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4196dependencies = [
 4197 "crossbeam-utils",
 4198]
 4199
 4200[[package]]
 4201name = "crossbeam-utils"
 4202version = "0.8.21"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4205
 4206[[package]]
 4207name = "crunchy"
 4208version = "0.2.4"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4211
 4212[[package]]
 4213name = "crypto-bigint"
 4214version = "0.4.9"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4217dependencies = [
 4218 "generic-array",
 4219 "rand_core 0.6.4",
 4220 "subtle",
 4221 "zeroize",
 4222]
 4223
 4224[[package]]
 4225name = "crypto-bigint"
 4226version = "0.5.5"
 4227source = "registry+https://github.com/rust-lang/crates.io-index"
 4228checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4229dependencies = [
 4230 "rand_core 0.6.4",
 4231 "subtle",
 4232]
 4233
 4234[[package]]
 4235name = "crypto-common"
 4236version = "0.1.6"
 4237source = "registry+https://github.com/rust-lang/crates.io-index"
 4238checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4239dependencies = [
 4240 "generic-array",
 4241 "typenum",
 4242]
 4243
 4244[[package]]
 4245name = "cssparser"
 4246version = "0.35.0"
 4247source = "registry+https://github.com/rust-lang/crates.io-index"
 4248checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4249dependencies = [
 4250 "cssparser-macros",
 4251 "dtoa-short",
 4252 "itoa",
 4253 "phf 0.11.3",
 4254 "smallvec",
 4255]
 4256
 4257[[package]]
 4258name = "cssparser-macros"
 4259version = "0.6.1"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4262dependencies = [
 4263 "quote",
 4264 "syn 2.0.117",
 4265]
 4266
 4267[[package]]
 4268name = "csv_preview"
 4269version = "0.1.0"
 4270dependencies = [
 4271 "anyhow",
 4272 "editor",
 4273 "feature_flags",
 4274 "gpui",
 4275 "log",
 4276 "text",
 4277 "ui",
 4278 "workspace",
 4279]
 4280
 4281[[package]]
 4282name = "ctor"
 4283version = "0.4.3"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4286dependencies = [
 4287 "ctor-proc-macro",
 4288 "dtor",
 4289]
 4290
 4291[[package]]
 4292name = "ctor-proc-macro"
 4293version = "0.0.6"
 4294source = "registry+https://github.com/rust-lang/crates.io-index"
 4295checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4296
 4297[[package]]
 4298name = "ctrlc"
 4299version = "3.5.0"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4302dependencies = [
 4303 "dispatch",
 4304 "nix 0.30.1",
 4305 "windows-sys 0.61.2",
 4306]
 4307
 4308[[package]]
 4309name = "cursor-icon"
 4310version = "1.2.0"
 4311source = "registry+https://github.com/rust-lang/crates.io-index"
 4312checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4313
 4314[[package]]
 4315name = "cxx"
 4316version = "1.0.187"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4319dependencies = [
 4320 "cc",
 4321 "cxx-build",
 4322 "cxxbridge-cmd",
 4323 "cxxbridge-flags",
 4324 "cxxbridge-macro",
 4325 "foldhash 0.2.0",
 4326 "link-cplusplus",
 4327]
 4328
 4329[[package]]
 4330name = "cxx-build"
 4331version = "1.0.187"
 4332source = "registry+https://github.com/rust-lang/crates.io-index"
 4333checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4334dependencies = [
 4335 "cc",
 4336 "codespan-reporting",
 4337 "indexmap",
 4338 "proc-macro2",
 4339 "quote",
 4340 "scratch",
 4341 "syn 2.0.117",
 4342]
 4343
 4344[[package]]
 4345name = "cxxbridge-cmd"
 4346version = "1.0.187"
 4347source = "registry+https://github.com/rust-lang/crates.io-index"
 4348checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4349dependencies = [
 4350 "clap",
 4351 "codespan-reporting",
 4352 "indexmap",
 4353 "proc-macro2",
 4354 "quote",
 4355 "syn 2.0.117",
 4356]
 4357
 4358[[package]]
 4359name = "cxxbridge-flags"
 4360version = "1.0.187"
 4361source = "registry+https://github.com/rust-lang/crates.io-index"
 4362checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4363
 4364[[package]]
 4365name = "cxxbridge-macro"
 4366version = "1.0.187"
 4367source = "registry+https://github.com/rust-lang/crates.io-index"
 4368checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4369dependencies = [
 4370 "indexmap",
 4371 "proc-macro2",
 4372 "quote",
 4373 "syn 2.0.117",
 4374]
 4375
 4376[[package]]
 4377name = "dap"
 4378version = "0.1.0"
 4379dependencies = [
 4380 "anyhow",
 4381 "async-compression",
 4382 "async-pipe",
 4383 "async-tar",
 4384 "async-trait",
 4385 "client",
 4386 "collections",
 4387 "dap-types",
 4388 "fs",
 4389 "futures 0.3.32",
 4390 "gpui",
 4391 "http_client",
 4392 "language",
 4393 "libc",
 4394 "log",
 4395 "node_runtime",
 4396 "parking_lot",
 4397 "paths",
 4398 "proto",
 4399 "schemars",
 4400 "serde",
 4401 "serde_json",
 4402 "settings",
 4403 "smallvec",
 4404 "smol",
 4405 "task",
 4406 "telemetry",
 4407 "util",
 4408 "zlog",
 4409]
 4410
 4411[[package]]
 4412name = "dap-types"
 4413version = "0.0.1"
 4414source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4415dependencies = [
 4416 "schemars",
 4417 "serde",
 4418 "serde_json",
 4419]
 4420
 4421[[package]]
 4422name = "dap_adapters"
 4423version = "0.1.0"
 4424dependencies = [
 4425 "anyhow",
 4426 "async-trait",
 4427 "collections",
 4428 "dap",
 4429 "dotenvy",
 4430 "fs",
 4431 "futures 0.3.32",
 4432 "gpui",
 4433 "http_client",
 4434 "json_dotpath",
 4435 "language",
 4436 "log",
 4437 "node_runtime",
 4438 "paths",
 4439 "serde",
 4440 "serde_json",
 4441 "settings",
 4442 "smol",
 4443 "task",
 4444 "util",
 4445]
 4446
 4447[[package]]
 4448name = "darling"
 4449version = "0.20.11"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4452dependencies = [
 4453 "darling_core 0.20.11",
 4454 "darling_macro 0.20.11",
 4455]
 4456
 4457[[package]]
 4458name = "darling"
 4459version = "0.21.3"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4462dependencies = [
 4463 "darling_core 0.21.3",
 4464 "darling_macro 0.21.3",
 4465]
 4466
 4467[[package]]
 4468name = "darling_core"
 4469version = "0.20.11"
 4470source = "registry+https://github.com/rust-lang/crates.io-index"
 4471checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4472dependencies = [
 4473 "fnv",
 4474 "ident_case",
 4475 "proc-macro2",
 4476 "quote",
 4477 "strsim",
 4478 "syn 2.0.117",
 4479]
 4480
 4481[[package]]
 4482name = "darling_core"
 4483version = "0.21.3"
 4484source = "registry+https://github.com/rust-lang/crates.io-index"
 4485checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4486dependencies = [
 4487 "fnv",
 4488 "ident_case",
 4489 "proc-macro2",
 4490 "quote",
 4491 "strsim",
 4492 "syn 2.0.117",
 4493]
 4494
 4495[[package]]
 4496name = "darling_macro"
 4497version = "0.20.11"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4500dependencies = [
 4501 "darling_core 0.20.11",
 4502 "quote",
 4503 "syn 2.0.117",
 4504]
 4505
 4506[[package]]
 4507name = "darling_macro"
 4508version = "0.21.3"
 4509source = "registry+https://github.com/rust-lang/crates.io-index"
 4510checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4511dependencies = [
 4512 "darling_core 0.21.3",
 4513 "quote",
 4514 "syn 2.0.117",
 4515]
 4516
 4517[[package]]
 4518name = "dashmap"
 4519version = "6.1.0"
 4520source = "registry+https://github.com/rust-lang/crates.io-index"
 4521checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4522dependencies = [
 4523 "cfg-if",
 4524 "crossbeam-utils",
 4525 "hashbrown 0.14.5",
 4526 "lock_api",
 4527 "once_cell",
 4528 "parking_lot_core",
 4529]
 4530
 4531[[package]]
 4532name = "dasp_sample"
 4533version = "0.11.0"
 4534source = "registry+https://github.com/rust-lang/crates.io-index"
 4535checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4536
 4537[[package]]
 4538name = "data-encoding"
 4539version = "2.9.0"
 4540source = "registry+https://github.com/rust-lang/crates.io-index"
 4541checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4542
 4543[[package]]
 4544name = "data-url"
 4545version = "0.3.2"
 4546source = "registry+https://github.com/rust-lang/crates.io-index"
 4547checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4548
 4549[[package]]
 4550name = "db"
 4551version = "0.1.0"
 4552dependencies = [
 4553 "anyhow",
 4554 "gpui",
 4555 "indoc",
 4556 "inventory",
 4557 "log",
 4558 "paths",
 4559 "release_channel",
 4560 "smol",
 4561 "sqlez",
 4562 "sqlez_macros",
 4563 "tempfile",
 4564 "util",
 4565 "uuid",
 4566 "zed_env_vars",
 4567]
 4568
 4569[[package]]
 4570name = "dbus"
 4571version = "0.9.9"
 4572source = "registry+https://github.com/rust-lang/crates.io-index"
 4573checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4574dependencies = [
 4575 "libc",
 4576 "libdbus-sys",
 4577 "windows-sys 0.59.0",
 4578]
 4579
 4580[[package]]
 4581name = "debug_adapter_extension"
 4582version = "0.1.0"
 4583dependencies = [
 4584 "anyhow",
 4585 "async-trait",
 4586 "collections",
 4587 "dap",
 4588 "extension",
 4589 "gpui",
 4590 "serde_json",
 4591 "task",
 4592 "util",
 4593]
 4594
 4595[[package]]
 4596name = "debugger_tools"
 4597version = "0.1.0"
 4598dependencies = [
 4599 "anyhow",
 4600 "dap",
 4601 "editor",
 4602 "futures 0.3.32",
 4603 "gpui",
 4604 "project",
 4605 "serde_json",
 4606 "settings",
 4607 "smol",
 4608 "util",
 4609 "workspace",
 4610]
 4611
 4612[[package]]
 4613name = "debugger_ui"
 4614version = "0.1.0"
 4615dependencies = [
 4616 "alacritty_terminal",
 4617 "anyhow",
 4618 "bitflags 2.10.0",
 4619 "client",
 4620 "collections",
 4621 "command_palette_hooks",
 4622 "dap",
 4623 "dap_adapters",
 4624 "db",
 4625 "debugger_tools",
 4626 "editor",
 4627 "feature_flags",
 4628 "file_icons",
 4629 "futures 0.3.32",
 4630 "fuzzy",
 4631 "gpui",
 4632 "hex",
 4633 "indoc",
 4634 "itertools 0.14.0",
 4635 "language",
 4636 "log",
 4637 "menu",
 4638 "notifications",
 4639 "parking_lot",
 4640 "parse_int",
 4641 "paths",
 4642 "picker",
 4643 "pretty_assertions",
 4644 "project",
 4645 "rpc",
 4646 "schemars",
 4647 "serde",
 4648 "serde_json",
 4649 "serde_json_lenient",
 4650 "settings",
 4651 "sysinfo 0.37.2",
 4652 "task",
 4653 "tasks_ui",
 4654 "terminal_view",
 4655 "text",
 4656 "theme",
 4657 "theme_settings",
 4658 "tree-sitter",
 4659 "tree-sitter-go",
 4660 "tree-sitter-json",
 4661 "ui",
 4662 "ui_input",
 4663 "unindent",
 4664 "util",
 4665 "workspace",
 4666 "zed_actions",
 4667 "zlog",
 4668]
 4669
 4670[[package]]
 4671name = "debugid"
 4672version = "0.8.0"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4675dependencies = [
 4676 "uuid",
 4677]
 4678
 4679[[package]]
 4680name = "deepseek"
 4681version = "0.1.0"
 4682dependencies = [
 4683 "anyhow",
 4684 "futures 0.3.32",
 4685 "http_client",
 4686 "schemars",
 4687 "serde",
 4688 "serde_json",
 4689]
 4690
 4691[[package]]
 4692name = "deflate64"
 4693version = "0.1.10"
 4694source = "registry+https://github.com/rust-lang/crates.io-index"
 4695checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4696
 4697[[package]]
 4698name = "denoise"
 4699version = "0.1.0"
 4700dependencies = [
 4701 "candle-core",
 4702 "candle-onnx",
 4703 "log",
 4704 "realfft",
 4705 "rodio",
 4706 "rustfft",
 4707 "thiserror 2.0.17",
 4708]
 4709
 4710[[package]]
 4711name = "der"
 4712version = "0.6.1"
 4713source = "registry+https://github.com/rust-lang/crates.io-index"
 4714checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4715dependencies = [
 4716 "const-oid",
 4717 "zeroize",
 4718]
 4719
 4720[[package]]
 4721name = "der"
 4722version = "0.7.10"
 4723source = "registry+https://github.com/rust-lang/crates.io-index"
 4724checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4725dependencies = [
 4726 "const-oid",
 4727 "pem-rfc7468",
 4728 "zeroize",
 4729]
 4730
 4731[[package]]
 4732name = "deranged"
 4733version = "0.5.4"
 4734source = "registry+https://github.com/rust-lang/crates.io-index"
 4735checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4736dependencies = [
 4737 "powerfmt",
 4738 "serde_core",
 4739]
 4740
 4741[[package]]
 4742name = "derive_arbitrary"
 4743version = "1.4.2"
 4744source = "registry+https://github.com/rust-lang/crates.io-index"
 4745checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4746dependencies = [
 4747 "proc-macro2",
 4748 "quote",
 4749 "syn 2.0.117",
 4750]
 4751
 4752[[package]]
 4753name = "derive_more"
 4754version = "2.1.1"
 4755source = "registry+https://github.com/rust-lang/crates.io-index"
 4756checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4757dependencies = [
 4758 "derive_more-impl",
 4759]
 4760
 4761[[package]]
 4762name = "derive_more-impl"
 4763version = "2.1.1"
 4764source = "registry+https://github.com/rust-lang/crates.io-index"
 4765checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4766dependencies = [
 4767 "convert_case 0.10.0",
 4768 "proc-macro2",
 4769 "quote",
 4770 "rustc_version",
 4771 "syn 2.0.117",
 4772 "unicode-xid",
 4773]
 4774
 4775[[package]]
 4776name = "derive_refineable"
 4777version = "0.1.0"
 4778dependencies = [
 4779 "proc-macro2",
 4780 "quote",
 4781 "syn 2.0.117",
 4782]
 4783
 4784[[package]]
 4785name = "derive_setters"
 4786version = "0.1.9"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4789dependencies = [
 4790 "darling 0.21.3",
 4791 "proc-macro2",
 4792 "quote",
 4793 "syn 2.0.117",
 4794]
 4795
 4796[[package]]
 4797name = "dev_container"
 4798version = "0.1.0"
 4799dependencies = [
 4800 "async-tar",
 4801 "async-trait",
 4802 "env_logger 0.11.8",
 4803 "fs",
 4804 "futures 0.3.32",
 4805 "gpui",
 4806 "http 1.3.1",
 4807 "http_client",
 4808 "log",
 4809 "menu",
 4810 "paths",
 4811 "picker",
 4812 "project",
 4813 "regex",
 4814 "serde",
 4815 "serde_json",
 4816 "serde_json_lenient",
 4817 "settings",
 4818 "shlex",
 4819 "ui",
 4820 "util",
 4821 "walkdir",
 4822 "workspace",
 4823 "worktree",
 4824]
 4825
 4826[[package]]
 4827name = "diagnostics"
 4828version = "0.1.0"
 4829dependencies = [
 4830 "anyhow",
 4831 "collections",
 4832 "component",
 4833 "ctor",
 4834 "editor",
 4835 "gpui",
 4836 "indoc",
 4837 "itertools 0.14.0",
 4838 "language",
 4839 "log",
 4840 "lsp",
 4841 "markdown",
 4842 "pretty_assertions",
 4843 "project",
 4844 "rand 0.9.3",
 4845 "serde",
 4846 "serde_json",
 4847 "settings",
 4848 "text",
 4849 "theme",
 4850 "theme_settings",
 4851 "ui",
 4852 "unindent",
 4853 "util",
 4854 "workspace",
 4855 "zed_actions",
 4856 "zlog",
 4857]
 4858
 4859[[package]]
 4860name = "dialoguer"
 4861version = "0.12.0"
 4862source = "registry+https://github.com/rust-lang/crates.io-index"
 4863checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4864dependencies = [
 4865 "console",
 4866 "shell-words",
 4867]
 4868
 4869[[package]]
 4870name = "diff"
 4871version = "0.1.13"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4874
 4875[[package]]
 4876name = "diffy"
 4877version = "0.4.2"
 4878source = "registry+https://github.com/rust-lang/crates.io-index"
 4879checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4880dependencies = [
 4881 "nu-ansi-term",
 4882]
 4883
 4884[[package]]
 4885name = "digest"
 4886version = "0.10.7"
 4887source = "registry+https://github.com/rust-lang/crates.io-index"
 4888checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4889dependencies = [
 4890 "block-buffer",
 4891 "const-oid",
 4892 "crypto-common",
 4893 "subtle",
 4894]
 4895
 4896[[package]]
 4897name = "dirs"
 4898version = "6.0.0"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4901dependencies = [
 4902 "dirs-sys",
 4903]
 4904
 4905[[package]]
 4906name = "dirs-sys"
 4907version = "0.5.0"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4910dependencies = [
 4911 "libc",
 4912 "option-ext",
 4913 "redox_users",
 4914 "windows-sys 0.61.2",
 4915]
 4916
 4917[[package]]
 4918name = "dispatch"
 4919version = "0.2.0"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4922
 4923[[package]]
 4924name = "dispatch2"
 4925version = "0.3.1"
 4926source = "registry+https://github.com/rust-lang/crates.io-index"
 4927checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4928dependencies = [
 4929 "bitflags 2.10.0",
 4930 "block2",
 4931 "libc",
 4932 "objc2",
 4933]
 4934
 4935[[package]]
 4936name = "displaydoc"
 4937version = "0.2.5"
 4938source = "registry+https://github.com/rust-lang/crates.io-index"
 4939checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4940dependencies = [
 4941 "proc-macro2",
 4942 "quote",
 4943 "syn 2.0.117",
 4944]
 4945
 4946[[package]]
 4947name = "dlib"
 4948version = "0.5.2"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4951dependencies = [
 4952 "libloading",
 4953]
 4954
 4955[[package]]
 4956name = "docs_preprocessor"
 4957version = "0.1.0"
 4958dependencies = [
 4959 "anyhow",
 4960 "collections",
 4961 "jsonschema",
 4962 "mdbook",
 4963 "regex",
 4964 "schemars",
 4965 "serde",
 4966 "serde_json",
 4967 "settings",
 4968 "task",
 4969 "theme",
 4970 "util",
 4971 "zlog",
 4972]
 4973
 4974[[package]]
 4975name = "document-features"
 4976version = "0.2.12"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4979dependencies = [
 4980 "litrs",
 4981]
 4982
 4983[[package]]
 4984name = "documented"
 4985version = "0.9.2"
 4986source = "registry+https://github.com/rust-lang/crates.io-index"
 4987checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4988dependencies = [
 4989 "documented-macros",
 4990 "phf 0.12.1",
 4991 "thiserror 2.0.17",
 4992]
 4993
 4994[[package]]
 4995name = "documented-macros"
 4996version = "0.9.2"
 4997source = "registry+https://github.com/rust-lang/crates.io-index"
 4998checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4999dependencies = [
 5000 "convert_case 0.8.0",
 5001 "itertools 0.14.0",
 5002 "optfield",
 5003 "proc-macro2",
 5004 "quote",
 5005 "strum 0.27.2",
 5006 "syn 2.0.117",
 5007]
 5008
 5009[[package]]
 5010name = "dotenvy"
 5011version = "0.15.7"
 5012source = "registry+https://github.com/rust-lang/crates.io-index"
 5013checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5014
 5015[[package]]
 5016name = "downcast-rs"
 5017version = "1.2.1"
 5018source = "registry+https://github.com/rust-lang/crates.io-index"
 5019checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5020
 5021[[package]]
 5022name = "doxygen-rs"
 5023version = "0.4.2"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5026dependencies = [
 5027 "phf 0.11.3",
 5028]
 5029
 5030[[package]]
 5031name = "dtoa"
 5032version = "1.0.10"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5035
 5036[[package]]
 5037name = "dtoa-short"
 5038version = "0.3.5"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5041dependencies = [
 5042 "dtoa",
 5043]
 5044
 5045[[package]]
 5046name = "dtor"
 5047version = "0.0.6"
 5048source = "registry+https://github.com/rust-lang/crates.io-index"
 5049checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5050dependencies = [
 5051 "dtor-proc-macro",
 5052]
 5053
 5054[[package]]
 5055name = "dtor-proc-macro"
 5056version = "0.0.5"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5059
 5060[[package]]
 5061name = "dunce"
 5062version = "1.0.5"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5065
 5066[[package]]
 5067name = "dwrote"
 5068version = "0.11.5"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5071dependencies = [
 5072 "lazy_static",
 5073 "libc",
 5074 "winapi",
 5075 "wio",
 5076]
 5077
 5078[[package]]
 5079name = "dyn-clone"
 5080version = "1.0.20"
 5081source = "registry+https://github.com/rust-lang/crates.io-index"
 5082checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5083
 5084[[package]]
 5085name = "dyn-stack"
 5086version = "0.10.0"
 5087source = "registry+https://github.com/rust-lang/crates.io-index"
 5088checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5089dependencies = [
 5090 "bytemuck",
 5091 "reborrow",
 5092]
 5093
 5094[[package]]
 5095name = "dyn-stack"
 5096version = "0.13.2"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5099dependencies = [
 5100 "bytemuck",
 5101 "dyn-stack-macros",
 5102]
 5103
 5104[[package]]
 5105name = "dyn-stack-macros"
 5106version = "0.1.3"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5109
 5110[[package]]
 5111name = "ec4rs"
 5112version = "1.2.0"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5115
 5116[[package]]
 5117name = "ecdsa"
 5118version = "0.14.8"
 5119source = "registry+https://github.com/rust-lang/crates.io-index"
 5120checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5121dependencies = [
 5122 "der 0.6.1",
 5123 "elliptic-curve",
 5124 "rfc6979",
 5125 "signature 1.6.4",
 5126]
 5127
 5128[[package]]
 5129name = "edit_prediction"
 5130version = "0.1.0"
 5131dependencies = [
 5132 "ai_onboarding",
 5133 "anyhow",
 5134 "buffer_diff",
 5135 "client",
 5136 "clock",
 5137 "cloud_api_client",
 5138 "cloud_api_types",
 5139 "cloud_llm_client",
 5140 "collections",
 5141 "copilot",
 5142 "copilot_ui",
 5143 "credentials_provider",
 5144 "criterion",
 5145 "ctor",
 5146 "db",
 5147 "edit_prediction_context",
 5148 "edit_prediction_metrics",
 5149 "edit_prediction_types",
 5150 "feature_flags",
 5151 "fs",
 5152 "futures 0.3.32",
 5153 "gpui",
 5154 "heapless",
 5155 "indoc",
 5156 "itertools 0.14.0",
 5157 "language",
 5158 "language_model",
 5159 "languages",
 5160 "log",
 5161 "lsp",
 5162 "menu",
 5163 "node_runtime",
 5164 "open_ai",
 5165 "parking_lot",
 5166 "postage",
 5167 "pretty_assertions",
 5168 "project",
 5169 "pulldown-cmark 0.13.0",
 5170 "rand 0.9.3",
 5171 "regex",
 5172 "release_channel",
 5173 "semver",
 5174 "serde",
 5175 "serde_json",
 5176 "settings",
 5177 "strum 0.27.2",
 5178 "telemetry",
 5179 "telemetry_events",
 5180 "text",
 5181 "thiserror 2.0.17",
 5182 "time",
 5183 "toml 0.8.23",
 5184 "ui",
 5185 "util",
 5186 "uuid",
 5187 "workspace",
 5188 "worktree",
 5189 "zed_actions",
 5190 "zed_credentials_provider",
 5191 "zeta_prompt",
 5192 "zlog",
 5193 "zstd",
 5194]
 5195
 5196[[package]]
 5197name = "edit_prediction_cli"
 5198version = "0.1.0"
 5199dependencies = [
 5200 "anthropic",
 5201 "anyhow",
 5202 "chrono",
 5203 "clap",
 5204 "client",
 5205 "cloud_llm_client",
 5206 "collections",
 5207 "db",
 5208 "debug_adapter_extension",
 5209 "dirs",
 5210 "edit_prediction",
 5211 "edit_prediction_metrics",
 5212 "extension",
 5213 "flate2",
 5214 "fs",
 5215 "futures 0.3.32",
 5216 "gaoya",
 5217 "gpui",
 5218 "gpui_platform",
 5219 "gpui_tokio",
 5220 "http_client",
 5221 "indoc",
 5222 "language",
 5223 "language_extension",
 5224 "language_model",
 5225 "language_models",
 5226 "languages",
 5227 "libc",
 5228 "log",
 5229 "node_runtime",
 5230 "open_ai",
 5231 "paths",
 5232 "pretty_assertions",
 5233 "project",
 5234 "prompt_store",
 5235 "rand 0.9.3",
 5236 "release_channel",
 5237 "reqwest_client",
 5238 "rust-embed",
 5239 "serde",
 5240 "serde_json",
 5241 "settings",
 5242 "shellexpand",
 5243 "similar",
 5244 "smol",
 5245 "sqlez",
 5246 "sqlez_macros",
 5247 "strum 0.27.2",
 5248 "telemetry_events",
 5249 "tempfile",
 5250 "terminal_view",
 5251 "toml 0.8.23",
 5252 "util",
 5253 "wasmtime",
 5254 "watch",
 5255 "workspace",
 5256 "zeta_prompt",
 5257]
 5258
 5259[[package]]
 5260name = "edit_prediction_context"
 5261version = "0.1.0"
 5262dependencies = [
 5263 "anyhow",
 5264 "clock",
 5265 "collections",
 5266 "env_logger 0.11.8",
 5267 "futures 0.3.32",
 5268 "gpui",
 5269 "indoc",
 5270 "language",
 5271 "log",
 5272 "lsp",
 5273 "parking_lot",
 5274 "pretty_assertions",
 5275 "project",
 5276 "serde",
 5277 "serde_json",
 5278 "settings",
 5279 "smallvec",
 5280 "text",
 5281 "tree-sitter",
 5282 "util",
 5283 "zeta_prompt",
 5284]
 5285
 5286[[package]]
 5287name = "edit_prediction_metrics"
 5288version = "0.1.0"
 5289dependencies = [
 5290 "indoc",
 5291 "language",
 5292 "pretty_assertions",
 5293 "serde",
 5294 "similar",
 5295 "tree-sitter",
 5296 "zeta_prompt",
 5297]
 5298
 5299[[package]]
 5300name = "edit_prediction_types"
 5301version = "0.1.0"
 5302dependencies = [
 5303 "client",
 5304 "gpui",
 5305 "icons",
 5306 "language",
 5307 "text",
 5308]
 5309
 5310[[package]]
 5311name = "edit_prediction_ui"
 5312version = "0.1.0"
 5313dependencies = [
 5314 "anyhow",
 5315 "buffer_diff",
 5316 "client",
 5317 "cloud_llm_client",
 5318 "codestral",
 5319 "collections",
 5320 "command_palette_hooks",
 5321 "copilot",
 5322 "copilot_chat",
 5323 "copilot_ui",
 5324 "edit_prediction",
 5325 "edit_prediction_types",
 5326 "editor",
 5327 "feature_flags",
 5328 "fs",
 5329 "futures 0.3.32",
 5330 "gpui",
 5331 "indoc",
 5332 "language",
 5333 "markdown",
 5334 "menu",
 5335 "multi_buffer",
 5336 "paths",
 5337 "project",
 5338 "regex",
 5339 "settings",
 5340 "telemetry",
 5341 "text",
 5342 "theme",
 5343 "theme_settings",
 5344 "time",
 5345 "ui",
 5346 "util",
 5347 "workspace",
 5348 "zed_actions",
 5349 "zeta_prompt",
 5350]
 5351
 5352[[package]]
 5353name = "editor"
 5354version = "0.1.0"
 5355dependencies = [
 5356 "aho-corasick",
 5357 "anyhow",
 5358 "assets",
 5359 "breadcrumbs",
 5360 "buffer_diff",
 5361 "client",
 5362 "clock",
 5363 "collections",
 5364 "convert_case 0.8.0",
 5365 "criterion",
 5366 "ctor",
 5367 "dap",
 5368 "db",
 5369 "edit_prediction_types",
 5370 "emojis",
 5371 "feature_flags",
 5372 "file_icons",
 5373 "fs",
 5374 "futures 0.3.32",
 5375 "fuzzy",
 5376 "git",
 5377 "gpui",
 5378 "indoc",
 5379 "itertools 0.14.0",
 5380 "language",
 5381 "languages",
 5382 "linkify",
 5383 "log",
 5384 "lsp",
 5385 "markdown",
 5386 "menu",
 5387 "multi_buffer",
 5388 "ordered-float 2.10.1",
 5389 "parking_lot",
 5390 "pretty_assertions",
 5391 "project",
 5392 "proptest",
 5393 "proptest-derive",
 5394 "rand 0.9.3",
 5395 "regex",
 5396 "release_channel",
 5397 "rope",
 5398 "rpc",
 5399 "schemars",
 5400 "semver",
 5401 "serde",
 5402 "serde_json",
 5403 "settings",
 5404 "smallvec",
 5405 "smol",
 5406 "snippet",
 5407 "sum_tree",
 5408 "task",
 5409 "telemetry",
 5410 "text",
 5411 "theme",
 5412 "theme_settings",
 5413 "time",
 5414 "tracing",
 5415 "tree-sitter-bash",
 5416 "tree-sitter-c",
 5417 "tree-sitter-html",
 5418 "tree-sitter-md",
 5419 "tree-sitter-python",
 5420 "tree-sitter-rust",
 5421 "tree-sitter-typescript",
 5422 "tree-sitter-yaml",
 5423 "ui",
 5424 "ui_input",
 5425 "unicode-script",
 5426 "unicode-segmentation",
 5427 "unicode-width",
 5428 "unindent",
 5429 "url",
 5430 "util",
 5431 "uuid",
 5432 "vim_mode_setting",
 5433 "workspace",
 5434 "zed_actions",
 5435 "zlog",
 5436 "ztracing",
 5437]
 5438
 5439[[package]]
 5440name = "either"
 5441version = "1.15.0"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5444dependencies = [
 5445 "serde",
 5446]
 5447
 5448[[package]]
 5449name = "elasticlunr-rs"
 5450version = "3.0.2"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5453dependencies = [
 5454 "regex",
 5455 "serde",
 5456 "serde_derive",
 5457 "serde_json",
 5458]
 5459
 5460[[package]]
 5461name = "elliptic-curve"
 5462version = "0.12.3"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5465dependencies = [
 5466 "base16ct",
 5467 "crypto-bigint 0.4.9",
 5468 "der 0.6.1",
 5469 "digest",
 5470 "ff",
 5471 "generic-array",
 5472 "group",
 5473 "pkcs8 0.9.0",
 5474 "rand_core 0.6.4",
 5475 "sec1",
 5476 "subtle",
 5477 "zeroize",
 5478]
 5479
 5480[[package]]
 5481name = "email_address"
 5482version = "0.2.9"
 5483source = "registry+https://github.com/rust-lang/crates.io-index"
 5484checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5485dependencies = [
 5486 "serde",
 5487]
 5488
 5489[[package]]
 5490name = "embed-resource"
 5491version = "3.0.6"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5494dependencies = [
 5495 "cc",
 5496 "memchr",
 5497 "rustc_version",
 5498 "toml 0.9.8",
 5499 "vswhom",
 5500 "winreg 0.55.0",
 5501]
 5502
 5503[[package]]
 5504name = "embedded-io"
 5505version = "0.4.0"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5508
 5509[[package]]
 5510name = "embedded-io"
 5511version = "0.6.1"
 5512source = "registry+https://github.com/rust-lang/crates.io-index"
 5513checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5514
 5515[[package]]
 5516name = "emojis"
 5517version = "0.6.4"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5520dependencies = [
 5521 "phf 0.11.3",
 5522]
 5523
 5524[[package]]
 5525name = "encode_unicode"
 5526version = "1.0.0"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5529
 5530[[package]]
 5531name = "encoding_rs"
 5532version = "0.8.35"
 5533source = "registry+https://github.com/rust-lang/crates.io-index"
 5534checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5535dependencies = [
 5536 "cfg-if",
 5537]
 5538
 5539[[package]]
 5540name = "encoding_selector"
 5541version = "0.1.0"
 5542dependencies = [
 5543 "editor",
 5544 "encoding_rs",
 5545 "fuzzy",
 5546 "gpui",
 5547 "language",
 5548 "picker",
 5549 "project",
 5550 "ui",
 5551 "util",
 5552 "workspace",
 5553]
 5554
 5555[[package]]
 5556name = "endi"
 5557version = "1.1.0"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5560
 5561[[package]]
 5562name = "enum-as-inner"
 5563version = "0.6.1"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5566dependencies = [
 5567 "heck 0.5.0",
 5568 "proc-macro2",
 5569 "quote",
 5570 "syn 2.0.117",
 5571]
 5572
 5573[[package]]
 5574name = "enumflags2"
 5575version = "0.7.12"
 5576source = "registry+https://github.com/rust-lang/crates.io-index"
 5577checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5578dependencies = [
 5579 "enumflags2_derive",
 5580 "serde",
 5581]
 5582
 5583[[package]]
 5584name = "enumflags2_derive"
 5585version = "0.7.12"
 5586source = "registry+https://github.com/rust-lang/crates.io-index"
 5587checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5588dependencies = [
 5589 "proc-macro2",
 5590 "quote",
 5591 "syn 2.0.117",
 5592]
 5593
 5594[[package]]
 5595name = "env_filter"
 5596version = "0.1.4"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5599dependencies = [
 5600 "log",
 5601 "regex",
 5602]
 5603
 5604[[package]]
 5605name = "env_logger"
 5606version = "0.10.2"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5609dependencies = [
 5610 "humantime",
 5611 "is-terminal",
 5612 "log",
 5613 "regex",
 5614 "termcolor",
 5615]
 5616
 5617[[package]]
 5618name = "env_logger"
 5619version = "0.11.8"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5622dependencies = [
 5623 "anstream",
 5624 "anstyle",
 5625 "env_filter",
 5626 "jiff",
 5627 "log",
 5628]
 5629
 5630[[package]]
 5631name = "env_var"
 5632version = "0.1.0"
 5633dependencies = [
 5634 "gpui_shared_string",
 5635]
 5636
 5637[[package]]
 5638name = "envy"
 5639version = "0.4.2"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5642dependencies = [
 5643 "serde",
 5644]
 5645
 5646[[package]]
 5647name = "equator"
 5648version = "0.4.2"
 5649source = "registry+https://github.com/rust-lang/crates.io-index"
 5650checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5651dependencies = [
 5652 "equator-macro",
 5653]
 5654
 5655[[package]]
 5656name = "equator-macro"
 5657version = "0.4.2"
 5658source = "registry+https://github.com/rust-lang/crates.io-index"
 5659checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5660dependencies = [
 5661 "proc-macro2",
 5662 "quote",
 5663 "syn 2.0.117",
 5664]
 5665
 5666[[package]]
 5667name = "equivalent"
 5668version = "1.0.2"
 5669source = "registry+https://github.com/rust-lang/crates.io-index"
 5670checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5671
 5672[[package]]
 5673name = "erased-serde"
 5674version = "0.4.9"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5677dependencies = [
 5678 "serde",
 5679 "serde_core",
 5680 "typeid",
 5681]
 5682
 5683[[package]]
 5684name = "errno"
 5685version = "0.2.8"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5688dependencies = [
 5689 "errno-dragonfly",
 5690 "libc",
 5691 "winapi",
 5692]
 5693
 5694[[package]]
 5695name = "errno"
 5696version = "0.3.14"
 5697source = "registry+https://github.com/rust-lang/crates.io-index"
 5698checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5699dependencies = [
 5700 "libc",
 5701 "windows-sys 0.61.2",
 5702]
 5703
 5704[[package]]
 5705name = "errno-dragonfly"
 5706version = "0.1.2"
 5707source = "registry+https://github.com/rust-lang/crates.io-index"
 5708checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5709dependencies = [
 5710 "cc",
 5711 "libc",
 5712]
 5713
 5714[[package]]
 5715name = "error-graph"
 5716version = "0.1.1"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5719dependencies = [
 5720 "serde",
 5721]
 5722
 5723[[package]]
 5724name = "etagere"
 5725version = "0.2.15"
 5726source = "registry+https://github.com/rust-lang/crates.io-index"
 5727checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5728dependencies = [
 5729 "euclid",
 5730 "svg_fmt",
 5731]
 5732
 5733[[package]]
 5734name = "etcetera"
 5735version = "0.8.0"
 5736source = "registry+https://github.com/rust-lang/crates.io-index"
 5737checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5738dependencies = [
 5739 "cfg-if",
 5740 "home",
 5741 "windows-sys 0.48.0",
 5742]
 5743
 5744[[package]]
 5745name = "etw_tracing"
 5746version = "0.1.0"
 5747dependencies = [
 5748 "anyhow",
 5749 "gpui",
 5750 "log",
 5751 "net",
 5752 "serde",
 5753 "serde_json",
 5754 "util",
 5755 "windows 0.61.3",
 5756 "windows-core 0.61.2",
 5757 "workspace",
 5758 "wprcontrol",
 5759]
 5760
 5761[[package]]
 5762name = "euclid"
 5763version = "0.22.11"
 5764source = "registry+https://github.com/rust-lang/crates.io-index"
 5765checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5766dependencies = [
 5767 "num-traits",
 5768]
 5769
 5770[[package]]
 5771name = "eval_cli"
 5772version = "0.1.0"
 5773dependencies = [
 5774 "acp_thread",
 5775 "agent",
 5776 "agent-client-protocol",
 5777 "agent_ui",
 5778 "anyhow",
 5779 "clap",
 5780 "client",
 5781 "ctrlc",
 5782 "db",
 5783 "debug_adapter_extension",
 5784 "env_logger 0.11.8",
 5785 "extension",
 5786 "feature_flags",
 5787 "fs",
 5788 "futures 0.3.32",
 5789 "gpui",
 5790 "gpui_platform",
 5791 "gpui_tokio",
 5792 "language",
 5793 "language_extension",
 5794 "language_model",
 5795 "language_models",
 5796 "languages",
 5797 "node_runtime",
 5798 "paths",
 5799 "project",
 5800 "prompt_store",
 5801 "release_channel",
 5802 "reqwest_client",
 5803 "serde",
 5804 "serde_json",
 5805 "settings",
 5806 "shellexpand",
 5807 "terminal_view",
 5808 "util",
 5809 "watch",
 5810]
 5811
 5812[[package]]
 5813name = "eval_utils"
 5814version = "0.1.0"
 5815dependencies = [
 5816 "gpui_platform",
 5817 "serde",
 5818 "smol",
 5819]
 5820
 5821[[package]]
 5822name = "event-listener"
 5823version = "2.5.3"
 5824source = "registry+https://github.com/rust-lang/crates.io-index"
 5825checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5826
 5827[[package]]
 5828name = "event-listener"
 5829version = "5.4.1"
 5830source = "registry+https://github.com/rust-lang/crates.io-index"
 5831checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5832dependencies = [
 5833 "concurrent-queue",
 5834 "parking",
 5835 "pin-project-lite",
 5836]
 5837
 5838[[package]]
 5839name = "event-listener-strategy"
 5840version = "0.5.4"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5843dependencies = [
 5844 "event-listener 5.4.1",
 5845 "pin-project-lite",
 5846]
 5847
 5848[[package]]
 5849name = "exec"
 5850version = "0.3.1"
 5851source = "registry+https://github.com/rust-lang/crates.io-index"
 5852checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5853dependencies = [
 5854 "errno 0.2.8",
 5855 "libc",
 5856]
 5857
 5858[[package]]
 5859name = "explorer_command_injector"
 5860version = "0.1.0"
 5861dependencies = [
 5862 "windows 0.61.3",
 5863 "windows-core 0.61.2",
 5864 "windows-registry 0.5.3",
 5865]
 5866
 5867[[package]]
 5868name = "exr"
 5869version = "1.73.0"
 5870source = "registry+https://github.com/rust-lang/crates.io-index"
 5871checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5872dependencies = [
 5873 "bit_field",
 5874 "half",
 5875 "lebe",
 5876 "miniz_oxide",
 5877 "rayon-core",
 5878 "smallvec",
 5879 "zune-inflate",
 5880]
 5881
 5882[[package]]
 5883name = "extended"
 5884version = "0.1.0"
 5885source = "registry+https://github.com/rust-lang/crates.io-index"
 5886checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5887
 5888[[package]]
 5889name = "extension"
 5890version = "0.1.0"
 5891dependencies = [
 5892 "anyhow",
 5893 "async-trait",
 5894 "cloud_api_types",
 5895 "collections",
 5896 "dap",
 5897 "fs",
 5898 "futures 0.3.32",
 5899 "gpui",
 5900 "heck 0.5.0",
 5901 "http_client",
 5902 "indoc",
 5903 "language",
 5904 "log",
 5905 "lsp",
 5906 "parking_lot",
 5907 "pretty_assertions",
 5908 "proto",
 5909 "semver",
 5910 "serde",
 5911 "serde_json",
 5912 "task",
 5913 "tempfile",
 5914 "toml 0.8.23",
 5915 "tracing",
 5916 "url",
 5917 "util",
 5918 "wasm-encoder 0.221.3",
 5919 "wasmparser 0.221.3",
 5920 "ztracing",
 5921]
 5922
 5923[[package]]
 5924name = "extension_cli"
 5925version = "0.1.0"
 5926dependencies = [
 5927 "anyhow",
 5928 "clap",
 5929 "cloud_api_types",
 5930 "env_logger 0.11.8",
 5931 "extension",
 5932 "fs",
 5933 "gpui_platform",
 5934 "language",
 5935 "log",
 5936 "reqwest_client",
 5937 "serde",
 5938 "serde_json",
 5939 "serde_json_lenient",
 5940 "settings_content",
 5941 "snippet_provider",
 5942 "task",
 5943 "theme_settings",
 5944 "tokio",
 5945 "toml 0.8.23",
 5946 "tree-sitter",
 5947 "wasmtime",
 5948]
 5949
 5950[[package]]
 5951name = "extension_host"
 5952version = "0.1.0"
 5953dependencies = [
 5954 "anyhow",
 5955 "async-compression",
 5956 "async-tar",
 5957 "async-trait",
 5958 "client",
 5959 "cloud_api_types",
 5960 "collections",
 5961 "criterion",
 5962 "ctor",
 5963 "dap",
 5964 "extension",
 5965 "fs",
 5966 "futures 0.3.32",
 5967 "gpui",
 5968 "gpui_tokio",
 5969 "http_client",
 5970 "language",
 5971 "language_extension",
 5972 "log",
 5973 "lsp",
 5974 "moka",
 5975 "node_runtime",
 5976 "parking_lot",
 5977 "paths",
 5978 "project",
 5979 "release_channel",
 5980 "remote",
 5981 "reqwest_client",
 5982 "semver",
 5983 "serde",
 5984 "serde_json",
 5985 "serde_json_lenient",
 5986 "settings",
 5987 "task",
 5988 "telemetry",
 5989 "tempfile",
 5990 "theme",
 5991 "theme_extension",
 5992 "theme_settings",
 5993 "toml 0.8.23",
 5994 "tracing",
 5995 "url",
 5996 "util",
 5997 "wasmparser 0.221.3",
 5998 "wasmtime",
 5999 "wasmtime-wasi",
 6000 "zlog",
 6001 "ztracing",
 6002]
 6003
 6004[[package]]
 6005name = "extensions_ui"
 6006version = "0.1.0"
 6007dependencies = [
 6008 "anyhow",
 6009 "client",
 6010 "cloud_api_types",
 6011 "collections",
 6012 "db",
 6013 "editor",
 6014 "extension",
 6015 "extension_host",
 6016 "fs",
 6017 "fuzzy",
 6018 "gpui",
 6019 "language",
 6020 "log",
 6021 "num-format",
 6022 "picker",
 6023 "project",
 6024 "release_channel",
 6025 "semver",
 6026 "serde",
 6027 "settings",
 6028 "smallvec",
 6029 "strum 0.27.2",
 6030 "telemetry",
 6031 "theme_settings",
 6032 "ui",
 6033 "util",
 6034 "vim_mode_setting",
 6035 "workspace",
 6036 "zed_actions",
 6037]
 6038
 6039[[package]]
 6040name = "failspot"
 6041version = "0.2.0"
 6042source = "registry+https://github.com/rust-lang/crates.io-index"
 6043checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6044
 6045[[package]]
 6046name = "fallible-iterator"
 6047version = "0.3.0"
 6048source = "registry+https://github.com/rust-lang/crates.io-index"
 6049checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6050
 6051[[package]]
 6052name = "fancy-regex"
 6053version = "0.16.2"
 6054source = "registry+https://github.com/rust-lang/crates.io-index"
 6055checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6056dependencies = [
 6057 "bit-set 0.8.0",
 6058 "regex-automata",
 6059 "regex-syntax",
 6060]
 6061
 6062[[package]]
 6063name = "fancy-regex"
 6064version = "0.17.0"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6067dependencies = [
 6068 "bit-set 0.8.0",
 6069 "regex-automata",
 6070 "regex-syntax",
 6071]
 6072
 6073[[package]]
 6074name = "fast-srgb8"
 6075version = "1.0.0"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6078
 6079[[package]]
 6080name = "fastrand"
 6081version = "1.9.0"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6084dependencies = [
 6085 "instant",
 6086]
 6087
 6088[[package]]
 6089name = "fastrand"
 6090version = "2.3.0"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6093
 6094[[package]]
 6095name = "fax"
 6096version = "0.2.6"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6099dependencies = [
 6100 "fax_derive",
 6101]
 6102
 6103[[package]]
 6104name = "fax_derive"
 6105version = "0.2.0"
 6106source = "registry+https://github.com/rust-lang/crates.io-index"
 6107checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6108dependencies = [
 6109 "proc-macro2",
 6110 "quote",
 6111 "syn 2.0.117",
 6112]
 6113
 6114[[package]]
 6115name = "fd-lock"
 6116version = "4.0.4"
 6117source = "registry+https://github.com/rust-lang/crates.io-index"
 6118checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6119dependencies = [
 6120 "cfg-if",
 6121 "rustix 1.1.2",
 6122 "windows-sys 0.59.0",
 6123]
 6124
 6125[[package]]
 6126name = "fdeflate"
 6127version = "0.3.7"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6130dependencies = [
 6131 "simd-adler32",
 6132]
 6133
 6134[[package]]
 6135name = "feature_flags"
 6136version = "0.1.0"
 6137dependencies = [
 6138 "gpui",
 6139]
 6140
 6141[[package]]
 6142name = "feedback"
 6143version = "0.1.0"
 6144dependencies = [
 6145 "gpui",
 6146 "system_specs",
 6147 "urlencoding",
 6148 "util",
 6149 "workspace",
 6150 "zed_actions",
 6151]
 6152
 6153[[package]]
 6154name = "ff"
 6155version = "0.12.1"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6158dependencies = [
 6159 "rand_core 0.6.4",
 6160 "subtle",
 6161]
 6162
 6163[[package]]
 6164name = "file_finder"
 6165version = "0.1.0"
 6166dependencies = [
 6167 "anyhow",
 6168 "channel",
 6169 "client",
 6170 "collections",
 6171 "ctor",
 6172 "editor",
 6173 "file_icons",
 6174 "futures 0.3.32",
 6175 "fuzzy",
 6176 "fuzzy_nucleo",
 6177 "gpui",
 6178 "menu",
 6179 "open_path_prompt",
 6180 "picker",
 6181 "pretty_assertions",
 6182 "project",
 6183 "project_panel",
 6184 "remote_connection",
 6185 "serde",
 6186 "serde_json",
 6187 "settings",
 6188 "theme",
 6189 "theme_settings",
 6190 "ui",
 6191 "util",
 6192 "workspace",
 6193 "zed_actions",
 6194 "zlog",
 6195]
 6196
 6197[[package]]
 6198name = "file_icons"
 6199version = "0.1.0"
 6200dependencies = [
 6201 "gpui",
 6202 "serde",
 6203 "theme",
 6204 "util",
 6205]
 6206
 6207[[package]]
 6208name = "filedescriptor"
 6209version = "0.8.3"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6212dependencies = [
 6213 "libc",
 6214 "thiserror 1.0.69",
 6215 "winapi",
 6216]
 6217
 6218[[package]]
 6219name = "filetime"
 6220version = "0.2.26"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6223dependencies = [
 6224 "cfg-if",
 6225 "libc",
 6226 "libredox",
 6227 "windows-sys 0.60.2",
 6228]
 6229
 6230[[package]]
 6231name = "find-msvc-tools"
 6232version = "0.1.5"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6235
 6236[[package]]
 6237name = "fixedbitset"
 6238version = "0.4.2"
 6239source = "registry+https://github.com/rust-lang/crates.io-index"
 6240checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6241
 6242[[package]]
 6243name = "fixedbitset"
 6244version = "0.5.7"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6247
 6248[[package]]
 6249name = "flate2"
 6250version = "1.1.8"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6253dependencies = [
 6254 "crc32fast",
 6255 "miniz_oxide",
 6256]
 6257
 6258[[package]]
 6259name = "float-cmp"
 6260version = "0.9.0"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6263
 6264[[package]]
 6265name = "float-ord"
 6266version = "0.3.2"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6269
 6270[[package]]
 6271name = "float8"
 6272version = "0.4.2"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6275dependencies = [
 6276 "half",
 6277 "num-traits",
 6278 "rand 0.9.3",
 6279 "rand_distr",
 6280]
 6281
 6282[[package]]
 6283name = "float_next_after"
 6284version = "1.0.0"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6287
 6288[[package]]
 6289name = "fluent-uri"
 6290version = "0.4.1"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6293dependencies = [
 6294 "borrow-or-share",
 6295 "ref-cast",
 6296 "serde",
 6297]
 6298
 6299[[package]]
 6300name = "flume"
 6301version = "0.11.1"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6304dependencies = [
 6305 "futures-core",
 6306 "futures-sink",
 6307 "nanorand",
 6308 "spin 0.9.8",
 6309]
 6310
 6311[[package]]
 6312name = "fnv"
 6313version = "1.0.7"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6316
 6317[[package]]
 6318name = "foldhash"
 6319version = "0.1.5"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6322
 6323[[package]]
 6324name = "foldhash"
 6325version = "0.2.0"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6328
 6329[[package]]
 6330name = "font-types"
 6331version = "0.10.0"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6334dependencies = [
 6335 "bytemuck",
 6336]
 6337
 6338[[package]]
 6339name = "font-types"
 6340version = "0.11.0"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6343dependencies = [
 6344 "bytemuck",
 6345]
 6346
 6347[[package]]
 6348name = "fontconfig-parser"
 6349version = "0.5.8"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6352dependencies = [
 6353 "roxmltree",
 6354]
 6355
 6356[[package]]
 6357name = "fontdb"
 6358version = "0.16.2"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6361dependencies = [
 6362 "fontconfig-parser",
 6363 "log",
 6364 "memmap2",
 6365 "slotmap",
 6366 "tinyvec",
 6367 "ttf-parser 0.20.0",
 6368]
 6369
 6370[[package]]
 6371name = "fontdb"
 6372version = "0.23.0"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6375dependencies = [
 6376 "fontconfig-parser",
 6377 "log",
 6378 "memmap2",
 6379 "slotmap",
 6380 "tinyvec",
 6381 "ttf-parser 0.25.1",
 6382]
 6383
 6384[[package]]
 6385name = "foreign-types"
 6386version = "0.3.2"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6389dependencies = [
 6390 "foreign-types-shared 0.1.1",
 6391]
 6392
 6393[[package]]
 6394name = "foreign-types"
 6395version = "0.5.0"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6398dependencies = [
 6399 "foreign-types-macros",
 6400 "foreign-types-shared 0.3.1",
 6401]
 6402
 6403[[package]]
 6404name = "foreign-types-macros"
 6405version = "0.2.3"
 6406source = "registry+https://github.com/rust-lang/crates.io-index"
 6407checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6408dependencies = [
 6409 "proc-macro2",
 6410 "quote",
 6411 "syn 2.0.117",
 6412]
 6413
 6414[[package]]
 6415name = "foreign-types-shared"
 6416version = "0.1.1"
 6417source = "registry+https://github.com/rust-lang/crates.io-index"
 6418checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6419
 6420[[package]]
 6421name = "foreign-types-shared"
 6422version = "0.3.1"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6425
 6426[[package]]
 6427name = "fork"
 6428version = "0.4.0"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6431dependencies = [
 6432 "libc",
 6433]
 6434
 6435[[package]]
 6436name = "form_urlencoded"
 6437version = "1.2.2"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6440dependencies = [
 6441 "percent-encoding",
 6442]
 6443
 6444[[package]]
 6445name = "fraction"
 6446version = "0.15.3"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6449dependencies = [
 6450 "lazy_static",
 6451 "num",
 6452]
 6453
 6454[[package]]
 6455name = "freetype-sys"
 6456version = "0.20.1"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6459dependencies = [
 6460 "cc",
 6461 "libc",
 6462 "pkg-config",
 6463]
 6464
 6465[[package]]
 6466name = "fs"
 6467version = "0.1.0"
 6468dependencies = [
 6469 "anyhow",
 6470 "ashpd",
 6471 "async-tar",
 6472 "async-trait",
 6473 "collections",
 6474 "dunce",
 6475 "fs",
 6476 "futures 0.3.32",
 6477 "git",
 6478 "gpui",
 6479 "ignore",
 6480 "is_executable",
 6481 "libc",
 6482 "log",
 6483 "notify 8.2.0",
 6484 "parking_lot",
 6485 "paths",
 6486 "proto",
 6487 "rope",
 6488 "serde",
 6489 "serde_json",
 6490 "smol",
 6491 "tempfile",
 6492 "text",
 6493 "thiserror 2.0.17",
 6494 "time",
 6495 "trash",
 6496 "util",
 6497 "windows 0.61.3",
 6498]
 6499
 6500[[package]]
 6501name = "fs-set-times"
 6502version = "0.20.3"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6505dependencies = [
 6506 "io-lifetimes",
 6507 "rustix 1.1.2",
 6508 "windows-sys 0.59.0",
 6509]
 6510
 6511[[package]]
 6512name = "fs2"
 6513version = "0.4.3"
 6514source = "registry+https://github.com/rust-lang/crates.io-index"
 6515checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6516dependencies = [
 6517 "libc",
 6518 "winapi",
 6519]
 6520
 6521[[package]]
 6522name = "fs_benchmarks"
 6523version = "0.1.0"
 6524dependencies = [
 6525 "fs",
 6526 "gpui",
 6527 "gpui_platform",
 6528]
 6529
 6530[[package]]
 6531name = "fs_extra"
 6532version = "1.3.0"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6535
 6536[[package]]
 6537name = "fsevent-sys"
 6538version = "4.1.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6541dependencies = [
 6542 "libc",
 6543]
 6544
 6545[[package]]
 6546name = "fuchsia-cprng"
 6547version = "0.1.1"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6550
 6551[[package]]
 6552name = "funty"
 6553version = "2.0.0"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6556
 6557[[package]]
 6558name = "futf"
 6559version = "0.1.5"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6562dependencies = [
 6563 "mac",
 6564 "new_debug_unreachable",
 6565]
 6566
 6567[[package]]
 6568name = "futures"
 6569version = "0.1.31"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6572
 6573[[package]]
 6574name = "futures"
 6575version = "0.3.32"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6578dependencies = [
 6579 "futures-channel",
 6580 "futures-core",
 6581 "futures-executor",
 6582 "futures-io",
 6583 "futures-sink",
 6584 "futures-task",
 6585 "futures-util",
 6586]
 6587
 6588[[package]]
 6589name = "futures-channel"
 6590version = "0.3.32"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6593dependencies = [
 6594 "futures-core",
 6595 "futures-sink",
 6596]
 6597
 6598[[package]]
 6599name = "futures-concurrency"
 6600version = "7.7.1"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6603dependencies = [
 6604 "fixedbitset 0.5.7",
 6605 "futures-core",
 6606 "futures-lite 2.6.1",
 6607 "pin-project",
 6608 "smallvec",
 6609]
 6610
 6611[[package]]
 6612name = "futures-core"
 6613version = "0.3.32"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6616
 6617[[package]]
 6618name = "futures-executor"
 6619version = "0.3.32"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6622dependencies = [
 6623 "futures-core",
 6624 "futures-task",
 6625 "futures-util",
 6626]
 6627
 6628[[package]]
 6629name = "futures-intrusive"
 6630version = "0.5.0"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6633dependencies = [
 6634 "futures-core",
 6635 "lock_api",
 6636 "parking_lot",
 6637]
 6638
 6639[[package]]
 6640name = "futures-io"
 6641version = "0.3.32"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6644
 6645[[package]]
 6646name = "futures-lite"
 6647version = "1.13.0"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6650dependencies = [
 6651 "fastrand 1.9.0",
 6652 "futures-core",
 6653 "futures-io",
 6654 "memchr",
 6655 "parking",
 6656 "pin-project-lite",
 6657 "waker-fn",
 6658]
 6659
 6660[[package]]
 6661name = "futures-lite"
 6662version = "2.6.1"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6665dependencies = [
 6666 "fastrand 2.3.0",
 6667 "futures-core",
 6668 "futures-io",
 6669 "parking",
 6670 "pin-project-lite",
 6671]
 6672
 6673[[package]]
 6674name = "futures-macro"
 6675version = "0.3.32"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6678dependencies = [
 6679 "proc-macro2",
 6680 "quote",
 6681 "syn 2.0.117",
 6682]
 6683
 6684[[package]]
 6685name = "futures-sink"
 6686version = "0.3.32"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6689
 6690[[package]]
 6691name = "futures-task"
 6692version = "0.3.32"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6695
 6696[[package]]
 6697name = "futures-util"
 6698version = "0.3.32"
 6699source = "registry+https://github.com/rust-lang/crates.io-index"
 6700checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6701dependencies = [
 6702 "futures 0.1.31",
 6703 "futures-channel",
 6704 "futures-core",
 6705 "futures-io",
 6706 "futures-macro",
 6707 "futures-sink",
 6708 "futures-task",
 6709 "libc",
 6710 "memchr",
 6711 "pin-project-lite",
 6712 "slab",
 6713 "tokio-io",
 6714]
 6715
 6716[[package]]
 6717name = "fuzzy"
 6718version = "0.1.0"
 6719dependencies = [
 6720 "gpui",
 6721 "log",
 6722 "util",
 6723]
 6724
 6725[[package]]
 6726name = "fuzzy_nucleo"
 6727version = "0.1.0"
 6728dependencies = [
 6729 "gpui",
 6730 "nucleo",
 6731 "util",
 6732]
 6733
 6734[[package]]
 6735name = "gaoya"
 6736version = "0.2.0"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6739dependencies = [
 6740 "ahash 0.8.12",
 6741 "crossbeam-utils",
 6742 "fnv",
 6743 "itertools 0.10.5",
 6744 "num-traits",
 6745 "rand 0.8.5",
 6746 "rand_pcg",
 6747 "random_choice",
 6748 "rayon",
 6749 "seahash",
 6750 "sha-1",
 6751 "shingles",
 6752 "siphasher 0.3.11",
 6753 "smallvec",
 6754 "triomphe",
 6755]
 6756
 6757[[package]]
 6758name = "gemm"
 6759version = "0.17.1"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6762dependencies = [
 6763 "dyn-stack 0.10.0",
 6764 "gemm-c32 0.17.1",
 6765 "gemm-c64 0.17.1",
 6766 "gemm-common 0.17.1",
 6767 "gemm-f16 0.17.1",
 6768 "gemm-f32 0.17.1",
 6769 "gemm-f64 0.17.1",
 6770 "num-complex",
 6771 "num-traits",
 6772 "paste",
 6773 "raw-cpuid 10.7.0",
 6774 "seq-macro",
 6775]
 6776
 6777[[package]]
 6778name = "gemm"
 6779version = "0.18.2"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6782dependencies = [
 6783 "dyn-stack 0.13.2",
 6784 "gemm-c32 0.18.2",
 6785 "gemm-c64 0.18.2",
 6786 "gemm-common 0.18.2",
 6787 "gemm-f16 0.18.2",
 6788 "gemm-f32 0.18.2",
 6789 "gemm-f64 0.18.2",
 6790 "num-complex",
 6791 "num-traits",
 6792 "paste",
 6793 "raw-cpuid 11.6.0",
 6794 "seq-macro",
 6795]
 6796
 6797[[package]]
 6798name = "gemm-c32"
 6799version = "0.17.1"
 6800source = "registry+https://github.com/rust-lang/crates.io-index"
 6801checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6802dependencies = [
 6803 "dyn-stack 0.10.0",
 6804 "gemm-common 0.17.1",
 6805 "num-complex",
 6806 "num-traits",
 6807 "paste",
 6808 "raw-cpuid 10.7.0",
 6809 "seq-macro",
 6810]
 6811
 6812[[package]]
 6813name = "gemm-c32"
 6814version = "0.18.2"
 6815source = "registry+https://github.com/rust-lang/crates.io-index"
 6816checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6817dependencies = [
 6818 "dyn-stack 0.13.2",
 6819 "gemm-common 0.18.2",
 6820 "num-complex",
 6821 "num-traits",
 6822 "paste",
 6823 "raw-cpuid 11.6.0",
 6824 "seq-macro",
 6825]
 6826
 6827[[package]]
 6828name = "gemm-c64"
 6829version = "0.17.1"
 6830source = "registry+https://github.com/rust-lang/crates.io-index"
 6831checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6832dependencies = [
 6833 "dyn-stack 0.10.0",
 6834 "gemm-common 0.17.1",
 6835 "num-complex",
 6836 "num-traits",
 6837 "paste",
 6838 "raw-cpuid 10.7.0",
 6839 "seq-macro",
 6840]
 6841
 6842[[package]]
 6843name = "gemm-c64"
 6844version = "0.18.2"
 6845source = "registry+https://github.com/rust-lang/crates.io-index"
 6846checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6847dependencies = [
 6848 "dyn-stack 0.13.2",
 6849 "gemm-common 0.18.2",
 6850 "num-complex",
 6851 "num-traits",
 6852 "paste",
 6853 "raw-cpuid 11.6.0",
 6854 "seq-macro",
 6855]
 6856
 6857[[package]]
 6858name = "gemm-common"
 6859version = "0.17.1"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6862dependencies = [
 6863 "bytemuck",
 6864 "dyn-stack 0.10.0",
 6865 "half",
 6866 "num-complex",
 6867 "num-traits",
 6868 "once_cell",
 6869 "paste",
 6870 "pulp 0.18.22",
 6871 "raw-cpuid 10.7.0",
 6872 "rayon",
 6873 "seq-macro",
 6874 "sysctl 0.5.5",
 6875]
 6876
 6877[[package]]
 6878name = "gemm-common"
 6879version = "0.18.2"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6882dependencies = [
 6883 "bytemuck",
 6884 "dyn-stack 0.13.2",
 6885 "half",
 6886 "libm",
 6887 "num-complex",
 6888 "num-traits",
 6889 "once_cell",
 6890 "paste",
 6891 "pulp 0.21.5",
 6892 "raw-cpuid 11.6.0",
 6893 "rayon",
 6894 "seq-macro",
 6895 "sysctl 0.6.0",
 6896]
 6897
 6898[[package]]
 6899name = "gemm-f16"
 6900version = "0.17.1"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6903dependencies = [
 6904 "dyn-stack 0.10.0",
 6905 "gemm-common 0.17.1",
 6906 "gemm-f32 0.17.1",
 6907 "half",
 6908 "num-complex",
 6909 "num-traits",
 6910 "paste",
 6911 "raw-cpuid 10.7.0",
 6912 "rayon",
 6913 "seq-macro",
 6914]
 6915
 6916[[package]]
 6917name = "gemm-f16"
 6918version = "0.18.2"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6921dependencies = [
 6922 "dyn-stack 0.13.2",
 6923 "gemm-common 0.18.2",
 6924 "gemm-f32 0.18.2",
 6925 "half",
 6926 "num-complex",
 6927 "num-traits",
 6928 "paste",
 6929 "raw-cpuid 11.6.0",
 6930 "rayon",
 6931 "seq-macro",
 6932]
 6933
 6934[[package]]
 6935name = "gemm-f32"
 6936version = "0.17.1"
 6937source = "registry+https://github.com/rust-lang/crates.io-index"
 6938checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6939dependencies = [
 6940 "dyn-stack 0.10.0",
 6941 "gemm-common 0.17.1",
 6942 "num-complex",
 6943 "num-traits",
 6944 "paste",
 6945 "raw-cpuid 10.7.0",
 6946 "seq-macro",
 6947]
 6948
 6949[[package]]
 6950name = "gemm-f32"
 6951version = "0.18.2"
 6952source = "registry+https://github.com/rust-lang/crates.io-index"
 6953checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6954dependencies = [
 6955 "dyn-stack 0.13.2",
 6956 "gemm-common 0.18.2",
 6957 "num-complex",
 6958 "num-traits",
 6959 "paste",
 6960 "raw-cpuid 11.6.0",
 6961 "seq-macro",
 6962]
 6963
 6964[[package]]
 6965name = "gemm-f64"
 6966version = "0.17.1"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6969dependencies = [
 6970 "dyn-stack 0.10.0",
 6971 "gemm-common 0.17.1",
 6972 "num-complex",
 6973 "num-traits",
 6974 "paste",
 6975 "raw-cpuid 10.7.0",
 6976 "seq-macro",
 6977]
 6978
 6979[[package]]
 6980name = "gemm-f64"
 6981version = "0.18.2"
 6982source = "registry+https://github.com/rust-lang/crates.io-index"
 6983checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6984dependencies = [
 6985 "dyn-stack 0.13.2",
 6986 "gemm-common 0.18.2",
 6987 "num-complex",
 6988 "num-traits",
 6989 "paste",
 6990 "raw-cpuid 11.6.0",
 6991 "seq-macro",
 6992]
 6993
 6994[[package]]
 6995name = "generator"
 6996version = "0.8.7"
 6997source = "registry+https://github.com/rust-lang/crates.io-index"
 6998checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6999dependencies = [
 7000 "cc",
 7001 "cfg-if",
 7002 "libc",
 7003 "log",
 7004 "rustversion",
 7005 "windows 0.61.3",
 7006]
 7007
 7008[[package]]
 7009name = "generic-array"
 7010version = "0.14.7"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7013dependencies = [
 7014 "typenum",
 7015 "version_check",
 7016]
 7017
 7018[[package]]
 7019name = "gethostname"
 7020version = "1.1.0"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7023dependencies = [
 7024 "rustix 1.1.2",
 7025 "windows-link 0.2.1",
 7026]
 7027
 7028[[package]]
 7029name = "getrandom"
 7030version = "0.2.16"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7033dependencies = [
 7034 "cfg-if",
 7035 "js-sys",
 7036 "libc",
 7037 "wasi",
 7038 "wasm-bindgen",
 7039]
 7040
 7041[[package]]
 7042name = "getrandom"
 7043version = "0.3.4"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7046dependencies = [
 7047 "cfg-if",
 7048 "js-sys",
 7049 "libc",
 7050 "r-efi",
 7051 "wasip2",
 7052 "wasm-bindgen",
 7053]
 7054
 7055[[package]]
 7056name = "getrandom"
 7057version = "0.4.1"
 7058source = "registry+https://github.com/rust-lang/crates.io-index"
 7059checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7060dependencies = [
 7061 "cfg-if",
 7062 "libc",
 7063 "r-efi",
 7064 "wasip2",
 7065 "wasip3",
 7066]
 7067
 7068[[package]]
 7069name = "gh-workflow"
 7070version = "0.8.0"
 7071source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7072dependencies = [
 7073 "async-trait",
 7074 "derive_more",
 7075 "derive_setters",
 7076 "gh-workflow-macros",
 7077 "indexmap",
 7078 "merge",
 7079 "serde",
 7080 "serde_json",
 7081 "serde_yaml",
 7082 "strum_macros 0.27.2",
 7083]
 7084
 7085[[package]]
 7086name = "gh-workflow-macros"
 7087version = "0.8.0"
 7088source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7089dependencies = [
 7090 "heck 0.5.0",
 7091 "quote",
 7092 "syn 2.0.117",
 7093]
 7094
 7095[[package]]
 7096name = "gif"
 7097version = "0.13.3"
 7098source = "registry+https://github.com/rust-lang/crates.io-index"
 7099checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7100dependencies = [
 7101 "color_quant",
 7102 "weezl",
 7103]
 7104
 7105[[package]]
 7106name = "gimli"
 7107version = "0.32.3"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7110dependencies = [
 7111 "fallible-iterator",
 7112 "indexmap",
 7113 "stable_deref_trait",
 7114]
 7115
 7116[[package]]
 7117name = "gio-sys"
 7118version = "0.21.5"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7121dependencies = [
 7122 "glib-sys",
 7123 "gobject-sys",
 7124 "libc",
 7125 "system-deps 7.0.7",
 7126 "windows-sys 0.61.2",
 7127]
 7128
 7129[[package]]
 7130name = "git"
 7131version = "0.1.0"
 7132dependencies = [
 7133 "anyhow",
 7134 "askpass",
 7135 "async-trait",
 7136 "collections",
 7137 "derive_more",
 7138 "futures 0.3.32",
 7139 "git2",
 7140 "gpui",
 7141 "http_client",
 7142 "itertools 0.14.0",
 7143 "log",
 7144 "parking_lot",
 7145 "pretty_assertions",
 7146 "rand 0.9.3",
 7147 "regex",
 7148 "rope",
 7149 "schemars",
 7150 "serde",
 7151 "serde_json",
 7152 "smallvec",
 7153 "smol",
 7154 "sum_tree",
 7155 "tempfile",
 7156 "text",
 7157 "thiserror 2.0.17",
 7158 "time",
 7159 "url",
 7160 "urlencoding",
 7161 "util",
 7162 "uuid",
 7163 "ztracing",
 7164]
 7165
 7166[[package]]
 7167name = "git2"
 7168version = "0.20.4"
 7169source = "registry+https://github.com/rust-lang/crates.io-index"
 7170checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7171dependencies = [
 7172 "bitflags 2.10.0",
 7173 "libc",
 7174 "libgit2-sys",
 7175 "log",
 7176 "url",
 7177]
 7178
 7179[[package]]
 7180name = "git_graph"
 7181version = "0.1.0"
 7182dependencies = [
 7183 "anyhow",
 7184 "collections",
 7185 "db",
 7186 "editor",
 7187 "fs",
 7188 "git",
 7189 "git_ui",
 7190 "gpui",
 7191 "language",
 7192 "menu",
 7193 "project",
 7194 "rand 0.9.3",
 7195 "remote_connection",
 7196 "search",
 7197 "serde_json",
 7198 "settings",
 7199 "smallvec",
 7200 "smol",
 7201 "theme",
 7202 "theme_settings",
 7203 "time",
 7204 "ui",
 7205 "workspace",
 7206]
 7207
 7208[[package]]
 7209name = "git_hosting_providers"
 7210version = "0.1.0"
 7211dependencies = [
 7212 "anyhow",
 7213 "async-trait",
 7214 "futures 0.3.32",
 7215 "git",
 7216 "gpui",
 7217 "http_client",
 7218 "indoc",
 7219 "itertools 0.14.0",
 7220 "pretty_assertions",
 7221 "regex",
 7222 "serde",
 7223 "serde_json",
 7224 "settings",
 7225 "url",
 7226 "urlencoding",
 7227 "util",
 7228]
 7229
 7230[[package]]
 7231name = "git_ui"
 7232version = "0.1.0"
 7233dependencies = [
 7234 "agent_settings",
 7235 "alacritty_terminal",
 7236 "anyhow",
 7237 "askpass",
 7238 "buffer_diff",
 7239 "call",
 7240 "collections",
 7241 "component",
 7242 "ctor",
 7243 "db",
 7244 "editor",
 7245 "file_icons",
 7246 "futures 0.3.32",
 7247 "fuzzy",
 7248 "git",
 7249 "gpui",
 7250 "indoc",
 7251 "itertools 0.14.0",
 7252 "language",
 7253 "language_model",
 7254 "linkify",
 7255 "log",
 7256 "markdown",
 7257 "menu",
 7258 "multi_buffer",
 7259 "notifications",
 7260 "panel",
 7261 "picker",
 7262 "pretty_assertions",
 7263 "project",
 7264 "prompt_store",
 7265 "proto",
 7266 "rand 0.9.3",
 7267 "remote",
 7268 "remote_connection",
 7269 "schemars",
 7270 "serde",
 7271 "serde_json",
 7272 "settings",
 7273 "smallvec",
 7274 "smol",
 7275 "strum 0.27.2",
 7276 "telemetry",
 7277 "theme",
 7278 "theme_settings",
 7279 "time",
 7280 "time_format",
 7281 "tracing",
 7282 "ui",
 7283 "ui_input",
 7284 "unindent",
 7285 "util",
 7286 "watch",
 7287 "windows 0.61.3",
 7288 "workspace",
 7289 "zed_actions",
 7290 "zeroize",
 7291 "zlog",
 7292 "ztracing",
 7293]
 7294
 7295[[package]]
 7296name = "gl_generator"
 7297version = "0.14.0"
 7298source = "registry+https://github.com/rust-lang/crates.io-index"
 7299checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7300dependencies = [
 7301 "khronos_api",
 7302 "log",
 7303 "xml-rs",
 7304]
 7305
 7306[[package]]
 7307name = "glib"
 7308version = "0.21.5"
 7309source = "registry+https://github.com/rust-lang/crates.io-index"
 7310checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7311dependencies = [
 7312 "bitflags 2.10.0",
 7313 "futures-channel",
 7314 "futures-core",
 7315 "futures-executor",
 7316 "futures-task",
 7317 "futures-util",
 7318 "gio-sys",
 7319 "glib-macros",
 7320 "glib-sys",
 7321 "gobject-sys",
 7322 "libc",
 7323 "memchr",
 7324 "smallvec",
 7325]
 7326
 7327[[package]]
 7328name = "glib-macros"
 7329version = "0.21.5"
 7330source = "registry+https://github.com/rust-lang/crates.io-index"
 7331checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7332dependencies = [
 7333 "heck 0.5.0",
 7334 "proc-macro-crate",
 7335 "proc-macro2",
 7336 "quote",
 7337 "syn 2.0.117",
 7338]
 7339
 7340[[package]]
 7341name = "glib-sys"
 7342version = "0.21.5"
 7343source = "registry+https://github.com/rust-lang/crates.io-index"
 7344checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7345dependencies = [
 7346 "libc",
 7347 "system-deps 7.0.7",
 7348]
 7349
 7350[[package]]
 7351name = "glob"
 7352version = "0.3.3"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7355
 7356[[package]]
 7357name = "globset"
 7358version = "0.4.17"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7361dependencies = [
 7362 "aho-corasick",
 7363 "bstr",
 7364 "log",
 7365 "regex-automata",
 7366 "regex-syntax",
 7367]
 7368
 7369[[package]]
 7370name = "gloo-timers"
 7371version = "0.3.0"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7374dependencies = [
 7375 "futures-channel",
 7376 "futures-core",
 7377 "js-sys",
 7378 "wasm-bindgen",
 7379]
 7380
 7381[[package]]
 7382name = "glow"
 7383version = "0.17.0"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7386dependencies = [
 7387 "js-sys",
 7388 "slotmap",
 7389 "wasm-bindgen",
 7390 "web-sys",
 7391]
 7392
 7393[[package]]
 7394name = "glutin_wgl_sys"
 7395version = "0.6.1"
 7396source = "registry+https://github.com/rust-lang/crates.io-index"
 7397checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7398dependencies = [
 7399 "gl_generator",
 7400]
 7401
 7402[[package]]
 7403name = "go_to_line"
 7404version = "0.1.0"
 7405dependencies = [
 7406 "editor",
 7407 "gpui",
 7408 "indoc",
 7409 "language",
 7410 "menu",
 7411 "multi_buffer",
 7412 "project",
 7413 "rope",
 7414 "serde",
 7415 "serde_json",
 7416 "settings",
 7417 "text",
 7418 "theme",
 7419 "ui",
 7420 "util",
 7421 "workspace",
 7422]
 7423
 7424[[package]]
 7425name = "gobject-sys"
 7426version = "0.21.5"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7429dependencies = [
 7430 "glib-sys",
 7431 "libc",
 7432 "system-deps 7.0.7",
 7433]
 7434
 7435[[package]]
 7436name = "goblin"
 7437version = "0.9.3"
 7438source = "registry+https://github.com/rust-lang/crates.io-index"
 7439checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7440dependencies = [
 7441 "log",
 7442 "plain",
 7443 "scroll",
 7444]
 7445
 7446[[package]]
 7447name = "google_ai"
 7448version = "0.1.0"
 7449dependencies = [
 7450 "anyhow",
 7451 "futures 0.3.32",
 7452 "http_client",
 7453 "language_model_core",
 7454 "log",
 7455 "schemars",
 7456 "serde",
 7457 "serde_json",
 7458 "strum 0.27.2",
 7459 "tiktoken-rs",
 7460]
 7461
 7462[[package]]
 7463name = "gpu-allocator"
 7464version = "0.28.0"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7467dependencies = [
 7468 "ash",
 7469 "hashbrown 0.16.1",
 7470 "log",
 7471 "presser",
 7472 "thiserror 2.0.17",
 7473 "windows 0.62.2",
 7474]
 7475
 7476[[package]]
 7477name = "gpu-descriptor"
 7478version = "0.3.2"
 7479source = "registry+https://github.com/rust-lang/crates.io-index"
 7480checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7481dependencies = [
 7482 "bitflags 2.10.0",
 7483 "gpu-descriptor-types",
 7484 "hashbrown 0.15.5",
 7485]
 7486
 7487[[package]]
 7488name = "gpu-descriptor-types"
 7489version = "0.2.0"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7492dependencies = [
 7493 "bitflags 2.10.0",
 7494]
 7495
 7496[[package]]
 7497name = "gpui"
 7498version = "0.2.2"
 7499dependencies = [
 7500 "anyhow",
 7501 "async-channel 2.5.0",
 7502 "async-task",
 7503 "backtrace",
 7504 "bindgen 0.71.1",
 7505 "bitflags 2.10.0",
 7506 "block",
 7507 "cbindgen",
 7508 "chrono",
 7509 "cocoa 0.26.0",
 7510 "cocoa-foundation 0.2.0",
 7511 "collections",
 7512 "core-foundation 0.10.0",
 7513 "core-foundation-sys",
 7514 "core-graphics 0.24.0",
 7515 "core-text",
 7516 "core-video",
 7517 "ctor",
 7518 "derive_more",
 7519 "embed-resource",
 7520 "env_logger 0.11.8",
 7521 "etagere",
 7522 "foreign-types 0.5.0",
 7523 "futures 0.3.32",
 7524 "futures-concurrency",
 7525 "getrandom 0.3.4",
 7526 "gpui_macros",
 7527 "gpui_platform",
 7528 "gpui_shared_string",
 7529 "gpui_util",
 7530 "gpui_web",
 7531 "http_client",
 7532 "image",
 7533 "inventory",
 7534 "itertools 0.14.0",
 7535 "log",
 7536 "lyon",
 7537 "mach2 0.5.0",
 7538 "media",
 7539 "metal",
 7540 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7541 "num_cpus",
 7542 "objc",
 7543 "objc2",
 7544 "objc2-metal",
 7545 "parking",
 7546 "parking_lot",
 7547 "pathfinder_geometry",
 7548 "pin-project",
 7549 "pollster 0.4.0",
 7550 "postage",
 7551 "profiling",
 7552 "proptest",
 7553 "rand 0.9.3",
 7554 "raw-window-handle",
 7555 "refineable",
 7556 "regex",
 7557 "reqwest_client",
 7558 "resvg",
 7559 "scheduler",
 7560 "schemars",
 7561 "seahash",
 7562 "serde",
 7563 "serde_json",
 7564 "slotmap",
 7565 "smallvec",
 7566 "spin 0.10.0",
 7567 "stacksafe",
 7568 "strum 0.27.2",
 7569 "sum_tree",
 7570 "taffy",
 7571 "thiserror 2.0.17",
 7572 "ttf-parser 0.25.1",
 7573 "unicode-segmentation",
 7574 "url",
 7575 "usvg",
 7576 "util_macros",
 7577 "uuid",
 7578 "waker-fn",
 7579 "wasm-bindgen",
 7580 "web-time",
 7581 "windows 0.61.3",
 7582 "zed-font-kit",
 7583 "zed-scap",
 7584]
 7585
 7586[[package]]
 7587name = "gpui_linux"
 7588version = "0.1.0"
 7589dependencies = [
 7590 "anyhow",
 7591 "as-raw-xcb-connection",
 7592 "ashpd",
 7593 "bitflags 2.10.0",
 7594 "bytemuck",
 7595 "calloop",
 7596 "calloop-wayland-source",
 7597 "collections",
 7598 "filedescriptor",
 7599 "futures 0.3.32",
 7600 "gpui",
 7601 "gpui_wgpu",
 7602 "http_client",
 7603 "image",
 7604 "itertools 0.14.0",
 7605 "libc",
 7606 "log",
 7607 "oo7",
 7608 "open",
 7609 "parking_lot",
 7610 "pathfinder_geometry",
 7611 "pollster 0.4.0",
 7612 "profiling",
 7613 "raw-window-handle",
 7614 "smallvec",
 7615 "smol",
 7616 "strum 0.27.2",
 7617 "swash",
 7618 "url",
 7619 "util",
 7620 "uuid",
 7621 "wayland-backend",
 7622 "wayland-client",
 7623 "wayland-cursor",
 7624 "wayland-protocols",
 7625 "wayland-protocols-plasma",
 7626 "wayland-protocols-wlr",
 7627 "x11-clipboard",
 7628 "x11rb",
 7629 "xkbcommon",
 7630 "zed-scap",
 7631 "zed-xim",
 7632]
 7633
 7634[[package]]
 7635name = "gpui_macos"
 7636version = "0.1.0"
 7637dependencies = [
 7638 "anyhow",
 7639 "async-task",
 7640 "block",
 7641 "cbindgen",
 7642 "cocoa 0.26.0",
 7643 "collections",
 7644 "core-foundation 0.10.0",
 7645 "core-foundation-sys",
 7646 "core-graphics 0.24.0",
 7647 "core-text",
 7648 "core-video",
 7649 "ctor",
 7650 "derive_more",
 7651 "dispatch2",
 7652 "etagere",
 7653 "foreign-types 0.5.0",
 7654 "futures 0.3.32",
 7655 "gpui",
 7656 "image",
 7657 "itertools 0.14.0",
 7658 "libc",
 7659 "log",
 7660 "mach2 0.5.0",
 7661 "media",
 7662 "metal",
 7663 "objc",
 7664 "objc2-app-kit",
 7665 "parking_lot",
 7666 "pathfinder_geometry",
 7667 "raw-window-handle",
 7668 "semver",
 7669 "smallvec",
 7670 "strum 0.27.2",
 7671 "util",
 7672 "uuid",
 7673 "zed-font-kit",
 7674]
 7675
 7676[[package]]
 7677name = "gpui_macros"
 7678version = "0.1.0"
 7679dependencies = [
 7680 "gpui",
 7681 "heck 0.5.0",
 7682 "proc-macro2",
 7683 "quote",
 7684 "syn 2.0.117",
 7685]
 7686
 7687[[package]]
 7688name = "gpui_platform"
 7689version = "0.1.0"
 7690dependencies = [
 7691 "console_error_panic_hook",
 7692 "gpui",
 7693 "gpui_linux",
 7694 "gpui_macos",
 7695 "gpui_web",
 7696 "gpui_windows",
 7697]
 7698
 7699[[package]]
 7700name = "gpui_shared_string"
 7701version = "0.1.0"
 7702dependencies = [
 7703 "derive_more",
 7704 "gpui_util",
 7705 "schemars",
 7706 "serde",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_tokio"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "anyhow",
 7714 "gpui",
 7715 "tokio",
 7716 "util",
 7717]
 7718
 7719[[package]]
 7720name = "gpui_util"
 7721version = "0.1.0"
 7722dependencies = [
 7723 "anyhow",
 7724 "log",
 7725]
 7726
 7727[[package]]
 7728name = "gpui_web"
 7729version = "0.1.0"
 7730dependencies = [
 7731 "anyhow",
 7732 "console_error_panic_hook",
 7733 "futures 0.3.32",
 7734 "gpui",
 7735 "gpui_wgpu",
 7736 "http_client",
 7737 "js-sys",
 7738 "log",
 7739 "parking_lot",
 7740 "raw-window-handle",
 7741 "smallvec",
 7742 "uuid",
 7743 "wasm-bindgen",
 7744 "wasm-bindgen-futures",
 7745 "wasm_thread",
 7746 "web-sys",
 7747 "web-time",
 7748]
 7749
 7750[[package]]
 7751name = "gpui_wgpu"
 7752version = "0.1.0"
 7753dependencies = [
 7754 "anyhow",
 7755 "bytemuck",
 7756 "collections",
 7757 "cosmic-text",
 7758 "etagere",
 7759 "gpui",
 7760 "gpui_util",
 7761 "itertools 0.14.0",
 7762 "js-sys",
 7763 "log",
 7764 "parking_lot",
 7765 "pollster 0.4.0",
 7766 "profiling",
 7767 "raw-window-handle",
 7768 "smallvec",
 7769 "swash",
 7770 "wasm-bindgen",
 7771 "wasm-bindgen-futures",
 7772 "web-sys",
 7773 "wgpu",
 7774 "zed-font-kit",
 7775]
 7776
 7777[[package]]
 7778name = "gpui_windows"
 7779version = "0.1.0"
 7780dependencies = [
 7781 "anyhow",
 7782 "collections",
 7783 "etagere",
 7784 "futures 0.3.32",
 7785 "gpui",
 7786 "image",
 7787 "itertools 0.14.0",
 7788 "log",
 7789 "parking_lot",
 7790 "rand 0.9.3",
 7791 "raw-window-handle",
 7792 "smallvec",
 7793 "util",
 7794 "uuid",
 7795 "windows 0.61.3",
 7796 "windows-core 0.61.2",
 7797 "windows-numerics 0.2.0",
 7798 "windows-registry 0.5.3",
 7799 "zed-scap",
 7800]
 7801
 7802[[package]]
 7803name = "grammars"
 7804version = "0.1.0"
 7805dependencies = [
 7806 "anyhow",
 7807 "language_core",
 7808 "rust-embed",
 7809 "toml 0.8.23",
 7810 "tree-sitter",
 7811 "tree-sitter-bash",
 7812 "tree-sitter-c",
 7813 "tree-sitter-cpp",
 7814 "tree-sitter-css",
 7815 "tree-sitter-diff",
 7816 "tree-sitter-gitcommit",
 7817 "tree-sitter-go",
 7818 "tree-sitter-gomod",
 7819 "tree-sitter-gowork",
 7820 "tree-sitter-jsdoc",
 7821 "tree-sitter-json",
 7822 "tree-sitter-md",
 7823 "tree-sitter-python",
 7824 "tree-sitter-regex",
 7825 "tree-sitter-rust",
 7826 "tree-sitter-typescript",
 7827 "tree-sitter-yaml",
 7828 "util",
 7829]
 7830
 7831[[package]]
 7832name = "grid"
 7833version = "0.18.0"
 7834source = "registry+https://github.com/rust-lang/crates.io-index"
 7835checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7836
 7837[[package]]
 7838name = "group"
 7839version = "0.12.1"
 7840source = "registry+https://github.com/rust-lang/crates.io-index"
 7841checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7842dependencies = [
 7843 "ff",
 7844 "rand_core 0.6.4",
 7845 "subtle",
 7846]
 7847
 7848[[package]]
 7849name = "h2"
 7850version = "0.3.27"
 7851source = "registry+https://github.com/rust-lang/crates.io-index"
 7852checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7853dependencies = [
 7854 "bytes 1.11.1",
 7855 "fnv",
 7856 "futures-core",
 7857 "futures-sink",
 7858 "futures-util",
 7859 "http 0.2.12",
 7860 "indexmap",
 7861 "slab",
 7862 "tokio",
 7863 "tokio-util",
 7864 "tracing",
 7865]
 7866
 7867[[package]]
 7868name = "h2"
 7869version = "0.4.12"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7872dependencies = [
 7873 "atomic-waker",
 7874 "bytes 1.11.1",
 7875 "fnv",
 7876 "futures-core",
 7877 "futures-sink",
 7878 "http 1.3.1",
 7879 "indexmap",
 7880 "slab",
 7881 "tokio",
 7882 "tokio-util",
 7883 "tracing",
 7884]
 7885
 7886[[package]]
 7887name = "half"
 7888version = "2.7.1"
 7889source = "registry+https://github.com/rust-lang/crates.io-index"
 7890checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7891dependencies = [
 7892 "bytemuck",
 7893 "cfg-if",
 7894 "crunchy",
 7895 "num-traits",
 7896 "rand 0.9.3",
 7897 "rand_distr",
 7898 "zerocopy",
 7899]
 7900
 7901[[package]]
 7902name = "handlebars"
 7903version = "4.5.0"
 7904source = "registry+https://github.com/rust-lang/crates.io-index"
 7905checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7906dependencies = [
 7907 "log",
 7908 "pest",
 7909 "pest_derive",
 7910 "rust-embed",
 7911 "serde",
 7912 "serde_json",
 7913 "thiserror 1.0.69",
 7914]
 7915
 7916[[package]]
 7917name = "handlebars"
 7918version = "5.1.2"
 7919source = "registry+https://github.com/rust-lang/crates.io-index"
 7920checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7921dependencies = [
 7922 "log",
 7923 "pest",
 7924 "pest_derive",
 7925 "serde",
 7926 "serde_json",
 7927 "thiserror 1.0.69",
 7928]
 7929
 7930[[package]]
 7931name = "harfrust"
 7932version = "0.5.0"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7935dependencies = [
 7936 "bitflags 2.10.0",
 7937 "bytemuck",
 7938 "core_maths",
 7939 "read-fonts 0.37.0",
 7940 "smallvec",
 7941]
 7942
 7943[[package]]
 7944name = "hash32"
 7945version = "0.3.1"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7948dependencies = [
 7949 "byteorder",
 7950]
 7951
 7952[[package]]
 7953name = "hashbrown"
 7954version = "0.12.3"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7957dependencies = [
 7958 "ahash 0.7.8",
 7959]
 7960
 7961[[package]]
 7962name = "hashbrown"
 7963version = "0.14.5"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7966dependencies = [
 7967 "ahash 0.8.12",
 7968 "allocator-api2",
 7969]
 7970
 7971[[package]]
 7972name = "hashbrown"
 7973version = "0.15.5"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7976dependencies = [
 7977 "allocator-api2",
 7978 "equivalent",
 7979 "foldhash 0.1.5",
 7980 "serde",
 7981]
 7982
 7983[[package]]
 7984name = "hashbrown"
 7985version = "0.16.1"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7988dependencies = [
 7989 "allocator-api2",
 7990 "equivalent",
 7991 "foldhash 0.2.0",
 7992]
 7993
 7994[[package]]
 7995name = "hashlink"
 7996version = "0.8.4"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7999dependencies = [
 8000 "hashbrown 0.14.5",
 8001]
 8002
 8003[[package]]
 8004name = "hashlink"
 8005version = "0.10.0"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8008dependencies = [
 8009 "hashbrown 0.15.5",
 8010]
 8011
 8012[[package]]
 8013name = "headers"
 8014version = "0.3.9"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8017dependencies = [
 8018 "base64 0.21.7",
 8019 "bytes 1.11.1",
 8020 "headers-core",
 8021 "http 0.2.12",
 8022 "httpdate",
 8023 "mime",
 8024 "sha1",
 8025]
 8026
 8027[[package]]
 8028name = "headers-core"
 8029version = "0.2.0"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8032dependencies = [
 8033 "http 0.2.12",
 8034]
 8035
 8036[[package]]
 8037name = "heapless"
 8038version = "0.9.2"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8041dependencies = [
 8042 "hash32",
 8043 "stable_deref_trait",
 8044]
 8045
 8046[[package]]
 8047name = "heck"
 8048version = "0.3.3"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8051dependencies = [
 8052 "unicode-segmentation",
 8053]
 8054
 8055[[package]]
 8056name = "heck"
 8057version = "0.4.1"
 8058source = "registry+https://github.com/rust-lang/crates.io-index"
 8059checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8060dependencies = [
 8061 "unicode-segmentation",
 8062]
 8063
 8064[[package]]
 8065name = "heck"
 8066version = "0.5.0"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8069
 8070[[package]]
 8071name = "heed"
 8072version = "0.21.0"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8075dependencies = [
 8076 "bitflags 2.10.0",
 8077 "byteorder",
 8078 "heed-traits",
 8079 "heed-types",
 8080 "libc",
 8081 "lmdb-master-sys",
 8082 "once_cell",
 8083 "page_size",
 8084 "serde",
 8085 "synchronoise",
 8086 "url",
 8087]
 8088
 8089[[package]]
 8090name = "heed-traits"
 8091version = "0.20.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8094
 8095[[package]]
 8096name = "heed-types"
 8097version = "0.21.0"
 8098source = "registry+https://github.com/rust-lang/crates.io-index"
 8099checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8100dependencies = [
 8101 "bincode",
 8102 "byteorder",
 8103 "heed-traits",
 8104 "serde",
 8105 "serde_json",
 8106]
 8107
 8108[[package]]
 8109name = "hermit-abi"
 8110version = "0.5.2"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8113
 8114[[package]]
 8115name = "hex"
 8116version = "0.4.3"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8119
 8120[[package]]
 8121name = "hexf-parse"
 8122version = "0.2.1"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8125
 8126[[package]]
 8127name = "hkdf"
 8128version = "0.12.4"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8131dependencies = [
 8132 "hmac",
 8133]
 8134
 8135[[package]]
 8136name = "hmac"
 8137version = "0.12.1"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8140dependencies = [
 8141 "digest",
 8142]
 8143
 8144[[package]]
 8145name = "home"
 8146version = "0.5.11"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8149dependencies = [
 8150 "windows-sys 0.59.0",
 8151]
 8152
 8153[[package]]
 8154name = "hound"
 8155version = "3.5.1"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8158
 8159[[package]]
 8160name = "html5ever"
 8161version = "0.27.0"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8164dependencies = [
 8165 "log",
 8166 "mac",
 8167 "markup5ever 0.12.1",
 8168 "proc-macro2",
 8169 "quote",
 8170 "syn 2.0.117",
 8171]
 8172
 8173[[package]]
 8174name = "html5ever"
 8175version = "0.35.0"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8178dependencies = [
 8179 "log",
 8180 "markup5ever 0.35.0",
 8181 "match_token",
 8182]
 8183
 8184[[package]]
 8185name = "html_to_markdown"
 8186version = "0.1.0"
 8187dependencies = [
 8188 "anyhow",
 8189 "html5ever 0.27.0",
 8190 "indoc",
 8191 "markup5ever_rcdom",
 8192 "pretty_assertions",
 8193 "regex",
 8194]
 8195
 8196[[package]]
 8197name = "http"
 8198version = "0.2.12"
 8199source = "registry+https://github.com/rust-lang/crates.io-index"
 8200checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8201dependencies = [
 8202 "bytes 1.11.1",
 8203 "fnv",
 8204 "itoa",
 8205]
 8206
 8207[[package]]
 8208name = "http"
 8209version = "1.3.1"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8212dependencies = [
 8213 "bytes 1.11.1",
 8214 "fnv",
 8215 "itoa",
 8216]
 8217
 8218[[package]]
 8219name = "http-body"
 8220version = "0.4.6"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8223dependencies = [
 8224 "bytes 1.11.1",
 8225 "http 0.2.12",
 8226 "pin-project-lite",
 8227]
 8228
 8229[[package]]
 8230name = "http-body"
 8231version = "1.0.1"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8234dependencies = [
 8235 "bytes 1.11.1",
 8236 "http 1.3.1",
 8237]
 8238
 8239[[package]]
 8240name = "http-body-util"
 8241version = "0.1.3"
 8242source = "registry+https://github.com/rust-lang/crates.io-index"
 8243checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8244dependencies = [
 8245 "bytes 1.11.1",
 8246 "futures-core",
 8247 "http 1.3.1",
 8248 "http-body 1.0.1",
 8249 "pin-project-lite",
 8250]
 8251
 8252[[package]]
 8253name = "http-range-header"
 8254version = "0.3.1"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8257
 8258[[package]]
 8259name = "http_client"
 8260version = "0.1.0"
 8261dependencies = [
 8262 "anyhow",
 8263 "async-compression",
 8264 "async-fs",
 8265 "async-tar",
 8266 "bytes 1.11.1",
 8267 "derive_more",
 8268 "futures 0.3.32",
 8269 "http 1.3.1",
 8270 "http-body 1.0.1",
 8271 "log",
 8272 "parking_lot",
 8273 "serde",
 8274 "serde_json",
 8275 "serde_urlencoded",
 8276 "sha2",
 8277 "tempfile",
 8278 "url",
 8279 "util",
 8280]
 8281
 8282[[package]]
 8283name = "http_client_tls"
 8284version = "0.1.0"
 8285dependencies = [
 8286 "rustls 0.23.33",
 8287 "rustls-platform-verifier",
 8288]
 8289
 8290[[package]]
 8291name = "httparse"
 8292version = "1.10.1"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8295
 8296[[package]]
 8297name = "httpdate"
 8298version = "1.0.3"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8301
 8302[[package]]
 8303name = "human_bytes"
 8304version = "0.4.3"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8307
 8308[[package]]
 8309name = "humantime"
 8310version = "2.3.0"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8313
 8314[[package]]
 8315name = "hyper"
 8316version = "0.14.32"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8319dependencies = [
 8320 "bytes 1.11.1",
 8321 "futures-channel",
 8322 "futures-core",
 8323 "futures-util",
 8324 "h2 0.3.27",
 8325 "http 0.2.12",
 8326 "http-body 0.4.6",
 8327 "httparse",
 8328 "httpdate",
 8329 "itoa",
 8330 "pin-project-lite",
 8331 "socket2 0.5.10",
 8332 "tokio",
 8333 "tower-service",
 8334 "tracing",
 8335 "want",
 8336]
 8337
 8338[[package]]
 8339name = "hyper"
 8340version = "1.7.0"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8343dependencies = [
 8344 "atomic-waker",
 8345 "bytes 1.11.1",
 8346 "futures-channel",
 8347 "futures-core",
 8348 "h2 0.4.12",
 8349 "http 1.3.1",
 8350 "http-body 1.0.1",
 8351 "httparse",
 8352 "itoa",
 8353 "pin-project-lite",
 8354 "pin-utils",
 8355 "smallvec",
 8356 "tokio",
 8357 "want",
 8358]
 8359
 8360[[package]]
 8361name = "hyper-rustls"
 8362version = "0.24.2"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8365dependencies = [
 8366 "futures-util",
 8367 "http 0.2.12",
 8368 "hyper 0.14.32",
 8369 "log",
 8370 "rustls 0.21.12",
 8371 "rustls-native-certs 0.6.3",
 8372 "tokio",
 8373 "tokio-rustls 0.24.1",
 8374]
 8375
 8376[[package]]
 8377name = "hyper-rustls"
 8378version = "0.27.7"
 8379source = "registry+https://github.com/rust-lang/crates.io-index"
 8380checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8381dependencies = [
 8382 "http 1.3.1",
 8383 "hyper 1.7.0",
 8384 "hyper-util",
 8385 "log",
 8386 "rustls 0.23.33",
 8387 "rustls-native-certs 0.8.2",
 8388 "rustls-pki-types",
 8389 "tokio",
 8390 "tokio-rustls 0.26.2",
 8391 "tower-service",
 8392]
 8393
 8394[[package]]
 8395name = "hyper-timeout"
 8396version = "0.5.2"
 8397source = "registry+https://github.com/rust-lang/crates.io-index"
 8398checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8399dependencies = [
 8400 "hyper 1.7.0",
 8401 "hyper-util",
 8402 "pin-project-lite",
 8403 "tokio",
 8404 "tower-service",
 8405]
 8406
 8407[[package]]
 8408name = "hyper-tls"
 8409version = "0.5.0"
 8410source = "registry+https://github.com/rust-lang/crates.io-index"
 8411checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8412dependencies = [
 8413 "bytes 1.11.1",
 8414 "hyper 0.14.32",
 8415 "native-tls",
 8416 "tokio",
 8417 "tokio-native-tls",
 8418]
 8419
 8420[[package]]
 8421name = "hyper-util"
 8422version = "0.1.17"
 8423source = "registry+https://github.com/rust-lang/crates.io-index"
 8424checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8425dependencies = [
 8426 "base64 0.22.1",
 8427 "bytes 1.11.1",
 8428 "futures-channel",
 8429 "futures-core",
 8430 "futures-util",
 8431 "http 1.3.1",
 8432 "http-body 1.0.1",
 8433 "hyper 1.7.0",
 8434 "ipnet",
 8435 "libc",
 8436 "percent-encoding",
 8437 "pin-project-lite",
 8438 "socket2 0.6.1",
 8439 "tokio",
 8440 "tower-service",
 8441 "tracing",
 8442]
 8443
 8444[[package]]
 8445name = "iana-time-zone"
 8446version = "0.1.64"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8449dependencies = [
 8450 "android_system_properties",
 8451 "core-foundation-sys",
 8452 "iana-time-zone-haiku",
 8453 "js-sys",
 8454 "log",
 8455 "wasm-bindgen",
 8456 "windows-core 0.62.2",
 8457]
 8458
 8459[[package]]
 8460name = "iana-time-zone-haiku"
 8461version = "0.1.2"
 8462source = "registry+https://github.com/rust-lang/crates.io-index"
 8463checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8464dependencies = [
 8465 "cc",
 8466]
 8467
 8468[[package]]
 8469name = "icons"
 8470version = "0.1.0"
 8471dependencies = [
 8472 "serde",
 8473 "strum 0.27.2",
 8474]
 8475
 8476[[package]]
 8477name = "icu_collections"
 8478version = "2.0.0"
 8479source = "registry+https://github.com/rust-lang/crates.io-index"
 8480checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8481dependencies = [
 8482 "displaydoc",
 8483 "potential_utf",
 8484 "yoke 0.8.0",
 8485 "zerofrom",
 8486 "zerovec",
 8487]
 8488
 8489[[package]]
 8490name = "icu_locale_core"
 8491version = "2.0.0"
 8492source = "registry+https://github.com/rust-lang/crates.io-index"
 8493checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8494dependencies = [
 8495 "displaydoc",
 8496 "litemap",
 8497 "tinystr",
 8498 "writeable",
 8499 "zerovec",
 8500]
 8501
 8502[[package]]
 8503name = "icu_normalizer"
 8504version = "2.0.0"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8507dependencies = [
 8508 "displaydoc",
 8509 "icu_collections",
 8510 "icu_normalizer_data",
 8511 "icu_properties",
 8512 "icu_provider",
 8513 "smallvec",
 8514 "zerovec",
 8515]
 8516
 8517[[package]]
 8518name = "icu_normalizer_data"
 8519version = "2.0.0"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8522
 8523[[package]]
 8524name = "icu_properties"
 8525version = "2.0.1"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8528dependencies = [
 8529 "displaydoc",
 8530 "icu_collections",
 8531 "icu_locale_core",
 8532 "icu_properties_data",
 8533 "icu_provider",
 8534 "potential_utf",
 8535 "zerotrie",
 8536 "zerovec",
 8537]
 8538
 8539[[package]]
 8540name = "icu_properties_data"
 8541version = "2.0.1"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8544
 8545[[package]]
 8546name = "icu_provider"
 8547version = "2.0.0"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8550dependencies = [
 8551 "displaydoc",
 8552 "icu_locale_core",
 8553 "stable_deref_trait",
 8554 "tinystr",
 8555 "writeable",
 8556 "yoke 0.8.0",
 8557 "zerofrom",
 8558 "zerotrie",
 8559 "zerovec",
 8560]
 8561
 8562[[package]]
 8563name = "id-arena"
 8564version = "2.2.1"
 8565source = "registry+https://github.com/rust-lang/crates.io-index"
 8566checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8567
 8568[[package]]
 8569name = "ident_case"
 8570version = "1.0.1"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8573
 8574[[package]]
 8575name = "idna"
 8576version = "1.1.0"
 8577source = "registry+https://github.com/rust-lang/crates.io-index"
 8578checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8579dependencies = [
 8580 "idna_adapter",
 8581 "smallvec",
 8582 "utf8_iter",
 8583]
 8584
 8585[[package]]
 8586name = "idna_adapter"
 8587version = "1.2.1"
 8588source = "registry+https://github.com/rust-lang/crates.io-index"
 8589checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8590dependencies = [
 8591 "icu_normalizer",
 8592 "icu_properties",
 8593]
 8594
 8595[[package]]
 8596name = "ignore"
 8597version = "0.4.24"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8600dependencies = [
 8601 "crossbeam-deque",
 8602 "globset",
 8603 "log",
 8604 "memchr",
 8605 "regex-automata",
 8606 "same-file",
 8607 "walkdir",
 8608 "winapi-util",
 8609]
 8610
 8611[[package]]
 8612name = "image"
 8613version = "0.25.8"
 8614source = "registry+https://github.com/rust-lang/crates.io-index"
 8615checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8616dependencies = [
 8617 "bytemuck",
 8618 "byteorder-lite",
 8619 "color_quant",
 8620 "exr",
 8621 "gif",
 8622 "image-webp",
 8623 "moxcms",
 8624 "num-traits",
 8625 "png 0.18.0",
 8626 "qoi",
 8627 "ravif",
 8628 "rayon",
 8629 "rgb",
 8630 "tiff",
 8631 "zune-core",
 8632 "zune-jpeg",
 8633]
 8634
 8635[[package]]
 8636name = "image-webp"
 8637version = "0.2.4"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8640dependencies = [
 8641 "byteorder-lite",
 8642 "quick-error 2.0.1",
 8643]
 8644
 8645[[package]]
 8646name = "image_viewer"
 8647version = "0.1.0"
 8648dependencies = [
 8649 "anyhow",
 8650 "db",
 8651 "editor",
 8652 "file_icons",
 8653 "gpui",
 8654 "language",
 8655 "log",
 8656 "project",
 8657 "serde",
 8658 "settings",
 8659 "theme_settings",
 8660 "ui",
 8661 "util",
 8662 "workspace",
 8663]
 8664
 8665[[package]]
 8666name = "imagesize"
 8667version = "0.13.0"
 8668source = "registry+https://github.com/rust-lang/crates.io-index"
 8669checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8670
 8671[[package]]
 8672name = "imara-diff"
 8673version = "0.1.8"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8676dependencies = [
 8677 "hashbrown 0.15.5",
 8678]
 8679
 8680[[package]]
 8681name = "imgref"
 8682version = "1.12.0"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8685
 8686[[package]]
 8687name = "indenter"
 8688version = "0.3.4"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8691
 8692[[package]]
 8693name = "indexmap"
 8694version = "2.11.4"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8697dependencies = [
 8698 "equivalent",
 8699 "hashbrown 0.16.1",
 8700 "serde",
 8701 "serde_core",
 8702]
 8703
 8704[[package]]
 8705name = "indoc"
 8706version = "2.0.6"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8709
 8710[[package]]
 8711name = "inherent"
 8712version = "1.0.13"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8715dependencies = [
 8716 "proc-macro2",
 8717 "quote",
 8718 "syn 2.0.117",
 8719]
 8720
 8721[[package]]
 8722name = "inotify"
 8723version = "0.9.6"
 8724source = "registry+https://github.com/rust-lang/crates.io-index"
 8725checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8726dependencies = [
 8727 "bitflags 1.3.2",
 8728 "inotify-sys",
 8729 "libc",
 8730]
 8731
 8732[[package]]
 8733name = "inotify"
 8734version = "0.11.0"
 8735source = "registry+https://github.com/rust-lang/crates.io-index"
 8736checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8737dependencies = [
 8738 "bitflags 2.10.0",
 8739 "inotify-sys",
 8740 "libc",
 8741]
 8742
 8743[[package]]
 8744name = "inotify-sys"
 8745version = "0.1.5"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8748dependencies = [
 8749 "libc",
 8750]
 8751
 8752[[package]]
 8753name = "inout"
 8754version = "0.1.4"
 8755source = "registry+https://github.com/rust-lang/crates.io-index"
 8756checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8757dependencies = [
 8758 "block-padding",
 8759 "generic-array",
 8760]
 8761
 8762[[package]]
 8763name = "inspector_ui"
 8764version = "0.1.0"
 8765dependencies = [
 8766 "anyhow",
 8767 "command_palette_hooks",
 8768 "editor",
 8769 "fuzzy",
 8770 "gpui",
 8771 "language",
 8772 "project",
 8773 "serde_json",
 8774 "serde_json_lenient",
 8775 "theme_settings",
 8776 "ui",
 8777 "util",
 8778 "util_macros",
 8779 "workspace",
 8780 "zed_actions",
 8781]
 8782
 8783[[package]]
 8784name = "install_cli"
 8785version = "0.1.0"
 8786dependencies = [
 8787 "anyhow",
 8788 "client",
 8789 "gpui",
 8790 "release_channel",
 8791 "smol",
 8792 "util",
 8793 "workspace",
 8794]
 8795
 8796[[package]]
 8797name = "instant"
 8798version = "0.1.13"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8801dependencies = [
 8802 "cfg-if",
 8803]
 8804
 8805[[package]]
 8806name = "interpolate_name"
 8807version = "0.2.4"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8810dependencies = [
 8811 "proc-macro2",
 8812 "quote",
 8813 "syn 2.0.117",
 8814]
 8815
 8816[[package]]
 8817name = "inventory"
 8818version = "0.3.21"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8821dependencies = [
 8822 "rustversion",
 8823]
 8824
 8825[[package]]
 8826name = "io-extras"
 8827version = "0.18.4"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8830dependencies = [
 8831 "io-lifetimes",
 8832 "windows-sys 0.59.0",
 8833]
 8834
 8835[[package]]
 8836name = "io-lifetimes"
 8837version = "2.0.4"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8840
 8841[[package]]
 8842name = "io-surface"
 8843version = "0.16.1"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8846dependencies = [
 8847 "cgl",
 8848 "core-foundation 0.10.0",
 8849 "core-foundation-sys",
 8850 "leaky-cow",
 8851]
 8852
 8853[[package]]
 8854name = "iovec"
 8855version = "0.1.4"
 8856source = "registry+https://github.com/rust-lang/crates.io-index"
 8857checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8858dependencies = [
 8859 "libc",
 8860]
 8861
 8862[[package]]
 8863name = "ipc-channel"
 8864version = "0.19.0"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8867dependencies = [
 8868 "bincode",
 8869 "crossbeam-channel",
 8870 "fnv",
 8871 "lazy_static",
 8872 "libc",
 8873 "mio 1.1.0",
 8874 "rand 0.8.5",
 8875 "serde",
 8876 "tempfile",
 8877 "uuid",
 8878 "windows 0.58.0",
 8879]
 8880
 8881[[package]]
 8882name = "ipnet"
 8883version = "2.11.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8886
 8887[[package]]
 8888name = "iri-string"
 8889version = "0.7.8"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8892dependencies = [
 8893 "memchr",
 8894 "serde",
 8895]
 8896
 8897[[package]]
 8898name = "is-docker"
 8899version = "0.2.0"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8902dependencies = [
 8903 "once_cell",
 8904]
 8905
 8906[[package]]
 8907name = "is-terminal"
 8908version = "0.4.16"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8911dependencies = [
 8912 "hermit-abi",
 8913 "libc",
 8914 "windows-sys 0.59.0",
 8915]
 8916
 8917[[package]]
 8918name = "is-wsl"
 8919version = "0.4.0"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8922dependencies = [
 8923 "is-docker",
 8924 "once_cell",
 8925]
 8926
 8927[[package]]
 8928name = "is_executable"
 8929version = "1.0.5"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8932dependencies = [
 8933 "windows-sys 0.60.2",
 8934]
 8935
 8936[[package]]
 8937name = "is_terminal_polyfill"
 8938version = "1.70.1"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8941
 8942[[package]]
 8943name = "itertools"
 8944version = "0.10.5"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8947dependencies = [
 8948 "either",
 8949]
 8950
 8951[[package]]
 8952name = "itertools"
 8953version = "0.11.0"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8956dependencies = [
 8957 "either",
 8958]
 8959
 8960[[package]]
 8961name = "itertools"
 8962version = "0.12.1"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8965dependencies = [
 8966 "either",
 8967]
 8968
 8969[[package]]
 8970name = "itertools"
 8971version = "0.14.0"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8974dependencies = [
 8975 "either",
 8976]
 8977
 8978[[package]]
 8979name = "itoa"
 8980version = "1.0.15"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8983
 8984[[package]]
 8985name = "jiff"
 8986version = "0.2.15"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8989dependencies = [
 8990 "jiff-static",
 8991 "log",
 8992 "portable-atomic",
 8993 "portable-atomic-util",
 8994 "serde",
 8995]
 8996
 8997[[package]]
 8998name = "jiff-static"
 8999version = "0.2.15"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9002dependencies = [
 9003 "proc-macro2",
 9004 "quote",
 9005 "syn 2.0.117",
 9006]
 9007
 9008[[package]]
 9009name = "jni"
 9010version = "0.21.1"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9013dependencies = [
 9014 "cesu8",
 9015 "cfg-if",
 9016 "combine",
 9017 "jni-sys",
 9018 "log",
 9019 "thiserror 1.0.69",
 9020 "walkdir",
 9021 "windows-sys 0.45.0",
 9022]
 9023
 9024[[package]]
 9025name = "jni-sys"
 9026version = "0.3.0"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9029
 9030[[package]]
 9031name = "jobserver"
 9032version = "0.1.34"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9035dependencies = [
 9036 "getrandom 0.3.4",
 9037 "libc",
 9038]
 9039
 9040[[package]]
 9041name = "journal"
 9042version = "0.1.0"
 9043dependencies = [
 9044 "anyhow",
 9045 "chrono",
 9046 "editor",
 9047 "gpui",
 9048 "log",
 9049 "serde",
 9050 "settings",
 9051 "shellexpand",
 9052 "workspace",
 9053]
 9054
 9055[[package]]
 9056name = "js-sys"
 9057version = "0.3.90"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9060dependencies = [
 9061 "once_cell",
 9062 "wasm-bindgen",
 9063]
 9064
 9065[[package]]
 9066name = "json5"
 9067version = "0.4.1"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9070dependencies = [
 9071 "pest",
 9072 "pest_derive",
 9073 "serde",
 9074]
 9075
 9076[[package]]
 9077name = "json_dotpath"
 9078version = "1.1.0"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9081dependencies = [
 9082 "serde",
 9083 "serde_derive",
 9084 "serde_json",
 9085 "thiserror 1.0.69",
 9086]
 9087
 9088[[package]]
 9089name = "json_schema_store"
 9090version = "0.1.0"
 9091dependencies = [
 9092 "anyhow",
 9093 "collections",
 9094 "dap",
 9095 "extension",
 9096 "gpui",
 9097 "language",
 9098 "parking_lot",
 9099 "paths",
 9100 "project",
 9101 "schemars",
 9102 "serde",
 9103 "serde_json",
 9104 "settings",
 9105 "snippet_provider",
 9106 "task",
 9107 "theme",
 9108 "util",
 9109]
 9110
 9111[[package]]
 9112name = "jsonschema"
 9113version = "0.37.4"
 9114source = "registry+https://github.com/rust-lang/crates.io-index"
 9115checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9116dependencies = [
 9117 "ahash 0.8.12",
 9118 "bytecount",
 9119 "data-encoding",
 9120 "email_address",
 9121 "fancy-regex 0.16.2",
 9122 "fraction",
 9123 "getrandom 0.3.4",
 9124 "idna",
 9125 "itoa",
 9126 "num-cmp",
 9127 "num-traits",
 9128 "percent-encoding",
 9129 "referencing",
 9130 "regex",
 9131 "regex-syntax",
 9132 "reqwest 0.12.24",
 9133 "serde",
 9134 "serde_json",
 9135 "unicode-general-category",
 9136 "uuid-simd",
 9137]
 9138
 9139[[package]]
 9140name = "jsonwebtoken"
 9141version = "10.3.0"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9144dependencies = [
 9145 "aws-lc-rs",
 9146 "base64 0.22.1",
 9147 "getrandom 0.2.16",
 9148 "js-sys",
 9149 "pem",
 9150 "serde",
 9151 "serde_json",
 9152 "signature 2.2.0",
 9153 "simple_asn1",
 9154]
 9155
 9156[[package]]
 9157name = "jupyter-protocol"
 9158version = "1.4.0"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9161dependencies = [
 9162 "async-trait",
 9163 "bytes 1.11.1",
 9164 "chrono",
 9165 "futures 0.3.32",
 9166 "serde",
 9167 "serde_json",
 9168 "thiserror 2.0.17",
 9169 "uuid",
 9170]
 9171
 9172[[package]]
 9173name = "jupyter-websocket-client"
 9174version = "1.0.0"
 9175source = "registry+https://github.com/rust-lang/crates.io-index"
 9176checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9177dependencies = [
 9178 "anyhow",
 9179 "async-trait",
 9180 "async-tungstenite",
 9181 "futures 0.3.32",
 9182 "jupyter-protocol",
 9183 "serde",
 9184 "serde_json",
 9185 "tokio",
 9186 "url",
 9187 "uuid",
 9188]
 9189
 9190[[package]]
 9191name = "keymap_editor"
 9192version = "0.1.0"
 9193dependencies = [
 9194 "anyhow",
 9195 "collections",
 9196 "command_palette",
 9197 "component",
 9198 "db",
 9199 "editor",
 9200 "fs",
 9201 "fuzzy",
 9202 "gpui",
 9203 "itertools 0.14.0",
 9204 "json_schema_store",
 9205 "language",
 9206 "log",
 9207 "menu",
 9208 "notifications",
 9209 "paths",
 9210 "project",
 9211 "search",
 9212 "serde",
 9213 "serde_json",
 9214 "settings",
 9215 "telemetry",
 9216 "tempfile",
 9217 "theme",
 9218 "theme_settings",
 9219 "tree-sitter-json",
 9220 "tree-sitter-rust",
 9221 "ui",
 9222 "ui_input",
 9223 "util",
 9224 "workspace",
 9225 "zed_actions",
 9226]
 9227
 9228[[package]]
 9229name = "khronos-egl"
 9230version = "6.0.0"
 9231source = "registry+https://github.com/rust-lang/crates.io-index"
 9232checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9233dependencies = [
 9234 "libc",
 9235 "libloading",
 9236 "pkg-config",
 9237]
 9238
 9239[[package]]
 9240name = "khronos_api"
 9241version = "3.1.0"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9244
 9245[[package]]
 9246name = "kqueue"
 9247version = "1.1.1"
 9248source = "registry+https://github.com/rust-lang/crates.io-index"
 9249checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9250dependencies = [
 9251 "kqueue-sys",
 9252 "libc",
 9253]
 9254
 9255[[package]]
 9256name = "kqueue-sys"
 9257version = "1.0.4"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9260dependencies = [
 9261 "bitflags 1.3.2",
 9262 "libc",
 9263]
 9264
 9265[[package]]
 9266name = "kurbo"
 9267version = "0.11.3"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9270dependencies = [
 9271 "arrayvec",
 9272 "euclid",
 9273 "smallvec",
 9274]
 9275
 9276[[package]]
 9277name = "kv-log-macro"
 9278version = "1.0.7"
 9279source = "registry+https://github.com/rust-lang/crates.io-index"
 9280checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9281dependencies = [
 9282 "log",
 9283]
 9284
 9285[[package]]
 9286name = "language"
 9287version = "0.1.0"
 9288dependencies = [
 9289 "anyhow",
 9290 "async-trait",
 9291 "clock",
 9292 "collections",
 9293 "criterion",
 9294 "ctor",
 9295 "diffy",
 9296 "ec4rs",
 9297 "encoding_rs",
 9298 "fs",
 9299 "futures 0.3.32",
 9300 "fuzzy",
 9301 "globset",
 9302 "gpui",
 9303 "http_client",
 9304 "imara-diff",
 9305 "indoc",
 9306 "itertools 0.14.0",
 9307 "language_core",
 9308 "log",
 9309 "lsp",
 9310 "parking_lot",
 9311 "postage",
 9312 "pretty_assertions",
 9313 "rand 0.9.3",
 9314 "regex",
 9315 "rpc",
 9316 "semver",
 9317 "serde",
 9318 "serde_json",
 9319 "settings",
 9320 "shellexpand",
 9321 "smallvec",
 9322 "smol",
 9323 "streaming-iterator",
 9324 "strsim",
 9325 "sum_tree",
 9326 "task",
 9327 "text",
 9328 "theme",
 9329 "theme_settings",
 9330 "toml 0.8.23",
 9331 "tracing",
 9332 "tree-sitter",
 9333 "tree-sitter-elixir",
 9334 "tree-sitter-embedded-template",
 9335 "tree-sitter-heex",
 9336 "tree-sitter-html",
 9337 "tree-sitter-json",
 9338 "tree-sitter-md",
 9339 "tree-sitter-python",
 9340 "tree-sitter-ruby",
 9341 "tree-sitter-rust",
 9342 "tree-sitter-typescript",
 9343 "unicase",
 9344 "unindent",
 9345 "util",
 9346 "watch",
 9347 "zlog",
 9348 "ztracing",
 9349]
 9350
 9351[[package]]
 9352name = "language_core"
 9353version = "0.1.0"
 9354dependencies = [
 9355 "anyhow",
 9356 "collections",
 9357 "gpui_shared_string",
 9358 "log",
 9359 "lsp",
 9360 "parking_lot",
 9361 "regex",
 9362 "schemars",
 9363 "serde",
 9364 "serde_json",
 9365 "toml 0.8.23",
 9366 "tree-sitter",
 9367 "util",
 9368]
 9369
 9370[[package]]
 9371name = "language_extension"
 9372version = "0.1.0"
 9373dependencies = [
 9374 "anyhow",
 9375 "async-trait",
 9376 "collections",
 9377 "extension",
 9378 "fs",
 9379 "futures 0.3.32",
 9380 "gpui",
 9381 "language",
 9382 "log",
 9383 "lsp",
 9384 "project",
 9385 "serde",
 9386 "serde_json",
 9387 "tracing",
 9388 "util",
 9389 "ztracing",
 9390]
 9391
 9392[[package]]
 9393name = "language_model"
 9394version = "0.1.0"
 9395dependencies = [
 9396 "anyhow",
 9397 "base64 0.22.1",
 9398 "collections",
 9399 "credentials_provider",
 9400 "env_var",
 9401 "futures 0.3.32",
 9402 "gpui",
 9403 "http_client",
 9404 "icons",
 9405 "image",
 9406 "language_model_core",
 9407 "log",
 9408 "parking_lot",
 9409 "serde",
 9410 "serde_json",
 9411 "thiserror 2.0.17",
 9412 "util",
 9413]
 9414
 9415[[package]]
 9416name = "language_model_core"
 9417version = "0.1.0"
 9418dependencies = [
 9419 "anyhow",
 9420 "cloud_llm_client",
 9421 "futures 0.3.32",
 9422 "gpui_shared_string",
 9423 "http_client",
 9424 "partial-json-fixer",
 9425 "schemars",
 9426 "serde",
 9427 "serde_json",
 9428 "smol",
 9429 "strum 0.27.2",
 9430 "thiserror 2.0.17",
 9431]
 9432
 9433[[package]]
 9434name = "language_models"
 9435version = "0.1.0"
 9436dependencies = [
 9437 "ai_onboarding",
 9438 "anthropic",
 9439 "anyhow",
 9440 "aws-config",
 9441 "aws-credential-types",
 9442 "aws_http_client",
 9443 "base64 0.22.1",
 9444 "bedrock",
 9445 "client",
 9446 "cloud_api_client",
 9447 "cloud_api_types",
 9448 "collections",
 9449 "component",
 9450 "convert_case 0.8.0",
 9451 "copilot",
 9452 "copilot_chat",
 9453 "copilot_ui",
 9454 "credentials_provider",
 9455 "deepseek",
 9456 "extension",
 9457 "extension_host",
 9458 "fs",
 9459 "futures 0.3.32",
 9460 "google_ai",
 9461 "gpui",
 9462 "gpui_tokio",
 9463 "http_client",
 9464 "language",
 9465 "language_model",
 9466 "language_models_cloud",
 9467 "lmstudio",
 9468 "log",
 9469 "menu",
 9470 "mistral",
 9471 "ollama",
 9472 "open_ai",
 9473 "open_router",
 9474 "opencode",
 9475 "pretty_assertions",
 9476 "release_channel",
 9477 "schemars",
 9478 "serde",
 9479 "serde_json",
 9480 "settings",
 9481 "smol",
 9482 "strum 0.27.2",
 9483 "tiktoken-rs",
 9484 "tokio",
 9485 "ui",
 9486 "ui_input",
 9487 "util",
 9488 "vercel",
 9489 "x_ai",
 9490]
 9491
 9492[[package]]
 9493name = "language_models_cloud"
 9494version = "0.1.0"
 9495dependencies = [
 9496 "anthropic",
 9497 "anyhow",
 9498 "cloud_llm_client",
 9499 "futures 0.3.32",
 9500 "google_ai",
 9501 "gpui",
 9502 "http_client",
 9503 "language_model",
 9504 "open_ai",
 9505 "schemars",
 9506 "semver",
 9507 "serde",
 9508 "serde_json",
 9509 "smol",
 9510 "thiserror 2.0.17",
 9511 "x_ai",
 9512]
 9513
 9514[[package]]
 9515name = "language_onboarding"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "db",
 9519 "editor",
 9520 "gpui",
 9521 "project",
 9522 "ui",
 9523 "workspace",
 9524]
 9525
 9526[[package]]
 9527name = "language_selector"
 9528version = "0.1.0"
 9529dependencies = [
 9530 "anyhow",
 9531 "editor",
 9532 "file_icons",
 9533 "fuzzy",
 9534 "gpui",
 9535 "language",
 9536 "open_path_prompt",
 9537 "picker",
 9538 "project",
 9539 "serde_json",
 9540 "settings",
 9541 "ui",
 9542 "util",
 9543 "workspace",
 9544]
 9545
 9546[[package]]
 9547name = "language_tools"
 9548version = "0.1.0"
 9549dependencies = [
 9550 "anyhow",
 9551 "client",
 9552 "collections",
 9553 "command_palette_hooks",
 9554 "edit_prediction",
 9555 "editor",
 9556 "futures 0.3.32",
 9557 "gpui",
 9558 "itertools 0.14.0",
 9559 "language",
 9560 "lsp",
 9561 "menu",
 9562 "project",
 9563 "proto",
 9564 "release_channel",
 9565 "semver",
 9566 "serde_json",
 9567 "settings",
 9568 "sysinfo 0.37.2",
 9569 "telemetry",
 9570 "theme",
 9571 "theme_settings",
 9572 "tree-sitter",
 9573 "ui",
 9574 "util",
 9575 "workspace",
 9576 "zed_actions",
 9577 "zlog",
 9578]
 9579
 9580[[package]]
 9581name = "languages"
 9582version = "0.1.0"
 9583dependencies = [
 9584 "anyhow",
 9585 "async-compression",
 9586 "async-fs",
 9587 "async-tar",
 9588 "async-trait",
 9589 "chrono",
 9590 "collections",
 9591 "fs",
 9592 "futures 0.3.32",
 9593 "globset",
 9594 "gpui",
 9595 "grammars",
 9596 "http_client",
 9597 "itertools 0.14.0",
 9598 "json_schema_store",
 9599 "language",
 9600 "log",
 9601 "lsp",
 9602 "node_runtime",
 9603 "parking_lot",
 9604 "pet",
 9605 "pet-conda",
 9606 "pet-core",
 9607 "pet-fs",
 9608 "pet-poetry",
 9609 "pet-reporter",
 9610 "pet-virtualenv",
 9611 "pretty_assertions",
 9612 "project",
 9613 "regex",
 9614 "rope",
 9615 "semver",
 9616 "serde",
 9617 "serde_json",
 9618 "serde_json_lenient",
 9619 "settings",
 9620 "smallvec",
 9621 "smol",
 9622 "snippet",
 9623 "task",
 9624 "terminal",
 9625 "theme",
 9626 "tree-sitter",
 9627 "tree-sitter-bash",
 9628 "tree-sitter-c",
 9629 "tree-sitter-cpp",
 9630 "tree-sitter-css",
 9631 "tree-sitter-gitcommit",
 9632 "tree-sitter-go",
 9633 "tree-sitter-python",
 9634 "tree-sitter-rust",
 9635 "tree-sitter-typescript",
 9636 "unindent",
 9637 "url",
 9638 "util",
 9639]
 9640
 9641[[package]]
 9642name = "lazy_static"
 9643version = "1.5.0"
 9644source = "registry+https://github.com/rust-lang/crates.io-index"
 9645checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9646dependencies = [
 9647 "spin 0.9.8",
 9648]
 9649
 9650[[package]]
 9651name = "leak"
 9652version = "0.1.2"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9655
 9656[[package]]
 9657name = "leaky-cow"
 9658version = "0.1.1"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9661dependencies = [
 9662 "leak",
 9663]
 9664
 9665[[package]]
 9666name = "leb128"
 9667version = "0.2.5"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9670
 9671[[package]]
 9672name = "leb128fmt"
 9673version = "0.1.0"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9676
 9677[[package]]
 9678name = "lebe"
 9679version = "0.5.3"
 9680source = "registry+https://github.com/rust-lang/crates.io-index"
 9681checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9682
 9683[[package]]
 9684name = "libbz2-rs-sys"
 9685version = "0.2.2"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9688
 9689[[package]]
 9690name = "libc"
 9691version = "0.2.182"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9694
 9695[[package]]
 9696name = "libdbus-sys"
 9697version = "0.2.6"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9700dependencies = [
 9701 "cc",
 9702 "pkg-config",
 9703]
 9704
 9705[[package]]
 9706name = "libfuzzer-sys"
 9707version = "0.4.10"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9710dependencies = [
 9711 "arbitrary",
 9712 "cc",
 9713]
 9714
 9715[[package]]
 9716name = "libgit2-sys"
 9717version = "0.18.3+1.9.2"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9720dependencies = [
 9721 "cc",
 9722 "libc",
 9723 "libz-sys",
 9724 "pkg-config",
 9725]
 9726
 9727[[package]]
 9728name = "libloading"
 9729version = "0.8.9"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9732dependencies = [
 9733 "cfg-if",
 9734 "windows-link 0.2.1",
 9735]
 9736
 9737[[package]]
 9738name = "libm"
 9739version = "0.2.15"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9742
 9743[[package]]
 9744name = "libmimalloc-sys"
 9745version = "0.1.44"
 9746source = "registry+https://github.com/rust-lang/crates.io-index"
 9747checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9748dependencies = [
 9749 "cc",
 9750 "libc",
 9751]
 9752
 9753[[package]]
 9754name = "libredox"
 9755version = "0.1.10"
 9756source = "registry+https://github.com/rust-lang/crates.io-index"
 9757checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9758dependencies = [
 9759 "bitflags 2.10.0",
 9760 "libc",
 9761 "redox_syscall 0.5.18",
 9762]
 9763
 9764[[package]]
 9765name = "libsqlite3-sys"
 9766version = "0.30.1"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9769dependencies = [
 9770 "cc",
 9771 "pkg-config",
 9772 "vcpkg",
 9773]
 9774
 9775[[package]]
 9776name = "libwebrtc"
 9777version = "0.3.26"
 9778source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9779dependencies = [
 9780 "cxx",
 9781 "glib",
 9782 "jni",
 9783 "js-sys",
 9784 "lazy_static",
 9785 "livekit-protocol",
 9786 "livekit-runtime",
 9787 "log",
 9788 "parking_lot",
 9789 "serde",
 9790 "serde_json",
 9791 "thiserror 1.0.69",
 9792 "tokio",
 9793 "wasm-bindgen",
 9794 "wasm-bindgen-futures",
 9795 "web-sys",
 9796 "webrtc-sys",
 9797]
 9798
 9799[[package]]
 9800name = "libz-sys"
 9801version = "1.1.22"
 9802source = "registry+https://github.com/rust-lang/crates.io-index"
 9803checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9804dependencies = [
 9805 "cc",
 9806 "libc",
 9807 "pkg-config",
 9808 "vcpkg",
 9809]
 9810
 9811[[package]]
 9812name = "line_ending_selector"
 9813version = "0.1.0"
 9814dependencies = [
 9815 "editor",
 9816 "gpui",
 9817 "language",
 9818 "picker",
 9819 "project",
 9820 "ui",
 9821 "util",
 9822 "workspace",
 9823]
 9824
 9825[[package]]
 9826name = "linebender_resource_handle"
 9827version = "0.1.1"
 9828source = "registry+https://github.com/rust-lang/crates.io-index"
 9829checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9830
 9831[[package]]
 9832name = "link-cplusplus"
 9833version = "1.0.12"
 9834source = "registry+https://github.com/rust-lang/crates.io-index"
 9835checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9836dependencies = [
 9837 "cc",
 9838]
 9839
 9840[[package]]
 9841name = "linkify"
 9842version = "0.10.0"
 9843source = "registry+https://github.com/rust-lang/crates.io-index"
 9844checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9845dependencies = [
 9846 "memchr",
 9847]
 9848
 9849[[package]]
 9850name = "linux-raw-sys"
 9851version = "0.4.15"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9854
 9855[[package]]
 9856name = "linux-raw-sys"
 9857version = "0.11.0"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9860
 9861[[package]]
 9862name = "litemap"
 9863version = "0.8.0"
 9864source = "registry+https://github.com/rust-lang/crates.io-index"
 9865checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9866
 9867[[package]]
 9868name = "litrs"
 9869version = "1.0.0"
 9870source = "registry+https://github.com/rust-lang/crates.io-index"
 9871checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9872
 9873[[package]]
 9874name = "livekit"
 9875version = "0.7.32"
 9876source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9877dependencies = [
 9878 "base64 0.22.1",
 9879 "bmrng",
 9880 "bytes 1.11.1",
 9881 "chrono",
 9882 "futures-util",
 9883 "lazy_static",
 9884 "libloading",
 9885 "libwebrtc",
 9886 "livekit-api",
 9887 "livekit-protocol",
 9888 "livekit-runtime",
 9889 "log",
 9890 "parking_lot",
 9891 "prost 0.12.6",
 9892 "semver",
 9893 "serde",
 9894 "serde_json",
 9895 "thiserror 1.0.69",
 9896 "tokio",
 9897]
 9898
 9899[[package]]
 9900name = "livekit-api"
 9901version = "0.4.14"
 9902source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9903dependencies = [
 9904 "base64 0.21.7",
 9905 "futures-util",
 9906 "http 1.3.1",
 9907 "livekit-protocol",
 9908 "livekit-runtime",
 9909 "log",
 9910 "parking_lot",
 9911 "pbjson-types",
 9912 "prost 0.12.6",
 9913 "rand 0.9.3",
 9914 "reqwest 0.12.24",
 9915 "rustls-native-certs 0.6.3",
 9916 "scopeguard",
 9917 "serde",
 9918 "sha2",
 9919 "thiserror 1.0.69",
 9920 "tokio",
 9921 "tokio-rustls 0.26.2",
 9922 "tokio-tungstenite 0.28.0",
 9923 "url",
 9924]
 9925
 9926[[package]]
 9927name = "livekit-protocol"
 9928version = "0.7.1"
 9929source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9930dependencies = [
 9931 "futures-util",
 9932 "livekit-runtime",
 9933 "parking_lot",
 9934 "pbjson",
 9935 "pbjson-types",
 9936 "prost 0.12.6",
 9937 "serde",
 9938 "thiserror 1.0.69",
 9939 "tokio",
 9940]
 9941
 9942[[package]]
 9943name = "livekit-runtime"
 9944version = "0.4.0"
 9945source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9946dependencies = [
 9947 "tokio",
 9948 "tokio-stream",
 9949]
 9950
 9951[[package]]
 9952name = "livekit_api"
 9953version = "0.1.0"
 9954dependencies = [
 9955 "anyhow",
 9956 "async-trait",
 9957 "jsonwebtoken",
 9958 "log",
 9959 "prost 0.9.0",
 9960 "prost-build 0.9.0",
 9961 "prost-types 0.9.0",
 9962 "serde",
 9963 "zed-reqwest",
 9964]
 9965
 9966[[package]]
 9967name = "livekit_client"
 9968version = "0.1.0"
 9969dependencies = [
 9970 "anyhow",
 9971 "async-trait",
 9972 "audio",
 9973 "cocoa 0.26.0",
 9974 "collections",
 9975 "core-foundation 0.10.0",
 9976 "core-video",
 9977 "coreaudio-rs 0.12.1",
 9978 "cpal",
 9979 "futures 0.3.32",
 9980 "gpui",
 9981 "gpui_platform",
 9982 "gpui_tokio",
 9983 "http_client_tls",
 9984 "image",
 9985 "libwebrtc",
 9986 "livekit",
 9987 "livekit_api",
 9988 "log",
 9989 "nanoid",
 9990 "objc",
 9991 "parking_lot",
 9992 "postage",
 9993 "rodio",
 9994 "serde",
 9995 "serde_json",
 9996 "serde_urlencoded",
 9997 "settings",
 9998 "simplelog",
 9999 "smallvec",
10000 "tokio",
10001 "ui",
10002 "util",
10003 "webrtc-sys",
10004 "zed-scap",
10005]
10006
10007[[package]]
10008name = "lmdb-master-sys"
10009version = "0.2.5"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10012dependencies = [
10013 "cc",
10014 "doxygen-rs",
10015 "libc",
10016]
10017
10018[[package]]
10019name = "lmstudio"
10020version = "0.1.0"
10021dependencies = [
10022 "anyhow",
10023 "futures 0.3.32",
10024 "http_client",
10025 "schemars",
10026 "serde",
10027 "serde_json",
10028]
10029
10030[[package]]
10031name = "lock_api"
10032version = "0.4.14"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10035dependencies = [
10036 "scopeguard",
10037]
10038
10039[[package]]
10040name = "log"
10041version = "0.4.29"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10044dependencies = [
10045 "serde_core",
10046 "value-bag",
10047]
10048
10049[[package]]
10050name = "loom"
10051version = "0.7.2"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10054dependencies = [
10055 "cfg-if",
10056 "generator",
10057 "scoped-tls",
10058 "tracing",
10059 "tracing-subscriber",
10060]
10061
10062[[package]]
10063name = "loop9"
10064version = "0.1.5"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10067dependencies = [
10068 "imgref",
10069]
10070
10071[[package]]
10072name = "lru"
10073version = "0.12.5"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10076dependencies = [
10077 "hashbrown 0.15.5",
10078]
10079
10080[[package]]
10081name = "lru-slab"
10082version = "0.1.2"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10085
10086[[package]]
10087name = "lsp"
10088version = "0.1.0"
10089dependencies = [
10090 "anyhow",
10091 "async-pipe",
10092 "collections",
10093 "ctor",
10094 "futures 0.3.32",
10095 "gpui",
10096 "gpui_util",
10097 "log",
10098 "lsp-types",
10099 "parking_lot",
10100 "postage",
10101 "release_channel",
10102 "schemars",
10103 "semver",
10104 "serde",
10105 "serde_json",
10106 "smol",
10107 "util",
10108 "zlog",
10109]
10110
10111[[package]]
10112name = "lsp-types"
10113version = "0.95.1"
10114source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10115dependencies = [
10116 "bitflags 1.3.2",
10117 "serde",
10118 "serde_json",
10119 "url",
10120]
10121
10122[[package]]
10123name = "lyon"
10124version = "1.0.16"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10127dependencies = [
10128 "lyon_algorithms",
10129 "lyon_extra",
10130 "lyon_tessellation",
10131]
10132
10133[[package]]
10134name = "lyon_algorithms"
10135version = "1.0.16"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10138dependencies = [
10139 "lyon_path",
10140 "num-traits",
10141]
10142
10143[[package]]
10144name = "lyon_extra"
10145version = "1.0.3"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10148dependencies = [
10149 "lyon_path",
10150 "thiserror 1.0.69",
10151]
10152
10153[[package]]
10154name = "lyon_geom"
10155version = "1.0.17"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10158dependencies = [
10159 "arrayvec",
10160 "euclid",
10161 "num-traits",
10162]
10163
10164[[package]]
10165name = "lyon_path"
10166version = "1.0.16"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10169dependencies = [
10170 "lyon_geom",
10171 "num-traits",
10172]
10173
10174[[package]]
10175name = "lyon_tessellation"
10176version = "1.0.16"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10179dependencies = [
10180 "float_next_after",
10181 "lyon_path",
10182 "num-traits",
10183]
10184
10185[[package]]
10186name = "mac"
10187version = "0.1.1"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10190
10191[[package]]
10192name = "mach2"
10193version = "0.4.3"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10196dependencies = [
10197 "libc",
10198]
10199
10200[[package]]
10201name = "mach2"
10202version = "0.5.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10205dependencies = [
10206 "libc",
10207]
10208
10209[[package]]
10210name = "malloc_buf"
10211version = "0.0.6"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10214dependencies = [
10215 "libc",
10216]
10217
10218[[package]]
10219name = "maplit"
10220version = "1.0.2"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10223
10224[[package]]
10225name = "markdown"
10226version = "0.1.0"
10227dependencies = [
10228 "anyhow",
10229 "assets",
10230 "base64 0.22.1",
10231 "collections",
10232 "env_logger 0.11.8",
10233 "fs",
10234 "futures 0.3.32",
10235 "gpui",
10236 "gpui_platform",
10237 "html5ever 0.27.0",
10238 "language",
10239 "languages",
10240 "linkify",
10241 "log",
10242 "markup5ever_rcdom",
10243 "mermaid-rs-renderer",
10244 "node_runtime",
10245 "pulldown-cmark 0.13.0",
10246 "settings",
10247 "stacksafe",
10248 "sum_tree",
10249 "theme",
10250 "theme_settings",
10251 "ui",
10252 "util",
10253]
10254
10255[[package]]
10256name = "markdown_preview"
10257version = "0.1.0"
10258dependencies = [
10259 "anyhow",
10260 "editor",
10261 "gpui",
10262 "language",
10263 "log",
10264 "markdown",
10265 "project",
10266 "settings",
10267 "tempfile",
10268 "theme_settings",
10269 "ui",
10270 "urlencoding",
10271 "util",
10272 "workspace",
10273 "zed_actions",
10274]
10275
10276[[package]]
10277name = "markup5ever"
10278version = "0.12.1"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10281dependencies = [
10282 "log",
10283 "phf 0.11.3",
10284 "phf_codegen",
10285 "string_cache",
10286 "string_cache_codegen",
10287 "tendril",
10288]
10289
10290[[package]]
10291name = "markup5ever"
10292version = "0.35.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10295dependencies = [
10296 "log",
10297 "tendril",
10298 "web_atoms",
10299]
10300
10301[[package]]
10302name = "markup5ever_rcdom"
10303version = "0.3.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10306dependencies = [
10307 "html5ever 0.27.0",
10308 "markup5ever 0.12.1",
10309 "tendril",
10310 "xml5ever",
10311]
10312
10313[[package]]
10314name = "match_token"
10315version = "0.35.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10318dependencies = [
10319 "proc-macro2",
10320 "quote",
10321 "syn 2.0.117",
10322]
10323
10324[[package]]
10325name = "matchers"
10326version = "0.2.0"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10329dependencies = [
10330 "regex-automata",
10331]
10332
10333[[package]]
10334name = "matchit"
10335version = "0.7.3"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10338
10339[[package]]
10340name = "maybe-owned"
10341version = "0.3.4"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10344
10345[[package]]
10346name = "maybe-rayon"
10347version = "0.1.1"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10350dependencies = [
10351 "cfg-if",
10352 "rayon",
10353]
10354
10355[[package]]
10356name = "md-5"
10357version = "0.10.6"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10360dependencies = [
10361 "cfg-if",
10362 "digest",
10363]
10364
10365[[package]]
10366name = "mdbook"
10367version = "0.4.40"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10370dependencies = [
10371 "ammonia",
10372 "anyhow",
10373 "chrono",
10374 "clap",
10375 "clap_complete",
10376 "elasticlunr-rs",
10377 "env_logger 0.11.8",
10378 "futures-util",
10379 "handlebars 5.1.2",
10380 "ignore",
10381 "log",
10382 "memchr",
10383 "notify 6.1.1",
10384 "notify-debouncer-mini",
10385 "once_cell",
10386 "opener",
10387 "pathdiff",
10388 "pulldown-cmark 0.10.3",
10389 "regex",
10390 "serde",
10391 "serde_json",
10392 "shlex",
10393 "tempfile",
10394 "tokio",
10395 "toml 0.5.11",
10396 "topological-sort",
10397 "walkdir",
10398 "warp",
10399]
10400
10401[[package]]
10402name = "media"
10403version = "0.1.0"
10404dependencies = [
10405 "anyhow",
10406 "bindgen 0.71.1",
10407 "core-foundation 0.10.0",
10408 "core-video",
10409 "ctor",
10410 "foreign-types 0.5.0",
10411 "metal",
10412 "objc",
10413]
10414
10415[[package]]
10416name = "memchr"
10417version = "2.7.6"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10420
10421[[package]]
10422name = "memfd"
10423version = "0.6.5"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10426dependencies = [
10427 "rustix 1.1.2",
10428]
10429
10430[[package]]
10431name = "memmap2"
10432version = "0.9.8"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10435dependencies = [
10436 "libc",
10437 "stable_deref_trait",
10438]
10439
10440[[package]]
10441name = "memoffset"
10442version = "0.9.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10445dependencies = [
10446 "autocfg",
10447]
10448
10449[[package]]
10450name = "menu"
10451version = "0.1.0"
10452dependencies = [
10453 "gpui",
10454]
10455
10456[[package]]
10457name = "merge"
10458version = "0.1.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10461dependencies = [
10462 "merge_derive",
10463 "num-traits",
10464]
10465
10466[[package]]
10467name = "merge_derive"
10468version = "0.1.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10471dependencies = [
10472 "proc-macro-error",
10473 "proc-macro2",
10474 "quote",
10475 "syn 1.0.109",
10476]
10477
10478[[package]]
10479name = "mermaid-rs-renderer"
10480version = "0.2.0"
10481source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10482dependencies = [
10483 "anyhow",
10484 "fontdb 0.16.2",
10485 "json5",
10486 "once_cell",
10487 "regex",
10488 "serde",
10489 "serde_json",
10490 "thiserror 2.0.17",
10491 "ttf-parser 0.20.0",
10492]
10493
10494[[package]]
10495name = "metal"
10496version = "0.33.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10499dependencies = [
10500 "bitflags 2.10.0",
10501 "block",
10502 "core-graphics-types 0.2.0",
10503 "foreign-types 0.5.0",
10504 "log",
10505 "objc",
10506 "paste",
10507]
10508
10509[[package]]
10510name = "migrator"
10511version = "0.1.0"
10512dependencies = [
10513 "anyhow",
10514 "collections",
10515 "convert_case 0.8.0",
10516 "log",
10517 "pretty_assertions",
10518 "serde_json",
10519 "serde_json_lenient",
10520 "settings_content",
10521 "settings_json",
10522 "streaming-iterator",
10523 "tree-sitter",
10524 "tree-sitter-json",
10525 "unindent",
10526]
10527
10528[[package]]
10529name = "mimalloc"
10530version = "0.1.48"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10533dependencies = [
10534 "libmimalloc-sys",
10535]
10536
10537[[package]]
10538name = "mime"
10539version = "0.3.17"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10542
10543[[package]]
10544name = "mime_guess"
10545version = "2.0.5"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10548dependencies = [
10549 "mime",
10550 "unicase",
10551]
10552
10553[[package]]
10554name = "minidump-common"
10555version = "0.26.1"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10558dependencies = [
10559 "bitflags 2.10.0",
10560 "debugid",
10561 "num-derive",
10562 "num-traits",
10563 "range-map",
10564 "scroll",
10565 "smart-default",
10566]
10567
10568[[package]]
10569name = "minidump-writer"
10570version = "0.11.0"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10573dependencies = [
10574 "bitflags 2.10.0",
10575 "byteorder",
10576 "cfg-if",
10577 "crash-context",
10578 "error-graph",
10579 "failspot",
10580 "goblin",
10581 "libc",
10582 "log",
10583 "mach2 0.4.3",
10584 "memmap2",
10585 "memoffset",
10586 "minidump-common",
10587 "nix 0.29.0",
10588 "procfs-core",
10589 "scroll",
10590 "serde",
10591 "serde_json",
10592 "tempfile",
10593 "thiserror 2.0.17",
10594]
10595
10596[[package]]
10597name = "minidumper"
10598version = "0.9.0"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10601dependencies = [
10602 "cfg-if",
10603 "crash-context",
10604 "libc",
10605 "log",
10606 "minidump-writer",
10607 "parking_lot",
10608 "polling",
10609 "scroll",
10610 "thiserror 2.0.17",
10611 "uds",
10612]
10613
10614[[package]]
10615name = "minimal-lexical"
10616version = "0.2.1"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10619
10620[[package]]
10621name = "miniprofiler_ui"
10622version = "0.1.0"
10623dependencies = [
10624 "gpui",
10625 "rpc",
10626 "serde_json",
10627 "smol",
10628 "theme_settings",
10629 "util",
10630 "workspace",
10631 "zed_actions",
10632]
10633
10634[[package]]
10635name = "miniz_oxide"
10636version = "0.8.9"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10639dependencies = [
10640 "adler2",
10641 "simd-adler32",
10642]
10643
10644[[package]]
10645name = "mio"
10646version = "0.8.11"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10649dependencies = [
10650 "libc",
10651 "log",
10652 "wasi",
10653 "windows-sys 0.48.0",
10654]
10655
10656[[package]]
10657name = "mio"
10658version = "1.1.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10661dependencies = [
10662 "libc",
10663 "log",
10664 "wasi",
10665 "windows-sys 0.61.2",
10666]
10667
10668[[package]]
10669name = "miow"
10670version = "0.6.1"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10673dependencies = [
10674 "windows-sys 0.61.2",
10675]
10676
10677[[package]]
10678name = "mistral"
10679version = "0.1.0"
10680dependencies = [
10681 "anyhow",
10682 "futures 0.3.32",
10683 "http_client",
10684 "schemars",
10685 "serde",
10686 "serde_json",
10687 "strum 0.27.2",
10688]
10689
10690[[package]]
10691name = "moka"
10692version = "0.12.11"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10695dependencies = [
10696 "crossbeam-channel",
10697 "crossbeam-epoch",
10698 "crossbeam-utils",
10699 "equivalent",
10700 "parking_lot",
10701 "portable-atomic",
10702 "rustc_version",
10703 "smallvec",
10704 "tagptr",
10705 "uuid",
10706]
10707
10708[[package]]
10709name = "moxcms"
10710version = "0.7.7"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10713dependencies = [
10714 "num-traits",
10715 "pxfm",
10716]
10717
10718[[package]]
10719name = "msvc_spectre_libs"
10720version = "0.1.3"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10723dependencies = [
10724 "cc",
10725]
10726
10727[[package]]
10728name = "multi_buffer"
10729version = "0.1.0"
10730dependencies = [
10731 "anyhow",
10732 "buffer_diff",
10733 "clock",
10734 "collections",
10735 "ctor",
10736 "gpui",
10737 "indoc",
10738 "itertools 0.14.0",
10739 "language",
10740 "log",
10741 "parking_lot",
10742 "pretty_assertions",
10743 "rand 0.9.3",
10744 "rope",
10745 "serde",
10746 "settings",
10747 "smallvec",
10748 "smol",
10749 "sum_tree",
10750 "text",
10751 "theme",
10752 "tracing",
10753 "tree-sitter",
10754 "unicode-segmentation",
10755 "util",
10756 "zlog",
10757 "ztracing",
10758]
10759
10760[[package]]
10761name = "multimap"
10762version = "0.8.3"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10765
10766[[package]]
10767name = "naga"
10768version = "29.0.0"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10771dependencies = [
10772 "arrayvec",
10773 "bit-set 0.9.1",
10774 "bitflags 2.10.0",
10775 "cfg-if",
10776 "cfg_aliases 0.2.1",
10777 "codespan-reporting",
10778 "half",
10779 "hashbrown 0.16.1",
10780 "hexf-parse",
10781 "indexmap",
10782 "libm",
10783 "log",
10784 "num-traits",
10785 "once_cell",
10786 "rustc-hash 1.1.0",
10787 "thiserror 2.0.17",
10788 "unicode-ident",
10789]
10790
10791[[package]]
10792name = "naga"
10793version = "29.0.0"
10794source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10795dependencies = [
10796 "arrayvec",
10797 "bit-set 0.9.1",
10798 "bitflags 2.10.0",
10799 "cfg-if",
10800 "cfg_aliases 0.2.1",
10801 "codespan-reporting",
10802 "half",
10803 "hashbrown 0.16.1",
10804 "hexf-parse",
10805 "indexmap",
10806 "libm",
10807 "log",
10808 "num-traits",
10809 "once_cell",
10810 "rustc-hash 1.1.0",
10811 "spirv",
10812 "thiserror 2.0.17",
10813 "unicode-ident",
10814]
10815
10816[[package]]
10817name = "nanoid"
10818version = "0.4.0"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10821dependencies = [
10822 "rand 0.8.5",
10823]
10824
10825[[package]]
10826name = "nanorand"
10827version = "0.7.0"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10830dependencies = [
10831 "getrandom 0.2.16",
10832]
10833
10834[[package]]
10835name = "native-tls"
10836version = "0.2.14"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10839dependencies = [
10840 "libc",
10841 "log",
10842 "openssl",
10843 "openssl-probe",
10844 "openssl-sys",
10845 "schannel",
10846 "security-framework 2.11.1",
10847 "security-framework-sys",
10848 "tempfile",
10849]
10850
10851[[package]]
10852name = "nbformat"
10853version = "1.2.0"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10856dependencies = [
10857 "anyhow",
10858 "chrono",
10859 "jupyter-protocol",
10860 "serde",
10861 "serde_json",
10862 "thiserror 1.0.69",
10863 "uuid",
10864]
10865
10866[[package]]
10867name = "nc"
10868version = "0.1.0"
10869dependencies = [
10870 "anyhow",
10871 "futures 0.3.32",
10872 "net",
10873 "smol",
10874]
10875
10876[[package]]
10877name = "ndk"
10878version = "0.9.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10881dependencies = [
10882 "bitflags 2.10.0",
10883 "jni-sys",
10884 "log",
10885 "ndk-sys",
10886 "num_enum",
10887 "thiserror 1.0.69",
10888]
10889
10890[[package]]
10891name = "ndk-context"
10892version = "0.1.1"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10895
10896[[package]]
10897name = "ndk-sys"
10898version = "0.6.0+11769913"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10901dependencies = [
10902 "jni-sys",
10903]
10904
10905[[package]]
10906name = "net"
10907version = "0.1.0"
10908dependencies = [
10909 "anyhow",
10910 "async-io",
10911 "smol",
10912 "tempfile",
10913 "windows 0.61.3",
10914]
10915
10916[[package]]
10917name = "new_debug_unreachable"
10918version = "1.0.6"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10921
10922[[package]]
10923name = "nix"
10924version = "0.28.0"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10927dependencies = [
10928 "bitflags 2.10.0",
10929 "cfg-if",
10930 "cfg_aliases 0.1.1",
10931 "libc",
10932]
10933
10934[[package]]
10935name = "nix"
10936version = "0.29.0"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10939dependencies = [
10940 "bitflags 2.10.0",
10941 "cfg-if",
10942 "cfg_aliases 0.2.1",
10943 "libc",
10944]
10945
10946[[package]]
10947name = "nix"
10948version = "0.30.1"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10951dependencies = [
10952 "bitflags 2.10.0",
10953 "cfg-if",
10954 "cfg_aliases 0.2.1",
10955 "libc",
10956]
10957
10958[[package]]
10959name = "node_runtime"
10960version = "0.1.0"
10961dependencies = [
10962 "anyhow",
10963 "async-compression",
10964 "async-std",
10965 "async-tar",
10966 "async-trait",
10967 "futures 0.3.32",
10968 "http_client",
10969 "log",
10970 "paths",
10971 "semver",
10972 "serde",
10973 "serde_json",
10974 "smol",
10975 "util",
10976 "watch",
10977 "which 6.0.3",
10978]
10979
10980[[package]]
10981name = "nom"
10982version = "7.1.3"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10985dependencies = [
10986 "memchr",
10987 "minimal-lexical",
10988]
10989
10990[[package]]
10991name = "nom"
10992version = "8.0.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10995dependencies = [
10996 "memchr",
10997]
10998
10999[[package]]
11000name = "noop_proc_macro"
11001version = "0.3.0"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11004
11005[[package]]
11006name = "normpath"
11007version = "1.5.0"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11010dependencies = [
11011 "windows-sys 0.61.2",
11012]
11013
11014[[package]]
11015name = "notifications"
11016version = "0.1.0"
11017dependencies = [
11018 "anyhow",
11019 "channel",
11020 "client",
11021 "component",
11022 "db",
11023 "gpui",
11024 "rpc",
11025 "sum_tree",
11026 "time",
11027 "ui",
11028 "util",
11029 "workspace",
11030 "zed_actions",
11031]
11032
11033[[package]]
11034name = "notify"
11035version = "6.1.1"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11038dependencies = [
11039 "bitflags 2.10.0",
11040 "crossbeam-channel",
11041 "filetime",
11042 "fsevent-sys",
11043 "inotify 0.9.6",
11044 "kqueue",
11045 "libc",
11046 "log",
11047 "mio 0.8.11",
11048 "walkdir",
11049 "windows-sys 0.48.0",
11050]
11051
11052[[package]]
11053name = "notify"
11054version = "8.2.0"
11055source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11056dependencies = [
11057 "bitflags 2.10.0",
11058 "fsevent-sys",
11059 "inotify 0.11.0",
11060 "kqueue",
11061 "libc",
11062 "log",
11063 "mio 1.1.0",
11064 "notify-types",
11065 "walkdir",
11066 "windows-sys 0.60.2",
11067]
11068
11069[[package]]
11070name = "notify-debouncer-mini"
11071version = "0.4.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11074dependencies = [
11075 "crossbeam-channel",
11076 "log",
11077 "notify 6.1.1",
11078]
11079
11080[[package]]
11081name = "notify-types"
11082version = "2.0.0"
11083source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11084
11085[[package]]
11086name = "ntapi"
11087version = "0.4.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11090dependencies = [
11091 "winapi",
11092]
11093
11094[[package]]
11095name = "nu-ansi-term"
11096version = "0.50.3"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11099dependencies = [
11100 "windows-sys 0.61.2",
11101]
11102
11103[[package]]
11104name = "nucleo"
11105version = "0.5.0"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11108dependencies = [
11109 "nucleo-matcher",
11110 "parking_lot",
11111 "rayon",
11112]
11113
11114[[package]]
11115name = "nucleo-matcher"
11116version = "0.3.1"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11119dependencies = [
11120 "memchr",
11121 "unicode-segmentation",
11122]
11123
11124[[package]]
11125name = "num"
11126version = "0.4.3"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11129dependencies = [
11130 "num-bigint",
11131 "num-complex",
11132 "num-integer",
11133 "num-iter",
11134 "num-rational",
11135 "num-traits",
11136]
11137
11138[[package]]
11139name = "num-bigint"
11140version = "0.4.6"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11143dependencies = [
11144 "num-integer",
11145 "num-traits",
11146]
11147
11148[[package]]
11149name = "num-bigint-dig"
11150version = "0.8.6"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11153dependencies = [
11154 "lazy_static",
11155 "libm",
11156 "num-integer",
11157 "num-iter",
11158 "num-traits",
11159 "rand 0.8.5",
11160 "smallvec",
11161 "zeroize",
11162]
11163
11164[[package]]
11165name = "num-bigint-dig"
11166version = "0.9.1"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11169dependencies = [
11170 "libm",
11171 "num-integer",
11172 "num-iter",
11173 "num-traits",
11174 "once_cell",
11175 "rand 0.9.3",
11176 "serde",
11177 "smallvec",
11178 "zeroize",
11179]
11180
11181[[package]]
11182name = "num-cmp"
11183version = "0.1.0"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11186
11187[[package]]
11188name = "num-complex"
11189version = "0.4.6"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11192dependencies = [
11193 "bytemuck",
11194 "num-traits",
11195]
11196
11197[[package]]
11198name = "num-conv"
11199version = "0.2.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11202
11203[[package]]
11204name = "num-derive"
11205version = "0.4.2"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11208dependencies = [
11209 "proc-macro2",
11210 "quote",
11211 "syn 2.0.117",
11212]
11213
11214[[package]]
11215name = "num-format"
11216version = "0.4.4"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11219dependencies = [
11220 "arrayvec",
11221 "itoa",
11222]
11223
11224[[package]]
11225name = "num-integer"
11226version = "0.1.46"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11229dependencies = [
11230 "num-traits",
11231]
11232
11233[[package]]
11234name = "num-iter"
11235version = "0.1.45"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11238dependencies = [
11239 "autocfg",
11240 "num-integer",
11241 "num-traits",
11242]
11243
11244[[package]]
11245name = "num-rational"
11246version = "0.4.2"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11249dependencies = [
11250 "num-bigint",
11251 "num-integer",
11252 "num-traits",
11253]
11254
11255[[package]]
11256name = "num-traits"
11257version = "0.2.19"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11260dependencies = [
11261 "autocfg",
11262 "libm",
11263]
11264
11265[[package]]
11266name = "num_cpus"
11267version = "1.17.0"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11270dependencies = [
11271 "hermit-abi",
11272 "libc",
11273]
11274
11275[[package]]
11276name = "num_enum"
11277version = "0.7.4"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11280dependencies = [
11281 "num_enum_derive",
11282 "rustversion",
11283]
11284
11285[[package]]
11286name = "num_enum_derive"
11287version = "0.7.4"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11290dependencies = [
11291 "proc-macro-crate",
11292 "proc-macro2",
11293 "quote",
11294 "syn 2.0.117",
11295]
11296
11297[[package]]
11298name = "num_threads"
11299version = "0.1.7"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11302dependencies = [
11303 "libc",
11304]
11305
11306[[package]]
11307name = "nvim-rs"
11308version = "0.9.2"
11309source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11310dependencies = [
11311 "async-trait",
11312 "futures 0.3.32",
11313 "log",
11314 "rmp",
11315 "rmpv",
11316 "tokio",
11317 "tokio-util",
11318]
11319
11320[[package]]
11321name = "objc"
11322version = "0.2.7"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11325dependencies = [
11326 "malloc_buf",
11327 "objc_exception",
11328]
11329
11330[[package]]
11331name = "objc-foundation"
11332version = "0.1.1"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11335dependencies = [
11336 "block",
11337 "objc",
11338 "objc_id",
11339]
11340
11341[[package]]
11342name = "objc2"
11343version = "0.6.3"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11346dependencies = [
11347 "objc2-encode",
11348]
11349
11350[[package]]
11351name = "objc2-app-kit"
11352version = "0.3.1"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11355dependencies = [
11356 "objc2",
11357 "objc2-foundation",
11358]
11359
11360[[package]]
11361name = "objc2-audio-toolbox"
11362version = "0.3.2"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11365dependencies = [
11366 "bitflags 2.10.0",
11367 "libc",
11368 "objc2",
11369 "objc2-core-audio",
11370 "objc2-core-audio-types",
11371 "objc2-core-foundation",
11372 "objc2-foundation",
11373]
11374
11375[[package]]
11376name = "objc2-avf-audio"
11377version = "0.3.2"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11380dependencies = [
11381 "objc2",
11382 "objc2-foundation",
11383]
11384
11385[[package]]
11386name = "objc2-core-audio"
11387version = "0.3.2"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11390dependencies = [
11391 "dispatch2",
11392 "objc2",
11393 "objc2-core-audio-types",
11394 "objc2-core-foundation",
11395 "objc2-foundation",
11396]
11397
11398[[package]]
11399name = "objc2-core-audio-types"
11400version = "0.3.2"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11403dependencies = [
11404 "bitflags 2.10.0",
11405 "objc2",
11406]
11407
11408[[package]]
11409name = "objc2-core-foundation"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11413dependencies = [
11414 "bitflags 2.10.0",
11415 "block2",
11416 "dispatch2",
11417 "libc",
11418 "objc2",
11419]
11420
11421[[package]]
11422name = "objc2-encode"
11423version = "4.1.0"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11426
11427[[package]]
11428name = "objc2-foundation"
11429version = "0.3.2"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11432dependencies = [
11433 "bitflags 2.10.0",
11434 "block2",
11435 "libc",
11436 "objc2",
11437 "objc2-core-foundation",
11438]
11439
11440[[package]]
11441name = "objc2-io-kit"
11442version = "0.3.2"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11445dependencies = [
11446 "libc",
11447 "objc2-core-foundation",
11448]
11449
11450[[package]]
11451name = "objc2-metal"
11452version = "0.3.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11455dependencies = [
11456 "bitflags 2.10.0",
11457 "block2",
11458 "dispatch2",
11459 "objc2",
11460 "objc2-core-foundation",
11461 "objc2-foundation",
11462]
11463
11464[[package]]
11465name = "objc2-quartz-core"
11466version = "0.3.2"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11469dependencies = [
11470 "bitflags 2.10.0",
11471 "objc2",
11472 "objc2-core-foundation",
11473 "objc2-foundation",
11474 "objc2-metal",
11475]
11476
11477[[package]]
11478name = "objc_exception"
11479version = "0.1.2"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11482dependencies = [
11483 "cc",
11484]
11485
11486[[package]]
11487name = "objc_id"
11488version = "0.1.1"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11491dependencies = [
11492 "objc",
11493]
11494
11495[[package]]
11496name = "object"
11497version = "0.37.3"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11500dependencies = [
11501 "crc32fast",
11502 "hashbrown 0.15.5",
11503 "indexmap",
11504 "memchr",
11505]
11506
11507[[package]]
11508name = "octocrab"
11509version = "0.49.7"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11512dependencies = [
11513 "arc-swap",
11514 "async-trait",
11515 "base64 0.22.1",
11516 "bytes 1.11.1",
11517 "cargo_metadata 0.23.1",
11518 "cfg-if",
11519 "chrono",
11520 "either",
11521 "futures 0.3.32",
11522 "futures-core",
11523 "futures-util",
11524 "getrandom 0.2.16",
11525 "http 1.3.1",
11526 "http-body 1.0.1",
11527 "http-body-util",
11528 "hyper 1.7.0",
11529 "hyper-rustls 0.27.7",
11530 "hyper-timeout",
11531 "hyper-util",
11532 "jsonwebtoken",
11533 "once_cell",
11534 "percent-encoding",
11535 "pin-project",
11536 "secrecy",
11537 "serde",
11538 "serde_json",
11539 "serde_path_to_error",
11540 "serde_urlencoded",
11541 "snafu",
11542 "tokio",
11543 "tower 0.5.2",
11544 "tower-http 0.6.6",
11545 "url",
11546 "web-time",
11547]
11548
11549[[package]]
11550name = "ollama"
11551version = "0.1.0"
11552dependencies = [
11553 "anyhow",
11554 "futures 0.3.32",
11555 "http_client",
11556 "schemars",
11557 "serde",
11558 "serde_json",
11559 "settings",
11560]
11561
11562[[package]]
11563name = "onboarding"
11564version = "0.1.0"
11565dependencies = [
11566 "anyhow",
11567 "client",
11568 "cloud_api_types",
11569 "collections",
11570 "component",
11571 "db",
11572 "documented",
11573 "fs",
11574 "fuzzy",
11575 "gpui",
11576 "menu",
11577 "notifications",
11578 "picker",
11579 "project",
11580 "schemars",
11581 "serde",
11582 "settings",
11583 "telemetry",
11584 "theme",
11585 "theme_settings",
11586 "ui",
11587 "util",
11588 "vim_mode_setting",
11589 "workspace",
11590 "zed_actions",
11591 "zlog",
11592]
11593
11594[[package]]
11595name = "once_cell"
11596version = "1.21.3"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11599
11600[[package]]
11601name = "once_cell_polyfill"
11602version = "1.70.1"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11605
11606[[package]]
11607name = "oo7"
11608version = "0.6.0"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11611dependencies = [
11612 "aes",
11613 "ashpd",
11614 "async-fs",
11615 "async-io",
11616 "async-lock 3.4.2",
11617 "blocking",
11618 "cbc",
11619 "cipher",
11620 "digest",
11621 "endi",
11622 "futures-lite 2.6.1",
11623 "futures-util",
11624 "getrandom 0.4.1",
11625 "hkdf",
11626 "hmac",
11627 "md-5",
11628 "num",
11629 "num-bigint-dig 0.9.1",
11630 "pbkdf2 0.12.2",
11631 "serde",
11632 "serde_bytes",
11633 "sha2",
11634 "subtle",
11635 "zbus",
11636 "zbus_macros",
11637 "zeroize",
11638 "zvariant",
11639]
11640
11641[[package]]
11642name = "oorandom"
11643version = "11.1.5"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11646
11647[[package]]
11648name = "open"
11649version = "5.3.2"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11652dependencies = [
11653 "is-wsl",
11654 "libc",
11655 "pathdiff",
11656]
11657
11658[[package]]
11659name = "open_ai"
11660version = "0.1.0"
11661dependencies = [
11662 "anyhow",
11663 "collections",
11664 "futures 0.3.32",
11665 "http_client",
11666 "language_model_core",
11667 "log",
11668 "pretty_assertions",
11669 "rand 0.9.3",
11670 "schemars",
11671 "serde",
11672 "serde_json",
11673 "strum 0.27.2",
11674 "thiserror 2.0.17",
11675 "tiktoken-rs",
11676]
11677
11678[[package]]
11679name = "open_path_prompt"
11680version = "0.1.0"
11681dependencies = [
11682 "editor",
11683 "file_icons",
11684 "futures 0.3.32",
11685 "fuzzy",
11686 "gpui",
11687 "picker",
11688 "project",
11689 "schemars",
11690 "serde",
11691 "serde_json",
11692 "settings",
11693 "theme",
11694 "theme_settings",
11695 "ui",
11696 "util",
11697 "workspace",
11698]
11699
11700[[package]]
11701name = "open_router"
11702version = "0.1.0"
11703dependencies = [
11704 "anyhow",
11705 "futures 0.3.32",
11706 "http_client",
11707 "language_model_core",
11708 "schemars",
11709 "serde",
11710 "serde_json",
11711 "settings",
11712 "strum 0.27.2",
11713 "thiserror 2.0.17",
11714]
11715
11716[[package]]
11717name = "opencode"
11718version = "0.1.0"
11719dependencies = [
11720 "anyhow",
11721 "futures 0.3.32",
11722 "google_ai",
11723 "http_client",
11724 "schemars",
11725 "serde",
11726 "serde_json",
11727 "strum 0.27.2",
11728]
11729
11730[[package]]
11731name = "opener"
11732version = "0.7.2"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11735dependencies = [
11736 "bstr",
11737 "dbus",
11738 "normpath",
11739 "windows-sys 0.59.0",
11740]
11741
11742[[package]]
11743name = "openssl"
11744version = "0.10.74"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11747dependencies = [
11748 "bitflags 2.10.0",
11749 "cfg-if",
11750 "foreign-types 0.3.2",
11751 "libc",
11752 "once_cell",
11753 "openssl-macros",
11754 "openssl-sys",
11755]
11756
11757[[package]]
11758name = "openssl-macros"
11759version = "0.1.1"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11762dependencies = [
11763 "proc-macro2",
11764 "quote",
11765 "syn 2.0.117",
11766]
11767
11768[[package]]
11769name = "openssl-probe"
11770version = "0.1.6"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11773
11774[[package]]
11775name = "openssl-sys"
11776version = "0.9.110"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11779dependencies = [
11780 "cc",
11781 "libc",
11782 "pkg-config",
11783 "vcpkg",
11784]
11785
11786[[package]]
11787name = "optfield"
11788version = "0.4.0"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11791dependencies = [
11792 "proc-macro2",
11793 "quote",
11794 "syn 2.0.117",
11795]
11796
11797[[package]]
11798name = "option-ext"
11799version = "0.2.0"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11802
11803[[package]]
11804name = "ordered-float"
11805version = "2.10.1"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11808dependencies = [
11809 "num-traits",
11810]
11811
11812[[package]]
11813name = "ordered-float"
11814version = "4.6.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11817dependencies = [
11818 "num-traits",
11819]
11820
11821[[package]]
11822name = "ordered-stream"
11823version = "0.2.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11826dependencies = [
11827 "futures-core",
11828 "pin-project-lite",
11829]
11830
11831[[package]]
11832name = "ouroboros"
11833version = "0.18.5"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11836dependencies = [
11837 "aliasable",
11838 "ouroboros_macro",
11839 "static_assertions",
11840]
11841
11842[[package]]
11843name = "ouroboros_macro"
11844version = "0.18.5"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11847dependencies = [
11848 "heck 0.4.1",
11849 "proc-macro2",
11850 "proc-macro2-diagnostics",
11851 "quote",
11852 "syn 2.0.117",
11853]
11854
11855[[package]]
11856name = "outline"
11857version = "0.1.0"
11858dependencies = [
11859 "editor",
11860 "fuzzy",
11861 "gpui",
11862 "indoc",
11863 "language",
11864 "lsp",
11865 "menu",
11866 "ordered-float 2.10.1",
11867 "picker",
11868 "project",
11869 "rope",
11870 "serde_json",
11871 "settings",
11872 "smol",
11873 "theme",
11874 "theme_settings",
11875 "ui",
11876 "util",
11877 "workspace",
11878 "zed_actions",
11879]
11880
11881[[package]]
11882name = "outline_panel"
11883version = "0.1.0"
11884dependencies = [
11885 "anyhow",
11886 "collections",
11887 "db",
11888 "editor",
11889 "file_icons",
11890 "fuzzy",
11891 "gpui",
11892 "itertools 0.14.0",
11893 "language",
11894 "log",
11895 "lsp",
11896 "menu",
11897 "outline",
11898 "pretty_assertions",
11899 "project",
11900 "search",
11901 "serde",
11902 "serde_json",
11903 "settings",
11904 "smallvec",
11905 "smol",
11906 "theme",
11907 "theme_settings",
11908 "ui",
11909 "util",
11910 "workspace",
11911 "worktree",
11912 "zed_actions",
11913]
11914
11915[[package]]
11916name = "outref"
11917version = "0.5.2"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11920
11921[[package]]
11922name = "p256"
11923version = "0.11.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11926dependencies = [
11927 "ecdsa",
11928 "elliptic-curve",
11929 "sha2",
11930]
11931
11932[[package]]
11933name = "page_size"
11934version = "0.6.0"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11937dependencies = [
11938 "libc",
11939 "winapi",
11940]
11941
11942[[package]]
11943name = "palette"
11944version = "0.7.6"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11947dependencies = [
11948 "approx",
11949 "fast-srgb8",
11950 "palette_derive",
11951]
11952
11953[[package]]
11954name = "palette_derive"
11955version = "0.7.6"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11958dependencies = [
11959 "by_address",
11960 "proc-macro2",
11961 "quote",
11962 "syn 2.0.117",
11963]
11964
11965[[package]]
11966name = "panel"
11967version = "0.1.0"
11968dependencies = [
11969 "gpui",
11970 "ui",
11971 "workspace",
11972]
11973
11974[[package]]
11975name = "parking"
11976version = "2.2.1"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11979
11980[[package]]
11981name = "parking_lot"
11982version = "0.12.5"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11985dependencies = [
11986 "lock_api",
11987 "parking_lot_core",
11988]
11989
11990[[package]]
11991name = "parking_lot_core"
11992version = "0.9.12"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11995dependencies = [
11996 "cfg-if",
11997 "libc",
11998 "redox_syscall 0.5.18",
11999 "smallvec",
12000 "windows-link 0.2.1",
12001]
12002
12003[[package]]
12004name = "parse_int"
12005version = "0.9.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12008dependencies = [
12009 "num-traits",
12010]
12011
12012[[package]]
12013name = "partial-json-fixer"
12014version = "0.5.3"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12017
12018[[package]]
12019name = "password-hash"
12020version = "0.4.2"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12023dependencies = [
12024 "base64ct",
12025 "rand_core 0.6.4",
12026 "subtle",
12027]
12028
12029[[package]]
12030name = "paste"
12031version = "1.0.15"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12034
12035[[package]]
12036name = "pathdiff"
12037version = "0.2.3"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12040
12041[[package]]
12042name = "pathfinder_geometry"
12043version = "0.5.1"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12046dependencies = [
12047 "log",
12048 "pathfinder_simd",
12049]
12050
12051[[package]]
12052name = "pathfinder_simd"
12053version = "0.5.5"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12056dependencies = [
12057 "rustc_version",
12058]
12059
12060[[package]]
12061name = "paths"
12062version = "0.1.0"
12063dependencies = [
12064 "dirs",
12065 "ignore",
12066 "util",
12067]
12068
12069[[package]]
12070name = "pbjson"
12071version = "0.6.0"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12074dependencies = [
12075 "base64 0.21.7",
12076 "serde",
12077]
12078
12079[[package]]
12080name = "pbjson-build"
12081version = "0.6.2"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12084dependencies = [
12085 "heck 0.4.1",
12086 "itertools 0.11.0",
12087 "prost 0.12.6",
12088 "prost-types 0.12.6",
12089]
12090
12091[[package]]
12092name = "pbjson-types"
12093version = "0.6.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12096dependencies = [
12097 "bytes 1.11.1",
12098 "chrono",
12099 "pbjson",
12100 "pbjson-build",
12101 "prost 0.12.6",
12102 "prost-build 0.12.6",
12103 "serde",
12104]
12105
12106[[package]]
12107name = "pbkdf2"
12108version = "0.11.0"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12111dependencies = [
12112 "digest",
12113 "hmac",
12114 "password-hash",
12115 "sha2",
12116]
12117
12118[[package]]
12119name = "pbkdf2"
12120version = "0.12.2"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12123dependencies = [
12124 "digest",
12125 "hmac",
12126]
12127
12128[[package]]
12129name = "pciid-parser"
12130version = "0.8.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12133
12134[[package]]
12135name = "peg"
12136version = "0.8.5"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12139dependencies = [
12140 "peg-macros",
12141 "peg-runtime",
12142]
12143
12144[[package]]
12145name = "peg-macros"
12146version = "0.8.5"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12149dependencies = [
12150 "peg-runtime",
12151 "proc-macro2",
12152 "quote",
12153]
12154
12155[[package]]
12156name = "peg-runtime"
12157version = "0.8.5"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12160
12161[[package]]
12162name = "pem"
12163version = "3.0.6"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12166dependencies = [
12167 "base64 0.22.1",
12168 "serde_core",
12169]
12170
12171[[package]]
12172name = "pem-rfc7468"
12173version = "0.7.0"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12176dependencies = [
12177 "base64ct",
12178]
12179
12180[[package]]
12181name = "percent-encoding"
12182version = "2.3.2"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12185
12186[[package]]
12187name = "perf"
12188version = "0.1.0"
12189dependencies = [
12190 "collections",
12191 "serde",
12192 "serde_json",
12193]
12194
12195[[package]]
12196name = "pest"
12197version = "2.8.3"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12200dependencies = [
12201 "memchr",
12202 "ucd-trie",
12203]
12204
12205[[package]]
12206name = "pest_derive"
12207version = "2.8.3"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12210dependencies = [
12211 "pest",
12212 "pest_generator",
12213]
12214
12215[[package]]
12216name = "pest_generator"
12217version = "2.8.3"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12220dependencies = [
12221 "pest",
12222 "pest_meta",
12223 "proc-macro2",
12224 "quote",
12225 "syn 2.0.117",
12226]
12227
12228[[package]]
12229name = "pest_meta"
12230version = "2.8.3"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12233dependencies = [
12234 "pest",
12235 "sha2",
12236]
12237
12238[[package]]
12239name = "pet"
12240version = "0.1.0"
12241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12242dependencies = [
12243 "clap",
12244 "env_logger 0.10.2",
12245 "lazy_static",
12246 "log",
12247 "msvc_spectre_libs",
12248 "pet-conda",
12249 "pet-core",
12250 "pet-env-var-path",
12251 "pet-fs",
12252 "pet-global-virtualenvs",
12253 "pet-homebrew",
12254 "pet-jsonrpc",
12255 "pet-linux-global-python",
12256 "pet-mac-commandlinetools",
12257 "pet-mac-python-org",
12258 "pet-mac-xcode",
12259 "pet-pipenv",
12260 "pet-pixi",
12261 "pet-poetry",
12262 "pet-pyenv",
12263 "pet-python-utils",
12264 "pet-reporter",
12265 "pet-telemetry",
12266 "pet-uv",
12267 "pet-venv",
12268 "pet-virtualenv",
12269 "pet-virtualenvwrapper",
12270 "pet-windows-registry",
12271 "pet-windows-store",
12272 "pet-winpython",
12273 "serde",
12274 "serde_json",
12275 "tracing",
12276 "tracing-subscriber",
12277 "winresource",
12278]
12279
12280[[package]]
12281name = "pet-conda"
12282version = "0.1.0"
12283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12284dependencies = [
12285 "env_logger 0.10.2",
12286 "lazy_static",
12287 "log",
12288 "msvc_spectre_libs",
12289 "pet-core",
12290 "pet-fs",
12291 "pet-python-utils",
12292 "pet-reporter",
12293 "rayon",
12294 "regex",
12295 "serde",
12296 "serde_json",
12297 "yaml-rust2",
12298]
12299
12300[[package]]
12301name = "pet-core"
12302version = "0.1.0"
12303source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12304dependencies = [
12305 "clap",
12306 "lazy_static",
12307 "log",
12308 "msvc_spectre_libs",
12309 "pet-fs",
12310 "regex",
12311 "serde",
12312 "serde_json",
12313]
12314
12315[[package]]
12316name = "pet-env-var-path"
12317version = "0.1.0"
12318source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12319dependencies = [
12320 "lazy_static",
12321 "log",
12322 "msvc_spectre_libs",
12323 "pet-conda",
12324 "pet-core",
12325 "pet-fs",
12326 "pet-python-utils",
12327 "pet-virtualenv",
12328 "regex",
12329]
12330
12331[[package]]
12332name = "pet-fs"
12333version = "0.1.0"
12334source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12335dependencies = [
12336 "glob",
12337 "log",
12338 "msvc_spectre_libs",
12339 "windows-sys 0.59.0",
12340]
12341
12342[[package]]
12343name = "pet-global-virtualenvs"
12344version = "0.1.0"
12345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12346dependencies = [
12347 "log",
12348 "msvc_spectre_libs",
12349 "pet-conda",
12350 "pet-core",
12351 "pet-fs",
12352 "pet-virtualenv",
12353]
12354
12355[[package]]
12356name = "pet-homebrew"
12357version = "0.1.0"
12358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12359dependencies = [
12360 "lazy_static",
12361 "log",
12362 "msvc_spectre_libs",
12363 "pet-conda",
12364 "pet-core",
12365 "pet-fs",
12366 "pet-python-utils",
12367 "pet-virtualenv",
12368 "rayon",
12369 "regex",
12370 "serde",
12371 "serde_json",
12372]
12373
12374[[package]]
12375name = "pet-jsonrpc"
12376version = "0.1.0"
12377source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12378dependencies = [
12379 "env_logger 0.10.2",
12380 "log",
12381 "msvc_spectre_libs",
12382 "pet-core",
12383 "serde",
12384 "serde_json",
12385]
12386
12387[[package]]
12388name = "pet-linux-global-python"
12389version = "0.1.0"
12390source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12391dependencies = [
12392 "log",
12393 "msvc_spectre_libs",
12394 "pet-core",
12395 "pet-fs",
12396 "pet-python-utils",
12397 "pet-virtualenv",
12398]
12399
12400[[package]]
12401name = "pet-mac-commandlinetools"
12402version = "0.1.0"
12403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12404dependencies = [
12405 "log",
12406 "msvc_spectre_libs",
12407 "pet-core",
12408 "pet-fs",
12409 "pet-python-utils",
12410 "pet-virtualenv",
12411]
12412
12413[[package]]
12414name = "pet-mac-python-org"
12415version = "0.1.0"
12416source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12417dependencies = [
12418 "log",
12419 "msvc_spectre_libs",
12420 "pet-core",
12421 "pet-fs",
12422 "pet-python-utils",
12423 "pet-virtualenv",
12424]
12425
12426[[package]]
12427name = "pet-mac-xcode"
12428version = "0.1.0"
12429source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12430dependencies = [
12431 "log",
12432 "msvc_spectre_libs",
12433 "pet-core",
12434 "pet-fs",
12435 "pet-python-utils",
12436 "pet-virtualenv",
12437]
12438
12439[[package]]
12440name = "pet-pipenv"
12441version = "0.1.0"
12442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12443dependencies = [
12444 "lazy_static",
12445 "log",
12446 "msvc_spectre_libs",
12447 "pet-core",
12448 "pet-fs",
12449 "pet-python-utils",
12450 "pet-virtualenv",
12451 "regex",
12452]
12453
12454[[package]]
12455name = "pet-pixi"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "log",
12460 "msvc_spectre_libs",
12461 "pet-conda",
12462 "pet-core",
12463 "pet-python-utils",
12464]
12465
12466[[package]]
12467name = "pet-poetry"
12468version = "0.1.0"
12469source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12470dependencies = [
12471 "base64 0.22.1",
12472 "lazy_static",
12473 "log",
12474 "msvc_spectre_libs",
12475 "pet-core",
12476 "pet-fs",
12477 "pet-python-utils",
12478 "pet-reporter",
12479 "pet-virtualenv",
12480 "regex",
12481 "serde",
12482 "serde_json",
12483 "sha2",
12484 "toml 0.8.23",
12485]
12486
12487[[package]]
12488name = "pet-pyenv"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-conda",
12496 "pet-core",
12497 "pet-fs",
12498 "pet-python-utils",
12499 "pet-reporter",
12500 "regex",
12501 "serde",
12502 "serde_json",
12503]
12504
12505[[package]]
12506name = "pet-python-utils"
12507version = "0.1.0"
12508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12509dependencies = [
12510 "env_logger 0.10.2",
12511 "lazy_static",
12512 "log",
12513 "msvc_spectre_libs",
12514 "pet-core",
12515 "pet-fs",
12516 "regex",
12517 "serde",
12518 "serde_json",
12519 "sha2",
12520]
12521
12522[[package]]
12523name = "pet-reporter"
12524version = "0.1.0"
12525source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12526dependencies = [
12527 "env_logger 0.10.2",
12528 "log",
12529 "msvc_spectre_libs",
12530 "pet-core",
12531 "pet-jsonrpc",
12532 "serde",
12533 "serde_json",
12534]
12535
12536[[package]]
12537name = "pet-telemetry"
12538version = "0.1.0"
12539source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12540dependencies = [
12541 "env_logger 0.10.2",
12542 "lazy_static",
12543 "log",
12544 "msvc_spectre_libs",
12545 "pet-core",
12546 "pet-fs",
12547 "pet-python-utils",
12548 "regex",
12549]
12550
12551[[package]]
12552name = "pet-uv"
12553version = "0.1.0"
12554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12555dependencies = [
12556 "log",
12557 "pet-core",
12558 "pet-python-utils",
12559 "serde",
12560 "toml 0.9.8",
12561]
12562
12563[[package]]
12564name = "pet-venv"
12565version = "0.1.0"
12566source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12567dependencies = [
12568 "log",
12569 "msvc_spectre_libs",
12570 "pet-core",
12571 "pet-python-utils",
12572 "pet-virtualenv",
12573]
12574
12575[[package]]
12576name = "pet-virtualenv"
12577version = "0.1.0"
12578source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12579dependencies = [
12580 "log",
12581 "msvc_spectre_libs",
12582 "pet-core",
12583 "pet-fs",
12584 "pet-python-utils",
12585]
12586
12587[[package]]
12588name = "pet-virtualenvwrapper"
12589version = "0.1.0"
12590source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12591dependencies = [
12592 "log",
12593 "msvc_spectre_libs",
12594 "pet-core",
12595 "pet-fs",
12596 "pet-python-utils",
12597 "pet-virtualenv",
12598]
12599
12600[[package]]
12601name = "pet-windows-registry"
12602version = "0.1.0"
12603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12604dependencies = [
12605 "lazy_static",
12606 "log",
12607 "msvc_spectre_libs",
12608 "pet-conda",
12609 "pet-core",
12610 "pet-fs",
12611 "pet-python-utils",
12612 "pet-virtualenv",
12613 "pet-windows-store",
12614 "regex",
12615 "winreg 0.55.0",
12616]
12617
12618[[package]]
12619name = "pet-windows-store"
12620version = "0.1.0"
12621source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12622dependencies = [
12623 "lazy_static",
12624 "log",
12625 "msvc_spectre_libs",
12626 "pet-core",
12627 "pet-fs",
12628 "pet-python-utils",
12629 "pet-virtualenv",
12630 "regex",
12631 "winreg 0.55.0",
12632]
12633
12634[[package]]
12635name = "pet-winpython"
12636version = "0.1.0"
12637source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12638dependencies = [
12639 "lazy_static",
12640 "log",
12641 "pet-core",
12642 "pet-fs",
12643 "pet-python-utils",
12644 "pet-virtualenv",
12645 "regex",
12646]
12647
12648[[package]]
12649name = "petgraph"
12650version = "0.6.5"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12653dependencies = [
12654 "fixedbitset 0.4.2",
12655 "indexmap",
12656]
12657
12658[[package]]
12659name = "pgvector"
12660version = "0.4.1"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12663dependencies = [
12664 "serde",
12665]
12666
12667[[package]]
12668name = "phf"
12669version = "0.11.3"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12672dependencies = [
12673 "phf_macros 0.11.3",
12674 "phf_shared 0.11.3",
12675]
12676
12677[[package]]
12678name = "phf"
12679version = "0.12.1"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12682dependencies = [
12683 "phf_macros 0.12.1",
12684 "phf_shared 0.12.1",
12685]
12686
12687[[package]]
12688name = "phf_codegen"
12689version = "0.11.3"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12692dependencies = [
12693 "phf_generator 0.11.3",
12694 "phf_shared 0.11.3",
12695]
12696
12697[[package]]
12698name = "phf_generator"
12699version = "0.11.3"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12702dependencies = [
12703 "phf_shared 0.11.3",
12704 "rand 0.8.5",
12705]
12706
12707[[package]]
12708name = "phf_generator"
12709version = "0.12.1"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12712dependencies = [
12713 "fastrand 2.3.0",
12714 "phf_shared 0.12.1",
12715]
12716
12717[[package]]
12718name = "phf_macros"
12719version = "0.11.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12722dependencies = [
12723 "phf_generator 0.11.3",
12724 "phf_shared 0.11.3",
12725 "proc-macro2",
12726 "quote",
12727 "syn 2.0.117",
12728]
12729
12730[[package]]
12731name = "phf_macros"
12732version = "0.12.1"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12735dependencies = [
12736 "phf_generator 0.12.1",
12737 "phf_shared 0.12.1",
12738 "proc-macro2",
12739 "quote",
12740 "syn 2.0.117",
12741]
12742
12743[[package]]
12744name = "phf_shared"
12745version = "0.11.3"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12748dependencies = [
12749 "siphasher 1.0.1",
12750]
12751
12752[[package]]
12753name = "phf_shared"
12754version = "0.12.1"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12757dependencies = [
12758 "siphasher 1.0.1",
12759]
12760
12761[[package]]
12762name = "picker"
12763version = "0.1.0"
12764dependencies = [
12765 "anyhow",
12766 "editor",
12767 "gpui",
12768 "menu",
12769 "schemars",
12770 "serde",
12771 "settings",
12772 "theme",
12773 "theme_settings",
12774 "ui",
12775 "ui_input",
12776 "workspace",
12777 "zed_actions",
12778]
12779
12780[[package]]
12781name = "pico-args"
12782version = "0.5.0"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12785
12786[[package]]
12787name = "pin-project"
12788version = "1.1.10"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12791dependencies = [
12792 "pin-project-internal",
12793]
12794
12795[[package]]
12796name = "pin-project-internal"
12797version = "1.1.10"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12800dependencies = [
12801 "proc-macro2",
12802 "quote",
12803 "syn 2.0.117",
12804]
12805
12806[[package]]
12807name = "pin-project-lite"
12808version = "0.2.16"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12811
12812[[package]]
12813name = "pin-utils"
12814version = "0.1.0"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12817
12818[[package]]
12819name = "piper"
12820version = "0.2.4"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12823dependencies = [
12824 "atomic-waker",
12825 "fastrand 2.3.0",
12826 "futures-io",
12827]
12828
12829[[package]]
12830name = "pkcs1"
12831version = "0.7.5"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12834dependencies = [
12835 "der 0.7.10",
12836 "pkcs8 0.10.2",
12837 "spki 0.7.3",
12838]
12839
12840[[package]]
12841name = "pkcs8"
12842version = "0.9.0"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12845dependencies = [
12846 "der 0.6.1",
12847 "spki 0.6.0",
12848]
12849
12850[[package]]
12851name = "pkcs8"
12852version = "0.10.2"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12855dependencies = [
12856 "der 0.7.10",
12857 "spki 0.7.3",
12858]
12859
12860[[package]]
12861name = "pkg-config"
12862version = "0.3.32"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12865
12866[[package]]
12867name = "plain"
12868version = "0.2.3"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12871
12872[[package]]
12873name = "platform_title_bar"
12874version = "0.1.0"
12875dependencies = [
12876 "gpui",
12877 "project",
12878 "settings",
12879 "smallvec",
12880 "theme",
12881 "theme_settings",
12882 "ui",
12883 "windows 0.61.3",
12884 "workspace",
12885 "zed_actions",
12886]
12887
12888[[package]]
12889name = "plist"
12890version = "1.8.0"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12893dependencies = [
12894 "base64 0.22.1",
12895 "indexmap",
12896 "quick-xml 0.38.3",
12897 "serde",
12898 "time",
12899]
12900
12901[[package]]
12902name = "plotters"
12903version = "0.3.7"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12906dependencies = [
12907 "num-traits",
12908 "plotters-backend",
12909 "plotters-svg",
12910 "wasm-bindgen",
12911 "web-sys",
12912]
12913
12914[[package]]
12915name = "plotters-backend"
12916version = "0.3.7"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12919
12920[[package]]
12921name = "plotters-svg"
12922version = "0.3.7"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12925dependencies = [
12926 "plotters-backend",
12927]
12928
12929[[package]]
12930name = "png"
12931version = "0.17.16"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12934dependencies = [
12935 "bitflags 1.3.2",
12936 "crc32fast",
12937 "fdeflate",
12938 "flate2",
12939 "miniz_oxide",
12940]
12941
12942[[package]]
12943name = "png"
12944version = "0.18.0"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12947dependencies = [
12948 "bitflags 2.10.0",
12949 "crc32fast",
12950 "fdeflate",
12951 "flate2",
12952 "miniz_oxide",
12953]
12954
12955[[package]]
12956name = "polling"
12957version = "3.11.0"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12960dependencies = [
12961 "cfg-if",
12962 "concurrent-queue",
12963 "hermit-abi",
12964 "pin-project-lite",
12965 "rustix 1.1.2",
12966 "windows-sys 0.61.2",
12967]
12968
12969[[package]]
12970name = "pollster"
12971version = "0.2.5"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12974
12975[[package]]
12976name = "pollster"
12977version = "0.4.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12980
12981[[package]]
12982name = "pori"
12983version = "0.0.0"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12986dependencies = [
12987 "nom 7.1.3",
12988]
12989
12990[[package]]
12991name = "portable-atomic"
12992version = "1.11.1"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12995
12996[[package]]
12997name = "portable-atomic-util"
12998version = "0.2.4"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13001dependencies = [
13002 "portable-atomic",
13003]
13004
13005[[package]]
13006name = "portable-pty"
13007version = "0.9.0"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13010dependencies = [
13011 "anyhow",
13012 "bitflags 1.3.2",
13013 "downcast-rs",
13014 "filedescriptor",
13015 "lazy_static",
13016 "libc",
13017 "log",
13018 "nix 0.28.0",
13019 "serial2",
13020 "shared_library",
13021 "shell-words",
13022 "winapi",
13023 "winreg 0.10.1",
13024]
13025
13026[[package]]
13027name = "postage"
13028version = "0.5.0"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13031dependencies = [
13032 "atomic",
13033 "crossbeam-queue",
13034 "futures 0.3.32",
13035 "log",
13036 "parking_lot",
13037 "pin-project",
13038 "pollster 0.2.5",
13039 "static_assertions",
13040 "thiserror 1.0.69",
13041]
13042
13043[[package]]
13044name = "postcard"
13045version = "1.1.3"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13048dependencies = [
13049 "cobs",
13050 "embedded-io 0.4.0",
13051 "embedded-io 0.6.1",
13052 "serde",
13053]
13054
13055[[package]]
13056name = "potential_utf"
13057version = "0.1.3"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13060dependencies = [
13061 "zerovec",
13062]
13063
13064[[package]]
13065name = "powerfmt"
13066version = "0.2.0"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13069
13070[[package]]
13071name = "ppv-lite86"
13072version = "0.2.21"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13075dependencies = [
13076 "zerocopy",
13077]
13078
13079[[package]]
13080name = "precomputed-hash"
13081version = "0.1.1"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13084
13085[[package]]
13086name = "presser"
13087version = "0.3.1"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13090
13091[[package]]
13092name = "prettier"
13093version = "0.1.0"
13094dependencies = [
13095 "anyhow",
13096 "collections",
13097 "fs",
13098 "gpui",
13099 "language",
13100 "log",
13101 "lsp",
13102 "node_runtime",
13103 "parking_lot",
13104 "paths",
13105 "serde",
13106 "serde_json",
13107 "util",
13108]
13109
13110[[package]]
13111name = "pretty_assertions"
13112version = "1.4.1"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13115dependencies = [
13116 "diff",
13117 "yansi",
13118]
13119
13120[[package]]
13121name = "prettyplease"
13122version = "0.2.37"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13125dependencies = [
13126 "proc-macro2",
13127 "syn 2.0.117",
13128]
13129
13130[[package]]
13131name = "primal-check"
13132version = "0.3.4"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13135dependencies = [
13136 "num-integer",
13137]
13138
13139[[package]]
13140name = "proc-macro-crate"
13141version = "3.4.0"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13144dependencies = [
13145 "toml_edit 0.23.7",
13146]
13147
13148[[package]]
13149name = "proc-macro-error"
13150version = "1.0.4"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13153dependencies = [
13154 "proc-macro-error-attr",
13155 "proc-macro2",
13156 "quote",
13157 "syn 1.0.109",
13158 "version_check",
13159]
13160
13161[[package]]
13162name = "proc-macro-error-attr"
13163version = "1.0.4"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13166dependencies = [
13167 "proc-macro2",
13168 "quote",
13169 "version_check",
13170]
13171
13172[[package]]
13173name = "proc-macro-error-attr2"
13174version = "2.0.0"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13177dependencies = [
13178 "proc-macro2",
13179 "quote",
13180]
13181
13182[[package]]
13183name = "proc-macro-error2"
13184version = "2.0.1"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13187dependencies = [
13188 "proc-macro-error-attr2",
13189 "proc-macro2",
13190 "quote",
13191 "syn 2.0.117",
13192]
13193
13194[[package]]
13195name = "proc-macro2"
13196version = "1.0.101"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13199dependencies = [
13200 "unicode-ident",
13201]
13202
13203[[package]]
13204name = "proc-macro2-diagnostics"
13205version = "0.10.1"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13208dependencies = [
13209 "proc-macro2",
13210 "quote",
13211 "syn 2.0.117",
13212 "version_check",
13213 "yansi",
13214]
13215
13216[[package]]
13217name = "procfs-core"
13218version = "0.17.0"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13221dependencies = [
13222 "bitflags 2.10.0",
13223 "hex",
13224 "serde",
13225]
13226
13227[[package]]
13228name = "profiling"
13229version = "1.0.17"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13232dependencies = [
13233 "profiling-procmacros",
13234]
13235
13236[[package]]
13237name = "profiling-procmacros"
13238version = "1.0.17"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13241dependencies = [
13242 "quote",
13243 "syn 2.0.117",
13244]
13245
13246[[package]]
13247name = "project"
13248version = "0.1.0"
13249dependencies = [
13250 "aho-corasick",
13251 "anyhow",
13252 "askpass",
13253 "async-trait",
13254 "base64 0.22.1",
13255 "buffer_diff",
13256 "circular-buffer",
13257 "client",
13258 "clock",
13259 "collections",
13260 "context_server",
13261 "credentials_provider",
13262 "dap",
13263 "encoding_rs",
13264 "extension",
13265 "fancy-regex 0.17.0",
13266 "fs",
13267 "futures 0.3.32",
13268 "fuzzy",
13269 "fuzzy_nucleo",
13270 "git",
13271 "git2",
13272 "git_hosting_providers",
13273 "globset",
13274 "gpui",
13275 "http_client",
13276 "image",
13277 "indexmap",
13278 "itertools 0.14.0",
13279 "language",
13280 "log",
13281 "lsp",
13282 "markdown",
13283 "node_runtime",
13284 "parking_lot",
13285 "paths",
13286 "percent-encoding",
13287 "postage",
13288 "prettier",
13289 "pretty_assertions",
13290 "project",
13291 "rand 0.9.3",
13292 "regex",
13293 "release_channel",
13294 "remote",
13295 "rpc",
13296 "schemars",
13297 "semver",
13298 "serde",
13299 "serde_json",
13300 "settings",
13301 "sha2",
13302 "shellexpand",
13303 "smallvec",
13304 "smol",
13305 "snippet",
13306 "snippet_provider",
13307 "sum_tree",
13308 "task",
13309 "tempfile",
13310 "terminal",
13311 "text",
13312 "toml 0.8.23",
13313 "tracing",
13314 "unindent",
13315 "url",
13316 "util",
13317 "watch",
13318 "wax",
13319 "which 6.0.3",
13320 "worktree",
13321 "zed_credentials_provider",
13322 "zeroize",
13323 "zlog",
13324 "ztracing",
13325]
13326
13327[[package]]
13328name = "project_benchmarks"
13329version = "0.1.0"
13330dependencies = [
13331 "anyhow",
13332 "askpass",
13333 "clap",
13334 "client",
13335 "futures 0.3.32",
13336 "gpui",
13337 "gpui_platform",
13338 "http_client",
13339 "language",
13340 "node_runtime",
13341 "project",
13342 "release_channel",
13343 "remote",
13344 "rpassword",
13345 "semver",
13346 "settings",
13347 "watch",
13348]
13349
13350[[package]]
13351name = "project_panel"
13352version = "0.1.0"
13353dependencies = [
13354 "anyhow",
13355 "client",
13356 "collections",
13357 "command_palette_hooks",
13358 "criterion",
13359 "editor",
13360 "feature_flags",
13361 "file_icons",
13362 "fs",
13363 "futures 0.3.32",
13364 "git",
13365 "git_ui",
13366 "gpui",
13367 "itertools 0.14.0",
13368 "language",
13369 "menu",
13370 "notifications",
13371 "pretty_assertions",
13372 "project",
13373 "rayon",
13374 "remote_connection",
13375 "schemars",
13376 "search",
13377 "serde",
13378 "serde_json",
13379 "settings",
13380 "smallvec",
13381 "telemetry",
13382 "tempfile",
13383 "theme",
13384 "theme_settings",
13385 "ui",
13386 "util",
13387 "workspace",
13388 "worktree",
13389 "zed_actions",
13390]
13391
13392[[package]]
13393name = "project_symbols"
13394version = "0.1.0"
13395dependencies = [
13396 "anyhow",
13397 "editor",
13398 "futures 0.3.32",
13399 "fuzzy",
13400 "gpui",
13401 "language",
13402 "lsp",
13403 "ordered-float 2.10.1",
13404 "picker",
13405 "project",
13406 "release_channel",
13407 "semver",
13408 "serde_json",
13409 "settings",
13410 "theme",
13411 "theme_settings",
13412 "util",
13413 "workspace",
13414]
13415
13416[[package]]
13417name = "prometheus"
13418version = "0.14.0"
13419source = "registry+https://github.com/rust-lang/crates.io-index"
13420checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13421dependencies = [
13422 "cfg-if",
13423 "fnv",
13424 "lazy_static",
13425 "memchr",
13426 "parking_lot",
13427 "protobuf",
13428 "thiserror 2.0.17",
13429]
13430
13431[[package]]
13432name = "prompt_store"
13433version = "0.1.0"
13434dependencies = [
13435 "anyhow",
13436 "assets",
13437 "chrono",
13438 "collections",
13439 "fs",
13440 "futures 0.3.32",
13441 "fuzzy",
13442 "gpui",
13443 "handlebars 4.5.0",
13444 "heed",
13445 "language",
13446 "log",
13447 "parking_lot",
13448 "paths",
13449 "rope",
13450 "serde",
13451 "strum 0.27.2",
13452 "tempfile",
13453 "text",
13454 "util",
13455 "uuid",
13456]
13457
13458[[package]]
13459name = "proptest"
13460version = "1.10.0"
13461source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13462dependencies = [
13463 "bit-set 0.8.0",
13464 "bit-vec 0.8.0",
13465 "bitflags 2.10.0",
13466 "num-traits",
13467 "proptest-macro",
13468 "rand 0.9.3",
13469 "rand_chacha 0.9.0",
13470 "rand_xorshift",
13471 "regex-syntax",
13472 "rusty-fork",
13473 "tempfile",
13474 "unarray",
13475]
13476
13477[[package]]
13478name = "proptest-derive"
13479version = "0.8.0"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13482dependencies = [
13483 "proc-macro2",
13484 "quote",
13485 "syn 2.0.117",
13486]
13487
13488[[package]]
13489name = "proptest-macro"
13490version = "0.5.0"
13491source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13492dependencies = [
13493 "convert_case 0.11.0",
13494 "proc-macro2",
13495 "quote",
13496 "syn 2.0.117",
13497]
13498
13499[[package]]
13500name = "prost"
13501version = "0.9.0"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13504dependencies = [
13505 "bytes 1.11.1",
13506 "prost-derive 0.9.0",
13507]
13508
13509[[package]]
13510name = "prost"
13511version = "0.12.6"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13514dependencies = [
13515 "bytes 1.11.1",
13516 "prost-derive 0.12.6",
13517]
13518
13519[[package]]
13520name = "prost-build"
13521version = "0.9.0"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13524dependencies = [
13525 "bytes 1.11.1",
13526 "heck 0.3.3",
13527 "itertools 0.10.5",
13528 "lazy_static",
13529 "log",
13530 "multimap",
13531 "petgraph",
13532 "prost 0.9.0",
13533 "prost-types 0.9.0",
13534 "regex",
13535 "tempfile",
13536 "which 4.4.2",
13537]
13538
13539[[package]]
13540name = "prost-build"
13541version = "0.12.6"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13544dependencies = [
13545 "bytes 1.11.1",
13546 "heck 0.5.0",
13547 "itertools 0.12.1",
13548 "log",
13549 "multimap",
13550 "once_cell",
13551 "petgraph",
13552 "prettyplease",
13553 "prost 0.12.6",
13554 "prost-types 0.12.6",
13555 "regex",
13556 "syn 2.0.117",
13557 "tempfile",
13558]
13559
13560[[package]]
13561name = "prost-derive"
13562version = "0.9.0"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13565dependencies = [
13566 "anyhow",
13567 "itertools 0.10.5",
13568 "proc-macro2",
13569 "quote",
13570 "syn 1.0.109",
13571]
13572
13573[[package]]
13574name = "prost-derive"
13575version = "0.12.6"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13578dependencies = [
13579 "anyhow",
13580 "itertools 0.12.1",
13581 "proc-macro2",
13582 "quote",
13583 "syn 2.0.117",
13584]
13585
13586[[package]]
13587name = "prost-types"
13588version = "0.9.0"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13591dependencies = [
13592 "bytes 1.11.1",
13593 "prost 0.9.0",
13594]
13595
13596[[package]]
13597name = "prost-types"
13598version = "0.12.6"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13601dependencies = [
13602 "prost 0.12.6",
13603]
13604
13605[[package]]
13606name = "proto"
13607version = "0.1.0"
13608dependencies = [
13609 "anyhow",
13610 "prost 0.9.0",
13611 "prost-build 0.9.0",
13612 "serde",
13613]
13614
13615[[package]]
13616name = "protobuf"
13617version = "3.7.2"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13620dependencies = [
13621 "once_cell",
13622 "protobuf-support",
13623 "thiserror 1.0.69",
13624]
13625
13626[[package]]
13627name = "protobuf-support"
13628version = "3.7.2"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13631dependencies = [
13632 "thiserror 1.0.69",
13633]
13634
13635[[package]]
13636name = "psm"
13637version = "0.1.30"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13640dependencies = [
13641 "ar_archive_writer",
13642 "cc",
13643]
13644
13645[[package]]
13646name = "ptr_meta"
13647version = "0.1.4"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13650dependencies = [
13651 "ptr_meta_derive",
13652]
13653
13654[[package]]
13655name = "ptr_meta_derive"
13656version = "0.1.4"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13659dependencies = [
13660 "proc-macro2",
13661 "quote",
13662 "syn 1.0.109",
13663]
13664
13665[[package]]
13666name = "pulldown-cmark"
13667version = "0.10.3"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13670dependencies = [
13671 "bitflags 2.10.0",
13672 "memchr",
13673 "pulldown-cmark-escape",
13674 "unicase",
13675]
13676
13677[[package]]
13678name = "pulldown-cmark"
13679version = "0.13.0"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13682dependencies = [
13683 "bitflags 2.10.0",
13684 "memchr",
13685 "unicase",
13686]
13687
13688[[package]]
13689name = "pulldown-cmark-escape"
13690version = "0.10.1"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13693
13694[[package]]
13695name = "pulley-interpreter"
13696version = "36.0.7"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13699dependencies = [
13700 "cranelift-bitset",
13701 "log",
13702 "pulley-macros",
13703 "wasmtime-internal-math",
13704]
13705
13706[[package]]
13707name = "pulley-macros"
13708version = "36.0.7"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13711dependencies = [
13712 "proc-macro2",
13713 "quote",
13714 "syn 2.0.117",
13715]
13716
13717[[package]]
13718name = "pulp"
13719version = "0.18.22"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13722dependencies = [
13723 "bytemuck",
13724 "libm",
13725 "num-complex",
13726 "reborrow",
13727]
13728
13729[[package]]
13730name = "pulp"
13731version = "0.21.5"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13734dependencies = [
13735 "bytemuck",
13736 "cfg-if",
13737 "libm",
13738 "num-complex",
13739 "reborrow",
13740 "version_check",
13741]
13742
13743[[package]]
13744name = "pxfm"
13745version = "0.1.25"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13748dependencies = [
13749 "num-traits",
13750]
13751
13752[[package]]
13753name = "qoi"
13754version = "0.4.1"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13757dependencies = [
13758 "bytemuck",
13759]
13760
13761[[package]]
13762name = "quick-error"
13763version = "1.2.3"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13766
13767[[package]]
13768name = "quick-error"
13769version = "2.0.1"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13772
13773[[package]]
13774name = "quick-xml"
13775version = "0.30.0"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13778dependencies = [
13779 "memchr",
13780]
13781
13782[[package]]
13783name = "quick-xml"
13784version = "0.37.5"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13787dependencies = [
13788 "memchr",
13789]
13790
13791[[package]]
13792name = "quick-xml"
13793version = "0.38.3"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13796dependencies = [
13797 "memchr",
13798]
13799
13800[[package]]
13801name = "quinn"
13802version = "0.11.9"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13805dependencies = [
13806 "bytes 1.11.1",
13807 "cfg_aliases 0.2.1",
13808 "pin-project-lite",
13809 "quinn-proto",
13810 "quinn-udp",
13811 "rustc-hash 2.1.1",
13812 "rustls 0.23.33",
13813 "socket2 0.6.1",
13814 "thiserror 2.0.17",
13815 "tokio",
13816 "tracing",
13817 "web-time",
13818]
13819
13820[[package]]
13821name = "quinn-proto"
13822version = "0.11.13"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13825dependencies = [
13826 "bytes 1.11.1",
13827 "getrandom 0.3.4",
13828 "lru-slab",
13829 "rand 0.9.3",
13830 "ring",
13831 "rustc-hash 2.1.1",
13832 "rustls 0.23.33",
13833 "rustls-pki-types",
13834 "slab",
13835 "thiserror 2.0.17",
13836 "tinyvec",
13837 "tracing",
13838 "web-time",
13839]
13840
13841[[package]]
13842name = "quinn-udp"
13843version = "0.5.14"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13846dependencies = [
13847 "cfg_aliases 0.2.1",
13848 "libc",
13849 "once_cell",
13850 "socket2 0.6.1",
13851 "tracing",
13852 "windows-sys 0.60.2",
13853]
13854
13855[[package]]
13856name = "quote"
13857version = "1.0.41"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13860dependencies = [
13861 "proc-macro2",
13862]
13863
13864[[package]]
13865name = "r-efi"
13866version = "5.3.0"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13869
13870[[package]]
13871name = "radium"
13872version = "0.7.0"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13875
13876[[package]]
13877name = "rand"
13878version = "0.3.23"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13881dependencies = [
13882 "libc",
13883 "rand 0.4.6",
13884]
13885
13886[[package]]
13887name = "rand"
13888version = "0.4.6"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13891dependencies = [
13892 "fuchsia-cprng",
13893 "libc",
13894 "rand_core 0.3.1",
13895 "rdrand",
13896 "winapi",
13897]
13898
13899[[package]]
13900name = "rand"
13901version = "0.8.5"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13904dependencies = [
13905 "libc",
13906 "rand_chacha 0.3.1",
13907 "rand_core 0.6.4",
13908]
13909
13910[[package]]
13911name = "rand"
13912version = "0.9.3"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13915dependencies = [
13916 "rand_chacha 0.9.0",
13917 "rand_core 0.9.3",
13918]
13919
13920[[package]]
13921name = "rand_chacha"
13922version = "0.3.1"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13925dependencies = [
13926 "ppv-lite86",
13927 "rand_core 0.6.4",
13928]
13929
13930[[package]]
13931name = "rand_chacha"
13932version = "0.9.0"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13935dependencies = [
13936 "ppv-lite86",
13937 "rand_core 0.9.3",
13938]
13939
13940[[package]]
13941name = "rand_core"
13942version = "0.3.1"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13945dependencies = [
13946 "rand_core 0.4.2",
13947]
13948
13949[[package]]
13950name = "rand_core"
13951version = "0.4.2"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13954
13955[[package]]
13956name = "rand_core"
13957version = "0.6.4"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13960dependencies = [
13961 "getrandom 0.2.16",
13962]
13963
13964[[package]]
13965name = "rand_core"
13966version = "0.9.3"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13969dependencies = [
13970 "getrandom 0.3.4",
13971]
13972
13973[[package]]
13974name = "rand_distr"
13975version = "0.5.1"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13978dependencies = [
13979 "num-traits",
13980 "rand 0.9.3",
13981]
13982
13983[[package]]
13984name = "rand_pcg"
13985version = "0.3.1"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13988dependencies = [
13989 "rand_core 0.6.4",
13990]
13991
13992[[package]]
13993name = "rand_xorshift"
13994version = "0.4.0"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13997dependencies = [
13998 "rand_core 0.9.3",
13999]
14000
14001[[package]]
14002name = "random_choice"
14003version = "0.3.2"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14006dependencies = [
14007 "rand 0.3.23",
14008]
14009
14010[[package]]
14011name = "range-alloc"
14012version = "0.1.4"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14015
14016[[package]]
14017name = "range-map"
14018version = "0.2.0"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14021dependencies = [
14022 "num-traits",
14023]
14024
14025[[package]]
14026name = "rangemap"
14027version = "1.7.1"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14030
14031[[package]]
14032name = "rav1e"
14033version = "0.7.1"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14036dependencies = [
14037 "arbitrary",
14038 "arg_enum_proc_macro",
14039 "arrayvec",
14040 "av1-grain",
14041 "bitstream-io",
14042 "built",
14043 "cfg-if",
14044 "interpolate_name",
14045 "itertools 0.12.1",
14046 "libc",
14047 "libfuzzer-sys",
14048 "log",
14049 "maybe-rayon",
14050 "new_debug_unreachable",
14051 "noop_proc_macro",
14052 "num-derive",
14053 "num-traits",
14054 "once_cell",
14055 "paste",
14056 "profiling",
14057 "rand 0.8.5",
14058 "rand_chacha 0.3.1",
14059 "simd_helpers",
14060 "system-deps 6.2.2",
14061 "thiserror 1.0.69",
14062 "v_frame",
14063 "wasm-bindgen",
14064]
14065
14066[[package]]
14067name = "ravif"
14068version = "0.11.20"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14071dependencies = [
14072 "avif-serialize",
14073 "imgref",
14074 "loop9",
14075 "quick-error 2.0.1",
14076 "rav1e",
14077 "rayon",
14078 "rgb",
14079]
14080
14081[[package]]
14082name = "raw-cpuid"
14083version = "10.7.0"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14086dependencies = [
14087 "bitflags 1.3.2",
14088]
14089
14090[[package]]
14091name = "raw-cpuid"
14092version = "11.6.0"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14095dependencies = [
14096 "bitflags 2.10.0",
14097]
14098
14099[[package]]
14100name = "raw-window-handle"
14101version = "0.6.2"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14104
14105[[package]]
14106name = "raw-window-metal"
14107version = "1.1.0"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14110dependencies = [
14111 "objc2",
14112 "objc2-core-foundation",
14113 "objc2-foundation",
14114 "objc2-quartz-core",
14115]
14116
14117[[package]]
14118name = "rayon"
14119version = "1.11.0"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14122dependencies = [
14123 "either",
14124 "rayon-core",
14125]
14126
14127[[package]]
14128name = "rayon-core"
14129version = "1.13.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14132dependencies = [
14133 "crossbeam-deque",
14134 "crossbeam-utils",
14135]
14136
14137[[package]]
14138name = "rdrand"
14139version = "0.4.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14142dependencies = [
14143 "rand_core 0.3.1",
14144]
14145
14146[[package]]
14147name = "read-fonts"
14148version = "0.35.0"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14151dependencies = [
14152 "bytemuck",
14153 "font-types 0.10.0",
14154]
14155
14156[[package]]
14157name = "read-fonts"
14158version = "0.37.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14161dependencies = [
14162 "bytemuck",
14163 "core_maths",
14164 "font-types 0.11.0",
14165]
14166
14167[[package]]
14168name = "realfft"
14169version = "3.5.0"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14172dependencies = [
14173 "rustfft",
14174]
14175
14176[[package]]
14177name = "reborrow"
14178version = "0.5.5"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14181
14182[[package]]
14183name = "recent_projects"
14184version = "0.1.0"
14185dependencies = [
14186 "anyhow",
14187 "askpass",
14188 "chrono",
14189 "db",
14190 "dev_container",
14191 "editor",
14192 "extension",
14193 "extension_host",
14194 "fs",
14195 "futures 0.3.32",
14196 "fuzzy",
14197 "gpui",
14198 "http_client",
14199 "indoc",
14200 "language",
14201 "log",
14202 "menu",
14203 "node_runtime",
14204 "open_path_prompt",
14205 "ordered-float 2.10.1",
14206 "paths",
14207 "picker",
14208 "project",
14209 "release_channel",
14210 "remote",
14211 "remote_connection",
14212 "remote_server",
14213 "semver",
14214 "serde",
14215 "serde_json",
14216 "settings",
14217 "smol",
14218 "task",
14219 "telemetry",
14220 "ui",
14221 "ui_input",
14222 "util",
14223 "windows-registry 0.6.1",
14224 "workspace",
14225 "worktree",
14226 "zed_actions",
14227]
14228
14229[[package]]
14230name = "redox_syscall"
14231version = "0.2.16"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14234dependencies = [
14235 "bitflags 1.3.2",
14236]
14237
14238[[package]]
14239name = "redox_syscall"
14240version = "0.5.18"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14243dependencies = [
14244 "bitflags 2.10.0",
14245]
14246
14247[[package]]
14248name = "redox_users"
14249version = "0.5.2"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14252dependencies = [
14253 "getrandom 0.2.16",
14254 "libredox",
14255 "thiserror 2.0.17",
14256]
14257
14258[[package]]
14259name = "ref-cast"
14260version = "1.0.25"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14263dependencies = [
14264 "ref-cast-impl",
14265]
14266
14267[[package]]
14268name = "ref-cast-impl"
14269version = "1.0.25"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14272dependencies = [
14273 "proc-macro2",
14274 "quote",
14275 "syn 2.0.117",
14276]
14277
14278[[package]]
14279name = "referencing"
14280version = "0.37.4"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14283dependencies = [
14284 "ahash 0.8.12",
14285 "fluent-uri",
14286 "getrandom 0.3.4",
14287 "hashbrown 0.16.1",
14288 "parking_lot",
14289 "percent-encoding",
14290 "serde_json",
14291]
14292
14293[[package]]
14294name = "refineable"
14295version = "0.1.0"
14296dependencies = [
14297 "derive_refineable",
14298]
14299
14300[[package]]
14301name = "regalloc2"
14302version = "0.12.2"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14305dependencies = [
14306 "allocator-api2",
14307 "bumpalo",
14308 "hashbrown 0.15.5",
14309 "log",
14310 "rustc-hash 2.1.1",
14311 "serde",
14312 "smallvec",
14313]
14314
14315[[package]]
14316name = "regex"
14317version = "1.12.2"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14320dependencies = [
14321 "aho-corasick",
14322 "memchr",
14323 "regex-automata",
14324 "regex-syntax",
14325]
14326
14327[[package]]
14328name = "regex-automata"
14329version = "0.4.13"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14332dependencies = [
14333 "aho-corasick",
14334 "memchr",
14335 "regex-syntax",
14336]
14337
14338[[package]]
14339name = "regex-lite"
14340version = "0.1.8"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14343
14344[[package]]
14345name = "regex-syntax"
14346version = "0.8.8"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14349
14350[[package]]
14351name = "release_channel"
14352version = "0.1.0"
14353dependencies = [
14354 "gpui",
14355 "semver",
14356]
14357
14358[[package]]
14359name = "remote"
14360version = "0.1.0"
14361dependencies = [
14362 "anyhow",
14363 "askpass",
14364 "async-trait",
14365 "base64 0.22.1",
14366 "collections",
14367 "fs",
14368 "futures 0.3.32",
14369 "gpui",
14370 "log",
14371 "parking_lot",
14372 "paths",
14373 "prost 0.9.0",
14374 "release_channel",
14375 "rpc",
14376 "schemars",
14377 "semver",
14378 "serde",
14379 "serde_json",
14380 "settings",
14381 "smol",
14382 "tempfile",
14383 "thiserror 2.0.17",
14384 "urlencoding",
14385 "util",
14386 "which 6.0.3",
14387]
14388
14389[[package]]
14390name = "remote_connection"
14391version = "0.1.0"
14392dependencies = [
14393 "anyhow",
14394 "askpass",
14395 "auto_update",
14396 "futures 0.3.32",
14397 "gpui",
14398 "log",
14399 "markdown",
14400 "menu",
14401 "release_channel",
14402 "remote",
14403 "semver",
14404 "settings",
14405 "theme_settings",
14406 "ui",
14407 "ui_input",
14408 "workspace",
14409]
14410
14411[[package]]
14412name = "remote_server"
14413version = "0.1.0"
14414dependencies = [
14415 "action_log",
14416 "agent",
14417 "anyhow",
14418 "askpass",
14419 "cargo_toml",
14420 "clap",
14421 "client",
14422 "clock",
14423 "collections",
14424 "crash-handler",
14425 "crashes",
14426 "dap_adapters",
14427 "debug_adapter_extension",
14428 "editor",
14429 "env_logger 0.11.8",
14430 "extension",
14431 "extension_host",
14432 "fork",
14433 "fs",
14434 "futures 0.3.32",
14435 "git",
14436 "git2",
14437 "git_hosting_providers",
14438 "gpui",
14439 "gpui_platform",
14440 "gpui_tokio",
14441 "http_client",
14442 "image",
14443 "json_schema_store",
14444 "language",
14445 "language_extension",
14446 "language_model",
14447 "languages",
14448 "libc",
14449 "log",
14450 "lsp",
14451 "minidumper",
14452 "net",
14453 "node_runtime",
14454 "paths",
14455 "pretty_assertions",
14456 "project",
14457 "proto",
14458 "rayon",
14459 "release_channel",
14460 "remote",
14461 "reqwest_client",
14462 "rpc",
14463 "rust-embed",
14464 "semver",
14465 "serde",
14466 "serde_json",
14467 "settings",
14468 "shellexpand",
14469 "smol",
14470 "sysinfo 0.37.2",
14471 "task",
14472 "theme",
14473 "theme_settings",
14474 "thiserror 2.0.17",
14475 "toml 0.8.23",
14476 "unindent",
14477 "util",
14478 "uuid",
14479 "watch",
14480 "windows 0.61.3",
14481 "worktree",
14482 "zlog",
14483]
14484
14485[[package]]
14486name = "rend"
14487version = "0.4.2"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14490dependencies = [
14491 "bytecheck",
14492]
14493
14494[[package]]
14495name = "renderdoc-sys"
14496version = "1.1.0"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14499
14500[[package]]
14501name = "repl"
14502version = "0.1.0"
14503dependencies = [
14504 "alacritty_terminal",
14505 "anyhow",
14506 "async-dispatcher",
14507 "async-task",
14508 "async-tungstenite",
14509 "base64 0.22.1",
14510 "client",
14511 "collections",
14512 "command_palette_hooks",
14513 "editor",
14514 "feature_flags",
14515 "file_icons",
14516 "futures 0.3.32",
14517 "gpui",
14518 "html_to_markdown",
14519 "http_client",
14520 "image",
14521 "indoc",
14522 "jupyter-protocol",
14523 "jupyter-websocket-client",
14524 "language",
14525 "languages",
14526 "log",
14527 "markdown",
14528 "menu",
14529 "multi_buffer",
14530 "nbformat",
14531 "picker",
14532 "project",
14533 "remote",
14534 "runtimelib",
14535 "serde",
14536 "serde_json",
14537 "settings",
14538 "shlex",
14539 "smol",
14540 "telemetry",
14541 "terminal",
14542 "terminal_view",
14543 "theme",
14544 "theme_settings",
14545 "tree-sitter-md",
14546 "tree-sitter-python",
14547 "tree-sitter-typescript",
14548 "ui",
14549 "util",
14550 "uuid",
14551 "workspace",
14552 "zed_actions",
14553]
14554
14555[[package]]
14556name = "reqwest"
14557version = "0.11.27"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14560dependencies = [
14561 "base64 0.21.7",
14562 "bytes 1.11.1",
14563 "encoding_rs",
14564 "futures-core",
14565 "futures-util",
14566 "h2 0.3.27",
14567 "http 0.2.12",
14568 "http-body 0.4.6",
14569 "hyper 0.14.32",
14570 "hyper-tls",
14571 "ipnet",
14572 "js-sys",
14573 "log",
14574 "mime",
14575 "native-tls",
14576 "once_cell",
14577 "percent-encoding",
14578 "pin-project-lite",
14579 "rustls-pemfile 1.0.4",
14580 "serde",
14581 "serde_json",
14582 "serde_urlencoded",
14583 "sync_wrapper 0.1.2",
14584 "system-configuration 0.5.1",
14585 "tokio",
14586 "tokio-native-tls",
14587 "tower-service",
14588 "url",
14589 "wasm-bindgen",
14590 "wasm-bindgen-futures",
14591 "web-sys",
14592 "winreg 0.50.0",
14593]
14594
14595[[package]]
14596name = "reqwest"
14597version = "0.12.24"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14600dependencies = [
14601 "base64 0.22.1",
14602 "bytes 1.11.1",
14603 "futures-channel",
14604 "futures-core",
14605 "futures-util",
14606 "http 1.3.1",
14607 "http-body 1.0.1",
14608 "http-body-util",
14609 "hyper 1.7.0",
14610 "hyper-rustls 0.27.7",
14611 "hyper-util",
14612 "js-sys",
14613 "log",
14614 "percent-encoding",
14615 "pin-project-lite",
14616 "quinn",
14617 "rustls 0.23.33",
14618 "rustls-native-certs 0.8.2",
14619 "rustls-pki-types",
14620 "serde",
14621 "serde_json",
14622 "serde_urlencoded",
14623 "sync_wrapper 1.0.2",
14624 "tokio",
14625 "tokio-rustls 0.26.2",
14626 "tower 0.5.2",
14627 "tower-http 0.6.6",
14628 "tower-service",
14629 "url",
14630 "wasm-bindgen",
14631 "wasm-bindgen-futures",
14632 "web-sys",
14633]
14634
14635[[package]]
14636name = "reqwest_client"
14637version = "0.1.0"
14638dependencies = [
14639 "anyhow",
14640 "bytes 1.11.1",
14641 "futures 0.3.32",
14642 "gpui_util",
14643 "http_client",
14644 "http_client_tls",
14645 "log",
14646 "regex",
14647 "serde",
14648 "tokio",
14649 "zed-reqwest",
14650]
14651
14652[[package]]
14653name = "resvg"
14654version = "0.45.1"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14657dependencies = [
14658 "gif",
14659 "image-webp",
14660 "log",
14661 "pico-args",
14662 "rgb",
14663 "svgtypes",
14664 "tiny-skia",
14665 "usvg",
14666 "zune-jpeg",
14667]
14668
14669[[package]]
14670name = "rfc6979"
14671version = "0.3.1"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14674dependencies = [
14675 "crypto-bigint 0.4.9",
14676 "hmac",
14677 "zeroize",
14678]
14679
14680[[package]]
14681name = "rgb"
14682version = "0.8.52"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14685dependencies = [
14686 "bytemuck",
14687]
14688
14689[[package]]
14690name = "ring"
14691version = "0.17.14"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14694dependencies = [
14695 "cc",
14696 "cfg-if",
14697 "getrandom 0.2.16",
14698 "libc",
14699 "untrusted 0.9.0",
14700 "windows-sys 0.52.0",
14701]
14702
14703[[package]]
14704name = "rkyv"
14705version = "0.7.45"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14708dependencies = [
14709 "bitvec",
14710 "bytecheck",
14711 "bytes 1.11.1",
14712 "hashbrown 0.12.3",
14713 "ptr_meta",
14714 "rend",
14715 "rkyv_derive",
14716 "seahash",
14717 "tinyvec",
14718 "uuid",
14719]
14720
14721[[package]]
14722name = "rkyv_derive"
14723version = "0.7.45"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14726dependencies = [
14727 "proc-macro2",
14728 "quote",
14729 "syn 1.0.109",
14730]
14731
14732[[package]]
14733name = "rmp"
14734version = "0.8.14"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14737dependencies = [
14738 "byteorder",
14739 "num-traits",
14740 "paste",
14741]
14742
14743[[package]]
14744name = "rmpv"
14745version = "1.3.0"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14748dependencies = [
14749 "num-traits",
14750 "rmp",
14751]
14752
14753[[package]]
14754name = "rodio"
14755version = "0.21.1"
14756source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14757dependencies = [
14758 "cpal",
14759 "dasp_sample",
14760 "hound",
14761 "num-rational",
14762 "rand 0.9.3",
14763 "rand_distr",
14764 "rtrb",
14765 "symphonia",
14766 "thiserror 2.0.17",
14767]
14768
14769[[package]]
14770name = "rope"
14771version = "0.1.0"
14772dependencies = [
14773 "criterion",
14774 "ctor",
14775 "gpui",
14776 "heapless",
14777 "log",
14778 "rand 0.9.3",
14779 "rayon",
14780 "sum_tree",
14781 "tracing",
14782 "unicode-segmentation",
14783 "util",
14784 "zlog",
14785 "ztracing",
14786]
14787
14788[[package]]
14789name = "roxmltree"
14790version = "0.20.0"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14793
14794[[package]]
14795name = "rpassword"
14796version = "7.4.0"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14799dependencies = [
14800 "libc",
14801 "rtoolbox",
14802 "windows-sys 0.59.0",
14803]
14804
14805[[package]]
14806name = "rpc"
14807version = "0.1.0"
14808dependencies = [
14809 "anyhow",
14810 "async-tungstenite",
14811 "base64 0.22.1",
14812 "collections",
14813 "futures 0.3.32",
14814 "gpui",
14815 "parking_lot",
14816 "proto",
14817 "rand 0.9.3",
14818 "rsa",
14819 "serde",
14820 "serde_json",
14821 "sha2",
14822 "strum 0.27.2",
14823 "tracing",
14824 "util",
14825 "zlog",
14826 "zstd",
14827]
14828
14829[[package]]
14830name = "rsa"
14831version = "0.9.10"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14834dependencies = [
14835 "const-oid",
14836 "digest",
14837 "num-bigint-dig 0.8.6",
14838 "num-integer",
14839 "num-traits",
14840 "pkcs1",
14841 "pkcs8 0.10.2",
14842 "rand_core 0.6.4",
14843 "signature 2.2.0",
14844 "spki 0.7.3",
14845 "subtle",
14846 "zeroize",
14847]
14848
14849[[package]]
14850name = "rtoolbox"
14851version = "0.0.3"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14854dependencies = [
14855 "libc",
14856 "windows-sys 0.52.0",
14857]
14858
14859[[package]]
14860name = "rtrb"
14861version = "0.3.2"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14864
14865[[package]]
14866name = "rules_library"
14867version = "0.1.0"
14868dependencies = [
14869 "anyhow",
14870 "collections",
14871 "editor",
14872 "gpui",
14873 "language",
14874 "language_model",
14875 "log",
14876 "menu",
14877 "picker",
14878 "platform_title_bar",
14879 "prompt_store",
14880 "release_channel",
14881 "rope",
14882 "serde",
14883 "settings",
14884 "theme_settings",
14885 "ui",
14886 "ui_input",
14887 "util",
14888 "workspace",
14889 "zed_actions",
14890]
14891
14892[[package]]
14893name = "runtimelib"
14894version = "1.4.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14897dependencies = [
14898 "async-dispatcher",
14899 "async-std",
14900 "aws-lc-rs",
14901 "base64 0.22.1",
14902 "bytes 1.11.1",
14903 "chrono",
14904 "data-encoding",
14905 "dirs",
14906 "futures 0.3.32",
14907 "glob",
14908 "jupyter-protocol",
14909 "serde",
14910 "serde_json",
14911 "shellexpand",
14912 "smol",
14913 "thiserror 2.0.17",
14914 "uuid",
14915 "zeromq",
14916]
14917
14918[[package]]
14919name = "rust-embed"
14920version = "8.11.0"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14923dependencies = [
14924 "rust-embed-impl",
14925 "rust-embed-utils",
14926 "walkdir",
14927]
14928
14929[[package]]
14930name = "rust-embed-impl"
14931version = "8.11.0"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14934dependencies = [
14935 "proc-macro2",
14936 "quote",
14937 "rust-embed-utils",
14938 "syn 2.0.117",
14939 "walkdir",
14940]
14941
14942[[package]]
14943name = "rust-embed-utils"
14944version = "8.11.0"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14947dependencies = [
14948 "globset",
14949 "sha2",
14950 "walkdir",
14951]
14952
14953[[package]]
14954name = "rust_decimal"
14955version = "1.39.0"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14958dependencies = [
14959 "arrayvec",
14960 "borsh",
14961 "bytes 1.11.1",
14962 "num-traits",
14963 "rand 0.8.5",
14964 "rkyv",
14965 "serde",
14966 "serde_json",
14967]
14968
14969[[package]]
14970name = "rustc-demangle"
14971version = "0.1.26"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14974
14975[[package]]
14976name = "rustc-hash"
14977version = "1.1.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14980
14981[[package]]
14982name = "rustc-hash"
14983version = "2.1.1"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14986
14987[[package]]
14988name = "rustc_version"
14989version = "0.4.1"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14992dependencies = [
14993 "semver",
14994]
14995
14996[[package]]
14997name = "rustfft"
14998version = "6.4.1"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15001dependencies = [
15002 "num-complex",
15003 "num-integer",
15004 "num-traits",
15005 "primal-check",
15006 "strength_reduce",
15007 "transpose",
15008]
15009
15010[[package]]
15011name = "rustix"
15012version = "0.38.44"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15015dependencies = [
15016 "bitflags 2.10.0",
15017 "errno 0.3.14",
15018 "libc",
15019 "linux-raw-sys 0.4.15",
15020 "windows-sys 0.59.0",
15021]
15022
15023[[package]]
15024name = "rustix"
15025version = "1.1.2"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15028dependencies = [
15029 "bitflags 2.10.0",
15030 "errno 0.3.14",
15031 "libc",
15032 "linux-raw-sys 0.11.0",
15033 "windows-sys 0.61.2",
15034]
15035
15036[[package]]
15037name = "rustix-linux-procfs"
15038version = "0.1.1"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15041dependencies = [
15042 "once_cell",
15043 "rustix 1.1.2",
15044]
15045
15046[[package]]
15047name = "rustix-openpty"
15048version = "0.2.0"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15051dependencies = [
15052 "errno 0.3.14",
15053 "libc",
15054 "rustix 1.1.2",
15055]
15056
15057[[package]]
15058name = "rustls"
15059version = "0.21.12"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15062dependencies = [
15063 "log",
15064 "ring",
15065 "rustls-webpki 0.101.7",
15066 "sct",
15067]
15068
15069[[package]]
15070name = "rustls"
15071version = "0.23.33"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15074dependencies = [
15075 "aws-lc-rs",
15076 "log",
15077 "once_cell",
15078 "ring",
15079 "rustls-pki-types",
15080 "rustls-webpki 0.103.7",
15081 "subtle",
15082 "zeroize",
15083]
15084
15085[[package]]
15086name = "rustls-native-certs"
15087version = "0.6.3"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15090dependencies = [
15091 "openssl-probe",
15092 "rustls-pemfile 1.0.4",
15093 "schannel",
15094 "security-framework 2.11.1",
15095]
15096
15097[[package]]
15098name = "rustls-native-certs"
15099version = "0.8.2"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15102dependencies = [
15103 "openssl-probe",
15104 "rustls-pki-types",
15105 "schannel",
15106 "security-framework 3.5.1",
15107]
15108
15109[[package]]
15110name = "rustls-pemfile"
15111version = "1.0.4"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15114dependencies = [
15115 "base64 0.21.7",
15116]
15117
15118[[package]]
15119name = "rustls-pemfile"
15120version = "2.2.0"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15123dependencies = [
15124 "rustls-pki-types",
15125]
15126
15127[[package]]
15128name = "rustls-pki-types"
15129version = "1.12.0"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15132dependencies = [
15133 "web-time",
15134 "zeroize",
15135]
15136
15137[[package]]
15138name = "rustls-platform-verifier"
15139version = "0.5.3"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15142dependencies = [
15143 "core-foundation 0.10.0",
15144 "core-foundation-sys",
15145 "jni",
15146 "log",
15147 "once_cell",
15148 "rustls 0.23.33",
15149 "rustls-native-certs 0.8.2",
15150 "rustls-platform-verifier-android",
15151 "rustls-webpki 0.103.7",
15152 "security-framework 3.5.1",
15153 "security-framework-sys",
15154 "webpki-root-certs",
15155 "windows-sys 0.59.0",
15156]
15157
15158[[package]]
15159name = "rustls-platform-verifier-android"
15160version = "0.1.1"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15163
15164[[package]]
15165name = "rustls-webpki"
15166version = "0.101.7"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15169dependencies = [
15170 "ring",
15171 "untrusted 0.9.0",
15172]
15173
15174[[package]]
15175name = "rustls-webpki"
15176version = "0.103.7"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15179dependencies = [
15180 "aws-lc-rs",
15181 "ring",
15182 "rustls-pki-types",
15183 "untrusted 0.9.0",
15184]
15185
15186[[package]]
15187name = "rustversion"
15188version = "1.0.22"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15191
15192[[package]]
15193name = "rusty-fork"
15194version = "0.3.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15197dependencies = [
15198 "fnv",
15199 "quick-error 1.2.3",
15200 "tempfile",
15201 "wait-timeout",
15202]
15203
15204[[package]]
15205name = "rustybuzz"
15206version = "0.20.1"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15209dependencies = [
15210 "bitflags 2.10.0",
15211 "bytemuck",
15212 "core_maths",
15213 "log",
15214 "smallvec",
15215 "ttf-parser 0.25.1",
15216 "unicode-bidi-mirroring",
15217 "unicode-ccc",
15218 "unicode-properties",
15219 "unicode-script",
15220]
15221
15222[[package]]
15223name = "ryu"
15224version = "1.0.20"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15227
15228[[package]]
15229name = "saa"
15230version = "5.4.9"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15233
15234[[package]]
15235name = "safetensors"
15236version = "0.4.5"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15239dependencies = [
15240 "serde",
15241 "serde_json",
15242]
15243
15244[[package]]
15245name = "same-file"
15246version = "1.0.6"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15249dependencies = [
15250 "winapi-util",
15251]
15252
15253[[package]]
15254name = "scc"
15255version = "3.5.6"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15258dependencies = [
15259 "saa",
15260 "sdd",
15261]
15262
15263[[package]]
15264name = "schannel"
15265version = "0.1.28"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15268dependencies = [
15269 "windows-sys 0.61.2",
15270]
15271
15272[[package]]
15273name = "scheduler"
15274version = "0.1.0"
15275dependencies = [
15276 "async-task",
15277 "backtrace",
15278 "chrono",
15279 "flume",
15280 "futures 0.3.32",
15281 "parking_lot",
15282 "rand 0.9.3",
15283 "web-time",
15284]
15285
15286[[package]]
15287name = "schema_generator"
15288version = "0.1.0"
15289dependencies = [
15290 "anyhow",
15291 "clap",
15292 "env_logger 0.11.8",
15293 "schemars",
15294 "serde",
15295 "serde_json",
15296 "settings",
15297 "theme",
15298 "theme_settings",
15299]
15300
15301[[package]]
15302name = "schemars"
15303version = "1.0.4"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15306dependencies = [
15307 "dyn-clone",
15308 "indexmap",
15309 "ref-cast",
15310 "schemars_derive",
15311 "serde",
15312 "serde_json",
15313]
15314
15315[[package]]
15316name = "schemars_derive"
15317version = "1.0.4"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15320dependencies = [
15321 "proc-macro2",
15322 "quote",
15323 "serde_derive_internals",
15324 "syn 2.0.117",
15325]
15326
15327[[package]]
15328name = "scoped-tls"
15329version = "1.0.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15332
15333[[package]]
15334name = "scopeguard"
15335version = "1.2.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15338
15339[[package]]
15340name = "scratch"
15341version = "1.0.9"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15344
15345[[package]]
15346name = "screencapturekit"
15347version = "0.2.8"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15350dependencies = [
15351 "screencapturekit-sys",
15352]
15353
15354[[package]]
15355name = "screencapturekit-sys"
15356version = "0.2.8"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15359dependencies = [
15360 "block",
15361 "dispatch",
15362 "objc",
15363 "objc-foundation",
15364 "objc_id",
15365 "once_cell",
15366]
15367
15368[[package]]
15369name = "scroll"
15370version = "0.12.0"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15373dependencies = [
15374 "scroll_derive",
15375]
15376
15377[[package]]
15378name = "scroll_derive"
15379version = "0.12.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15382dependencies = [
15383 "proc-macro2",
15384 "quote",
15385 "syn 2.0.117",
15386]
15387
15388[[package]]
15389name = "sct"
15390version = "0.7.1"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15393dependencies = [
15394 "ring",
15395 "untrusted 0.9.0",
15396]
15397
15398[[package]]
15399name = "sdd"
15400version = "4.6.2"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15403
15404[[package]]
15405name = "sea-bae"
15406version = "0.2.1"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15409dependencies = [
15410 "heck 0.4.1",
15411 "proc-macro-error2",
15412 "proc-macro2",
15413 "quote",
15414 "syn 2.0.117",
15415]
15416
15417[[package]]
15418name = "sea-orm"
15419version = "1.1.10"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15422dependencies = [
15423 "async-stream",
15424 "async-trait",
15425 "bigdecimal",
15426 "chrono",
15427 "futures-util",
15428 "log",
15429 "ouroboros",
15430 "pgvector",
15431 "rust_decimal",
15432 "sea-orm-macros",
15433 "sea-query",
15434 "sea-query-binder",
15435 "serde",
15436 "serde_json",
15437 "sqlx",
15438 "strum 0.26.3",
15439 "thiserror 2.0.17",
15440 "time",
15441 "tracing",
15442 "url",
15443 "uuid",
15444]
15445
15446[[package]]
15447name = "sea-orm-macros"
15448version = "1.1.10"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15451dependencies = [
15452 "heck 0.4.1",
15453 "proc-macro2",
15454 "quote",
15455 "sea-bae",
15456 "syn 2.0.117",
15457 "unicode-ident",
15458]
15459
15460[[package]]
15461name = "sea-query"
15462version = "0.32.7"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15465dependencies = [
15466 "bigdecimal",
15467 "chrono",
15468 "inherent",
15469 "ordered-float 4.6.0",
15470 "rust_decimal",
15471 "serde_json",
15472 "time",
15473 "uuid",
15474]
15475
15476[[package]]
15477name = "sea-query-binder"
15478version = "0.7.0"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15481dependencies = [
15482 "bigdecimal",
15483 "chrono",
15484 "rust_decimal",
15485 "sea-query",
15486 "serde_json",
15487 "sqlx",
15488 "time",
15489 "uuid",
15490]
15491
15492[[package]]
15493name = "seahash"
15494version = "4.1.0"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15497
15498[[package]]
15499name = "search"
15500version = "0.1.0"
15501dependencies = [
15502 "any_vec",
15503 "anyhow",
15504 "bitflags 2.10.0",
15505 "collections",
15506 "editor",
15507 "fs",
15508 "futures 0.3.32",
15509 "gpui",
15510 "itertools 0.14.0",
15511 "language",
15512 "lsp",
15513 "menu",
15514 "multi_buffer",
15515 "pretty_assertions",
15516 "project",
15517 "serde",
15518 "serde_json",
15519 "settings",
15520 "smol",
15521 "theme",
15522 "theme_settings",
15523 "tracing",
15524 "ui",
15525 "unindent",
15526 "util",
15527 "util_macros",
15528 "workspace",
15529 "zed_actions",
15530 "ztracing",
15531]
15532
15533[[package]]
15534name = "sec1"
15535version = "0.3.0"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15538dependencies = [
15539 "base16ct",
15540 "der 0.6.1",
15541 "generic-array",
15542 "pkcs8 0.9.0",
15543 "subtle",
15544 "zeroize",
15545]
15546
15547[[package]]
15548name = "secrecy"
15549version = "0.10.3"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15552dependencies = [
15553 "zeroize",
15554]
15555
15556[[package]]
15557name = "security-framework"
15558version = "2.11.1"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15561dependencies = [
15562 "bitflags 2.10.0",
15563 "core-foundation 0.9.4",
15564 "core-foundation-sys",
15565 "libc",
15566 "security-framework-sys",
15567]
15568
15569[[package]]
15570name = "security-framework"
15571version = "3.5.1"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15574dependencies = [
15575 "bitflags 2.10.0",
15576 "core-foundation 0.10.0",
15577 "core-foundation-sys",
15578 "libc",
15579 "security-framework-sys",
15580]
15581
15582[[package]]
15583name = "security-framework-sys"
15584version = "2.15.0"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15587dependencies = [
15588 "core-foundation-sys",
15589 "libc",
15590]
15591
15592[[package]]
15593name = "self_cell"
15594version = "1.2.2"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15597
15598[[package]]
15599name = "semver"
15600version = "1.0.27"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15603dependencies = [
15604 "serde",
15605 "serde_core",
15606]
15607
15608[[package]]
15609name = "seq-macro"
15610version = "0.3.6"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15613
15614[[package]]
15615name = "serde"
15616version = "1.0.228"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15619dependencies = [
15620 "serde_core",
15621 "serde_derive",
15622]
15623
15624[[package]]
15625name = "serde_bytes"
15626version = "0.11.19"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15629dependencies = [
15630 "serde",
15631 "serde_core",
15632]
15633
15634[[package]]
15635name = "serde_core"
15636version = "1.0.228"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15639dependencies = [
15640 "serde_derive",
15641]
15642
15643[[package]]
15644name = "serde_derive"
15645version = "1.0.228"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15648dependencies = [
15649 "proc-macro2",
15650 "quote",
15651 "syn 2.0.117",
15652]
15653
15654[[package]]
15655name = "serde_derive_internals"
15656version = "0.29.1"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15659dependencies = [
15660 "proc-macro2",
15661 "quote",
15662 "syn 2.0.117",
15663]
15664
15665[[package]]
15666name = "serde_fmt"
15667version = "1.0.3"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15670dependencies = [
15671 "serde",
15672]
15673
15674[[package]]
15675name = "serde_json"
15676version = "1.0.145"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15679dependencies = [
15680 "indexmap",
15681 "itoa",
15682 "memchr",
15683 "ryu",
15684 "serde",
15685 "serde_core",
15686]
15687
15688[[package]]
15689name = "serde_json_lenient"
15690version = "0.2.4"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15693dependencies = [
15694 "indexmap",
15695 "itoa",
15696 "memchr",
15697 "ryu",
15698 "serde",
15699]
15700
15701[[package]]
15702name = "serde_path_to_error"
15703version = "0.1.20"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15706dependencies = [
15707 "itoa",
15708 "serde",
15709 "serde_core",
15710]
15711
15712[[package]]
15713name = "serde_repr"
15714version = "0.1.20"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15717dependencies = [
15718 "proc-macro2",
15719 "quote",
15720 "syn 2.0.117",
15721]
15722
15723[[package]]
15724name = "serde_spanned"
15725version = "0.6.9"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15728dependencies = [
15729 "serde",
15730]
15731
15732[[package]]
15733name = "serde_spanned"
15734version = "1.0.3"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15737dependencies = [
15738 "serde_core",
15739]
15740
15741[[package]]
15742name = "serde_urlencoded"
15743version = "0.7.1"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15746dependencies = [
15747 "form_urlencoded",
15748 "itoa",
15749 "ryu",
15750 "serde",
15751]
15752
15753[[package]]
15754name = "serde_yaml"
15755version = "0.9.34+deprecated"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15758dependencies = [
15759 "indexmap",
15760 "itoa",
15761 "ryu",
15762 "serde",
15763 "unsafe-libyaml",
15764]
15765
15766[[package]]
15767name = "serial2"
15768version = "0.2.33"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15771dependencies = [
15772 "cfg-if",
15773 "libc",
15774 "winapi",
15775]
15776
15777[[package]]
15778name = "session"
15779version = "0.1.0"
15780dependencies = [
15781 "db",
15782 "gpui",
15783 "serde_json",
15784 "util",
15785 "uuid",
15786]
15787
15788[[package]]
15789name = "settings"
15790version = "0.1.0"
15791dependencies = [
15792 "anyhow",
15793 "collections",
15794 "ec4rs",
15795 "fs",
15796 "futures 0.3.32",
15797 "gpui",
15798 "indoc",
15799 "inventory",
15800 "log",
15801 "migrator",
15802 "paths",
15803 "pretty_assertions",
15804 "release_channel",
15805 "rust-embed",
15806 "schemars",
15807 "serde",
15808 "serde_json",
15809 "serde_json_lenient",
15810 "settings_content",
15811 "settings_json",
15812 "settings_macros",
15813 "smallvec",
15814 "unindent",
15815 "util",
15816 "zlog",
15817]
15818
15819[[package]]
15820name = "settings_content"
15821version = "0.1.0"
15822dependencies = [
15823 "anyhow",
15824 "collections",
15825 "derive_more",
15826 "gpui",
15827 "language_model_core",
15828 "log",
15829 "schemars",
15830 "serde",
15831 "serde_json",
15832 "serde_json_lenient",
15833 "settings_json",
15834 "settings_macros",
15835 "strum 0.27.2",
15836 "util",
15837]
15838
15839[[package]]
15840name = "settings_json"
15841version = "0.1.0"
15842dependencies = [
15843 "anyhow",
15844 "pretty_assertions",
15845 "serde",
15846 "serde_json",
15847 "serde_json_lenient",
15848 "serde_path_to_error",
15849 "tree-sitter",
15850 "tree-sitter-json",
15851 "unindent",
15852 "util",
15853]
15854
15855[[package]]
15856name = "settings_macros"
15857version = "0.1.0"
15858dependencies = [
15859 "quote",
15860 "settings",
15861 "syn 2.0.117",
15862]
15863
15864[[package]]
15865name = "settings_profile_selector"
15866version = "0.1.0"
15867dependencies = [
15868 "editor",
15869 "fuzzy",
15870 "gpui",
15871 "menu",
15872 "picker",
15873 "project",
15874 "serde_json",
15875 "settings",
15876 "theme",
15877 "theme_settings",
15878 "ui",
15879 "workspace",
15880 "zed_actions",
15881]
15882
15883[[package]]
15884name = "settings_ui"
15885version = "0.1.0"
15886dependencies = [
15887 "agent",
15888 "agent_settings",
15889 "anyhow",
15890 "audio",
15891 "codestral",
15892 "component",
15893 "copilot",
15894 "copilot_ui",
15895 "cpal",
15896 "edit_prediction",
15897 "edit_prediction_ui",
15898 "editor",
15899 "feature_flags",
15900 "fs",
15901 "futures 0.3.32",
15902 "fuzzy",
15903 "gpui",
15904 "heck 0.5.0",
15905 "itertools 0.14.0",
15906 "language",
15907 "log",
15908 "menu",
15909 "paths",
15910 "picker",
15911 "platform_title_bar",
15912 "pretty_assertions",
15913 "project",
15914 "regex",
15915 "release_channel",
15916 "rodio",
15917 "schemars",
15918 "search",
15919 "serde",
15920 "serde_json",
15921 "settings",
15922 "shell_command_parser",
15923 "strum 0.27.2",
15924 "telemetry",
15925 "theme",
15926 "theme_settings",
15927 "title_bar",
15928 "ui",
15929 "util",
15930 "workspace",
15931 "zed_actions",
15932 "zed_credentials_provider",
15933]
15934
15935[[package]]
15936name = "sha-1"
15937version = "0.10.1"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15940dependencies = [
15941 "cfg-if",
15942 "cpufeatures",
15943 "digest",
15944]
15945
15946[[package]]
15947name = "sha1"
15948version = "0.10.6"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15951dependencies = [
15952 "cfg-if",
15953 "cpufeatures",
15954 "digest",
15955]
15956
15957[[package]]
15958name = "sha1_smol"
15959version = "1.0.1"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15962
15963[[package]]
15964name = "sha2"
15965version = "0.10.9"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15968dependencies = [
15969 "cfg-if",
15970 "cpufeatures",
15971 "digest",
15972]
15973
15974[[package]]
15975name = "sharded-slab"
15976version = "0.1.7"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15979dependencies = [
15980 "lazy_static",
15981]
15982
15983[[package]]
15984name = "shared_library"
15985version = "0.1.9"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15988dependencies = [
15989 "lazy_static",
15990 "libc",
15991]
15992
15993[[package]]
15994name = "shell-words"
15995version = "1.1.0"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15998
15999[[package]]
16000name = "shell_command_parser"
16001version = "0.1.0"
16002dependencies = [
16003 "brush-parser",
16004]
16005
16006[[package]]
16007name = "shellexpand"
16008version = "3.1.1"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16011dependencies = [
16012 "dirs",
16013]
16014
16015[[package]]
16016name = "shingles"
16017version = "0.1.1"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16020
16021[[package]]
16022name = "shlex"
16023version = "1.3.0"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16026
16027[[package]]
16028name = "sidebar"
16029version = "0.1.0"
16030dependencies = [
16031 "acp_thread",
16032 "action_log",
16033 "agent",
16034 "agent-client-protocol",
16035 "agent_settings",
16036 "agent_ui",
16037 "anyhow",
16038 "chrono",
16039 "client",
16040 "clock",
16041 "db",
16042 "editor",
16043 "extension",
16044 "fs",
16045 "git",
16046 "gpui",
16047 "http_client",
16048 "language",
16049 "language_model",
16050 "log",
16051 "menu",
16052 "node_runtime",
16053 "platform_title_bar",
16054 "pretty_assertions",
16055 "project",
16056 "prompt_store",
16057 "recent_projects",
16058 "release_channel",
16059 "remote",
16060 "remote_connection",
16061 "remote_server",
16062 "semver",
16063 "serde",
16064 "serde_json",
16065 "settings",
16066 "smol",
16067 "theme",
16068 "theme_settings",
16069 "ui",
16070 "util",
16071 "vim_mode_setting",
16072 "workspace",
16073 "zed_actions",
16074]
16075
16076[[package]]
16077name = "signal-hook"
16078version = "0.3.18"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16081dependencies = [
16082 "libc",
16083 "signal-hook-registry",
16084]
16085
16086[[package]]
16087name = "signal-hook-registry"
16088version = "1.4.6"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16091dependencies = [
16092 "libc",
16093]
16094
16095[[package]]
16096name = "signature"
16097version = "1.6.4"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16100dependencies = [
16101 "digest",
16102 "rand_core 0.6.4",
16103]
16104
16105[[package]]
16106name = "signature"
16107version = "2.2.0"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16110dependencies = [
16111 "digest",
16112 "rand_core 0.6.4",
16113]
16114
16115[[package]]
16116name = "simd-adler32"
16117version = "0.3.7"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16120
16121[[package]]
16122name = "simd_helpers"
16123version = "0.1.0"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16126dependencies = [
16127 "quote",
16128]
16129
16130[[package]]
16131name = "simdutf8"
16132version = "0.1.5"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16135
16136[[package]]
16137name = "similar"
16138version = "2.7.0"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16141
16142[[package]]
16143name = "simple_asn1"
16144version = "0.6.3"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16147dependencies = [
16148 "num-bigint",
16149 "num-traits",
16150 "thiserror 2.0.17",
16151 "time",
16152]
16153
16154[[package]]
16155name = "simplecss"
16156version = "0.2.2"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16159dependencies = [
16160 "log",
16161]
16162
16163[[package]]
16164name = "simplelog"
16165version = "0.12.2"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16168dependencies = [
16169 "log",
16170 "termcolor",
16171 "time",
16172]
16173
16174[[package]]
16175name = "siphasher"
16176version = "0.3.11"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16179
16180[[package]]
16181name = "siphasher"
16182version = "1.0.1"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16185
16186[[package]]
16187name = "skrifa"
16188version = "0.37.0"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16191dependencies = [
16192 "bytemuck",
16193 "read-fonts 0.35.0",
16194]
16195
16196[[package]]
16197name = "skrifa"
16198version = "0.40.0"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16201dependencies = [
16202 "bytemuck",
16203 "read-fonts 0.37.0",
16204]
16205
16206[[package]]
16207name = "slab"
16208version = "0.4.11"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16211
16212[[package]]
16213name = "slotmap"
16214version = "1.0.7"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16217dependencies = [
16218 "version_check",
16219]
16220
16221[[package]]
16222name = "smallvec"
16223version = "1.15.1"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16226dependencies = [
16227 "serde",
16228]
16229
16230[[package]]
16231name = "smart-default"
16232version = "0.7.1"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16235dependencies = [
16236 "proc-macro2",
16237 "quote",
16238 "syn 2.0.117",
16239]
16240
16241[[package]]
16242name = "smol"
16243version = "2.0.2"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16246dependencies = [
16247 "async-channel 2.5.0",
16248 "async-executor",
16249 "async-fs",
16250 "async-io",
16251 "async-lock 3.4.2",
16252 "async-net",
16253 "async-process",
16254 "blocking",
16255 "futures-lite 2.6.1",
16256]
16257
16258[[package]]
16259name = "smol_str"
16260version = "0.3.5"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16263
16264[[package]]
16265name = "snafu"
16266version = "0.8.9"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16269dependencies = [
16270 "snafu-derive",
16271]
16272
16273[[package]]
16274name = "snafu-derive"
16275version = "0.8.9"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16278dependencies = [
16279 "heck 0.5.0",
16280 "proc-macro2",
16281 "quote",
16282 "syn 2.0.117",
16283]
16284
16285[[package]]
16286name = "snippet"
16287version = "0.1.0"
16288dependencies = [
16289 "anyhow",
16290 "smallvec",
16291]
16292
16293[[package]]
16294name = "snippet_provider"
16295version = "0.1.0"
16296dependencies = [
16297 "anyhow",
16298 "collections",
16299 "extension",
16300 "fs",
16301 "futures 0.3.32",
16302 "gpui",
16303 "indoc",
16304 "parking_lot",
16305 "paths",
16306 "schemars",
16307 "serde",
16308 "serde_json",
16309 "serde_json_lenient",
16310 "snippet",
16311 "util",
16312]
16313
16314[[package]]
16315name = "snippets_ui"
16316version = "0.1.0"
16317dependencies = [
16318 "file_icons",
16319 "fuzzy",
16320 "gpui",
16321 "language",
16322 "open_path_prompt",
16323 "paths",
16324 "picker",
16325 "settings",
16326 "ui",
16327 "util",
16328 "workspace",
16329]
16330
16331[[package]]
16332name = "socket2"
16333version = "0.5.10"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16336dependencies = [
16337 "libc",
16338 "windows-sys 0.52.0",
16339]
16340
16341[[package]]
16342name = "socket2"
16343version = "0.6.1"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16346dependencies = [
16347 "libc",
16348 "windows-sys 0.60.2",
16349]
16350
16351[[package]]
16352name = "spdx"
16353version = "0.10.9"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16356dependencies = [
16357 "smallvec",
16358]
16359
16360[[package]]
16361name = "spin"
16362version = "0.9.8"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16365dependencies = [
16366 "lock_api",
16367]
16368
16369[[package]]
16370name = "spin"
16371version = "0.10.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16374dependencies = [
16375 "lock_api",
16376]
16377
16378[[package]]
16379name = "spirv"
16380version = "0.4.0+sdk-1.4.341.0"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16383dependencies = [
16384 "bitflags 2.10.0",
16385]
16386
16387[[package]]
16388name = "spki"
16389version = "0.6.0"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16392dependencies = [
16393 "base64ct",
16394 "der 0.6.1",
16395]
16396
16397[[package]]
16398name = "spki"
16399version = "0.7.3"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16402dependencies = [
16403 "base64ct",
16404 "der 0.7.10",
16405]
16406
16407[[package]]
16408name = "sqlez"
16409version = "0.1.0"
16410dependencies = [
16411 "anyhow",
16412 "collections",
16413 "futures 0.3.32",
16414 "indoc",
16415 "libsqlite3-sys",
16416 "log",
16417 "parking_lot",
16418 "smol",
16419 "sqlformat",
16420 "thread_local",
16421 "util",
16422 "uuid",
16423]
16424
16425[[package]]
16426name = "sqlez_macros"
16427version = "0.1.0"
16428dependencies = [
16429 "sqlez",
16430 "sqlformat",
16431 "syn 2.0.117",
16432]
16433
16434[[package]]
16435name = "sqlformat"
16436version = "0.2.6"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16439dependencies = [
16440 "nom 7.1.3",
16441 "unicode_categories",
16442]
16443
16444[[package]]
16445name = "sqlx"
16446version = "0.8.6"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16449dependencies = [
16450 "sqlx-core",
16451 "sqlx-macros",
16452 "sqlx-mysql",
16453 "sqlx-postgres",
16454 "sqlx-sqlite",
16455]
16456
16457[[package]]
16458name = "sqlx-core"
16459version = "0.8.6"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16462dependencies = [
16463 "base64 0.22.1",
16464 "bigdecimal",
16465 "bytes 1.11.1",
16466 "chrono",
16467 "crc",
16468 "crossbeam-queue",
16469 "either",
16470 "event-listener 5.4.1",
16471 "futures-core",
16472 "futures-intrusive",
16473 "futures-io",
16474 "futures-util",
16475 "hashbrown 0.15.5",
16476 "hashlink 0.10.0",
16477 "indexmap",
16478 "log",
16479 "memchr",
16480 "once_cell",
16481 "percent-encoding",
16482 "rust_decimal",
16483 "rustls 0.23.33",
16484 "serde",
16485 "serde_json",
16486 "sha2",
16487 "smallvec",
16488 "thiserror 2.0.17",
16489 "time",
16490 "tokio",
16491 "tokio-stream",
16492 "tracing",
16493 "url",
16494 "uuid",
16495 "webpki-roots",
16496]
16497
16498[[package]]
16499name = "sqlx-macros"
16500version = "0.8.6"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16503dependencies = [
16504 "proc-macro2",
16505 "quote",
16506 "sqlx-core",
16507 "sqlx-macros-core",
16508 "syn 2.0.117",
16509]
16510
16511[[package]]
16512name = "sqlx-macros-core"
16513version = "0.8.6"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16516dependencies = [
16517 "dotenvy",
16518 "either",
16519 "heck 0.5.0",
16520 "hex",
16521 "once_cell",
16522 "proc-macro2",
16523 "quote",
16524 "serde",
16525 "serde_json",
16526 "sha2",
16527 "sqlx-core",
16528 "sqlx-mysql",
16529 "sqlx-postgres",
16530 "sqlx-sqlite",
16531 "syn 2.0.117",
16532 "tokio",
16533 "url",
16534]
16535
16536[[package]]
16537name = "sqlx-mysql"
16538version = "0.8.6"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16541dependencies = [
16542 "atoi",
16543 "base64 0.22.1",
16544 "bigdecimal",
16545 "bitflags 2.10.0",
16546 "byteorder",
16547 "bytes 1.11.1",
16548 "chrono",
16549 "crc",
16550 "digest",
16551 "dotenvy",
16552 "either",
16553 "futures-channel",
16554 "futures-core",
16555 "futures-io",
16556 "futures-util",
16557 "generic-array",
16558 "hex",
16559 "hkdf",
16560 "hmac",
16561 "itoa",
16562 "log",
16563 "md-5",
16564 "memchr",
16565 "once_cell",
16566 "percent-encoding",
16567 "rand 0.8.5",
16568 "rsa",
16569 "rust_decimal",
16570 "serde",
16571 "sha1",
16572 "sha2",
16573 "smallvec",
16574 "sqlx-core",
16575 "stringprep",
16576 "thiserror 2.0.17",
16577 "time",
16578 "tracing",
16579 "uuid",
16580 "whoami",
16581]
16582
16583[[package]]
16584name = "sqlx-postgres"
16585version = "0.8.6"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16588dependencies = [
16589 "atoi",
16590 "base64 0.22.1",
16591 "bigdecimal",
16592 "bitflags 2.10.0",
16593 "byteorder",
16594 "chrono",
16595 "crc",
16596 "dotenvy",
16597 "etcetera",
16598 "futures-channel",
16599 "futures-core",
16600 "futures-util",
16601 "hex",
16602 "hkdf",
16603 "hmac",
16604 "home",
16605 "itoa",
16606 "log",
16607 "md-5",
16608 "memchr",
16609 "num-bigint",
16610 "once_cell",
16611 "rand 0.8.5",
16612 "rust_decimal",
16613 "serde",
16614 "serde_json",
16615 "sha2",
16616 "smallvec",
16617 "sqlx-core",
16618 "stringprep",
16619 "thiserror 2.0.17",
16620 "time",
16621 "tracing",
16622 "uuid",
16623 "whoami",
16624]
16625
16626[[package]]
16627name = "sqlx-sqlite"
16628version = "0.8.6"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16631dependencies = [
16632 "atoi",
16633 "chrono",
16634 "flume",
16635 "futures-channel",
16636 "futures-core",
16637 "futures-executor",
16638 "futures-intrusive",
16639 "futures-util",
16640 "libsqlite3-sys",
16641 "log",
16642 "percent-encoding",
16643 "serde",
16644 "serde_urlencoded",
16645 "sqlx-core",
16646 "thiserror 2.0.17",
16647 "time",
16648 "tracing",
16649 "url",
16650 "uuid",
16651]
16652
16653[[package]]
16654name = "stable_deref_trait"
16655version = "1.2.1"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16658
16659[[package]]
16660name = "stacker"
16661version = "0.1.23"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16664dependencies = [
16665 "cc",
16666 "cfg-if",
16667 "libc",
16668 "psm",
16669 "windows-sys 0.59.0",
16670]
16671
16672[[package]]
16673name = "stacksafe"
16674version = "0.1.4"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16677dependencies = [
16678 "stacker",
16679 "stacksafe-macro",
16680]
16681
16682[[package]]
16683name = "stacksafe-macro"
16684version = "0.1.4"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16687dependencies = [
16688 "proc-macro-error2",
16689 "quote",
16690 "syn 2.0.117",
16691]
16692
16693[[package]]
16694name = "static_assertions"
16695version = "1.1.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16698
16699[[package]]
16700name = "streaming-iterator"
16701version = "0.1.9"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16704
16705[[package]]
16706name = "streaming_diff"
16707version = "0.1.0"
16708dependencies = [
16709 "ordered-float 2.10.1",
16710 "rand 0.9.3",
16711 "rope",
16712 "util",
16713]
16714
16715[[package]]
16716name = "strength_reduce"
16717version = "0.2.4"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16720
16721[[package]]
16722name = "strict-num"
16723version = "0.1.1"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16726dependencies = [
16727 "float-cmp",
16728]
16729
16730[[package]]
16731name = "string_cache"
16732version = "0.8.9"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16735dependencies = [
16736 "new_debug_unreachable",
16737 "parking_lot",
16738 "phf_shared 0.11.3",
16739 "precomputed-hash",
16740 "serde",
16741]
16742
16743[[package]]
16744name = "string_cache_codegen"
16745version = "0.5.4"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16748dependencies = [
16749 "phf_generator 0.11.3",
16750 "phf_shared 0.11.3",
16751 "proc-macro2",
16752 "quote",
16753]
16754
16755[[package]]
16756name = "stringprep"
16757version = "0.1.5"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16760dependencies = [
16761 "unicode-bidi",
16762 "unicode-normalization",
16763 "unicode-properties",
16764]
16765
16766[[package]]
16767name = "strsim"
16768version = "0.11.1"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16771
16772[[package]]
16773name = "strum"
16774version = "0.26.3"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16777
16778[[package]]
16779name = "strum"
16780version = "0.27.2"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16783dependencies = [
16784 "strum_macros 0.27.2",
16785]
16786
16787[[package]]
16788name = "strum"
16789version = "0.28.0"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16792dependencies = [
16793 "strum_macros 0.28.0",
16794]
16795
16796[[package]]
16797name = "strum_macros"
16798version = "0.27.2"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16801dependencies = [
16802 "heck 0.5.0",
16803 "proc-macro2",
16804 "quote",
16805 "syn 2.0.117",
16806]
16807
16808[[package]]
16809name = "strum_macros"
16810version = "0.28.0"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16813dependencies = [
16814 "heck 0.5.0",
16815 "proc-macro2",
16816 "quote",
16817 "syn 2.0.117",
16818]
16819
16820[[package]]
16821name = "subtle"
16822version = "2.6.1"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16825
16826[[package]]
16827name = "sum_tree"
16828version = "0.1.0"
16829dependencies = [
16830 "ctor",
16831 "heapless",
16832 "log",
16833 "proptest",
16834 "rand 0.9.3",
16835 "rayon",
16836 "tracing",
16837 "zlog",
16838 "ztracing",
16839]
16840
16841[[package]]
16842name = "sval"
16843version = "2.15.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16846
16847[[package]]
16848name = "sval_buffer"
16849version = "2.15.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16852dependencies = [
16853 "sval",
16854 "sval_ref",
16855]
16856
16857[[package]]
16858name = "sval_dynamic"
16859version = "2.15.0"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16862dependencies = [
16863 "sval",
16864]
16865
16866[[package]]
16867name = "sval_fmt"
16868version = "2.15.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16871dependencies = [
16872 "itoa",
16873 "ryu",
16874 "sval",
16875]
16876
16877[[package]]
16878name = "sval_json"
16879version = "2.15.0"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16882dependencies = [
16883 "itoa",
16884 "ryu",
16885 "sval",
16886]
16887
16888[[package]]
16889name = "sval_nested"
16890version = "2.15.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16893dependencies = [
16894 "sval",
16895 "sval_buffer",
16896 "sval_ref",
16897]
16898
16899[[package]]
16900name = "sval_ref"
16901version = "2.15.0"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16904dependencies = [
16905 "sval",
16906]
16907
16908[[package]]
16909name = "sval_serde"
16910version = "2.15.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16913dependencies = [
16914 "serde_core",
16915 "sval",
16916 "sval_nested",
16917]
16918
16919[[package]]
16920name = "svg_fmt"
16921version = "0.4.5"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16924
16925[[package]]
16926name = "svg_preview"
16927version = "0.1.0"
16928dependencies = [
16929 "file_icons",
16930 "gpui",
16931 "language",
16932 "multi_buffer",
16933 "ui",
16934 "workspace",
16935 "zed_actions",
16936]
16937
16938[[package]]
16939name = "svgtypes"
16940version = "0.15.3"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16943dependencies = [
16944 "kurbo",
16945 "siphasher 1.0.1",
16946]
16947
16948[[package]]
16949name = "swash"
16950version = "0.2.6"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16953dependencies = [
16954 "skrifa 0.37.0",
16955 "yazi",
16956 "zeno",
16957]
16958
16959[[package]]
16960name = "symphonia"
16961version = "0.5.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16964dependencies = [
16965 "lazy_static",
16966 "symphonia-bundle-flac",
16967 "symphonia-bundle-mp3",
16968 "symphonia-codec-aac",
16969 "symphonia-codec-pcm",
16970 "symphonia-codec-vorbis",
16971 "symphonia-core",
16972 "symphonia-format-isomp4",
16973 "symphonia-format-ogg",
16974 "symphonia-format-riff",
16975 "symphonia-metadata",
16976]
16977
16978[[package]]
16979name = "symphonia-bundle-flac"
16980version = "0.5.5"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16983dependencies = [
16984 "log",
16985 "symphonia-core",
16986 "symphonia-metadata",
16987 "symphonia-utils-xiph",
16988]
16989
16990[[package]]
16991name = "symphonia-bundle-mp3"
16992version = "0.5.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16995dependencies = [
16996 "lazy_static",
16997 "log",
16998 "symphonia-core",
16999 "symphonia-metadata",
17000]
17001
17002[[package]]
17003name = "symphonia-codec-aac"
17004version = "0.5.5"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17007dependencies = [
17008 "lazy_static",
17009 "log",
17010 "symphonia-core",
17011]
17012
17013[[package]]
17014name = "symphonia-codec-pcm"
17015version = "0.5.5"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17018dependencies = [
17019 "log",
17020 "symphonia-core",
17021]
17022
17023[[package]]
17024name = "symphonia-codec-vorbis"
17025version = "0.5.5"
17026source = "registry+https://github.com/rust-lang/crates.io-index"
17027checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17028dependencies = [
17029 "log",
17030 "symphonia-core",
17031 "symphonia-utils-xiph",
17032]
17033
17034[[package]]
17035name = "symphonia-core"
17036version = "0.5.5"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17039dependencies = [
17040 "arrayvec",
17041 "bitflags 1.3.2",
17042 "bytemuck",
17043 "lazy_static",
17044 "log",
17045]
17046
17047[[package]]
17048name = "symphonia-format-isomp4"
17049version = "0.5.5"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17052dependencies = [
17053 "encoding_rs",
17054 "log",
17055 "symphonia-core",
17056 "symphonia-metadata",
17057 "symphonia-utils-xiph",
17058]
17059
17060[[package]]
17061name = "symphonia-format-ogg"
17062version = "0.5.5"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17065dependencies = [
17066 "log",
17067 "symphonia-core",
17068 "symphonia-metadata",
17069 "symphonia-utils-xiph",
17070]
17071
17072[[package]]
17073name = "symphonia-format-riff"
17074version = "0.5.5"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17077dependencies = [
17078 "extended",
17079 "log",
17080 "symphonia-core",
17081 "symphonia-metadata",
17082]
17083
17084[[package]]
17085name = "symphonia-metadata"
17086version = "0.5.5"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17089dependencies = [
17090 "encoding_rs",
17091 "lazy_static",
17092 "log",
17093 "symphonia-core",
17094]
17095
17096[[package]]
17097name = "symphonia-utils-xiph"
17098version = "0.5.5"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17101dependencies = [
17102 "symphonia-core",
17103 "symphonia-metadata",
17104]
17105
17106[[package]]
17107name = "syn"
17108version = "1.0.109"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17111dependencies = [
17112 "proc-macro2",
17113 "quote",
17114 "unicode-ident",
17115]
17116
17117[[package]]
17118name = "syn"
17119version = "2.0.117"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17122dependencies = [
17123 "proc-macro2",
17124 "quote",
17125 "unicode-ident",
17126]
17127
17128[[package]]
17129name = "sync_wrapper"
17130version = "0.1.2"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17133
17134[[package]]
17135name = "sync_wrapper"
17136version = "1.0.2"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17139dependencies = [
17140 "futures-core",
17141]
17142
17143[[package]]
17144name = "synchronoise"
17145version = "1.0.1"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17148dependencies = [
17149 "crossbeam-queue",
17150]
17151
17152[[package]]
17153name = "synstructure"
17154version = "0.13.2"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17157dependencies = [
17158 "proc-macro2",
17159 "quote",
17160 "syn 2.0.117",
17161]
17162
17163[[package]]
17164name = "syntax_theme"
17165version = "0.1.0"
17166dependencies = [
17167 "gpui",
17168 "serde",
17169 "serde_json",
17170]
17171
17172[[package]]
17173name = "sys-locale"
17174version = "0.3.2"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17177dependencies = [
17178 "libc",
17179]
17180
17181[[package]]
17182name = "sysctl"
17183version = "0.5.5"
17184source = "registry+https://github.com/rust-lang/crates.io-index"
17185checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17186dependencies = [
17187 "bitflags 2.10.0",
17188 "byteorder",
17189 "enum-as-inner",
17190 "libc",
17191 "thiserror 1.0.69",
17192 "walkdir",
17193]
17194
17195[[package]]
17196name = "sysctl"
17197version = "0.6.0"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17200dependencies = [
17201 "bitflags 2.10.0",
17202 "byteorder",
17203 "enum-as-inner",
17204 "libc",
17205 "thiserror 1.0.69",
17206 "walkdir",
17207]
17208
17209[[package]]
17210name = "sysinfo"
17211version = "0.31.4"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17214dependencies = [
17215 "core-foundation-sys",
17216 "libc",
17217 "memchr",
17218 "ntapi",
17219 "rayon",
17220 "windows 0.57.0",
17221]
17222
17223[[package]]
17224name = "sysinfo"
17225version = "0.37.2"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17228dependencies = [
17229 "libc",
17230 "memchr",
17231 "ntapi",
17232 "objc2-core-foundation",
17233 "objc2-io-kit",
17234 "windows 0.61.3",
17235]
17236
17237[[package]]
17238name = "system-configuration"
17239version = "0.5.1"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17242dependencies = [
17243 "bitflags 1.3.2",
17244 "core-foundation 0.9.4",
17245 "system-configuration-sys 0.5.0",
17246]
17247
17248[[package]]
17249name = "system-configuration"
17250version = "0.6.1"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17253dependencies = [
17254 "bitflags 2.10.0",
17255 "core-foundation 0.9.4",
17256 "system-configuration-sys 0.6.0",
17257]
17258
17259[[package]]
17260name = "system-configuration-sys"
17261version = "0.5.0"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17264dependencies = [
17265 "core-foundation-sys",
17266 "libc",
17267]
17268
17269[[package]]
17270name = "system-configuration-sys"
17271version = "0.6.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17274dependencies = [
17275 "core-foundation-sys",
17276 "libc",
17277]
17278
17279[[package]]
17280name = "system-deps"
17281version = "6.2.2"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17284dependencies = [
17285 "cfg-expr 0.15.8",
17286 "heck 0.5.0",
17287 "pkg-config",
17288 "toml 0.8.23",
17289 "version-compare",
17290]
17291
17292[[package]]
17293name = "system-deps"
17294version = "7.0.7"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17297dependencies = [
17298 "cfg-expr 0.20.6",
17299 "heck 0.5.0",
17300 "pkg-config",
17301 "toml 0.9.8",
17302 "version-compare",
17303]
17304
17305[[package]]
17306name = "system-interface"
17307version = "0.27.3"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17310dependencies = [
17311 "bitflags 2.10.0",
17312 "cap-fs-ext",
17313 "cap-std",
17314 "fd-lock",
17315 "io-lifetimes",
17316 "rustix 0.38.44",
17317 "windows-sys 0.59.0",
17318 "winx",
17319]
17320
17321[[package]]
17322name = "system_specs"
17323version = "0.1.0"
17324dependencies = [
17325 "anyhow",
17326 "client",
17327 "gpui",
17328 "human_bytes",
17329 "pciid-parser",
17330 "release_channel",
17331 "semver",
17332 "serde",
17333 "sysinfo 0.37.2",
17334]
17335
17336[[package]]
17337name = "tab_switcher"
17338version = "0.1.0"
17339dependencies = [
17340 "collections",
17341 "ctor",
17342 "editor",
17343 "fuzzy",
17344 "gpui",
17345 "menu",
17346 "picker",
17347 "project",
17348 "schemars",
17349 "serde",
17350 "serde_json",
17351 "settings",
17352 "smol",
17353 "theme",
17354 "theme_settings",
17355 "ui",
17356 "util",
17357 "workspace",
17358 "zlog",
17359]
17360
17361[[package]]
17362name = "taffy"
17363version = "0.9.0"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17366dependencies = [
17367 "arrayvec",
17368 "grid",
17369 "serde",
17370 "slotmap",
17371]
17372
17373[[package]]
17374name = "tagptr"
17375version = "0.2.0"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17378
17379[[package]]
17380name = "take-until"
17381version = "0.2.0"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17384
17385[[package]]
17386name = "tao-core-video-sys"
17387version = "0.2.0"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17390dependencies = [
17391 "cfg-if",
17392 "core-foundation-sys",
17393 "libc",
17394 "objc",
17395]
17396
17397[[package]]
17398name = "tap"
17399version = "1.0.1"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17402
17403[[package]]
17404name = "target-lexicon"
17405version = "0.12.16"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17408
17409[[package]]
17410name = "target-lexicon"
17411version = "0.13.3"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17414
17415[[package]]
17416name = "task"
17417version = "0.1.0"
17418dependencies = [
17419 "anyhow",
17420 "collections",
17421 "futures 0.3.32",
17422 "gpui",
17423 "hex",
17424 "log",
17425 "parking_lot",
17426 "pretty_assertions",
17427 "proto",
17428 "schemars",
17429 "serde",
17430 "serde_json",
17431 "serde_json_lenient",
17432 "sha2",
17433 "shellexpand",
17434 "util",
17435 "zed_actions",
17436]
17437
17438[[package]]
17439name = "tasks_ui"
17440version = "0.1.0"
17441dependencies = [
17442 "anyhow",
17443 "collections",
17444 "editor",
17445 "file_icons",
17446 "fuzzy",
17447 "gpui",
17448 "itertools 0.14.0",
17449 "language",
17450 "menu",
17451 "picker",
17452 "project",
17453 "serde",
17454 "serde_json",
17455 "task",
17456 "tree-sitter-rust",
17457 "tree-sitter-typescript",
17458 "ui",
17459 "util",
17460 "workspace",
17461 "zed_actions",
17462]
17463
17464[[package]]
17465name = "telemetry"
17466version = "0.1.0"
17467dependencies = [
17468 "futures 0.3.32",
17469 "serde",
17470 "serde_json",
17471 "telemetry_events",
17472]
17473
17474[[package]]
17475name = "telemetry_events"
17476version = "0.1.0"
17477dependencies = [
17478 "semver",
17479 "serde",
17480 "serde_json",
17481]
17482
17483[[package]]
17484name = "tempfile"
17485version = "3.23.0"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17488dependencies = [
17489 "fastrand 2.3.0",
17490 "getrandom 0.3.4",
17491 "once_cell",
17492 "rustix 1.1.2",
17493 "windows-sys 0.61.2",
17494]
17495
17496[[package]]
17497name = "tendril"
17498version = "0.4.3"
17499source = "registry+https://github.com/rust-lang/crates.io-index"
17500checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17501dependencies = [
17502 "futf",
17503 "mac",
17504 "utf-8",
17505]
17506
17507[[package]]
17508name = "termcolor"
17509version = "1.4.1"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17512dependencies = [
17513 "winapi-util",
17514]
17515
17516[[package]]
17517name = "terminal"
17518version = "0.1.0"
17519dependencies = [
17520 "alacritty_terminal",
17521 "anyhow",
17522 "collections",
17523 "futures 0.3.32",
17524 "gpui",
17525 "itertools 0.14.0",
17526 "libc",
17527 "log",
17528 "parking_lot",
17529 "rand 0.9.3",
17530 "regex",
17531 "release_channel",
17532 "schemars",
17533 "serde",
17534 "settings",
17535 "smol",
17536 "sysinfo 0.37.2",
17537 "task",
17538 "theme",
17539 "theme_settings",
17540 "thiserror 2.0.17",
17541 "url",
17542 "urlencoding",
17543 "util",
17544 "util_macros",
17545 "windows 0.61.3",
17546]
17547
17548[[package]]
17549name = "terminal_size"
17550version = "0.4.3"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17553dependencies = [
17554 "rustix 1.1.2",
17555 "windows-sys 0.60.2",
17556]
17557
17558[[package]]
17559name = "terminal_view"
17560version = "0.1.0"
17561dependencies = [
17562 "anyhow",
17563 "async-recursion",
17564 "breadcrumbs",
17565 "collections",
17566 "db",
17567 "dirs",
17568 "editor",
17569 "futures 0.3.32",
17570 "gpui",
17571 "itertools 0.14.0",
17572 "language",
17573 "log",
17574 "menu",
17575 "pretty_assertions",
17576 "project",
17577 "regex",
17578 "schemars",
17579 "serde",
17580 "serde_json",
17581 "settings",
17582 "shellexpand",
17583 "task",
17584 "terminal",
17585 "theme",
17586 "theme_settings",
17587 "ui",
17588 "util",
17589 "workspace",
17590 "zed_actions",
17591]
17592
17593[[package]]
17594name = "text"
17595version = "0.1.0"
17596dependencies = [
17597 "anyhow",
17598 "clock",
17599 "collections",
17600 "ctor",
17601 "gpui",
17602 "log",
17603 "parking_lot",
17604 "postage",
17605 "rand 0.9.3",
17606 "regex",
17607 "rope",
17608 "smallvec",
17609 "sum_tree",
17610 "util",
17611 "zlog",
17612]
17613
17614[[package]]
17615name = "theme"
17616version = "0.1.0"
17617dependencies = [
17618 "anyhow",
17619 "collections",
17620 "gpui",
17621 "palette",
17622 "parking_lot",
17623 "refineable",
17624 "schemars",
17625 "serde",
17626 "serde_json",
17627 "serde_json_lenient",
17628 "strum 0.27.2",
17629 "syntax_theme",
17630 "thiserror 2.0.17",
17631 "uuid",
17632]
17633
17634[[package]]
17635name = "theme_extension"
17636version = "0.1.0"
17637dependencies = [
17638 "anyhow",
17639 "extension",
17640 "fs",
17641 "gpui",
17642 "theme",
17643 "theme_settings",
17644]
17645
17646[[package]]
17647name = "theme_importer"
17648version = "0.1.0"
17649dependencies = [
17650 "anyhow",
17651 "clap",
17652 "collections",
17653 "gpui",
17654 "indexmap",
17655 "log",
17656 "palette",
17657 "serde",
17658 "serde_json",
17659 "serde_json_lenient",
17660 "simplelog",
17661 "strum 0.27.2",
17662 "theme",
17663 "theme_settings",
17664 "vscode_theme",
17665]
17666
17667[[package]]
17668name = "theme_selector"
17669version = "0.1.0"
17670dependencies = [
17671 "editor",
17672 "fs",
17673 "fuzzy",
17674 "gpui",
17675 "log",
17676 "picker",
17677 "project",
17678 "serde",
17679 "serde_json",
17680 "settings",
17681 "telemetry",
17682 "theme",
17683 "theme_settings",
17684 "ui",
17685 "util",
17686 "workspace",
17687 "zed_actions",
17688]
17689
17690[[package]]
17691name = "theme_settings"
17692version = "0.1.0"
17693dependencies = [
17694 "anyhow",
17695 "collections",
17696 "gpui",
17697 "gpui_util",
17698 "log",
17699 "palette",
17700 "refineable",
17701 "schemars",
17702 "serde",
17703 "serde_json",
17704 "serde_json_lenient",
17705 "settings",
17706 "theme",
17707 "uuid",
17708]
17709
17710[[package]]
17711name = "thiserror"
17712version = "1.0.69"
17713source = "registry+https://github.com/rust-lang/crates.io-index"
17714checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17715dependencies = [
17716 "thiserror-impl 1.0.69",
17717]
17718
17719[[package]]
17720name = "thiserror"
17721version = "2.0.17"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17724dependencies = [
17725 "thiserror-impl 2.0.17",
17726]
17727
17728[[package]]
17729name = "thiserror-impl"
17730version = "1.0.69"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17733dependencies = [
17734 "proc-macro2",
17735 "quote",
17736 "syn 2.0.117",
17737]
17738
17739[[package]]
17740name = "thiserror-impl"
17741version = "2.0.17"
17742source = "registry+https://github.com/rust-lang/crates.io-index"
17743checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17744dependencies = [
17745 "proc-macro2",
17746 "quote",
17747 "syn 2.0.117",
17748]
17749
17750[[package]]
17751name = "thread_local"
17752version = "1.1.9"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17755dependencies = [
17756 "cfg-if",
17757]
17758
17759[[package]]
17760name = "tiff"
17761version = "0.10.3"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17764dependencies = [
17765 "fax",
17766 "flate2",
17767 "half",
17768 "quick-error 2.0.1",
17769 "weezl",
17770 "zune-jpeg",
17771]
17772
17773[[package]]
17774name = "tiktoken-rs"
17775version = "0.9.1"
17776source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17777dependencies = [
17778 "anyhow",
17779 "base64 0.22.1",
17780 "bstr",
17781 "fancy-regex 0.16.2",
17782 "lazy_static",
17783 "regex",
17784 "rustc-hash 1.1.0",
17785]
17786
17787[[package]]
17788name = "time"
17789version = "0.3.47"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17792dependencies = [
17793 "deranged",
17794 "itoa",
17795 "libc",
17796 "num-conv",
17797 "num_threads",
17798 "powerfmt",
17799 "serde_core",
17800 "time-core",
17801 "time-macros",
17802]
17803
17804[[package]]
17805name = "time-core"
17806version = "0.1.8"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17809
17810[[package]]
17811name = "time-macros"
17812version = "0.2.27"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17815dependencies = [
17816 "num-conv",
17817 "time-core",
17818]
17819
17820[[package]]
17821name = "time_format"
17822version = "0.1.0"
17823dependencies = [
17824 "core-foundation 0.10.0",
17825 "core-foundation-sys",
17826 "sys-locale",
17827 "time",
17828 "windows 0.61.3",
17829]
17830
17831[[package]]
17832name = "tiny-keccak"
17833version = "2.0.2"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17836dependencies = [
17837 "crunchy",
17838]
17839
17840[[package]]
17841name = "tiny-skia"
17842version = "0.11.4"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17845dependencies = [
17846 "arrayref",
17847 "arrayvec",
17848 "bytemuck",
17849 "cfg-if",
17850 "log",
17851 "png 0.17.16",
17852 "tiny-skia-path",
17853]
17854
17855[[package]]
17856name = "tiny-skia-path"
17857version = "0.11.4"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17860dependencies = [
17861 "arrayref",
17862 "bytemuck",
17863 "strict-num",
17864]
17865
17866[[package]]
17867name = "tiny_http"
17868version = "0.12.0"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17871dependencies = [
17872 "ascii",
17873 "chunked_transfer",
17874 "httpdate",
17875 "log",
17876]
17877
17878[[package]]
17879name = "tinystr"
17880version = "0.8.1"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17883dependencies = [
17884 "displaydoc",
17885 "zerovec",
17886]
17887
17888[[package]]
17889name = "tinytemplate"
17890version = "1.2.1"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17893dependencies = [
17894 "serde",
17895 "serde_json",
17896]
17897
17898[[package]]
17899name = "tinyvec"
17900version = "1.10.0"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17903dependencies = [
17904 "tinyvec_macros",
17905]
17906
17907[[package]]
17908name = "tinyvec_macros"
17909version = "0.1.1"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17912
17913[[package]]
17914name = "title_bar"
17915version = "0.1.0"
17916dependencies = [
17917 "anyhow",
17918 "auto_update",
17919 "call",
17920 "channel",
17921 "chrono",
17922 "client",
17923 "cloud_api_types",
17924 "db",
17925 "git_ui",
17926 "gpui",
17927 "icons",
17928 "livekit_client",
17929 "notifications",
17930 "platform_title_bar",
17931 "project",
17932 "recent_projects",
17933 "release_channel",
17934 "remote",
17935 "remote_connection",
17936 "rpc",
17937 "schemars",
17938 "semver",
17939 "serde",
17940 "settings",
17941 "smallvec",
17942 "telemetry",
17943 "theme",
17944 "ui",
17945 "util",
17946 "windows 0.61.3",
17947 "workspace",
17948 "zed_actions",
17949]
17950
17951[[package]]
17952name = "tokio"
17953version = "1.48.0"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17956dependencies = [
17957 "bytes 1.11.1",
17958 "libc",
17959 "mio 1.1.0",
17960 "parking_lot",
17961 "pin-project-lite",
17962 "signal-hook-registry",
17963 "socket2 0.6.1",
17964 "tokio-macros",
17965 "windows-sys 0.61.2",
17966]
17967
17968[[package]]
17969name = "tokio-io"
17970version = "0.1.13"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17973dependencies = [
17974 "bytes 0.4.12",
17975 "futures 0.1.31",
17976 "log",
17977]
17978
17979[[package]]
17980name = "tokio-macros"
17981version = "2.6.0"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17984dependencies = [
17985 "proc-macro2",
17986 "quote",
17987 "syn 2.0.117",
17988]
17989
17990[[package]]
17991name = "tokio-native-tls"
17992version = "0.3.1"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17995dependencies = [
17996 "native-tls",
17997 "tokio",
17998]
17999
18000[[package]]
18001name = "tokio-rustls"
18002version = "0.24.1"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18005dependencies = [
18006 "rustls 0.21.12",
18007 "tokio",
18008]
18009
18010[[package]]
18011name = "tokio-rustls"
18012version = "0.26.2"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18015dependencies = [
18016 "rustls 0.23.33",
18017 "tokio",
18018]
18019
18020[[package]]
18021name = "tokio-socks"
18022version = "0.5.2"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18025dependencies = [
18026 "either",
18027 "futures-io",
18028 "futures-util",
18029 "thiserror 1.0.69",
18030 "tokio",
18031]
18032
18033[[package]]
18034name = "tokio-stream"
18035version = "0.1.17"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18038dependencies = [
18039 "futures-core",
18040 "pin-project-lite",
18041 "tokio",
18042]
18043
18044[[package]]
18045name = "tokio-tungstenite"
18046version = "0.20.1"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18049dependencies = [
18050 "futures-util",
18051 "log",
18052 "tokio",
18053 "tungstenite 0.20.1",
18054]
18055
18056[[package]]
18057name = "tokio-tungstenite"
18058version = "0.21.0"
18059source = "registry+https://github.com/rust-lang/crates.io-index"
18060checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18061dependencies = [
18062 "futures-util",
18063 "log",
18064 "tokio",
18065 "tungstenite 0.21.0",
18066]
18067
18068[[package]]
18069name = "tokio-tungstenite"
18070version = "0.28.0"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18073dependencies = [
18074 "futures-util",
18075 "log",
18076 "rustls 0.23.33",
18077 "rustls-native-certs 0.8.2",
18078 "rustls-pki-types",
18079 "tokio",
18080 "tokio-rustls 0.26.2",
18081 "tungstenite 0.28.0",
18082]
18083
18084[[package]]
18085name = "tokio-util"
18086version = "0.7.16"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18089dependencies = [
18090 "bytes 1.11.1",
18091 "futures-core",
18092 "futures-io",
18093 "futures-sink",
18094 "pin-project-lite",
18095 "tokio",
18096]
18097
18098[[package]]
18099name = "toml"
18100version = "0.5.11"
18101source = "registry+https://github.com/rust-lang/crates.io-index"
18102checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18103dependencies = [
18104 "serde",
18105]
18106
18107[[package]]
18108name = "toml"
18109version = "0.8.23"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18112dependencies = [
18113 "serde",
18114 "serde_spanned 0.6.9",
18115 "toml_datetime 0.6.11",
18116 "toml_edit 0.22.27",
18117]
18118
18119[[package]]
18120name = "toml"
18121version = "0.9.8"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18124dependencies = [
18125 "indexmap",
18126 "serde_core",
18127 "serde_spanned 1.0.3",
18128 "toml_datetime 0.7.3",
18129 "toml_parser",
18130 "toml_writer",
18131 "winnow",
18132]
18133
18134[[package]]
18135name = "toml_datetime"
18136version = "0.6.11"
18137source = "registry+https://github.com/rust-lang/crates.io-index"
18138checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18139dependencies = [
18140 "serde",
18141]
18142
18143[[package]]
18144name = "toml_datetime"
18145version = "0.7.3"
18146source = "registry+https://github.com/rust-lang/crates.io-index"
18147checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18148dependencies = [
18149 "serde_core",
18150]
18151
18152[[package]]
18153name = "toml_edit"
18154version = "0.22.27"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18157dependencies = [
18158 "indexmap",
18159 "serde",
18160 "serde_spanned 0.6.9",
18161 "toml_datetime 0.6.11",
18162 "toml_write",
18163 "winnow",
18164]
18165
18166[[package]]
18167name = "toml_edit"
18168version = "0.23.7"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18171dependencies = [
18172 "indexmap",
18173 "toml_datetime 0.7.3",
18174 "toml_parser",
18175 "winnow",
18176]
18177
18178[[package]]
18179name = "toml_parser"
18180version = "1.0.4"
18181source = "registry+https://github.com/rust-lang/crates.io-index"
18182checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18183dependencies = [
18184 "winnow",
18185]
18186
18187[[package]]
18188name = "toml_write"
18189version = "0.1.2"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18192
18193[[package]]
18194name = "toml_writer"
18195version = "1.0.4"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18198
18199[[package]]
18200name = "toolchain_selector"
18201version = "0.1.0"
18202dependencies = [
18203 "anyhow",
18204 "convert_case 0.8.0",
18205 "editor",
18206 "futures 0.3.32",
18207 "fuzzy",
18208 "gpui",
18209 "language",
18210 "menu",
18211 "open_path_prompt",
18212 "picker",
18213 "project",
18214 "ui",
18215 "util",
18216 "workspace",
18217]
18218
18219[[package]]
18220name = "topological-sort"
18221version = "0.2.2"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18224
18225[[package]]
18226name = "tower"
18227version = "0.4.13"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18230dependencies = [
18231 "futures-core",
18232 "futures-util",
18233 "pin-project",
18234 "pin-project-lite",
18235 "tokio",
18236 "tower-layer",
18237 "tower-service",
18238 "tracing",
18239]
18240
18241[[package]]
18242name = "tower"
18243version = "0.5.2"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18246dependencies = [
18247 "futures-core",
18248 "futures-util",
18249 "pin-project-lite",
18250 "sync_wrapper 1.0.2",
18251 "tokio",
18252 "tokio-util",
18253 "tower-layer",
18254 "tower-service",
18255 "tracing",
18256]
18257
18258[[package]]
18259name = "tower-http"
18260version = "0.4.4"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18263dependencies = [
18264 "bitflags 2.10.0",
18265 "bytes 1.11.1",
18266 "futures-core",
18267 "futures-util",
18268 "http 0.2.12",
18269 "http-body 0.4.6",
18270 "http-range-header",
18271 "pin-project-lite",
18272 "tower-layer",
18273 "tower-service",
18274 "tracing",
18275]
18276
18277[[package]]
18278name = "tower-http"
18279version = "0.6.6"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18282dependencies = [
18283 "bitflags 2.10.0",
18284 "bytes 1.11.1",
18285 "futures-util",
18286 "http 1.3.1",
18287 "http-body 1.0.1",
18288 "iri-string",
18289 "pin-project-lite",
18290 "tower 0.5.2",
18291 "tower-layer",
18292 "tower-service",
18293 "tracing",
18294]
18295
18296[[package]]
18297name = "tower-layer"
18298version = "0.3.3"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18301
18302[[package]]
18303name = "tower-service"
18304version = "0.3.3"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18307
18308[[package]]
18309name = "tracing"
18310version = "0.1.43"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18313dependencies = [
18314 "log",
18315 "pin-project-lite",
18316 "tracing-attributes",
18317 "tracing-core",
18318]
18319
18320[[package]]
18321name = "tracing-attributes"
18322version = "0.1.31"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18325dependencies = [
18326 "proc-macro2",
18327 "quote",
18328 "syn 2.0.117",
18329]
18330
18331[[package]]
18332name = "tracing-core"
18333version = "0.1.35"
18334source = "registry+https://github.com/rust-lang/crates.io-index"
18335checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18336dependencies = [
18337 "once_cell",
18338 "valuable",
18339]
18340
18341[[package]]
18342name = "tracing-log"
18343version = "0.2.0"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18346dependencies = [
18347 "log",
18348 "once_cell",
18349 "tracing-core",
18350]
18351
18352[[package]]
18353name = "tracing-serde"
18354version = "0.2.0"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18357dependencies = [
18358 "serde",
18359 "tracing-core",
18360]
18361
18362[[package]]
18363name = "tracing-subscriber"
18364version = "0.3.22"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18367dependencies = [
18368 "matchers",
18369 "nu-ansi-term",
18370 "once_cell",
18371 "regex-automata",
18372 "serde",
18373 "serde_json",
18374 "sharded-slab",
18375 "smallvec",
18376 "thread_local",
18377 "tracing",
18378 "tracing-core",
18379 "tracing-log",
18380 "tracing-serde",
18381]
18382
18383[[package]]
18384name = "tracing-tracy"
18385version = "0.11.4"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18388dependencies = [
18389 "tracing-core",
18390 "tracing-subscriber",
18391 "tracy-client",
18392]
18393
18394[[package]]
18395name = "tracy-client"
18396version = "0.18.3"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18399dependencies = [
18400 "loom",
18401 "once_cell",
18402 "tracy-client-sys",
18403]
18404
18405[[package]]
18406name = "tracy-client-sys"
18407version = "0.27.0"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18410dependencies = [
18411 "cc",
18412 "windows-targets 0.52.6",
18413]
18414
18415[[package]]
18416name = "transpose"
18417version = "0.2.3"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18420dependencies = [
18421 "num-integer",
18422 "strength_reduce",
18423]
18424
18425[[package]]
18426name = "trash"
18427version = "5.2.5"
18428source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18429dependencies = [
18430 "chrono",
18431 "libc",
18432 "log",
18433 "objc2",
18434 "objc2-foundation",
18435 "once_cell",
18436 "percent-encoding",
18437 "scopeguard",
18438 "urlencoding",
18439 "windows 0.56.0",
18440 "windows-core 0.56.0",
18441]
18442
18443[[package]]
18444name = "tree-sitter"
18445version = "0.26.8"
18446source = "registry+https://github.com/rust-lang/crates.io-index"
18447checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18448dependencies = [
18449 "cc",
18450 "regex",
18451 "regex-syntax",
18452 "serde_json",
18453 "streaming-iterator",
18454 "tree-sitter-language",
18455 "wasmtime-c-api-impl",
18456]
18457
18458[[package]]
18459name = "tree-sitter-bash"
18460version = "0.25.1"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18463dependencies = [
18464 "cc",
18465 "tree-sitter-language",
18466]
18467
18468[[package]]
18469name = "tree-sitter-c"
18470version = "0.24.1"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18473dependencies = [
18474 "cc",
18475 "tree-sitter-language",
18476]
18477
18478[[package]]
18479name = "tree-sitter-cpp"
18480version = "0.23.4"
18481source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "tree-sitter-css"
18489version = "0.23.2"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18492dependencies = [
18493 "cc",
18494 "tree-sitter-language",
18495]
18496
18497[[package]]
18498name = "tree-sitter-diff"
18499version = "0.1.0"
18500source = "registry+https://github.com/rust-lang/crates.io-index"
18501checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18502dependencies = [
18503 "cc",
18504 "tree-sitter-language",
18505]
18506
18507[[package]]
18508name = "tree-sitter-elixir"
18509version = "0.3.4"
18510source = "registry+https://github.com/rust-lang/crates.io-index"
18511checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18512dependencies = [
18513 "cc",
18514 "tree-sitter-language",
18515]
18516
18517[[package]]
18518name = "tree-sitter-embedded-template"
18519version = "0.23.2"
18520source = "registry+https://github.com/rust-lang/crates.io-index"
18521checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18522dependencies = [
18523 "cc",
18524 "tree-sitter-language",
18525]
18526
18527[[package]]
18528name = "tree-sitter-gitcommit"
18529version = "0.0.1"
18530source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18531dependencies = [
18532 "cc",
18533 "tree-sitter-language",
18534]
18535
18536[[package]]
18537name = "tree-sitter-go"
18538version = "0.25.0"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18541dependencies = [
18542 "cc",
18543 "tree-sitter-language",
18544]
18545
18546[[package]]
18547name = "tree-sitter-gomod"
18548version = "1.1.1"
18549source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18550dependencies = [
18551 "cc",
18552 "tree-sitter-language",
18553]
18554
18555[[package]]
18556name = "tree-sitter-gowork"
18557version = "0.0.1"
18558source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18559dependencies = [
18560 "cc",
18561 "tree-sitter-language",
18562]
18563
18564[[package]]
18565name = "tree-sitter-heex"
18566version = "0.0.1"
18567source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18568dependencies = [
18569 "cc",
18570 "tree-sitter-language",
18571]
18572
18573[[package]]
18574name = "tree-sitter-html"
18575version = "0.23.2"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18578dependencies = [
18579 "cc",
18580 "tree-sitter-language",
18581]
18582
18583[[package]]
18584name = "tree-sitter-jsdoc"
18585version = "0.23.2"
18586source = "registry+https://github.com/rust-lang/crates.io-index"
18587checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18588dependencies = [
18589 "cc",
18590 "tree-sitter-language",
18591]
18592
18593[[package]]
18594name = "tree-sitter-json"
18595version = "0.24.8"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18598dependencies = [
18599 "cc",
18600 "tree-sitter-language",
18601]
18602
18603[[package]]
18604name = "tree-sitter-language"
18605version = "0.1.5"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18608
18609[[package]]
18610name = "tree-sitter-md"
18611version = "0.3.2"
18612source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18613dependencies = [
18614 "cc",
18615 "tree-sitter-language",
18616]
18617
18618[[package]]
18619name = "tree-sitter-python"
18620version = "0.25.0"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18623dependencies = [
18624 "cc",
18625 "tree-sitter-language",
18626]
18627
18628[[package]]
18629name = "tree-sitter-regex"
18630version = "0.24.3"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18633dependencies = [
18634 "cc",
18635 "tree-sitter-language",
18636]
18637
18638[[package]]
18639name = "tree-sitter-ruby"
18640version = "0.23.1"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18643dependencies = [
18644 "cc",
18645 "tree-sitter-language",
18646]
18647
18648[[package]]
18649name = "tree-sitter-rust"
18650version = "0.24.2"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18653dependencies = [
18654 "cc",
18655 "tree-sitter-language",
18656]
18657
18658[[package]]
18659name = "tree-sitter-typescript"
18660version = "0.23.2"
18661source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18662dependencies = [
18663 "cc",
18664 "tree-sitter-language",
18665]
18666
18667[[package]]
18668name = "tree-sitter-yaml"
18669version = "0.6.1"
18670source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18671dependencies = [
18672 "cc",
18673 "tree-sitter-language",
18674]
18675
18676[[package]]
18677name = "triomphe"
18678version = "0.1.15"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18681dependencies = [
18682 "serde",
18683 "stable_deref_trait",
18684]
18685
18686[[package]]
18687name = "try-lock"
18688version = "0.2.5"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18691
18692[[package]]
18693name = "ttf-parser"
18694version = "0.20.0"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18697
18698[[package]]
18699name = "ttf-parser"
18700version = "0.25.1"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18703dependencies = [
18704 "core_maths",
18705]
18706
18707[[package]]
18708name = "tungstenite"
18709version = "0.20.1"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18712dependencies = [
18713 "byteorder",
18714 "bytes 1.11.1",
18715 "data-encoding",
18716 "http 0.2.12",
18717 "httparse",
18718 "log",
18719 "rand 0.8.5",
18720 "sha1",
18721 "thiserror 1.0.69",
18722 "url",
18723 "utf-8",
18724]
18725
18726[[package]]
18727name = "tungstenite"
18728version = "0.21.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18731dependencies = [
18732 "byteorder",
18733 "bytes 1.11.1",
18734 "data-encoding",
18735 "http 1.3.1",
18736 "httparse",
18737 "log",
18738 "rand 0.8.5",
18739 "sha1",
18740 "thiserror 1.0.69",
18741 "url",
18742 "utf-8",
18743]
18744
18745[[package]]
18746name = "tungstenite"
18747version = "0.27.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18750dependencies = [
18751 "bytes 1.11.1",
18752 "data-encoding",
18753 "http 1.3.1",
18754 "httparse",
18755 "log",
18756 "rand 0.9.3",
18757 "rustls 0.23.33",
18758 "rustls-pki-types",
18759 "sha1",
18760 "thiserror 2.0.17",
18761 "utf-8",
18762]
18763
18764[[package]]
18765name = "tungstenite"
18766version = "0.28.0"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18769dependencies = [
18770 "bytes 1.11.1",
18771 "data-encoding",
18772 "http 1.3.1",
18773 "httparse",
18774 "log",
18775 "rand 0.9.3",
18776 "rustls 0.23.33",
18777 "rustls-pki-types",
18778 "sha1",
18779 "thiserror 2.0.17",
18780 "utf-8",
18781]
18782
18783[[package]]
18784name = "typeid"
18785version = "1.0.3"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18788
18789[[package]]
18790name = "typenum"
18791version = "1.19.0"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18794
18795[[package]]
18796name = "ucd-trie"
18797version = "0.1.7"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18800
18801[[package]]
18802name = "uds"
18803version = "0.4.2"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18806dependencies = [
18807 "libc",
18808]
18809
18810[[package]]
18811name = "uds_windows"
18812version = "1.1.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18815dependencies = [
18816 "memoffset",
18817 "tempfile",
18818 "winapi",
18819]
18820
18821[[package]]
18822name = "ug"
18823version = "0.4.0"
18824source = "registry+https://github.com/rust-lang/crates.io-index"
18825checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18826dependencies = [
18827 "gemm 0.18.2",
18828 "half",
18829 "libloading",
18830 "memmap2",
18831 "num",
18832 "num-traits",
18833 "num_cpus",
18834 "rayon",
18835 "safetensors",
18836 "serde",
18837 "thiserror 1.0.69",
18838 "tracing",
18839 "yoke 0.7.5",
18840]
18841
18842[[package]]
18843name = "ui"
18844version = "0.1.0"
18845dependencies = [
18846 "chrono",
18847 "component",
18848 "documented",
18849 "gpui",
18850 "gpui_macros",
18851 "gpui_util",
18852 "icons",
18853 "itertools 0.14.0",
18854 "menu",
18855 "schemars",
18856 "serde",
18857 "smallvec",
18858 "strum 0.27.2",
18859 "theme",
18860 "ui_macros",
18861 "windows 0.61.3",
18862]
18863
18864[[package]]
18865name = "ui_input"
18866version = "0.1.0"
18867dependencies = [
18868 "component",
18869 "gpui",
18870 "ui",
18871]
18872
18873[[package]]
18874name = "ui_macros"
18875version = "0.1.0"
18876dependencies = [
18877 "component",
18878 "quote",
18879 "syn 2.0.117",
18880 "ui",
18881]
18882
18883[[package]]
18884name = "ui_prompt"
18885version = "0.1.0"
18886dependencies = [
18887 "gpui",
18888 "markdown",
18889 "menu",
18890 "settings",
18891 "theme_settings",
18892 "ui",
18893 "workspace",
18894]
18895
18896[[package]]
18897name = "unarray"
18898version = "0.1.4"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18901
18902[[package]]
18903name = "unicase"
18904version = "2.8.1"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18907
18908[[package]]
18909name = "unicode-bidi"
18910version = "0.3.18"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18913
18914[[package]]
18915name = "unicode-bidi-mirroring"
18916version = "0.4.0"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18919
18920[[package]]
18921name = "unicode-ccc"
18922version = "0.4.0"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18925
18926[[package]]
18927name = "unicode-general-category"
18928version = "1.1.0"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18931
18932[[package]]
18933name = "unicode-ident"
18934version = "1.0.19"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18937
18938[[package]]
18939name = "unicode-linebreak"
18940version = "0.1.5"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18943
18944[[package]]
18945name = "unicode-normalization"
18946version = "0.1.24"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18949dependencies = [
18950 "tinyvec",
18951]
18952
18953[[package]]
18954name = "unicode-properties"
18955version = "0.1.3"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18958
18959[[package]]
18960name = "unicode-script"
18961version = "0.5.8"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18964
18965[[package]]
18966name = "unicode-segmentation"
18967version = "1.12.0"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18970
18971[[package]]
18972name = "unicode-vo"
18973version = "0.1.0"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18976
18977[[package]]
18978name = "unicode-width"
18979version = "0.2.2"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18982
18983[[package]]
18984name = "unicode-xid"
18985version = "0.2.6"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18988
18989[[package]]
18990name = "unicode_categories"
18991version = "0.1.1"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18994
18995[[package]]
18996name = "unindent"
18997version = "0.2.4"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19000
19001[[package]]
19002name = "unsafe-libyaml"
19003version = "0.2.11"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19006
19007[[package]]
19008name = "untrusted"
19009version = "0.7.1"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19012
19013[[package]]
19014name = "untrusted"
19015version = "0.9.0"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19018
19019[[package]]
19020name = "url"
19021version = "2.5.7"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19024dependencies = [
19025 "form_urlencoded",
19026 "idna",
19027 "percent-encoding",
19028 "serde",
19029]
19030
19031[[package]]
19032name = "urlencoding"
19033version = "2.1.3"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19036
19037[[package]]
19038name = "usvg"
19039version = "0.45.1"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19042dependencies = [
19043 "base64 0.22.1",
19044 "data-url",
19045 "flate2",
19046 "fontdb 0.23.0",
19047 "imagesize",
19048 "kurbo",
19049 "log",
19050 "pico-args",
19051 "roxmltree",
19052 "rustybuzz",
19053 "simplecss",
19054 "siphasher 1.0.1",
19055 "strict-num",
19056 "svgtypes",
19057 "tiny-skia-path",
19058 "unicode-bidi",
19059 "unicode-script",
19060 "unicode-vo",
19061 "xmlwriter",
19062]
19063
19064[[package]]
19065name = "utf-8"
19066version = "0.7.6"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19069
19070[[package]]
19071name = "utf8-chars"
19072version = "3.0.6"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19075dependencies = [
19076 "arrayvec",
19077]
19078
19079[[package]]
19080name = "utf8_iter"
19081version = "1.0.4"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19084
19085[[package]]
19086name = "utf8parse"
19087version = "0.2.2"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19090
19091[[package]]
19092name = "util"
19093version = "0.1.0"
19094dependencies = [
19095 "anyhow",
19096 "async-fs",
19097 "async_zip",
19098 "collections",
19099 "command-fds",
19100 "dirs",
19101 "dunce",
19102 "futures 0.3.32",
19103 "futures-lite 1.13.0",
19104 "git2",
19105 "globset",
19106 "gpui_util",
19107 "itertools 0.14.0",
19108 "libc",
19109 "log",
19110 "mach2 0.5.0",
19111 "nix 0.29.0",
19112 "percent-encoding",
19113 "pretty_assertions",
19114 "rand 0.9.3",
19115 "regex",
19116 "rust-embed",
19117 "schemars",
19118 "serde",
19119 "serde_json",
19120 "serde_json_lenient",
19121 "shlex",
19122 "smol",
19123 "take-until",
19124 "tempfile",
19125 "tendril",
19126 "unicase",
19127 "url",
19128 "util_macros",
19129 "walkdir",
19130 "which 6.0.3",
19131]
19132
19133[[package]]
19134name = "util_macros"
19135version = "0.1.0"
19136dependencies = [
19137 "perf",
19138 "quote",
19139 "syn 2.0.117",
19140]
19141
19142[[package]]
19143name = "uuid"
19144version = "1.18.1"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19147dependencies = [
19148 "getrandom 0.3.4",
19149 "js-sys",
19150 "serde",
19151 "sha1_smol",
19152 "wasm-bindgen",
19153]
19154
19155[[package]]
19156name = "uuid-simd"
19157version = "0.8.0"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19160dependencies = [
19161 "outref",
19162 "vsimd",
19163]
19164
19165[[package]]
19166name = "v_frame"
19167version = "0.3.9"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19170dependencies = [
19171 "aligned-vec",
19172 "num-traits",
19173 "wasm-bindgen",
19174]
19175
19176[[package]]
19177name = "valuable"
19178version = "0.1.1"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19181
19182[[package]]
19183name = "value-bag"
19184version = "1.12.0"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19187dependencies = [
19188 "value-bag-serde1",
19189 "value-bag-sval2",
19190]
19191
19192[[package]]
19193name = "value-bag-serde1"
19194version = "1.12.0"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19197dependencies = [
19198 "erased-serde",
19199 "serde_core",
19200 "serde_fmt",
19201]
19202
19203[[package]]
19204name = "value-bag-sval2"
19205version = "1.12.0"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19208dependencies = [
19209 "sval",
19210 "sval_buffer",
19211 "sval_dynamic",
19212 "sval_fmt",
19213 "sval_json",
19214 "sval_ref",
19215 "sval_serde",
19216]
19217
19218[[package]]
19219name = "vcpkg"
19220version = "0.2.15"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19223
19224[[package]]
19225name = "vercel"
19226version = "0.1.0"
19227dependencies = [
19228 "anyhow",
19229 "schemars",
19230 "serde",
19231 "strum 0.27.2",
19232]
19233
19234[[package]]
19235name = "version-compare"
19236version = "0.2.0"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19239
19240[[package]]
19241name = "version_check"
19242version = "0.9.5"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19245
19246[[package]]
19247name = "vim"
19248version = "0.1.0"
19249dependencies = [
19250 "anyhow",
19251 "async-compat",
19252 "async-trait",
19253 "collections",
19254 "command_palette",
19255 "command_palette_hooks",
19256 "db",
19257 "editor",
19258 "env_logger 0.11.8",
19259 "futures 0.3.32",
19260 "fuzzy",
19261 "git_ui",
19262 "gpui",
19263 "indoc",
19264 "itertools 0.14.0",
19265 "language",
19266 "log",
19267 "lsp",
19268 "markdown_preview",
19269 "menu",
19270 "multi_buffer",
19271 "nvim-rs",
19272 "outline_panel",
19273 "parking_lot",
19274 "perf",
19275 "picker",
19276 "project",
19277 "project_panel",
19278 "regex",
19279 "release_channel",
19280 "schemars",
19281 "search",
19282 "semver",
19283 "serde",
19284 "serde_json",
19285 "settings",
19286 "settings_ui",
19287 "task",
19288 "text",
19289 "theme",
19290 "theme_settings",
19291 "tokio",
19292 "ui",
19293 "util",
19294 "util_macros",
19295 "vim_mode_setting",
19296 "workspace",
19297 "zed_actions",
19298]
19299
19300[[package]]
19301name = "vim_mode_setting"
19302version = "0.1.0"
19303dependencies = [
19304 "gpui",
19305 "settings",
19306]
19307
19308[[package]]
19309name = "vscode_theme"
19310version = "0.2.0"
19311source = "registry+https://github.com/rust-lang/crates.io-index"
19312checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19313dependencies = [
19314 "serde",
19315]
19316
19317[[package]]
19318name = "vsimd"
19319version = "0.8.0"
19320source = "registry+https://github.com/rust-lang/crates.io-index"
19321checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19322
19323[[package]]
19324name = "vswhom"
19325version = "0.1.0"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19328dependencies = [
19329 "libc",
19330 "vswhom-sys",
19331]
19332
19333[[package]]
19334name = "vswhom-sys"
19335version = "0.1.3"
19336source = "registry+https://github.com/rust-lang/crates.io-index"
19337checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19338dependencies = [
19339 "cc",
19340 "libc",
19341]
19342
19343[[package]]
19344name = "vte"
19345version = "0.15.0"
19346source = "registry+https://github.com/rust-lang/crates.io-index"
19347checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19348dependencies = [
19349 "arrayvec",
19350 "bitflags 2.10.0",
19351 "cursor-icon",
19352 "log",
19353 "memchr",
19354 "serde",
19355]
19356
19357[[package]]
19358name = "wait-timeout"
19359version = "0.2.1"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19362dependencies = [
19363 "libc",
19364]
19365
19366[[package]]
19367name = "waker-fn"
19368version = "1.2.0"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19371
19372[[package]]
19373name = "walkdir"
19374version = "2.5.0"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19377dependencies = [
19378 "same-file",
19379 "winapi-util",
19380]
19381
19382[[package]]
19383name = "want"
19384version = "0.3.1"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19387dependencies = [
19388 "try-lock",
19389]
19390
19391[[package]]
19392name = "warp"
19393version = "0.3.7"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19396dependencies = [
19397 "bytes 1.11.1",
19398 "futures-channel",
19399 "futures-util",
19400 "headers",
19401 "http 0.2.12",
19402 "hyper 0.14.32",
19403 "log",
19404 "mime",
19405 "mime_guess",
19406 "percent-encoding",
19407 "pin-project",
19408 "scoped-tls",
19409 "serde",
19410 "serde_json",
19411 "serde_urlencoded",
19412 "tokio",
19413 "tokio-tungstenite 0.21.0",
19414 "tokio-util",
19415 "tower-service",
19416 "tracing",
19417]
19418
19419[[package]]
19420name = "wasi"
19421version = "0.11.1+wasi-snapshot-preview1"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19424
19425[[package]]
19426name = "wasip2"
19427version = "1.0.1+wasi-0.2.4"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19430dependencies = [
19431 "wit-bindgen 0.46.0",
19432]
19433
19434[[package]]
19435name = "wasip3"
19436version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19439dependencies = [
19440 "wit-bindgen 0.51.0",
19441]
19442
19443[[package]]
19444name = "wasite"
19445version = "0.1.0"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19448
19449[[package]]
19450name = "wasm-bindgen"
19451version = "0.2.113"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19454dependencies = [
19455 "cfg-if",
19456 "once_cell",
19457 "rustversion",
19458 "wasm-bindgen-macro",
19459 "wasm-bindgen-shared",
19460]
19461
19462[[package]]
19463name = "wasm-bindgen-futures"
19464version = "0.4.63"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19467dependencies = [
19468 "cfg-if",
19469 "futures-util",
19470 "js-sys",
19471 "once_cell",
19472 "wasm-bindgen",
19473 "web-sys",
19474]
19475
19476[[package]]
19477name = "wasm-bindgen-macro"
19478version = "0.2.113"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19481dependencies = [
19482 "quote",
19483 "wasm-bindgen-macro-support",
19484]
19485
19486[[package]]
19487name = "wasm-bindgen-macro-support"
19488version = "0.2.113"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19491dependencies = [
19492 "bumpalo",
19493 "proc-macro2",
19494 "quote",
19495 "syn 2.0.117",
19496 "wasm-bindgen-shared",
19497]
19498
19499[[package]]
19500name = "wasm-bindgen-shared"
19501version = "0.2.113"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19504dependencies = [
19505 "unicode-ident",
19506]
19507
19508[[package]]
19509name = "wasm-encoder"
19510version = "0.201.0"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19513dependencies = [
19514 "leb128",
19515]
19516
19517[[package]]
19518name = "wasm-encoder"
19519version = "0.221.3"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19522dependencies = [
19523 "leb128",
19524 "wasmparser 0.221.3",
19525]
19526
19527[[package]]
19528name = "wasm-encoder"
19529version = "0.227.1"
19530source = "registry+https://github.com/rust-lang/crates.io-index"
19531checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19532dependencies = [
19533 "leb128fmt",
19534 "wasmparser 0.227.1",
19535]
19536
19537[[package]]
19538name = "wasm-encoder"
19539version = "0.236.1"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19542dependencies = [
19543 "leb128fmt",
19544 "wasmparser 0.236.1",
19545]
19546
19547[[package]]
19548name = "wasm-encoder"
19549version = "0.244.0"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19552dependencies = [
19553 "leb128fmt",
19554 "wasmparser 0.244.0",
19555]
19556
19557[[package]]
19558name = "wasm-metadata"
19559version = "0.201.0"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19562dependencies = [
19563 "anyhow",
19564 "indexmap",
19565 "serde",
19566 "serde_derive",
19567 "serde_json",
19568 "spdx",
19569 "wasm-encoder 0.201.0",
19570 "wasmparser 0.201.0",
19571]
19572
19573[[package]]
19574name = "wasm-metadata"
19575version = "0.227.1"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19578dependencies = [
19579 "anyhow",
19580 "auditable-serde",
19581 "flate2",
19582 "indexmap",
19583 "serde",
19584 "serde_derive",
19585 "serde_json",
19586 "spdx",
19587 "url",
19588 "wasm-encoder 0.227.1",
19589 "wasmparser 0.227.1",
19590]
19591
19592[[package]]
19593name = "wasm-metadata"
19594version = "0.244.0"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19597dependencies = [
19598 "anyhow",
19599 "indexmap",
19600 "wasm-encoder 0.244.0",
19601 "wasmparser 0.244.0",
19602]
19603
19604[[package]]
19605name = "wasm-streams"
19606version = "0.4.2"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19609dependencies = [
19610 "futures-util",
19611 "js-sys",
19612 "wasm-bindgen",
19613 "wasm-bindgen-futures",
19614 "web-sys",
19615]
19616
19617[[package]]
19618name = "wasm_thread"
19619version = "0.3.3"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19622dependencies = [
19623 "futures 0.3.32",
19624 "js-sys",
19625 "wasm-bindgen",
19626 "web-sys",
19627]
19628
19629[[package]]
19630name = "wasmparser"
19631version = "0.201.0"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19634dependencies = [
19635 "bitflags 2.10.0",
19636 "indexmap",
19637 "semver",
19638]
19639
19640[[package]]
19641name = "wasmparser"
19642version = "0.221.3"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19645dependencies = [
19646 "bitflags 2.10.0",
19647 "hashbrown 0.15.5",
19648 "indexmap",
19649 "semver",
19650 "serde",
19651]
19652
19653[[package]]
19654name = "wasmparser"
19655version = "0.227.1"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19658dependencies = [
19659 "bitflags 2.10.0",
19660 "hashbrown 0.15.5",
19661 "indexmap",
19662 "semver",
19663]
19664
19665[[package]]
19666name = "wasmparser"
19667version = "0.236.1"
19668source = "registry+https://github.com/rust-lang/crates.io-index"
19669checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19670dependencies = [
19671 "bitflags 2.10.0",
19672 "hashbrown 0.15.5",
19673 "indexmap",
19674 "semver",
19675 "serde",
19676]
19677
19678[[package]]
19679name = "wasmparser"
19680version = "0.244.0"
19681source = "registry+https://github.com/rust-lang/crates.io-index"
19682checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19683dependencies = [
19684 "bitflags 2.10.0",
19685 "hashbrown 0.15.5",
19686 "indexmap",
19687 "semver",
19688]
19689
19690[[package]]
19691name = "wasmprinter"
19692version = "0.236.1"
19693source = "registry+https://github.com/rust-lang/crates.io-index"
19694checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19695dependencies = [
19696 "anyhow",
19697 "termcolor",
19698 "wasmparser 0.236.1",
19699]
19700
19701[[package]]
19702name = "wasmtime"
19703version = "36.0.7"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19706dependencies = [
19707 "addr2line",
19708 "anyhow",
19709 "async-trait",
19710 "bitflags 2.10.0",
19711 "bumpalo",
19712 "cc",
19713 "cfg-if",
19714 "encoding_rs",
19715 "hashbrown 0.15.5",
19716 "indexmap",
19717 "libc",
19718 "log",
19719 "mach2 0.4.3",
19720 "memfd",
19721 "object",
19722 "once_cell",
19723 "postcard",
19724 "pulley-interpreter",
19725 "rayon",
19726 "rustix 1.1.2",
19727 "semver",
19728 "serde",
19729 "serde_derive",
19730 "smallvec",
19731 "target-lexicon 0.13.3",
19732 "wasmparser 0.236.1",
19733 "wasmtime-environ",
19734 "wasmtime-internal-asm-macros",
19735 "wasmtime-internal-component-macro",
19736 "wasmtime-internal-component-util",
19737 "wasmtime-internal-cranelift",
19738 "wasmtime-internal-fiber",
19739 "wasmtime-internal-jit-debug",
19740 "wasmtime-internal-jit-icache-coherence",
19741 "wasmtime-internal-math",
19742 "wasmtime-internal-slab",
19743 "wasmtime-internal-unwinder",
19744 "wasmtime-internal-versioned-export-macros",
19745 "wasmtime-internal-winch",
19746 "windows-sys 0.60.2",
19747]
19748
19749[[package]]
19750name = "wasmtime-c-api-impl"
19751version = "36.0.6"
19752source = "registry+https://github.com/rust-lang/crates.io-index"
19753checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19754dependencies = [
19755 "anyhow",
19756 "log",
19757 "tracing",
19758 "wasmtime",
19759 "wasmtime-internal-c-api-macros",
19760]
19761
19762[[package]]
19763name = "wasmtime-environ"
19764version = "36.0.7"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19767dependencies = [
19768 "anyhow",
19769 "cpp_demangle",
19770 "cranelift-bitset",
19771 "cranelift-entity",
19772 "gimli",
19773 "indexmap",
19774 "log",
19775 "object",
19776 "postcard",
19777 "rustc-demangle",
19778 "semver",
19779 "serde",
19780 "serde_derive",
19781 "smallvec",
19782 "target-lexicon 0.13.3",
19783 "wasm-encoder 0.236.1",
19784 "wasmparser 0.236.1",
19785 "wasmprinter",
19786 "wasmtime-internal-component-util",
19787]
19788
19789[[package]]
19790name = "wasmtime-internal-asm-macros"
19791version = "36.0.7"
19792source = "registry+https://github.com/rust-lang/crates.io-index"
19793checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19794dependencies = [
19795 "cfg-if",
19796]
19797
19798[[package]]
19799name = "wasmtime-internal-c-api-macros"
19800version = "36.0.6"
19801source = "registry+https://github.com/rust-lang/crates.io-index"
19802checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19803dependencies = [
19804 "proc-macro2",
19805 "quote",
19806]
19807
19808[[package]]
19809name = "wasmtime-internal-component-macro"
19810version = "36.0.7"
19811source = "registry+https://github.com/rust-lang/crates.io-index"
19812checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19813dependencies = [
19814 "anyhow",
19815 "proc-macro2",
19816 "quote",
19817 "syn 2.0.117",
19818 "wasmtime-internal-component-util",
19819 "wasmtime-internal-wit-bindgen",
19820 "wit-parser 0.236.1",
19821]
19822
19823[[package]]
19824name = "wasmtime-internal-component-util"
19825version = "36.0.7"
19826source = "registry+https://github.com/rust-lang/crates.io-index"
19827checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19828
19829[[package]]
19830name = "wasmtime-internal-cranelift"
19831version = "36.0.7"
19832source = "registry+https://github.com/rust-lang/crates.io-index"
19833checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19834dependencies = [
19835 "anyhow",
19836 "cfg-if",
19837 "cranelift-codegen",
19838 "cranelift-control",
19839 "cranelift-entity",
19840 "cranelift-frontend",
19841 "cranelift-native",
19842 "gimli",
19843 "itertools 0.14.0",
19844 "log",
19845 "object",
19846 "pulley-interpreter",
19847 "smallvec",
19848 "target-lexicon 0.13.3",
19849 "thiserror 2.0.17",
19850 "wasmparser 0.236.1",
19851 "wasmtime-environ",
19852 "wasmtime-internal-math",
19853 "wasmtime-internal-versioned-export-macros",
19854]
19855
19856[[package]]
19857name = "wasmtime-internal-fiber"
19858version = "36.0.7"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19861dependencies = [
19862 "anyhow",
19863 "cc",
19864 "cfg-if",
19865 "libc",
19866 "rustix 1.1.2",
19867 "wasmtime-internal-asm-macros",
19868 "wasmtime-internal-versioned-export-macros",
19869 "windows-sys 0.60.2",
19870]
19871
19872[[package]]
19873name = "wasmtime-internal-jit-debug"
19874version = "36.0.7"
19875source = "registry+https://github.com/rust-lang/crates.io-index"
19876checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19877dependencies = [
19878 "cc",
19879 "wasmtime-internal-versioned-export-macros",
19880]
19881
19882[[package]]
19883name = "wasmtime-internal-jit-icache-coherence"
19884version = "36.0.7"
19885source = "registry+https://github.com/rust-lang/crates.io-index"
19886checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19887dependencies = [
19888 "anyhow",
19889 "cfg-if",
19890 "libc",
19891 "windows-sys 0.60.2",
19892]
19893
19894[[package]]
19895name = "wasmtime-internal-math"
19896version = "36.0.7"
19897source = "registry+https://github.com/rust-lang/crates.io-index"
19898checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19899dependencies = [
19900 "libm",
19901]
19902
19903[[package]]
19904name = "wasmtime-internal-slab"
19905version = "36.0.7"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19908
19909[[package]]
19910name = "wasmtime-internal-unwinder"
19911version = "36.0.7"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19914dependencies = [
19915 "anyhow",
19916 "cfg-if",
19917 "cranelift-codegen",
19918 "log",
19919 "object",
19920]
19921
19922[[package]]
19923name = "wasmtime-internal-versioned-export-macros"
19924version = "36.0.7"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19927dependencies = [
19928 "proc-macro2",
19929 "quote",
19930 "syn 2.0.117",
19931]
19932
19933[[package]]
19934name = "wasmtime-internal-winch"
19935version = "36.0.7"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19938dependencies = [
19939 "anyhow",
19940 "cranelift-codegen",
19941 "gimli",
19942 "object",
19943 "target-lexicon 0.13.3",
19944 "wasmparser 0.236.1",
19945 "wasmtime-environ",
19946 "wasmtime-internal-cranelift",
19947 "winch-codegen",
19948]
19949
19950[[package]]
19951name = "wasmtime-internal-wit-bindgen"
19952version = "36.0.7"
19953source = "registry+https://github.com/rust-lang/crates.io-index"
19954checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19955dependencies = [
19956 "anyhow",
19957 "bitflags 2.10.0",
19958 "heck 0.5.0",
19959 "indexmap",
19960 "wit-parser 0.236.1",
19961]
19962
19963[[package]]
19964name = "wasmtime-wasi"
19965version = "36.0.6"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19968dependencies = [
19969 "anyhow",
19970 "async-trait",
19971 "bitflags 2.10.0",
19972 "bytes 1.11.1",
19973 "cap-fs-ext",
19974 "cap-net-ext",
19975 "cap-rand",
19976 "cap-std",
19977 "cap-time-ext",
19978 "fs-set-times",
19979 "futures 0.3.32",
19980 "io-extras",
19981 "io-lifetimes",
19982 "rustix 1.1.2",
19983 "system-interface",
19984 "thiserror 2.0.17",
19985 "tokio",
19986 "tracing",
19987 "url",
19988 "wasmtime",
19989 "wasmtime-wasi-io",
19990 "wiggle",
19991 "windows-sys 0.60.2",
19992]
19993
19994[[package]]
19995name = "wasmtime-wasi-io"
19996version = "36.0.6"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19999dependencies = [
20000 "anyhow",
20001 "async-trait",
20002 "bytes 1.11.1",
20003 "futures 0.3.32",
20004 "wasmtime",
20005]
20006
20007[[package]]
20008name = "wast"
20009version = "35.0.2"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20012dependencies = [
20013 "leb128",
20014]
20015
20016[[package]]
20017name = "watch"
20018version = "0.1.0"
20019dependencies = [
20020 "ctor",
20021 "futures 0.3.32",
20022 "gpui",
20023 "parking_lot",
20024 "zlog",
20025]
20026
20027[[package]]
20028name = "wax"
20029version = "0.7.0"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20032dependencies = [
20033 "const_format",
20034 "itertools 0.14.0",
20035 "nom 7.1.3",
20036 "pori",
20037 "regex",
20038 "thiserror 2.0.17",
20039 "walkdir",
20040]
20041
20042[[package]]
20043name = "wayland-backend"
20044version = "0.3.11"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20047dependencies = [
20048 "cc",
20049 "downcast-rs",
20050 "rustix 1.1.2",
20051 "scoped-tls",
20052 "smallvec",
20053 "wayland-sys",
20054]
20055
20056[[package]]
20057name = "wayland-client"
20058version = "0.31.11"
20059source = "registry+https://github.com/rust-lang/crates.io-index"
20060checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20061dependencies = [
20062 "bitflags 2.10.0",
20063 "rustix 1.1.2",
20064 "wayland-backend",
20065 "wayland-scanner",
20066]
20067
20068[[package]]
20069name = "wayland-cursor"
20070version = "0.31.11"
20071source = "registry+https://github.com/rust-lang/crates.io-index"
20072checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20073dependencies = [
20074 "rustix 1.1.2",
20075 "wayland-client",
20076 "xcursor",
20077]
20078
20079[[package]]
20080name = "wayland-protocols"
20081version = "0.32.9"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20084dependencies = [
20085 "bitflags 2.10.0",
20086 "wayland-backend",
20087 "wayland-client",
20088 "wayland-scanner",
20089]
20090
20091[[package]]
20092name = "wayland-protocols-plasma"
20093version = "0.3.9"
20094source = "registry+https://github.com/rust-lang/crates.io-index"
20095checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20096dependencies = [
20097 "bitflags 2.10.0",
20098 "wayland-backend",
20099 "wayland-client",
20100 "wayland-protocols",
20101 "wayland-scanner",
20102]
20103
20104[[package]]
20105name = "wayland-protocols-wlr"
20106version = "0.3.9"
20107source = "registry+https://github.com/rust-lang/crates.io-index"
20108checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20109dependencies = [
20110 "bitflags 2.10.0",
20111 "wayland-backend",
20112 "wayland-client",
20113 "wayland-protocols",
20114 "wayland-scanner",
20115]
20116
20117[[package]]
20118name = "wayland-scanner"
20119version = "0.31.7"
20120source = "registry+https://github.com/rust-lang/crates.io-index"
20121checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20122dependencies = [
20123 "proc-macro2",
20124 "quick-xml 0.37.5",
20125 "quote",
20126]
20127
20128[[package]]
20129name = "wayland-sys"
20130version = "0.31.7"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20133dependencies = [
20134 "dlib",
20135 "log",
20136 "once_cell",
20137 "pkg-config",
20138]
20139
20140[[package]]
20141name = "web-sys"
20142version = "0.3.90"
20143source = "registry+https://github.com/rust-lang/crates.io-index"
20144checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20145dependencies = [
20146 "js-sys",
20147 "wasm-bindgen",
20148]
20149
20150[[package]]
20151name = "web-time"
20152version = "1.1.0"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20155dependencies = [
20156 "js-sys",
20157 "serde",
20158 "wasm-bindgen",
20159]
20160
20161[[package]]
20162name = "web_atoms"
20163version = "0.1.3"
20164source = "registry+https://github.com/rust-lang/crates.io-index"
20165checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20166dependencies = [
20167 "phf 0.11.3",
20168 "phf_codegen",
20169 "string_cache",
20170 "string_cache_codegen",
20171]
20172
20173[[package]]
20174name = "web_search"
20175version = "0.1.0"
20176dependencies = [
20177 "anyhow",
20178 "cloud_llm_client",
20179 "collections",
20180 "gpui",
20181 "serde",
20182]
20183
20184[[package]]
20185name = "web_search_providers"
20186version = "0.1.0"
20187dependencies = [
20188 "anyhow",
20189 "client",
20190 "cloud_api_client",
20191 "cloud_api_types",
20192 "cloud_llm_client",
20193 "futures 0.3.32",
20194 "gpui",
20195 "http_client",
20196 "language_model",
20197 "serde",
20198 "serde_json",
20199 "web_search",
20200]
20201
20202[[package]]
20203name = "webpki-root-certs"
20204version = "0.26.8"
20205source = "registry+https://github.com/rust-lang/crates.io-index"
20206checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20207dependencies = [
20208 "rustls-pki-types",
20209]
20210
20211[[package]]
20212name = "webpki-roots"
20213version = "0.26.8"
20214source = "registry+https://github.com/rust-lang/crates.io-index"
20215checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20216dependencies = [
20217 "rustls-pki-types",
20218]
20219
20220[[package]]
20221name = "webrtc-sys"
20222version = "0.3.23"
20223source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20224dependencies = [
20225 "cc",
20226 "cxx",
20227 "cxx-build",
20228 "glob",
20229 "log",
20230 "pkg-config",
20231 "webrtc-sys-build",
20232]
20233
20234[[package]]
20235name = "webrtc-sys-build"
20236version = "0.3.13"
20237source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20238dependencies = [
20239 "anyhow",
20240 "fs2",
20241 "regex",
20242 "reqwest 0.12.24",
20243 "scratch",
20244 "semver",
20245 "zip 0.6.6",
20246]
20247
20248[[package]]
20249name = "weezl"
20250version = "0.1.10"
20251source = "registry+https://github.com/rust-lang/crates.io-index"
20252checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20253
20254[[package]]
20255name = "wgpu"
20256version = "29.0.0"
20257source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20258dependencies = [
20259 "arrayvec",
20260 "bitflags 2.10.0",
20261 "bytemuck",
20262 "cfg-if",
20263 "cfg_aliases 0.2.1",
20264 "document-features",
20265 "hashbrown 0.16.1",
20266 "js-sys",
20267 "log",
20268 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20269 "parking_lot",
20270 "portable-atomic",
20271 "profiling",
20272 "raw-window-handle",
20273 "smallvec",
20274 "static_assertions",
20275 "wasm-bindgen",
20276 "wasm-bindgen-futures",
20277 "web-sys",
20278 "wgpu-core",
20279 "wgpu-hal",
20280 "wgpu-types",
20281]
20282
20283[[package]]
20284name = "wgpu-core"
20285version = "29.0.0"
20286source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20287dependencies = [
20288 "arrayvec",
20289 "bit-set 0.9.1",
20290 "bit-vec 0.9.1",
20291 "bitflags 2.10.0",
20292 "bytemuck",
20293 "cfg_aliases 0.2.1",
20294 "document-features",
20295 "hashbrown 0.16.1",
20296 "indexmap",
20297 "log",
20298 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20299 "once_cell",
20300 "parking_lot",
20301 "portable-atomic",
20302 "profiling",
20303 "raw-window-handle",
20304 "rustc-hash 1.1.0",
20305 "smallvec",
20306 "thiserror 2.0.17",
20307 "wgpu-core-deps-apple",
20308 "wgpu-core-deps-emscripten",
20309 "wgpu-core-deps-windows-linux-android",
20310 "wgpu-hal",
20311 "wgpu-naga-bridge",
20312 "wgpu-types",
20313]
20314
20315[[package]]
20316name = "wgpu-core-deps-apple"
20317version = "29.0.0"
20318source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20319dependencies = [
20320 "wgpu-hal",
20321]
20322
20323[[package]]
20324name = "wgpu-core-deps-emscripten"
20325version = "29.0.0"
20326source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20327dependencies = [
20328 "wgpu-hal",
20329]
20330
20331[[package]]
20332name = "wgpu-core-deps-windows-linux-android"
20333version = "29.0.0"
20334source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20335dependencies = [
20336 "wgpu-hal",
20337]
20338
20339[[package]]
20340name = "wgpu-hal"
20341version = "29.0.0"
20342source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20343dependencies = [
20344 "android_system_properties",
20345 "arrayvec",
20346 "ash",
20347 "bit-set 0.9.1",
20348 "bitflags 2.10.0",
20349 "block2",
20350 "bytemuck",
20351 "cfg-if",
20352 "cfg_aliases 0.2.1",
20353 "glow",
20354 "glutin_wgl_sys",
20355 "gpu-allocator",
20356 "gpu-descriptor",
20357 "hashbrown 0.16.1",
20358 "js-sys",
20359 "khronos-egl",
20360 "libc",
20361 "libloading",
20362 "log",
20363 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20364 "ndk-sys",
20365 "objc2",
20366 "objc2-core-foundation",
20367 "objc2-foundation",
20368 "objc2-metal",
20369 "objc2-quartz-core",
20370 "once_cell",
20371 "ordered-float 4.6.0",
20372 "parking_lot",
20373 "portable-atomic",
20374 "portable-atomic-util",
20375 "profiling",
20376 "range-alloc",
20377 "raw-window-handle",
20378 "raw-window-metal",
20379 "renderdoc-sys",
20380 "smallvec",
20381 "thiserror 2.0.17",
20382 "wasm-bindgen",
20383 "wayland-sys",
20384 "web-sys",
20385 "wgpu-naga-bridge",
20386 "wgpu-types",
20387 "windows 0.62.2",
20388 "windows-core 0.62.2",
20389]
20390
20391[[package]]
20392name = "wgpu-naga-bridge"
20393version = "29.0.0"
20394source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20395dependencies = [
20396 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20397 "wgpu-types",
20398]
20399
20400[[package]]
20401name = "wgpu-types"
20402version = "29.0.0"
20403source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20404dependencies = [
20405 "bitflags 2.10.0",
20406 "bytemuck",
20407 "js-sys",
20408 "log",
20409 "raw-window-handle",
20410 "web-sys",
20411]
20412
20413[[package]]
20414name = "which"
20415version = "4.4.2"
20416source = "registry+https://github.com/rust-lang/crates.io-index"
20417checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20418dependencies = [
20419 "either",
20420 "home",
20421 "once_cell",
20422 "rustix 0.38.44",
20423]
20424
20425[[package]]
20426name = "which"
20427version = "6.0.3"
20428source = "registry+https://github.com/rust-lang/crates.io-index"
20429checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20430dependencies = [
20431 "either",
20432 "home",
20433 "rustix 0.38.44",
20434 "winsafe",
20435]
20436
20437[[package]]
20438name = "which_key"
20439version = "0.1.0"
20440dependencies = [
20441 "command_palette",
20442 "gpui",
20443 "serde",
20444 "settings",
20445 "theme_settings",
20446 "ui",
20447 "util",
20448 "workspace",
20449]
20450
20451[[package]]
20452name = "whoami"
20453version = "1.6.1"
20454source = "registry+https://github.com/rust-lang/crates.io-index"
20455checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20456dependencies = [
20457 "libredox",
20458 "wasite",
20459]
20460
20461[[package]]
20462name = "wiggle"
20463version = "36.0.6"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20466dependencies = [
20467 "anyhow",
20468 "async-trait",
20469 "bitflags 2.10.0",
20470 "thiserror 2.0.17",
20471 "tracing",
20472 "wasmtime",
20473 "wiggle-macro",
20474]
20475
20476[[package]]
20477name = "wiggle-generate"
20478version = "36.0.6"
20479source = "registry+https://github.com/rust-lang/crates.io-index"
20480checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20481dependencies = [
20482 "anyhow",
20483 "heck 0.5.0",
20484 "proc-macro2",
20485 "quote",
20486 "syn 2.0.117",
20487 "witx",
20488]
20489
20490[[package]]
20491name = "wiggle-macro"
20492version = "36.0.6"
20493source = "registry+https://github.com/rust-lang/crates.io-index"
20494checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20495dependencies = [
20496 "proc-macro2",
20497 "quote",
20498 "syn 2.0.117",
20499 "wiggle-generate",
20500]
20501
20502[[package]]
20503name = "winapi"
20504version = "0.3.9"
20505source = "registry+https://github.com/rust-lang/crates.io-index"
20506checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20507dependencies = [
20508 "winapi-i686-pc-windows-gnu",
20509 "winapi-x86_64-pc-windows-gnu",
20510]
20511
20512[[package]]
20513name = "winapi-i686-pc-windows-gnu"
20514version = "0.4.0"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20517
20518[[package]]
20519name = "winapi-util"
20520version = "0.1.11"
20521source = "registry+https://github.com/rust-lang/crates.io-index"
20522checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20523dependencies = [
20524 "windows-sys 0.61.2",
20525]
20526
20527[[package]]
20528name = "winapi-x86_64-pc-windows-gnu"
20529version = "0.4.0"
20530source = "registry+https://github.com/rust-lang/crates.io-index"
20531checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20532
20533[[package]]
20534name = "winch-codegen"
20535version = "36.0.7"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20538dependencies = [
20539 "anyhow",
20540 "cranelift-assembler-x64",
20541 "cranelift-codegen",
20542 "gimli",
20543 "regalloc2",
20544 "smallvec",
20545 "target-lexicon 0.13.3",
20546 "thiserror 2.0.17",
20547 "wasmparser 0.236.1",
20548 "wasmtime-environ",
20549 "wasmtime-internal-cranelift",
20550 "wasmtime-internal-math",
20551]
20552
20553[[package]]
20554name = "windows"
20555version = "0.56.0"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20558dependencies = [
20559 "windows-core 0.56.0",
20560 "windows-targets 0.52.6",
20561]
20562
20563[[package]]
20564name = "windows"
20565version = "0.57.0"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20568dependencies = [
20569 "windows-core 0.57.0",
20570 "windows-targets 0.52.6",
20571]
20572
20573[[package]]
20574name = "windows"
20575version = "0.58.0"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20578dependencies = [
20579 "windows-core 0.58.0",
20580 "windows-targets 0.52.6",
20581]
20582
20583[[package]]
20584name = "windows"
20585version = "0.61.3"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20588dependencies = [
20589 "windows-collections 0.2.0",
20590 "windows-core 0.61.2",
20591 "windows-future 0.2.1",
20592 "windows-link 0.1.3",
20593 "windows-numerics 0.2.0",
20594]
20595
20596[[package]]
20597name = "windows"
20598version = "0.62.2"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20601dependencies = [
20602 "windows-collections 0.3.2",
20603 "windows-core 0.62.2",
20604 "windows-future 0.3.2",
20605 "windows-numerics 0.3.1",
20606]
20607
20608[[package]]
20609name = "windows-bindgen"
20610version = "0.61.1"
20611source = "registry+https://github.com/rust-lang/crates.io-index"
20612checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20613dependencies = [
20614 "serde",
20615 "serde_json",
20616 "windows-threading 0.1.0",
20617]
20618
20619[[package]]
20620name = "windows-capture"
20621version = "1.4.3"
20622source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20623dependencies = [
20624 "clap",
20625 "ctrlc",
20626 "parking_lot",
20627 "rayon",
20628 "thiserror 2.0.17",
20629 "windows 0.61.3",
20630 "windows-future 0.2.1",
20631]
20632
20633[[package]]
20634name = "windows-collections"
20635version = "0.2.0"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20638dependencies = [
20639 "windows-core 0.61.2",
20640]
20641
20642[[package]]
20643name = "windows-collections"
20644version = "0.3.2"
20645source = "registry+https://github.com/rust-lang/crates.io-index"
20646checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20647dependencies = [
20648 "windows-core 0.62.2",
20649]
20650
20651[[package]]
20652name = "windows-core"
20653version = "0.56.0"
20654source = "registry+https://github.com/rust-lang/crates.io-index"
20655checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20656dependencies = [
20657 "windows-implement 0.56.0",
20658 "windows-interface 0.56.0",
20659 "windows-result 0.1.2",
20660 "windows-targets 0.52.6",
20661]
20662
20663[[package]]
20664name = "windows-core"
20665version = "0.57.0"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20668dependencies = [
20669 "windows-implement 0.57.0",
20670 "windows-interface 0.57.0",
20671 "windows-result 0.1.2",
20672 "windows-targets 0.52.6",
20673]
20674
20675[[package]]
20676name = "windows-core"
20677version = "0.58.0"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20680dependencies = [
20681 "windows-implement 0.58.0",
20682 "windows-interface 0.58.0",
20683 "windows-result 0.2.0",
20684 "windows-strings 0.1.0",
20685 "windows-targets 0.52.6",
20686]
20687
20688[[package]]
20689name = "windows-core"
20690version = "0.61.2"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20693dependencies = [
20694 "windows-implement 0.60.2",
20695 "windows-interface 0.59.3",
20696 "windows-link 0.1.3",
20697 "windows-result 0.3.4",
20698 "windows-strings 0.4.2",
20699]
20700
20701[[package]]
20702name = "windows-core"
20703version = "0.62.2"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20706dependencies = [
20707 "windows-implement 0.60.2",
20708 "windows-interface 0.59.3",
20709 "windows-link 0.2.1",
20710 "windows-result 0.4.1",
20711 "windows-strings 0.5.1",
20712]
20713
20714[[package]]
20715name = "windows-future"
20716version = "0.2.1"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20719dependencies = [
20720 "windows-core 0.61.2",
20721 "windows-link 0.1.3",
20722 "windows-threading 0.1.0",
20723]
20724
20725[[package]]
20726name = "windows-future"
20727version = "0.3.2"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20730dependencies = [
20731 "windows-core 0.62.2",
20732 "windows-link 0.2.1",
20733 "windows-threading 0.2.1",
20734]
20735
20736[[package]]
20737name = "windows-implement"
20738version = "0.56.0"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20741dependencies = [
20742 "proc-macro2",
20743 "quote",
20744 "syn 2.0.117",
20745]
20746
20747[[package]]
20748name = "windows-implement"
20749version = "0.57.0"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20752dependencies = [
20753 "proc-macro2",
20754 "quote",
20755 "syn 2.0.117",
20756]
20757
20758[[package]]
20759name = "windows-implement"
20760version = "0.58.0"
20761source = "registry+https://github.com/rust-lang/crates.io-index"
20762checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20763dependencies = [
20764 "proc-macro2",
20765 "quote",
20766 "syn 2.0.117",
20767]
20768
20769[[package]]
20770name = "windows-implement"
20771version = "0.60.2"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20774dependencies = [
20775 "proc-macro2",
20776 "quote",
20777 "syn 2.0.117",
20778]
20779
20780[[package]]
20781name = "windows-interface"
20782version = "0.56.0"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20785dependencies = [
20786 "proc-macro2",
20787 "quote",
20788 "syn 2.0.117",
20789]
20790
20791[[package]]
20792name = "windows-interface"
20793version = "0.57.0"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20796dependencies = [
20797 "proc-macro2",
20798 "quote",
20799 "syn 2.0.117",
20800]
20801
20802[[package]]
20803name = "windows-interface"
20804version = "0.58.0"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20807dependencies = [
20808 "proc-macro2",
20809 "quote",
20810 "syn 2.0.117",
20811]
20812
20813[[package]]
20814name = "windows-interface"
20815version = "0.59.3"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20818dependencies = [
20819 "proc-macro2",
20820 "quote",
20821 "syn 2.0.117",
20822]
20823
20824[[package]]
20825name = "windows-link"
20826version = "0.1.3"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20829
20830[[package]]
20831name = "windows-link"
20832version = "0.2.1"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20835
20836[[package]]
20837name = "windows-numerics"
20838version = "0.2.0"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20841dependencies = [
20842 "windows-core 0.61.2",
20843 "windows-link 0.1.3",
20844]
20845
20846[[package]]
20847name = "windows-numerics"
20848version = "0.3.1"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20851dependencies = [
20852 "windows-core 0.62.2",
20853 "windows-link 0.2.1",
20854]
20855
20856[[package]]
20857name = "windows-registry"
20858version = "0.4.0"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20861dependencies = [
20862 "windows-result 0.3.4",
20863 "windows-strings 0.3.1",
20864 "windows-targets 0.53.5",
20865]
20866
20867[[package]]
20868name = "windows-registry"
20869version = "0.5.3"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20872dependencies = [
20873 "windows-link 0.1.3",
20874 "windows-result 0.3.4",
20875 "windows-strings 0.4.2",
20876]
20877
20878[[package]]
20879name = "windows-registry"
20880version = "0.6.1"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20883dependencies = [
20884 "windows-link 0.2.1",
20885 "windows-result 0.4.1",
20886 "windows-strings 0.5.1",
20887]
20888
20889[[package]]
20890name = "windows-result"
20891version = "0.1.2"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20894dependencies = [
20895 "windows-targets 0.52.6",
20896]
20897
20898[[package]]
20899name = "windows-result"
20900version = "0.2.0"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20903dependencies = [
20904 "windows-targets 0.52.6",
20905]
20906
20907[[package]]
20908name = "windows-result"
20909version = "0.3.4"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20912dependencies = [
20913 "windows-link 0.1.3",
20914]
20915
20916[[package]]
20917name = "windows-result"
20918version = "0.4.1"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20921dependencies = [
20922 "windows-link 0.2.1",
20923]
20924
20925[[package]]
20926name = "windows-strings"
20927version = "0.1.0"
20928source = "registry+https://github.com/rust-lang/crates.io-index"
20929checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20930dependencies = [
20931 "windows-result 0.2.0",
20932 "windows-targets 0.52.6",
20933]
20934
20935[[package]]
20936name = "windows-strings"
20937version = "0.3.1"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20940dependencies = [
20941 "windows-link 0.1.3",
20942]
20943
20944[[package]]
20945name = "windows-strings"
20946version = "0.4.2"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20949dependencies = [
20950 "windows-link 0.1.3",
20951]
20952
20953[[package]]
20954name = "windows-strings"
20955version = "0.5.1"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20958dependencies = [
20959 "windows-link 0.2.1",
20960]
20961
20962[[package]]
20963name = "windows-sys"
20964version = "0.45.0"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20967dependencies = [
20968 "windows-targets 0.42.2",
20969]
20970
20971[[package]]
20972name = "windows-sys"
20973version = "0.48.0"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20976dependencies = [
20977 "windows-targets 0.48.5",
20978]
20979
20980[[package]]
20981name = "windows-sys"
20982version = "0.52.0"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20985dependencies = [
20986 "windows-targets 0.52.6",
20987]
20988
20989[[package]]
20990name = "windows-sys"
20991version = "0.59.0"
20992source = "registry+https://github.com/rust-lang/crates.io-index"
20993checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20994dependencies = [
20995 "windows-targets 0.52.6",
20996]
20997
20998[[package]]
20999name = "windows-sys"
21000version = "0.60.2"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21003dependencies = [
21004 "windows-targets 0.53.5",
21005]
21006
21007[[package]]
21008name = "windows-sys"
21009version = "0.61.2"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21012dependencies = [
21013 "windows-link 0.2.1",
21014]
21015
21016[[package]]
21017name = "windows-targets"
21018version = "0.42.2"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21021dependencies = [
21022 "windows_aarch64_gnullvm 0.42.2",
21023 "windows_aarch64_msvc 0.42.2",
21024 "windows_i686_gnu 0.42.2",
21025 "windows_i686_msvc 0.42.2",
21026 "windows_x86_64_gnu 0.42.2",
21027 "windows_x86_64_gnullvm 0.42.2",
21028 "windows_x86_64_msvc 0.42.2",
21029]
21030
21031[[package]]
21032name = "windows-targets"
21033version = "0.48.5"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21036dependencies = [
21037 "windows_aarch64_gnullvm 0.48.5",
21038 "windows_aarch64_msvc 0.48.5",
21039 "windows_i686_gnu 0.48.5",
21040 "windows_i686_msvc 0.48.5",
21041 "windows_x86_64_gnu 0.48.5",
21042 "windows_x86_64_gnullvm 0.48.5",
21043 "windows_x86_64_msvc 0.48.5",
21044]
21045
21046[[package]]
21047name = "windows-targets"
21048version = "0.52.6"
21049source = "registry+https://github.com/rust-lang/crates.io-index"
21050checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21051dependencies = [
21052 "windows_aarch64_gnullvm 0.52.6",
21053 "windows_aarch64_msvc 0.52.6",
21054 "windows_i686_gnu 0.52.6",
21055 "windows_i686_gnullvm 0.52.6",
21056 "windows_i686_msvc 0.52.6",
21057 "windows_x86_64_gnu 0.52.6",
21058 "windows_x86_64_gnullvm 0.52.6",
21059 "windows_x86_64_msvc 0.52.6",
21060]
21061
21062[[package]]
21063name = "windows-targets"
21064version = "0.53.5"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21067dependencies = [
21068 "windows-link 0.2.1",
21069 "windows_aarch64_gnullvm 0.53.1",
21070 "windows_aarch64_msvc 0.53.1",
21071 "windows_i686_gnu 0.53.1",
21072 "windows_i686_gnullvm 0.53.1",
21073 "windows_i686_msvc 0.53.1",
21074 "windows_x86_64_gnu 0.53.1",
21075 "windows_x86_64_gnullvm 0.53.1",
21076 "windows_x86_64_msvc 0.53.1",
21077]
21078
21079[[package]]
21080name = "windows-threading"
21081version = "0.1.0"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21084dependencies = [
21085 "windows-link 0.1.3",
21086]
21087
21088[[package]]
21089name = "windows-threading"
21090version = "0.2.1"
21091source = "registry+https://github.com/rust-lang/crates.io-index"
21092checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21093dependencies = [
21094 "windows-link 0.2.1",
21095]
21096
21097[[package]]
21098name = "windows_aarch64_gnullvm"
21099version = "0.42.2"
21100source = "registry+https://github.com/rust-lang/crates.io-index"
21101checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21102
21103[[package]]
21104name = "windows_aarch64_gnullvm"
21105version = "0.48.5"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21108
21109[[package]]
21110name = "windows_aarch64_gnullvm"
21111version = "0.52.6"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21114
21115[[package]]
21116name = "windows_aarch64_gnullvm"
21117version = "0.53.1"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21120
21121[[package]]
21122name = "windows_aarch64_msvc"
21123version = "0.42.2"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21126
21127[[package]]
21128name = "windows_aarch64_msvc"
21129version = "0.48.5"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21132
21133[[package]]
21134name = "windows_aarch64_msvc"
21135version = "0.52.6"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21138
21139[[package]]
21140name = "windows_aarch64_msvc"
21141version = "0.53.1"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21144
21145[[package]]
21146name = "windows_i686_gnu"
21147version = "0.42.2"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21150
21151[[package]]
21152name = "windows_i686_gnu"
21153version = "0.48.5"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21156
21157[[package]]
21158name = "windows_i686_gnu"
21159version = "0.52.6"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21162
21163[[package]]
21164name = "windows_i686_gnu"
21165version = "0.53.1"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21168
21169[[package]]
21170name = "windows_i686_gnullvm"
21171version = "0.52.6"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21174
21175[[package]]
21176name = "windows_i686_gnullvm"
21177version = "0.53.1"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21180
21181[[package]]
21182name = "windows_i686_msvc"
21183version = "0.42.2"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21186
21187[[package]]
21188name = "windows_i686_msvc"
21189version = "0.48.5"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21192
21193[[package]]
21194name = "windows_i686_msvc"
21195version = "0.52.6"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21198
21199[[package]]
21200name = "windows_i686_msvc"
21201version = "0.53.1"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21204
21205[[package]]
21206name = "windows_x86_64_gnu"
21207version = "0.42.2"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21210
21211[[package]]
21212name = "windows_x86_64_gnu"
21213version = "0.48.5"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21216
21217[[package]]
21218name = "windows_x86_64_gnu"
21219version = "0.52.6"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21222
21223[[package]]
21224name = "windows_x86_64_gnu"
21225version = "0.53.1"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21228
21229[[package]]
21230name = "windows_x86_64_gnullvm"
21231version = "0.42.2"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21234
21235[[package]]
21236name = "windows_x86_64_gnullvm"
21237version = "0.48.5"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21240
21241[[package]]
21242name = "windows_x86_64_gnullvm"
21243version = "0.52.6"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21246
21247[[package]]
21248name = "windows_x86_64_gnullvm"
21249version = "0.53.1"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21252
21253[[package]]
21254name = "windows_x86_64_msvc"
21255version = "0.42.2"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21258
21259[[package]]
21260name = "windows_x86_64_msvc"
21261version = "0.48.5"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21264
21265[[package]]
21266name = "windows_x86_64_msvc"
21267version = "0.52.6"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21270
21271[[package]]
21272name = "windows_x86_64_msvc"
21273version = "0.53.1"
21274source = "registry+https://github.com/rust-lang/crates.io-index"
21275checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21276
21277[[package]]
21278name = "winnow"
21279version = "0.7.13"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21282dependencies = [
21283 "memchr",
21284]
21285
21286[[package]]
21287name = "winreg"
21288version = "0.10.1"
21289source = "registry+https://github.com/rust-lang/crates.io-index"
21290checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21291dependencies = [
21292 "winapi",
21293]
21294
21295[[package]]
21296name = "winreg"
21297version = "0.50.0"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21300dependencies = [
21301 "cfg-if",
21302 "windows-sys 0.48.0",
21303]
21304
21305[[package]]
21306name = "winreg"
21307version = "0.55.0"
21308source = "registry+https://github.com/rust-lang/crates.io-index"
21309checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21310dependencies = [
21311 "cfg-if",
21312 "windows-sys 0.59.0",
21313]
21314
21315[[package]]
21316name = "winresource"
21317version = "0.1.23"
21318source = "registry+https://github.com/rust-lang/crates.io-index"
21319checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21320dependencies = [
21321 "toml 0.8.23",
21322 "version_check",
21323]
21324
21325[[package]]
21326name = "winsafe"
21327version = "0.0.19"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21330
21331[[package]]
21332name = "winx"
21333version = "0.36.4"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21336dependencies = [
21337 "bitflags 2.10.0",
21338 "windows-sys 0.59.0",
21339]
21340
21341[[package]]
21342name = "wio"
21343version = "0.2.2"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21346dependencies = [
21347 "winapi",
21348]
21349
21350[[package]]
21351name = "wit-bindgen"
21352version = "0.22.0"
21353source = "registry+https://github.com/rust-lang/crates.io-index"
21354checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21355dependencies = [
21356 "bitflags 2.10.0",
21357 "wit-bindgen-rt 0.22.0",
21358 "wit-bindgen-rust-macro 0.22.0",
21359]
21360
21361[[package]]
21362name = "wit-bindgen"
21363version = "0.41.0"
21364source = "registry+https://github.com/rust-lang/crates.io-index"
21365checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21366dependencies = [
21367 "wit-bindgen-rt 0.41.0",
21368 "wit-bindgen-rust-macro 0.41.0",
21369]
21370
21371[[package]]
21372name = "wit-bindgen"
21373version = "0.46.0"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21376
21377[[package]]
21378name = "wit-bindgen"
21379version = "0.51.0"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21382dependencies = [
21383 "wit-bindgen-rust-macro 0.51.0",
21384]
21385
21386[[package]]
21387name = "wit-bindgen-core"
21388version = "0.22.0"
21389source = "registry+https://github.com/rust-lang/crates.io-index"
21390checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21391dependencies = [
21392 "anyhow",
21393 "wit-parser 0.201.0",
21394]
21395
21396[[package]]
21397name = "wit-bindgen-core"
21398version = "0.41.0"
21399source = "registry+https://github.com/rust-lang/crates.io-index"
21400checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21401dependencies = [
21402 "anyhow",
21403 "heck 0.5.0",
21404 "wit-parser 0.227.1",
21405]
21406
21407[[package]]
21408name = "wit-bindgen-core"
21409version = "0.51.0"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21412dependencies = [
21413 "anyhow",
21414 "heck 0.5.0",
21415 "wit-parser 0.244.0",
21416]
21417
21418[[package]]
21419name = "wit-bindgen-rt"
21420version = "0.22.0"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21423
21424[[package]]
21425name = "wit-bindgen-rt"
21426version = "0.41.0"
21427source = "registry+https://github.com/rust-lang/crates.io-index"
21428checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21429dependencies = [
21430 "bitflags 2.10.0",
21431 "futures 0.3.32",
21432 "once_cell",
21433]
21434
21435[[package]]
21436name = "wit-bindgen-rust"
21437version = "0.22.0"
21438source = "registry+https://github.com/rust-lang/crates.io-index"
21439checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21440dependencies = [
21441 "anyhow",
21442 "heck 0.4.1",
21443 "indexmap",
21444 "wasm-metadata 0.201.0",
21445 "wit-bindgen-core 0.22.0",
21446 "wit-component 0.201.0",
21447]
21448
21449[[package]]
21450name = "wit-bindgen-rust"
21451version = "0.41.0"
21452source = "registry+https://github.com/rust-lang/crates.io-index"
21453checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21454dependencies = [
21455 "anyhow",
21456 "heck 0.5.0",
21457 "indexmap",
21458 "prettyplease",
21459 "syn 2.0.117",
21460 "wasm-metadata 0.227.1",
21461 "wit-bindgen-core 0.41.0",
21462 "wit-component 0.227.1",
21463]
21464
21465[[package]]
21466name = "wit-bindgen-rust"
21467version = "0.51.0"
21468source = "registry+https://github.com/rust-lang/crates.io-index"
21469checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21470dependencies = [
21471 "anyhow",
21472 "heck 0.5.0",
21473 "indexmap",
21474 "prettyplease",
21475 "syn 2.0.117",
21476 "wasm-metadata 0.244.0",
21477 "wit-bindgen-core 0.51.0",
21478 "wit-component 0.244.0",
21479]
21480
21481[[package]]
21482name = "wit-bindgen-rust-macro"
21483version = "0.22.0"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21486dependencies = [
21487 "anyhow",
21488 "proc-macro2",
21489 "quote",
21490 "syn 2.0.117",
21491 "wit-bindgen-core 0.22.0",
21492 "wit-bindgen-rust 0.22.0",
21493]
21494
21495[[package]]
21496name = "wit-bindgen-rust-macro"
21497version = "0.41.0"
21498source = "registry+https://github.com/rust-lang/crates.io-index"
21499checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21500dependencies = [
21501 "anyhow",
21502 "prettyplease",
21503 "proc-macro2",
21504 "quote",
21505 "syn 2.0.117",
21506 "wit-bindgen-core 0.41.0",
21507 "wit-bindgen-rust 0.41.0",
21508]
21509
21510[[package]]
21511name = "wit-bindgen-rust-macro"
21512version = "0.51.0"
21513source = "registry+https://github.com/rust-lang/crates.io-index"
21514checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21515dependencies = [
21516 "anyhow",
21517 "prettyplease",
21518 "proc-macro2",
21519 "quote",
21520 "syn 2.0.117",
21521 "wit-bindgen-core 0.51.0",
21522 "wit-bindgen-rust 0.51.0",
21523]
21524
21525[[package]]
21526name = "wit-component"
21527version = "0.201.0"
21528source = "registry+https://github.com/rust-lang/crates.io-index"
21529checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21530dependencies = [
21531 "anyhow",
21532 "bitflags 2.10.0",
21533 "indexmap",
21534 "log",
21535 "serde",
21536 "serde_derive",
21537 "serde_json",
21538 "wasm-encoder 0.201.0",
21539 "wasm-metadata 0.201.0",
21540 "wasmparser 0.201.0",
21541 "wit-parser 0.201.0",
21542]
21543
21544[[package]]
21545name = "wit-component"
21546version = "0.227.1"
21547source = "registry+https://github.com/rust-lang/crates.io-index"
21548checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21549dependencies = [
21550 "anyhow",
21551 "bitflags 2.10.0",
21552 "indexmap",
21553 "log",
21554 "serde",
21555 "serde_derive",
21556 "serde_json",
21557 "wasm-encoder 0.227.1",
21558 "wasm-metadata 0.227.1",
21559 "wasmparser 0.227.1",
21560 "wit-parser 0.227.1",
21561]
21562
21563[[package]]
21564name = "wit-component"
21565version = "0.244.0"
21566source = "registry+https://github.com/rust-lang/crates.io-index"
21567checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21568dependencies = [
21569 "anyhow",
21570 "bitflags 2.10.0",
21571 "indexmap",
21572 "log",
21573 "serde",
21574 "serde_derive",
21575 "serde_json",
21576 "wasm-encoder 0.244.0",
21577 "wasm-metadata 0.244.0",
21578 "wasmparser 0.244.0",
21579 "wit-parser 0.244.0",
21580]
21581
21582[[package]]
21583name = "wit-parser"
21584version = "0.201.0"
21585source = "registry+https://github.com/rust-lang/crates.io-index"
21586checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21587dependencies = [
21588 "anyhow",
21589 "id-arena",
21590 "indexmap",
21591 "log",
21592 "semver",
21593 "serde",
21594 "serde_derive",
21595 "serde_json",
21596 "unicode-xid",
21597 "wasmparser 0.201.0",
21598]
21599
21600[[package]]
21601name = "wit-parser"
21602version = "0.227.1"
21603source = "registry+https://github.com/rust-lang/crates.io-index"
21604checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21605dependencies = [
21606 "anyhow",
21607 "id-arena",
21608 "indexmap",
21609 "log",
21610 "semver",
21611 "serde",
21612 "serde_derive",
21613 "serde_json",
21614 "unicode-xid",
21615 "wasmparser 0.227.1",
21616]
21617
21618[[package]]
21619name = "wit-parser"
21620version = "0.236.1"
21621source = "registry+https://github.com/rust-lang/crates.io-index"
21622checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21623dependencies = [
21624 "anyhow",
21625 "id-arena",
21626 "indexmap",
21627 "log",
21628 "semver",
21629 "serde",
21630 "serde_derive",
21631 "serde_json",
21632 "unicode-xid",
21633 "wasmparser 0.236.1",
21634]
21635
21636[[package]]
21637name = "wit-parser"
21638version = "0.244.0"
21639source = "registry+https://github.com/rust-lang/crates.io-index"
21640checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21641dependencies = [
21642 "anyhow",
21643 "id-arena",
21644 "indexmap",
21645 "log",
21646 "semver",
21647 "serde",
21648 "serde_derive",
21649 "serde_json",
21650 "unicode-xid",
21651 "wasmparser 0.244.0",
21652]
21653
21654[[package]]
21655name = "witx"
21656version = "0.9.1"
21657source = "registry+https://github.com/rust-lang/crates.io-index"
21658checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21659dependencies = [
21660 "anyhow",
21661 "log",
21662 "thiserror 1.0.69",
21663 "wast",
21664]
21665
21666[[package]]
21667name = "workspace"
21668version = "0.1.0"
21669dependencies = [
21670 "agent_settings",
21671 "any_vec",
21672 "anyhow",
21673 "async-recursion",
21674 "chrono",
21675 "client",
21676 "clock",
21677 "collections",
21678 "component",
21679 "db",
21680 "fs",
21681 "futures 0.3.32",
21682 "git",
21683 "gpui",
21684 "http_client",
21685 "itertools 0.14.0",
21686 "language",
21687 "log",
21688 "markdown",
21689 "menu",
21690 "node_runtime",
21691 "parking_lot",
21692 "postage",
21693 "pretty_assertions",
21694 "project",
21695 "release_channel",
21696 "remote",
21697 "schemars",
21698 "serde",
21699 "serde_json",
21700 "session",
21701 "settings",
21702 "smallvec",
21703 "sqlez",
21704 "strum 0.27.2",
21705 "task",
21706 "telemetry",
21707 "tempfile",
21708 "theme",
21709 "theme_settings",
21710 "ui",
21711 "util",
21712 "uuid",
21713 "vim_mode_setting",
21714 "windows 0.61.3",
21715 "zed_actions",
21716 "zlog",
21717]
21718
21719[[package]]
21720name = "worktree"
21721version = "0.1.0"
21722dependencies = [
21723 "anyhow",
21724 "async-lock 2.8.0",
21725 "chardetng",
21726 "clock",
21727 "collections",
21728 "encoding_rs",
21729 "fs",
21730 "futures 0.3.32",
21731 "fuzzy",
21732 "git",
21733 "gpui",
21734 "ignore",
21735 "language",
21736 "log",
21737 "parking_lot",
21738 "paths",
21739 "postage",
21740 "pretty_assertions",
21741 "rand 0.9.3",
21742 "rpc",
21743 "serde",
21744 "serde_json",
21745 "settings",
21746 "smallvec",
21747 "smol",
21748 "sum_tree",
21749 "text",
21750 "tracing",
21751 "util",
21752 "worktree",
21753 "zlog",
21754 "ztracing",
21755]
21756
21757[[package]]
21758name = "worktree_benchmarks"
21759version = "0.1.0"
21760dependencies = [
21761 "fs",
21762 "gpui_platform",
21763 "settings",
21764 "worktree",
21765]
21766
21767[[package]]
21768name = "wprcontrol"
21769version = "0.1.0"
21770source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21771dependencies = [
21772 "windows 0.61.3",
21773 "windows-bindgen",
21774 "windows-core 0.61.2",
21775 "windows-link 0.2.1",
21776]
21777
21778[[package]]
21779name = "writeable"
21780version = "0.6.1"
21781source = "registry+https://github.com/rust-lang/crates.io-index"
21782checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21783
21784[[package]]
21785name = "wyz"
21786version = "0.5.1"
21787source = "registry+https://github.com/rust-lang/crates.io-index"
21788checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21789dependencies = [
21790 "tap",
21791]
21792
21793[[package]]
21794name = "x11"
21795version = "2.21.0"
21796source = "registry+https://github.com/rust-lang/crates.io-index"
21797checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21798dependencies = [
21799 "libc",
21800 "pkg-config",
21801]
21802
21803[[package]]
21804name = "x11-clipboard"
21805version = "0.9.3"
21806source = "registry+https://github.com/rust-lang/crates.io-index"
21807checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21808dependencies = [
21809 "libc",
21810 "x11rb",
21811]
21812
21813[[package]]
21814name = "x11rb"
21815version = "0.13.2"
21816source = "registry+https://github.com/rust-lang/crates.io-index"
21817checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21818dependencies = [
21819 "as-raw-xcb-connection",
21820 "gethostname",
21821 "libc",
21822 "rustix 1.1.2",
21823 "x11rb-protocol",
21824 "xcursor",
21825]
21826
21827[[package]]
21828name = "x11rb-protocol"
21829version = "0.13.2"
21830source = "registry+https://github.com/rust-lang/crates.io-index"
21831checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21832
21833[[package]]
21834name = "x_ai"
21835version = "0.1.0"
21836dependencies = [
21837 "anyhow",
21838 "language_model_core",
21839 "schemars",
21840 "serde",
21841 "strum 0.27.2",
21842 "tiktoken-rs",
21843]
21844
21845[[package]]
21846name = "xattr"
21847version = "0.2.3"
21848source = "registry+https://github.com/rust-lang/crates.io-index"
21849checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21850dependencies = [
21851 "libc",
21852]
21853
21854[[package]]
21855name = "xcb"
21856version = "1.6.0"
21857source = "registry+https://github.com/rust-lang/crates.io-index"
21858checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21859dependencies = [
21860 "bitflags 1.3.2",
21861 "libc",
21862 "quick-xml 0.30.0",
21863 "x11",
21864]
21865
21866[[package]]
21867name = "xcursor"
21868version = "0.3.10"
21869source = "registry+https://github.com/rust-lang/crates.io-index"
21870checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21871
21872[[package]]
21873name = "xim-ctext"
21874version = "0.3.0"
21875source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21876dependencies = [
21877 "encoding_rs",
21878]
21879
21880[[package]]
21881name = "xim-parser"
21882version = "0.2.1"
21883source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21884dependencies = [
21885 "bitflags 2.10.0",
21886]
21887
21888[[package]]
21889name = "xkbcommon"
21890version = "0.8.0"
21891source = "registry+https://github.com/rust-lang/crates.io-index"
21892checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21893dependencies = [
21894 "as-raw-xcb-connection",
21895 "libc",
21896 "memmap2",
21897 "xkeysym",
21898]
21899
21900[[package]]
21901name = "xkeysym"
21902version = "0.2.1"
21903source = "registry+https://github.com/rust-lang/crates.io-index"
21904checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21905
21906[[package]]
21907name = "xml-rs"
21908version = "0.8.28"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21911
21912[[package]]
21913name = "xml5ever"
21914version = "0.18.1"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21917dependencies = [
21918 "log",
21919 "mac",
21920 "markup5ever 0.12.1",
21921]
21922
21923[[package]]
21924name = "xmlparser"
21925version = "0.13.6"
21926source = "registry+https://github.com/rust-lang/crates.io-index"
21927checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21928
21929[[package]]
21930name = "xmlwriter"
21931version = "0.1.0"
21932source = "registry+https://github.com/rust-lang/crates.io-index"
21933checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21934
21935[[package]]
21936name = "xtask"
21937version = "0.1.0"
21938dependencies = [
21939 "annotate-snippets",
21940 "anyhow",
21941 "backtrace",
21942 "cargo_metadata 0.19.2",
21943 "cargo_toml",
21944 "clap",
21945 "compliance",
21946 "gh-workflow",
21947 "indexmap",
21948 "indoc",
21949 "itertools 0.14.0",
21950 "regex",
21951 "serde",
21952 "serde_json",
21953 "serde_yaml",
21954 "strum 0.27.2",
21955 "tokio",
21956 "toml 0.8.23",
21957 "toml_edit 0.22.27",
21958]
21959
21960[[package]]
21961name = "yaml-rust2"
21962version = "0.8.1"
21963source = "registry+https://github.com/rust-lang/crates.io-index"
21964checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21965dependencies = [
21966 "arraydeque",
21967 "encoding_rs",
21968 "hashlink 0.8.4",
21969]
21970
21971[[package]]
21972name = "yansi"
21973version = "1.0.1"
21974source = "registry+https://github.com/rust-lang/crates.io-index"
21975checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21976
21977[[package]]
21978name = "yawc"
21979version = "0.2.5"
21980source = "registry+https://github.com/rust-lang/crates.io-index"
21981checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21982dependencies = [
21983 "base64 0.22.1",
21984 "bytes 1.11.1",
21985 "flate2",
21986 "futures 0.3.32",
21987 "http-body-util",
21988 "hyper 1.7.0",
21989 "hyper-util",
21990 "js-sys",
21991 "nom 8.0.0",
21992 "pin-project",
21993 "rand 0.8.5",
21994 "sha1",
21995 "thiserror 1.0.69",
21996 "tokio",
21997 "tokio-rustls 0.26.2",
21998 "tokio-util",
21999 "url",
22000 "wasm-bindgen",
22001 "wasm-bindgen-futures",
22002 "web-sys",
22003 "webpki-roots",
22004]
22005
22006[[package]]
22007name = "yazi"
22008version = "0.2.1"
22009source = "registry+https://github.com/rust-lang/crates.io-index"
22010checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22011
22012[[package]]
22013name = "yeslogic-fontconfig-sys"
22014version = "6.0.0"
22015source = "registry+https://github.com/rust-lang/crates.io-index"
22016checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22017dependencies = [
22018 "dlib",
22019 "once_cell",
22020 "pkg-config",
22021]
22022
22023[[package]]
22024name = "yoke"
22025version = "0.7.5"
22026source = "registry+https://github.com/rust-lang/crates.io-index"
22027checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22028dependencies = [
22029 "serde",
22030 "stable_deref_trait",
22031 "yoke-derive 0.7.5",
22032 "zerofrom",
22033]
22034
22035[[package]]
22036name = "yoke"
22037version = "0.8.0"
22038source = "registry+https://github.com/rust-lang/crates.io-index"
22039checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22040dependencies = [
22041 "serde",
22042 "stable_deref_trait",
22043 "yoke-derive 0.8.0",
22044 "zerofrom",
22045]
22046
22047[[package]]
22048name = "yoke-derive"
22049version = "0.7.5"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22052dependencies = [
22053 "proc-macro2",
22054 "quote",
22055 "syn 2.0.117",
22056 "synstructure",
22057]
22058
22059[[package]]
22060name = "yoke-derive"
22061version = "0.8.0"
22062source = "registry+https://github.com/rust-lang/crates.io-index"
22063checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22064dependencies = [
22065 "proc-macro2",
22066 "quote",
22067 "syn 2.0.117",
22068 "synstructure",
22069]
22070
22071[[package]]
22072name = "zbus"
22073version = "5.13.2"
22074source = "registry+https://github.com/rust-lang/crates.io-index"
22075checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22076dependencies = [
22077 "async-broadcast",
22078 "async-executor",
22079 "async-io",
22080 "async-lock 3.4.2",
22081 "async-process",
22082 "async-recursion",
22083 "async-task",
22084 "async-trait",
22085 "blocking",
22086 "enumflags2",
22087 "event-listener 5.4.1",
22088 "futures-core",
22089 "futures-lite 2.6.1",
22090 "hex",
22091 "libc",
22092 "ordered-stream",
22093 "rustix 1.1.2",
22094 "serde",
22095 "serde_repr",
22096 "tracing",
22097 "uds_windows",
22098 "uuid",
22099 "windows-sys 0.61.2",
22100 "winnow",
22101 "zbus_macros",
22102 "zbus_names",
22103 "zvariant",
22104]
22105
22106[[package]]
22107name = "zbus_macros"
22108version = "5.13.2"
22109source = "registry+https://github.com/rust-lang/crates.io-index"
22110checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22111dependencies = [
22112 "proc-macro-crate",
22113 "proc-macro2",
22114 "quote",
22115 "syn 2.0.117",
22116 "zbus_names",
22117 "zvariant",
22118 "zvariant_utils",
22119]
22120
22121[[package]]
22122name = "zbus_names"
22123version = "4.3.1"
22124source = "registry+https://github.com/rust-lang/crates.io-index"
22125checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22126dependencies = [
22127 "serde",
22128 "winnow",
22129 "zvariant",
22130]
22131
22132[[package]]
22133name = "zed"
22134version = "0.233.0"
22135dependencies = [
22136 "acp_thread",
22137 "acp_tools",
22138 "action_log",
22139 "activity_indicator",
22140 "agent",
22141 "agent-client-protocol",
22142 "agent_servers",
22143 "agent_settings",
22144 "agent_ui",
22145 "anyhow",
22146 "ashpd",
22147 "askpass",
22148 "assets",
22149 "audio",
22150 "auto_update",
22151 "auto_update_ui",
22152 "breadcrumbs",
22153 "call",
22154 "channel",
22155 "chrono",
22156 "clap",
22157 "cli",
22158 "client",
22159 "clock",
22160 "codestral",
22161 "collab_ui",
22162 "collections",
22163 "command_palette",
22164 "component",
22165 "component_preview",
22166 "copilot",
22167 "copilot_chat",
22168 "copilot_ui",
22169 "crashes",
22170 "csv_preview",
22171 "dap_adapters",
22172 "db",
22173 "debug_adapter_extension",
22174 "debugger_tools",
22175 "debugger_ui",
22176 "dev_container",
22177 "diagnostics",
22178 "edit_prediction",
22179 "edit_prediction_ui",
22180 "editor",
22181 "encoding_selector",
22182 "env_logger 0.11.8",
22183 "etw_tracing",
22184 "extension",
22185 "extension_host",
22186 "extensions_ui",
22187 "feature_flags",
22188 "feedback",
22189 "file_finder",
22190 "fs",
22191 "futures 0.3.32",
22192 "git",
22193 "git_graph",
22194 "git_hosting_providers",
22195 "git_ui",
22196 "go_to_line",
22197 "gpui",
22198 "gpui_platform",
22199 "gpui_tokio",
22200 "http_client",
22201 "image",
22202 "image_viewer",
22203 "inspector_ui",
22204 "install_cli",
22205 "itertools 0.14.0",
22206 "journal",
22207 "json_schema_store",
22208 "keymap_editor",
22209 "language",
22210 "language_extension",
22211 "language_model",
22212 "language_models",
22213 "language_onboarding",
22214 "language_selector",
22215 "language_tools",
22216 "languages",
22217 "line_ending_selector",
22218 "log",
22219 "markdown",
22220 "markdown_preview",
22221 "menu",
22222 "migrator",
22223 "mimalloc",
22224 "miniprofiler_ui",
22225 "nc",
22226 "node_runtime",
22227 "notifications",
22228 "onboarding",
22229 "outline",
22230 "outline_panel",
22231 "parking_lot",
22232 "paths",
22233 "picker",
22234 "pkg-config",
22235 "pretty_assertions",
22236 "profiling",
22237 "project",
22238 "project_panel",
22239 "project_symbols",
22240 "prompt_store",
22241 "proto",
22242 "rayon",
22243 "recent_projects",
22244 "release_channel",
22245 "remote",
22246 "repl",
22247 "reqwest_client",
22248 "rope",
22249 "search",
22250 "semver",
22251 "serde",
22252 "serde_json",
22253 "session",
22254 "settings",
22255 "settings_profile_selector",
22256 "settings_ui",
22257 "shellexpand",
22258 "sidebar",
22259 "smol",
22260 "snippet_provider",
22261 "snippets_ui",
22262 "svg_preview",
22263 "sysinfo 0.37.2",
22264 "system_specs",
22265 "tab_switcher",
22266 "task",
22267 "tasks_ui",
22268 "telemetry",
22269 "telemetry_events",
22270 "tempfile",
22271 "terminal_view",
22272 "theme",
22273 "theme_extension",
22274 "theme_selector",
22275 "theme_settings",
22276 "time",
22277 "time_format",
22278 "title_bar",
22279 "toolchain_selector",
22280 "tracing",
22281 "ui",
22282 "ui_prompt",
22283 "url",
22284 "urlencoding",
22285 "util",
22286 "uuid",
22287 "vim",
22288 "vim_mode_setting",
22289 "watch",
22290 "web_search",
22291 "web_search_providers",
22292 "which_key",
22293 "windows 0.61.3",
22294 "winresource",
22295 "workspace",
22296 "zed-reqwest",
22297 "zed_actions",
22298 "zed_env_vars",
22299 "zlog",
22300 "zlog_settings",
22301 "ztracing",
22302]
22303
22304[[package]]
22305name = "zed-font-kit"
22306version = "0.14.1-zed"
22307source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22308dependencies = [
22309 "bitflags 2.10.0",
22310 "byteorder",
22311 "core-foundation 0.10.0",
22312 "core-graphics 0.24.0",
22313 "core-text",
22314 "dirs",
22315 "dwrote",
22316 "float-ord",
22317 "freetype-sys",
22318 "lazy_static",
22319 "libc",
22320 "log",
22321 "pathfinder_geometry",
22322 "pathfinder_simd",
22323 "walkdir",
22324 "winapi",
22325 "yeslogic-fontconfig-sys",
22326]
22327
22328[[package]]
22329name = "zed-reqwest"
22330version = "0.12.15-zed"
22331source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22332dependencies = [
22333 "base64 0.22.1",
22334 "bytes 1.11.1",
22335 "encoding_rs",
22336 "futures-core",
22337 "futures-util",
22338 "h2 0.4.12",
22339 "http 1.3.1",
22340 "http-body 1.0.1",
22341 "http-body-util",
22342 "hyper 1.7.0",
22343 "hyper-rustls 0.27.7",
22344 "hyper-util",
22345 "ipnet",
22346 "js-sys",
22347 "log",
22348 "mime",
22349 "mime_guess",
22350 "once_cell",
22351 "percent-encoding",
22352 "pin-project-lite",
22353 "quinn",
22354 "rustls 0.23.33",
22355 "rustls-native-certs 0.8.2",
22356 "rustls-pemfile 2.2.0",
22357 "rustls-pki-types",
22358 "serde",
22359 "serde_json",
22360 "serde_urlencoded",
22361 "sync_wrapper 1.0.2",
22362 "system-configuration 0.6.1",
22363 "tokio",
22364 "tokio-rustls 0.26.2",
22365 "tokio-socks",
22366 "tokio-util",
22367 "tower 0.5.2",
22368 "tower-service",
22369 "url",
22370 "wasm-bindgen",
22371 "wasm-bindgen-futures",
22372 "wasm-streams",
22373 "web-sys",
22374 "windows-registry 0.4.0",
22375]
22376
22377[[package]]
22378name = "zed-scap"
22379version = "0.0.8-zed"
22380source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22381dependencies = [
22382 "anyhow",
22383 "cocoa 0.25.0",
22384 "core-graphics-helmer-fork",
22385 "log",
22386 "objc",
22387 "rand 0.8.5",
22388 "screencapturekit",
22389 "screencapturekit-sys",
22390 "sysinfo 0.31.4",
22391 "tao-core-video-sys",
22392 "windows 0.61.3",
22393 "windows-capture",
22394 "x11",
22395 "xcb",
22396]
22397
22398[[package]]
22399name = "zed-xim"
22400version = "0.4.0-zed"
22401source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22402dependencies = [
22403 "ahash 0.8.12",
22404 "hashbrown 0.14.5",
22405 "log",
22406 "x11rb",
22407 "xim-ctext",
22408 "xim-parser",
22409]
22410
22411[[package]]
22412name = "zed_actions"
22413version = "0.1.0"
22414dependencies = [
22415 "gpui",
22416 "schemars",
22417 "serde",
22418 "util",
22419 "uuid",
22420]
22421
22422[[package]]
22423name = "zed_credentials_provider"
22424version = "0.1.0"
22425dependencies = [
22426 "anyhow",
22427 "credentials_provider",
22428 "futures 0.3.32",
22429 "gpui",
22430 "paths",
22431 "release_channel",
22432 "serde",
22433 "serde_json",
22434]
22435
22436[[package]]
22437name = "zed_env_vars"
22438version = "0.1.0"
22439dependencies = [
22440 "env_var",
22441]
22442
22443[[package]]
22444name = "zed_extension_api"
22445version = "0.1.0"
22446source = "registry+https://github.com/rust-lang/crates.io-index"
22447checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22448dependencies = [
22449 "serde",
22450 "serde_json",
22451 "wit-bindgen 0.22.0",
22452]
22453
22454[[package]]
22455name = "zed_extension_api"
22456version = "0.7.0"
22457source = "registry+https://github.com/rust-lang/crates.io-index"
22458checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22459dependencies = [
22460 "serde",
22461 "serde_json",
22462 "wit-bindgen 0.41.0",
22463]
22464
22465[[package]]
22466name = "zed_extension_api"
22467version = "0.8.0"
22468dependencies = [
22469 "serde",
22470 "serde_json",
22471 "wit-bindgen 0.41.0",
22472]
22473
22474[[package]]
22475name = "zed_glsl"
22476version = "0.2.3"
22477dependencies = [
22478 "zed_extension_api 0.1.0",
22479]
22480
22481[[package]]
22482name = "zed_html"
22483version = "0.3.1"
22484dependencies = [
22485 "zed_extension_api 0.7.0",
22486]
22487
22488[[package]]
22489name = "zed_proto"
22490version = "0.3.2"
22491dependencies = [
22492 "zed_extension_api 0.7.0",
22493]
22494
22495[[package]]
22496name = "zed_test_extension"
22497version = "0.1.0"
22498dependencies = [
22499 "zed_extension_api 0.8.0",
22500]
22501
22502[[package]]
22503name = "zeno"
22504version = "0.3.3"
22505source = "registry+https://github.com/rust-lang/crates.io-index"
22506checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22507
22508[[package]]
22509name = "zerocopy"
22510version = "0.8.27"
22511source = "registry+https://github.com/rust-lang/crates.io-index"
22512checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22513dependencies = [
22514 "zerocopy-derive",
22515]
22516
22517[[package]]
22518name = "zerocopy-derive"
22519version = "0.8.27"
22520source = "registry+https://github.com/rust-lang/crates.io-index"
22521checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22522dependencies = [
22523 "proc-macro2",
22524 "quote",
22525 "syn 2.0.117",
22526]
22527
22528[[package]]
22529name = "zerofrom"
22530version = "0.1.6"
22531source = "registry+https://github.com/rust-lang/crates.io-index"
22532checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22533dependencies = [
22534 "zerofrom-derive",
22535]
22536
22537[[package]]
22538name = "zerofrom-derive"
22539version = "0.1.6"
22540source = "registry+https://github.com/rust-lang/crates.io-index"
22541checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22542dependencies = [
22543 "proc-macro2",
22544 "quote",
22545 "syn 2.0.117",
22546 "synstructure",
22547]
22548
22549[[package]]
22550name = "zeroize"
22551version = "1.8.2"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22554dependencies = [
22555 "zeroize_derive",
22556]
22557
22558[[package]]
22559name = "zeroize_derive"
22560version = "1.4.2"
22561source = "registry+https://github.com/rust-lang/crates.io-index"
22562checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22563dependencies = [
22564 "proc-macro2",
22565 "quote",
22566 "syn 2.0.117",
22567]
22568
22569[[package]]
22570name = "zeromq"
22571version = "0.5.0"
22572source = "registry+https://github.com/rust-lang/crates.io-index"
22573checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22574dependencies = [
22575 "async-dispatcher",
22576 "async-std",
22577 "async-trait",
22578 "asynchronous-codec",
22579 "bytes 1.11.1",
22580 "crossbeam-queue",
22581 "futures 0.3.32",
22582 "log",
22583 "num-traits",
22584 "once_cell",
22585 "parking_lot",
22586 "rand 0.9.3",
22587 "regex",
22588 "scc",
22589 "thiserror 1.0.69",
22590 "uuid",
22591]
22592
22593[[package]]
22594name = "zerotrie"
22595version = "0.2.2"
22596source = "registry+https://github.com/rust-lang/crates.io-index"
22597checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22598dependencies = [
22599 "displaydoc",
22600 "yoke 0.8.0",
22601 "zerofrom",
22602]
22603
22604[[package]]
22605name = "zerovec"
22606version = "0.11.4"
22607source = "registry+https://github.com/rust-lang/crates.io-index"
22608checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22609dependencies = [
22610 "yoke 0.8.0",
22611 "zerofrom",
22612 "zerovec-derive",
22613]
22614
22615[[package]]
22616name = "zerovec-derive"
22617version = "0.11.1"
22618source = "registry+https://github.com/rust-lang/crates.io-index"
22619checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22620dependencies = [
22621 "proc-macro2",
22622 "quote",
22623 "syn 2.0.117",
22624]
22625
22626[[package]]
22627name = "zeta_prompt"
22628version = "0.1.0"
22629dependencies = [
22630 "anyhow",
22631 "imara-diff",
22632 "indoc",
22633 "serde",
22634 "strum 0.27.2",
22635]
22636
22637[[package]]
22638name = "zip"
22639version = "0.6.6"
22640source = "registry+https://github.com/rust-lang/crates.io-index"
22641checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22642dependencies = [
22643 "aes",
22644 "byteorder",
22645 "bzip2 0.4.4",
22646 "constant_time_eq",
22647 "crc32fast",
22648 "crossbeam-utils",
22649 "flate2",
22650 "hmac",
22651 "pbkdf2 0.11.0",
22652 "sha1",
22653 "time",
22654 "zstd",
22655]
22656
22657[[package]]
22658name = "zip"
22659version = "1.1.4"
22660source = "registry+https://github.com/rust-lang/crates.io-index"
22661checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22662dependencies = [
22663 "arbitrary",
22664 "crc32fast",
22665 "crossbeam-utils",
22666 "displaydoc",
22667 "indexmap",
22668 "num_enum",
22669 "thiserror 1.0.69",
22670]
22671
22672[[package]]
22673name = "zlog"
22674version = "0.1.0"
22675dependencies = [
22676 "anyhow",
22677 "chrono",
22678 "collections",
22679 "log",
22680 "tempfile",
22681]
22682
22683[[package]]
22684name = "zlog_settings"
22685version = "0.1.0"
22686dependencies = [
22687 "collections",
22688 "gpui",
22689 "settings",
22690 "zlog",
22691]
22692
22693[[package]]
22694name = "zstd"
22695version = "0.11.2+zstd.1.5.2"
22696source = "registry+https://github.com/rust-lang/crates.io-index"
22697checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22698dependencies = [
22699 "zstd-safe",
22700]
22701
22702[[package]]
22703name = "zstd-safe"
22704version = "5.0.2+zstd.1.5.2"
22705source = "registry+https://github.com/rust-lang/crates.io-index"
22706checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22707dependencies = [
22708 "libc",
22709 "zstd-sys",
22710]
22711
22712[[package]]
22713name = "zstd-sys"
22714version = "2.0.16+zstd.1.5.7"
22715source = "registry+https://github.com/rust-lang/crates.io-index"
22716checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22717dependencies = [
22718 "cc",
22719 "pkg-config",
22720]
22721
22722[[package]]
22723name = "ztracing"
22724version = "0.1.0"
22725dependencies = [
22726 "tracing",
22727 "tracing-subscriber",
22728 "tracing-tracy",
22729 "tracy-client",
22730 "zlog",
22731 "ztracing_macro",
22732]
22733
22734[[package]]
22735name = "ztracing_macro"
22736version = "0.1.0"
22737
22738[[package]]
22739name = "zune-core"
22740version = "0.4.12"
22741source = "registry+https://github.com/rust-lang/crates.io-index"
22742checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22743
22744[[package]]
22745name = "zune-inflate"
22746version = "0.2.54"
22747source = "registry+https://github.com/rust-lang/crates.io-index"
22748checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22749dependencies = [
22750 "simd-adler32",
22751]
22752
22753[[package]]
22754name = "zune-jpeg"
22755version = "0.4.21"
22756source = "registry+https://github.com/rust-lang/crates.io-index"
22757checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22758dependencies = [
22759 "zune-core",
22760]
22761
22762[[package]]
22763name = "zvariant"
22764version = "5.9.2"
22765source = "registry+https://github.com/rust-lang/crates.io-index"
22766checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22767dependencies = [
22768 "endi",
22769 "enumflags2",
22770 "serde",
22771 "serde_bytes",
22772 "winnow",
22773 "zvariant_derive",
22774 "zvariant_utils",
22775]
22776
22777[[package]]
22778name = "zvariant_derive"
22779version = "5.9.2"
22780source = "registry+https://github.com/rust-lang/crates.io-index"
22781checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22782dependencies = [
22783 "proc-macro-crate",
22784 "proc-macro2",
22785 "quote",
22786 "syn 2.0.117",
22787 "zvariant_utils",
22788]
22789
22790[[package]]
22791name = "zvariant_utils"
22792version = "3.3.0"
22793source = "registry+https://github.com/rust-lang/crates.io-index"
22794checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22795dependencies = [
22796 "proc-macro2",
22797 "quote",
22798 "serde",
22799 "syn 2.0.117",
22800 "winnow",
22801]