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 "fs",
15900 "futures 0.3.32",
15901 "fuzzy",
15902 "gpui",
15903 "heck 0.5.0",
15904 "itertools 0.14.0",
15905 "language",
15906 "log",
15907 "menu",
15908 "paths",
15909 "picker",
15910 "platform_title_bar",
15911 "pretty_assertions",
15912 "project",
15913 "regex",
15914 "release_channel",
15915 "rodio",
15916 "schemars",
15917 "search",
15918 "serde",
15919 "serde_json",
15920 "settings",
15921 "shell_command_parser",
15922 "strum 0.27.2",
15923 "telemetry",
15924 "theme",
15925 "theme_settings",
15926 "title_bar",
15927 "ui",
15928 "util",
15929 "workspace",
15930 "zed_actions",
15931 "zed_credentials_provider",
15932]
15933
15934[[package]]
15935name = "sha-1"
15936version = "0.10.1"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15939dependencies = [
15940 "cfg-if",
15941 "cpufeatures",
15942 "digest",
15943]
15944
15945[[package]]
15946name = "sha1"
15947version = "0.10.6"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15950dependencies = [
15951 "cfg-if",
15952 "cpufeatures",
15953 "digest",
15954]
15955
15956[[package]]
15957name = "sha1_smol"
15958version = "1.0.1"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15961
15962[[package]]
15963name = "sha2"
15964version = "0.10.9"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15967dependencies = [
15968 "cfg-if",
15969 "cpufeatures",
15970 "digest",
15971]
15972
15973[[package]]
15974name = "sharded-slab"
15975version = "0.1.7"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15978dependencies = [
15979 "lazy_static",
15980]
15981
15982[[package]]
15983name = "shared_library"
15984version = "0.1.9"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15987dependencies = [
15988 "lazy_static",
15989 "libc",
15990]
15991
15992[[package]]
15993name = "shell-words"
15994version = "1.1.0"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15997
15998[[package]]
15999name = "shell_command_parser"
16000version = "0.1.0"
16001dependencies = [
16002 "brush-parser",
16003]
16004
16005[[package]]
16006name = "shellexpand"
16007version = "3.1.1"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16010dependencies = [
16011 "dirs",
16012]
16013
16014[[package]]
16015name = "shingles"
16016version = "0.1.1"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16019
16020[[package]]
16021name = "shlex"
16022version = "1.3.0"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16025
16026[[package]]
16027name = "sidebar"
16028version = "0.1.0"
16029dependencies = [
16030 "acp_thread",
16031 "action_log",
16032 "agent",
16033 "agent-client-protocol",
16034 "agent_settings",
16035 "agent_ui",
16036 "anyhow",
16037 "chrono",
16038 "client",
16039 "clock",
16040 "db",
16041 "editor",
16042 "extension",
16043 "fs",
16044 "git",
16045 "gpui",
16046 "http_client",
16047 "language",
16048 "language_model",
16049 "log",
16050 "menu",
16051 "node_runtime",
16052 "platform_title_bar",
16053 "pretty_assertions",
16054 "project",
16055 "prompt_store",
16056 "recent_projects",
16057 "release_channel",
16058 "remote",
16059 "remote_connection",
16060 "remote_server",
16061 "semver",
16062 "serde",
16063 "serde_json",
16064 "settings",
16065 "smol",
16066 "theme",
16067 "theme_settings",
16068 "ui",
16069 "util",
16070 "vim_mode_setting",
16071 "workspace",
16072 "zed_actions",
16073]
16074
16075[[package]]
16076name = "signal-hook"
16077version = "0.3.18"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16080dependencies = [
16081 "libc",
16082 "signal-hook-registry",
16083]
16084
16085[[package]]
16086name = "signal-hook-registry"
16087version = "1.4.6"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16090dependencies = [
16091 "libc",
16092]
16093
16094[[package]]
16095name = "signature"
16096version = "1.6.4"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16099dependencies = [
16100 "digest",
16101 "rand_core 0.6.4",
16102]
16103
16104[[package]]
16105name = "signature"
16106version = "2.2.0"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16109dependencies = [
16110 "digest",
16111 "rand_core 0.6.4",
16112]
16113
16114[[package]]
16115name = "simd-adler32"
16116version = "0.3.7"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16119
16120[[package]]
16121name = "simd_helpers"
16122version = "0.1.0"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16125dependencies = [
16126 "quote",
16127]
16128
16129[[package]]
16130name = "simdutf8"
16131version = "0.1.5"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16134
16135[[package]]
16136name = "similar"
16137version = "2.7.0"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16140
16141[[package]]
16142name = "simple_asn1"
16143version = "0.6.3"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16146dependencies = [
16147 "num-bigint",
16148 "num-traits",
16149 "thiserror 2.0.17",
16150 "time",
16151]
16152
16153[[package]]
16154name = "simplecss"
16155version = "0.2.2"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16158dependencies = [
16159 "log",
16160]
16161
16162[[package]]
16163name = "simplelog"
16164version = "0.12.2"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16167dependencies = [
16168 "log",
16169 "termcolor",
16170 "time",
16171]
16172
16173[[package]]
16174name = "siphasher"
16175version = "0.3.11"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16178
16179[[package]]
16180name = "siphasher"
16181version = "1.0.1"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16184
16185[[package]]
16186name = "skrifa"
16187version = "0.37.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16190dependencies = [
16191 "bytemuck",
16192 "read-fonts 0.35.0",
16193]
16194
16195[[package]]
16196name = "skrifa"
16197version = "0.40.0"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16200dependencies = [
16201 "bytemuck",
16202 "read-fonts 0.37.0",
16203]
16204
16205[[package]]
16206name = "slab"
16207version = "0.4.11"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16210
16211[[package]]
16212name = "slotmap"
16213version = "1.0.7"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16216dependencies = [
16217 "version_check",
16218]
16219
16220[[package]]
16221name = "smallvec"
16222version = "1.15.1"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16225dependencies = [
16226 "serde",
16227]
16228
16229[[package]]
16230name = "smart-default"
16231version = "0.7.1"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16234dependencies = [
16235 "proc-macro2",
16236 "quote",
16237 "syn 2.0.117",
16238]
16239
16240[[package]]
16241name = "smol"
16242version = "2.0.2"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16245dependencies = [
16246 "async-channel 2.5.0",
16247 "async-executor",
16248 "async-fs",
16249 "async-io",
16250 "async-lock 3.4.2",
16251 "async-net",
16252 "async-process",
16253 "blocking",
16254 "futures-lite 2.6.1",
16255]
16256
16257[[package]]
16258name = "smol_str"
16259version = "0.3.5"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16262
16263[[package]]
16264name = "snafu"
16265version = "0.8.9"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16268dependencies = [
16269 "snafu-derive",
16270]
16271
16272[[package]]
16273name = "snafu-derive"
16274version = "0.8.9"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16277dependencies = [
16278 "heck 0.5.0",
16279 "proc-macro2",
16280 "quote",
16281 "syn 2.0.117",
16282]
16283
16284[[package]]
16285name = "snippet"
16286version = "0.1.0"
16287dependencies = [
16288 "anyhow",
16289 "smallvec",
16290]
16291
16292[[package]]
16293name = "snippet_provider"
16294version = "0.1.0"
16295dependencies = [
16296 "anyhow",
16297 "collections",
16298 "extension",
16299 "fs",
16300 "futures 0.3.32",
16301 "gpui",
16302 "indoc",
16303 "parking_lot",
16304 "paths",
16305 "schemars",
16306 "serde",
16307 "serde_json",
16308 "serde_json_lenient",
16309 "snippet",
16310 "util",
16311]
16312
16313[[package]]
16314name = "snippets_ui"
16315version = "0.1.0"
16316dependencies = [
16317 "file_icons",
16318 "fuzzy",
16319 "gpui",
16320 "language",
16321 "open_path_prompt",
16322 "paths",
16323 "picker",
16324 "settings",
16325 "ui",
16326 "util",
16327 "workspace",
16328]
16329
16330[[package]]
16331name = "socket2"
16332version = "0.5.10"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16335dependencies = [
16336 "libc",
16337 "windows-sys 0.52.0",
16338]
16339
16340[[package]]
16341name = "socket2"
16342version = "0.6.1"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16345dependencies = [
16346 "libc",
16347 "windows-sys 0.60.2",
16348]
16349
16350[[package]]
16351name = "spdx"
16352version = "0.10.9"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16355dependencies = [
16356 "smallvec",
16357]
16358
16359[[package]]
16360name = "spin"
16361version = "0.9.8"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16364dependencies = [
16365 "lock_api",
16366]
16367
16368[[package]]
16369name = "spin"
16370version = "0.10.0"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16373dependencies = [
16374 "lock_api",
16375]
16376
16377[[package]]
16378name = "spirv"
16379version = "0.4.0+sdk-1.4.341.0"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16382dependencies = [
16383 "bitflags 2.10.0",
16384]
16385
16386[[package]]
16387name = "spki"
16388version = "0.6.0"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16391dependencies = [
16392 "base64ct",
16393 "der 0.6.1",
16394]
16395
16396[[package]]
16397name = "spki"
16398version = "0.7.3"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16401dependencies = [
16402 "base64ct",
16403 "der 0.7.10",
16404]
16405
16406[[package]]
16407name = "sqlez"
16408version = "0.1.0"
16409dependencies = [
16410 "anyhow",
16411 "collections",
16412 "futures 0.3.32",
16413 "indoc",
16414 "libsqlite3-sys",
16415 "log",
16416 "parking_lot",
16417 "smol",
16418 "sqlformat",
16419 "thread_local",
16420 "util",
16421 "uuid",
16422]
16423
16424[[package]]
16425name = "sqlez_macros"
16426version = "0.1.0"
16427dependencies = [
16428 "sqlez",
16429 "sqlformat",
16430 "syn 2.0.117",
16431]
16432
16433[[package]]
16434name = "sqlformat"
16435version = "0.2.6"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16438dependencies = [
16439 "nom 7.1.3",
16440 "unicode_categories",
16441]
16442
16443[[package]]
16444name = "sqlx"
16445version = "0.8.6"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16448dependencies = [
16449 "sqlx-core",
16450 "sqlx-macros",
16451 "sqlx-mysql",
16452 "sqlx-postgres",
16453 "sqlx-sqlite",
16454]
16455
16456[[package]]
16457name = "sqlx-core"
16458version = "0.8.6"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16461dependencies = [
16462 "base64 0.22.1",
16463 "bigdecimal",
16464 "bytes 1.11.1",
16465 "chrono",
16466 "crc",
16467 "crossbeam-queue",
16468 "either",
16469 "event-listener 5.4.1",
16470 "futures-core",
16471 "futures-intrusive",
16472 "futures-io",
16473 "futures-util",
16474 "hashbrown 0.15.5",
16475 "hashlink 0.10.0",
16476 "indexmap",
16477 "log",
16478 "memchr",
16479 "once_cell",
16480 "percent-encoding",
16481 "rust_decimal",
16482 "rustls 0.23.33",
16483 "serde",
16484 "serde_json",
16485 "sha2",
16486 "smallvec",
16487 "thiserror 2.0.17",
16488 "time",
16489 "tokio",
16490 "tokio-stream",
16491 "tracing",
16492 "url",
16493 "uuid",
16494 "webpki-roots",
16495]
16496
16497[[package]]
16498name = "sqlx-macros"
16499version = "0.8.6"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16502dependencies = [
16503 "proc-macro2",
16504 "quote",
16505 "sqlx-core",
16506 "sqlx-macros-core",
16507 "syn 2.0.117",
16508]
16509
16510[[package]]
16511name = "sqlx-macros-core"
16512version = "0.8.6"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16515dependencies = [
16516 "dotenvy",
16517 "either",
16518 "heck 0.5.0",
16519 "hex",
16520 "once_cell",
16521 "proc-macro2",
16522 "quote",
16523 "serde",
16524 "serde_json",
16525 "sha2",
16526 "sqlx-core",
16527 "sqlx-mysql",
16528 "sqlx-postgres",
16529 "sqlx-sqlite",
16530 "syn 2.0.117",
16531 "tokio",
16532 "url",
16533]
16534
16535[[package]]
16536name = "sqlx-mysql"
16537version = "0.8.6"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16540dependencies = [
16541 "atoi",
16542 "base64 0.22.1",
16543 "bigdecimal",
16544 "bitflags 2.10.0",
16545 "byteorder",
16546 "bytes 1.11.1",
16547 "chrono",
16548 "crc",
16549 "digest",
16550 "dotenvy",
16551 "either",
16552 "futures-channel",
16553 "futures-core",
16554 "futures-io",
16555 "futures-util",
16556 "generic-array",
16557 "hex",
16558 "hkdf",
16559 "hmac",
16560 "itoa",
16561 "log",
16562 "md-5",
16563 "memchr",
16564 "once_cell",
16565 "percent-encoding",
16566 "rand 0.8.5",
16567 "rsa",
16568 "rust_decimal",
16569 "serde",
16570 "sha1",
16571 "sha2",
16572 "smallvec",
16573 "sqlx-core",
16574 "stringprep",
16575 "thiserror 2.0.17",
16576 "time",
16577 "tracing",
16578 "uuid",
16579 "whoami",
16580]
16581
16582[[package]]
16583name = "sqlx-postgres"
16584version = "0.8.6"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16587dependencies = [
16588 "atoi",
16589 "base64 0.22.1",
16590 "bigdecimal",
16591 "bitflags 2.10.0",
16592 "byteorder",
16593 "chrono",
16594 "crc",
16595 "dotenvy",
16596 "etcetera",
16597 "futures-channel",
16598 "futures-core",
16599 "futures-util",
16600 "hex",
16601 "hkdf",
16602 "hmac",
16603 "home",
16604 "itoa",
16605 "log",
16606 "md-5",
16607 "memchr",
16608 "num-bigint",
16609 "once_cell",
16610 "rand 0.8.5",
16611 "rust_decimal",
16612 "serde",
16613 "serde_json",
16614 "sha2",
16615 "smallvec",
16616 "sqlx-core",
16617 "stringprep",
16618 "thiserror 2.0.17",
16619 "time",
16620 "tracing",
16621 "uuid",
16622 "whoami",
16623]
16624
16625[[package]]
16626name = "sqlx-sqlite"
16627version = "0.8.6"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16630dependencies = [
16631 "atoi",
16632 "chrono",
16633 "flume",
16634 "futures-channel",
16635 "futures-core",
16636 "futures-executor",
16637 "futures-intrusive",
16638 "futures-util",
16639 "libsqlite3-sys",
16640 "log",
16641 "percent-encoding",
16642 "serde",
16643 "serde_urlencoded",
16644 "sqlx-core",
16645 "thiserror 2.0.17",
16646 "time",
16647 "tracing",
16648 "url",
16649 "uuid",
16650]
16651
16652[[package]]
16653name = "stable_deref_trait"
16654version = "1.2.1"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16657
16658[[package]]
16659name = "stacker"
16660version = "0.1.23"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16663dependencies = [
16664 "cc",
16665 "cfg-if",
16666 "libc",
16667 "psm",
16668 "windows-sys 0.59.0",
16669]
16670
16671[[package]]
16672name = "stacksafe"
16673version = "0.1.4"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16676dependencies = [
16677 "stacker",
16678 "stacksafe-macro",
16679]
16680
16681[[package]]
16682name = "stacksafe-macro"
16683version = "0.1.4"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16686dependencies = [
16687 "proc-macro-error2",
16688 "quote",
16689 "syn 2.0.117",
16690]
16691
16692[[package]]
16693name = "static_assertions"
16694version = "1.1.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16697
16698[[package]]
16699name = "streaming-iterator"
16700version = "0.1.9"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16703
16704[[package]]
16705name = "streaming_diff"
16706version = "0.1.0"
16707dependencies = [
16708 "ordered-float 2.10.1",
16709 "rand 0.9.3",
16710 "rope",
16711 "util",
16712]
16713
16714[[package]]
16715name = "strength_reduce"
16716version = "0.2.4"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16719
16720[[package]]
16721name = "strict-num"
16722version = "0.1.1"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16725dependencies = [
16726 "float-cmp",
16727]
16728
16729[[package]]
16730name = "string_cache"
16731version = "0.8.9"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16734dependencies = [
16735 "new_debug_unreachable",
16736 "parking_lot",
16737 "phf_shared 0.11.3",
16738 "precomputed-hash",
16739 "serde",
16740]
16741
16742[[package]]
16743name = "string_cache_codegen"
16744version = "0.5.4"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16747dependencies = [
16748 "phf_generator 0.11.3",
16749 "phf_shared 0.11.3",
16750 "proc-macro2",
16751 "quote",
16752]
16753
16754[[package]]
16755name = "stringprep"
16756version = "0.1.5"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16759dependencies = [
16760 "unicode-bidi",
16761 "unicode-normalization",
16762 "unicode-properties",
16763]
16764
16765[[package]]
16766name = "strsim"
16767version = "0.11.1"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16770
16771[[package]]
16772name = "strum"
16773version = "0.26.3"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16776
16777[[package]]
16778name = "strum"
16779version = "0.27.2"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16782dependencies = [
16783 "strum_macros 0.27.2",
16784]
16785
16786[[package]]
16787name = "strum"
16788version = "0.28.0"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16791dependencies = [
16792 "strum_macros 0.28.0",
16793]
16794
16795[[package]]
16796name = "strum_macros"
16797version = "0.27.2"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16800dependencies = [
16801 "heck 0.5.0",
16802 "proc-macro2",
16803 "quote",
16804 "syn 2.0.117",
16805]
16806
16807[[package]]
16808name = "strum_macros"
16809version = "0.28.0"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16812dependencies = [
16813 "heck 0.5.0",
16814 "proc-macro2",
16815 "quote",
16816 "syn 2.0.117",
16817]
16818
16819[[package]]
16820name = "subtle"
16821version = "2.6.1"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16824
16825[[package]]
16826name = "sum_tree"
16827version = "0.1.0"
16828dependencies = [
16829 "ctor",
16830 "heapless",
16831 "log",
16832 "proptest",
16833 "rand 0.9.3",
16834 "rayon",
16835 "tracing",
16836 "zlog",
16837 "ztracing",
16838]
16839
16840[[package]]
16841name = "sval"
16842version = "2.15.0"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16845
16846[[package]]
16847name = "sval_buffer"
16848version = "2.15.0"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16851dependencies = [
16852 "sval",
16853 "sval_ref",
16854]
16855
16856[[package]]
16857name = "sval_dynamic"
16858version = "2.15.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16861dependencies = [
16862 "sval",
16863]
16864
16865[[package]]
16866name = "sval_fmt"
16867version = "2.15.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16870dependencies = [
16871 "itoa",
16872 "ryu",
16873 "sval",
16874]
16875
16876[[package]]
16877name = "sval_json"
16878version = "2.15.0"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16881dependencies = [
16882 "itoa",
16883 "ryu",
16884 "sval",
16885]
16886
16887[[package]]
16888name = "sval_nested"
16889version = "2.15.0"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16892dependencies = [
16893 "sval",
16894 "sval_buffer",
16895 "sval_ref",
16896]
16897
16898[[package]]
16899name = "sval_ref"
16900version = "2.15.0"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16903dependencies = [
16904 "sval",
16905]
16906
16907[[package]]
16908name = "sval_serde"
16909version = "2.15.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16912dependencies = [
16913 "serde_core",
16914 "sval",
16915 "sval_nested",
16916]
16917
16918[[package]]
16919name = "svg_fmt"
16920version = "0.4.5"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16923
16924[[package]]
16925name = "svg_preview"
16926version = "0.1.0"
16927dependencies = [
16928 "file_icons",
16929 "gpui",
16930 "language",
16931 "multi_buffer",
16932 "ui",
16933 "workspace",
16934 "zed_actions",
16935]
16936
16937[[package]]
16938name = "svgtypes"
16939version = "0.15.3"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16942dependencies = [
16943 "kurbo",
16944 "siphasher 1.0.1",
16945]
16946
16947[[package]]
16948name = "swash"
16949version = "0.2.6"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16952dependencies = [
16953 "skrifa 0.37.0",
16954 "yazi",
16955 "zeno",
16956]
16957
16958[[package]]
16959name = "symphonia"
16960version = "0.5.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16963dependencies = [
16964 "lazy_static",
16965 "symphonia-bundle-flac",
16966 "symphonia-bundle-mp3",
16967 "symphonia-codec-aac",
16968 "symphonia-codec-pcm",
16969 "symphonia-codec-vorbis",
16970 "symphonia-core",
16971 "symphonia-format-isomp4",
16972 "symphonia-format-ogg",
16973 "symphonia-format-riff",
16974 "symphonia-metadata",
16975]
16976
16977[[package]]
16978name = "symphonia-bundle-flac"
16979version = "0.5.5"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16982dependencies = [
16983 "log",
16984 "symphonia-core",
16985 "symphonia-metadata",
16986 "symphonia-utils-xiph",
16987]
16988
16989[[package]]
16990name = "symphonia-bundle-mp3"
16991version = "0.5.5"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16994dependencies = [
16995 "lazy_static",
16996 "log",
16997 "symphonia-core",
16998 "symphonia-metadata",
16999]
17000
17001[[package]]
17002name = "symphonia-codec-aac"
17003version = "0.5.5"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17006dependencies = [
17007 "lazy_static",
17008 "log",
17009 "symphonia-core",
17010]
17011
17012[[package]]
17013name = "symphonia-codec-pcm"
17014version = "0.5.5"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17017dependencies = [
17018 "log",
17019 "symphonia-core",
17020]
17021
17022[[package]]
17023name = "symphonia-codec-vorbis"
17024version = "0.5.5"
17025source = "registry+https://github.com/rust-lang/crates.io-index"
17026checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17027dependencies = [
17028 "log",
17029 "symphonia-core",
17030 "symphonia-utils-xiph",
17031]
17032
17033[[package]]
17034name = "symphonia-core"
17035version = "0.5.5"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17038dependencies = [
17039 "arrayvec",
17040 "bitflags 1.3.2",
17041 "bytemuck",
17042 "lazy_static",
17043 "log",
17044]
17045
17046[[package]]
17047name = "symphonia-format-isomp4"
17048version = "0.5.5"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17051dependencies = [
17052 "encoding_rs",
17053 "log",
17054 "symphonia-core",
17055 "symphonia-metadata",
17056 "symphonia-utils-xiph",
17057]
17058
17059[[package]]
17060name = "symphonia-format-ogg"
17061version = "0.5.5"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17064dependencies = [
17065 "log",
17066 "symphonia-core",
17067 "symphonia-metadata",
17068 "symphonia-utils-xiph",
17069]
17070
17071[[package]]
17072name = "symphonia-format-riff"
17073version = "0.5.5"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17076dependencies = [
17077 "extended",
17078 "log",
17079 "symphonia-core",
17080 "symphonia-metadata",
17081]
17082
17083[[package]]
17084name = "symphonia-metadata"
17085version = "0.5.5"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17088dependencies = [
17089 "encoding_rs",
17090 "lazy_static",
17091 "log",
17092 "symphonia-core",
17093]
17094
17095[[package]]
17096name = "symphonia-utils-xiph"
17097version = "0.5.5"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17100dependencies = [
17101 "symphonia-core",
17102 "symphonia-metadata",
17103]
17104
17105[[package]]
17106name = "syn"
17107version = "1.0.109"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17110dependencies = [
17111 "proc-macro2",
17112 "quote",
17113 "unicode-ident",
17114]
17115
17116[[package]]
17117name = "syn"
17118version = "2.0.117"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17121dependencies = [
17122 "proc-macro2",
17123 "quote",
17124 "unicode-ident",
17125]
17126
17127[[package]]
17128name = "sync_wrapper"
17129version = "0.1.2"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17132
17133[[package]]
17134name = "sync_wrapper"
17135version = "1.0.2"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17138dependencies = [
17139 "futures-core",
17140]
17141
17142[[package]]
17143name = "synchronoise"
17144version = "1.0.1"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17147dependencies = [
17148 "crossbeam-queue",
17149]
17150
17151[[package]]
17152name = "synstructure"
17153version = "0.13.2"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17156dependencies = [
17157 "proc-macro2",
17158 "quote",
17159 "syn 2.0.117",
17160]
17161
17162[[package]]
17163name = "syntax_theme"
17164version = "0.1.0"
17165dependencies = [
17166 "gpui",
17167 "serde",
17168 "serde_json",
17169]
17170
17171[[package]]
17172name = "sys-locale"
17173version = "0.3.2"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17176dependencies = [
17177 "libc",
17178]
17179
17180[[package]]
17181name = "sysctl"
17182version = "0.5.5"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17185dependencies = [
17186 "bitflags 2.10.0",
17187 "byteorder",
17188 "enum-as-inner",
17189 "libc",
17190 "thiserror 1.0.69",
17191 "walkdir",
17192]
17193
17194[[package]]
17195name = "sysctl"
17196version = "0.6.0"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17199dependencies = [
17200 "bitflags 2.10.0",
17201 "byteorder",
17202 "enum-as-inner",
17203 "libc",
17204 "thiserror 1.0.69",
17205 "walkdir",
17206]
17207
17208[[package]]
17209name = "sysinfo"
17210version = "0.31.4"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17213dependencies = [
17214 "core-foundation-sys",
17215 "libc",
17216 "memchr",
17217 "ntapi",
17218 "rayon",
17219 "windows 0.57.0",
17220]
17221
17222[[package]]
17223name = "sysinfo"
17224version = "0.37.2"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17227dependencies = [
17228 "libc",
17229 "memchr",
17230 "ntapi",
17231 "objc2-core-foundation",
17232 "objc2-io-kit",
17233 "windows 0.61.3",
17234]
17235
17236[[package]]
17237name = "system-configuration"
17238version = "0.5.1"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17241dependencies = [
17242 "bitflags 1.3.2",
17243 "core-foundation 0.9.4",
17244 "system-configuration-sys 0.5.0",
17245]
17246
17247[[package]]
17248name = "system-configuration"
17249version = "0.6.1"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17252dependencies = [
17253 "bitflags 2.10.0",
17254 "core-foundation 0.9.4",
17255 "system-configuration-sys 0.6.0",
17256]
17257
17258[[package]]
17259name = "system-configuration-sys"
17260version = "0.5.0"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17263dependencies = [
17264 "core-foundation-sys",
17265 "libc",
17266]
17267
17268[[package]]
17269name = "system-configuration-sys"
17270version = "0.6.0"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17273dependencies = [
17274 "core-foundation-sys",
17275 "libc",
17276]
17277
17278[[package]]
17279name = "system-deps"
17280version = "6.2.2"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17283dependencies = [
17284 "cfg-expr 0.15.8",
17285 "heck 0.5.0",
17286 "pkg-config",
17287 "toml 0.8.23",
17288 "version-compare",
17289]
17290
17291[[package]]
17292name = "system-deps"
17293version = "7.0.7"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17296dependencies = [
17297 "cfg-expr 0.20.6",
17298 "heck 0.5.0",
17299 "pkg-config",
17300 "toml 0.9.8",
17301 "version-compare",
17302]
17303
17304[[package]]
17305name = "system-interface"
17306version = "0.27.3"
17307source = "registry+https://github.com/rust-lang/crates.io-index"
17308checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17309dependencies = [
17310 "bitflags 2.10.0",
17311 "cap-fs-ext",
17312 "cap-std",
17313 "fd-lock",
17314 "io-lifetimes",
17315 "rustix 0.38.44",
17316 "windows-sys 0.59.0",
17317 "winx",
17318]
17319
17320[[package]]
17321name = "system_specs"
17322version = "0.1.0"
17323dependencies = [
17324 "anyhow",
17325 "client",
17326 "gpui",
17327 "human_bytes",
17328 "pciid-parser",
17329 "release_channel",
17330 "semver",
17331 "serde",
17332 "sysinfo 0.37.2",
17333]
17334
17335[[package]]
17336name = "tab_switcher"
17337version = "0.1.0"
17338dependencies = [
17339 "collections",
17340 "ctor",
17341 "editor",
17342 "fuzzy",
17343 "gpui",
17344 "menu",
17345 "picker",
17346 "project",
17347 "schemars",
17348 "serde",
17349 "serde_json",
17350 "settings",
17351 "smol",
17352 "theme",
17353 "theme_settings",
17354 "ui",
17355 "util",
17356 "workspace",
17357 "zlog",
17358]
17359
17360[[package]]
17361name = "taffy"
17362version = "0.9.0"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17365dependencies = [
17366 "arrayvec",
17367 "grid",
17368 "serde",
17369 "slotmap",
17370]
17371
17372[[package]]
17373name = "tagptr"
17374version = "0.2.0"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17377
17378[[package]]
17379name = "take-until"
17380version = "0.2.0"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17383
17384[[package]]
17385name = "tao-core-video-sys"
17386version = "0.2.0"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17389dependencies = [
17390 "cfg-if",
17391 "core-foundation-sys",
17392 "libc",
17393 "objc",
17394]
17395
17396[[package]]
17397name = "tap"
17398version = "1.0.1"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17401
17402[[package]]
17403name = "target-lexicon"
17404version = "0.12.16"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17407
17408[[package]]
17409name = "target-lexicon"
17410version = "0.13.3"
17411source = "registry+https://github.com/rust-lang/crates.io-index"
17412checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17413
17414[[package]]
17415name = "task"
17416version = "0.1.0"
17417dependencies = [
17418 "anyhow",
17419 "collections",
17420 "futures 0.3.32",
17421 "gpui",
17422 "hex",
17423 "log",
17424 "parking_lot",
17425 "pretty_assertions",
17426 "proto",
17427 "schemars",
17428 "serde",
17429 "serde_json",
17430 "serde_json_lenient",
17431 "sha2",
17432 "shellexpand",
17433 "util",
17434 "zed_actions",
17435]
17436
17437[[package]]
17438name = "tasks_ui"
17439version = "0.1.0"
17440dependencies = [
17441 "anyhow",
17442 "collections",
17443 "editor",
17444 "file_icons",
17445 "fuzzy",
17446 "gpui",
17447 "itertools 0.14.0",
17448 "language",
17449 "menu",
17450 "picker",
17451 "project",
17452 "serde",
17453 "serde_json",
17454 "task",
17455 "tree-sitter-rust",
17456 "tree-sitter-typescript",
17457 "ui",
17458 "util",
17459 "workspace",
17460 "zed_actions",
17461]
17462
17463[[package]]
17464name = "telemetry"
17465version = "0.1.0"
17466dependencies = [
17467 "futures 0.3.32",
17468 "serde",
17469 "serde_json",
17470 "telemetry_events",
17471]
17472
17473[[package]]
17474name = "telemetry_events"
17475version = "0.1.0"
17476dependencies = [
17477 "semver",
17478 "serde",
17479 "serde_json",
17480]
17481
17482[[package]]
17483name = "tempfile"
17484version = "3.23.0"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17487dependencies = [
17488 "fastrand 2.3.0",
17489 "getrandom 0.3.4",
17490 "once_cell",
17491 "rustix 1.1.2",
17492 "windows-sys 0.61.2",
17493]
17494
17495[[package]]
17496name = "tendril"
17497version = "0.4.3"
17498source = "registry+https://github.com/rust-lang/crates.io-index"
17499checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17500dependencies = [
17501 "futf",
17502 "mac",
17503 "utf-8",
17504]
17505
17506[[package]]
17507name = "termcolor"
17508version = "1.4.1"
17509source = "registry+https://github.com/rust-lang/crates.io-index"
17510checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17511dependencies = [
17512 "winapi-util",
17513]
17514
17515[[package]]
17516name = "terminal"
17517version = "0.1.0"
17518dependencies = [
17519 "alacritty_terminal",
17520 "anyhow",
17521 "collections",
17522 "futures 0.3.32",
17523 "gpui",
17524 "itertools 0.14.0",
17525 "libc",
17526 "log",
17527 "parking_lot",
17528 "rand 0.9.3",
17529 "regex",
17530 "release_channel",
17531 "schemars",
17532 "serde",
17533 "settings",
17534 "smol",
17535 "sysinfo 0.37.2",
17536 "task",
17537 "theme",
17538 "theme_settings",
17539 "thiserror 2.0.17",
17540 "url",
17541 "urlencoding",
17542 "util",
17543 "util_macros",
17544 "windows 0.61.3",
17545]
17546
17547[[package]]
17548name = "terminal_size"
17549version = "0.4.3"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17552dependencies = [
17553 "rustix 1.1.2",
17554 "windows-sys 0.60.2",
17555]
17556
17557[[package]]
17558name = "terminal_view"
17559version = "0.1.0"
17560dependencies = [
17561 "anyhow",
17562 "async-recursion",
17563 "breadcrumbs",
17564 "collections",
17565 "db",
17566 "dirs",
17567 "editor",
17568 "futures 0.3.32",
17569 "gpui",
17570 "itertools 0.14.0",
17571 "language",
17572 "log",
17573 "menu",
17574 "pretty_assertions",
17575 "project",
17576 "regex",
17577 "schemars",
17578 "serde",
17579 "serde_json",
17580 "settings",
17581 "shellexpand",
17582 "task",
17583 "terminal",
17584 "theme",
17585 "theme_settings",
17586 "ui",
17587 "util",
17588 "workspace",
17589 "zed_actions",
17590]
17591
17592[[package]]
17593name = "text"
17594version = "0.1.0"
17595dependencies = [
17596 "anyhow",
17597 "clock",
17598 "collections",
17599 "ctor",
17600 "gpui",
17601 "log",
17602 "parking_lot",
17603 "postage",
17604 "rand 0.9.3",
17605 "regex",
17606 "rope",
17607 "smallvec",
17608 "sum_tree",
17609 "util",
17610 "zlog",
17611]
17612
17613[[package]]
17614name = "theme"
17615version = "0.1.0"
17616dependencies = [
17617 "anyhow",
17618 "collections",
17619 "gpui",
17620 "palette",
17621 "parking_lot",
17622 "refineable",
17623 "schemars",
17624 "serde",
17625 "serde_json",
17626 "serde_json_lenient",
17627 "strum 0.27.2",
17628 "syntax_theme",
17629 "thiserror 2.0.17",
17630 "uuid",
17631]
17632
17633[[package]]
17634name = "theme_extension"
17635version = "0.1.0"
17636dependencies = [
17637 "anyhow",
17638 "extension",
17639 "fs",
17640 "gpui",
17641 "theme",
17642 "theme_settings",
17643]
17644
17645[[package]]
17646name = "theme_importer"
17647version = "0.1.0"
17648dependencies = [
17649 "anyhow",
17650 "clap",
17651 "collections",
17652 "gpui",
17653 "indexmap",
17654 "log",
17655 "palette",
17656 "serde",
17657 "serde_json",
17658 "serde_json_lenient",
17659 "simplelog",
17660 "strum 0.27.2",
17661 "theme",
17662 "theme_settings",
17663 "vscode_theme",
17664]
17665
17666[[package]]
17667name = "theme_selector"
17668version = "0.1.0"
17669dependencies = [
17670 "editor",
17671 "fs",
17672 "fuzzy",
17673 "gpui",
17674 "log",
17675 "picker",
17676 "project",
17677 "serde",
17678 "serde_json",
17679 "settings",
17680 "telemetry",
17681 "theme",
17682 "theme_settings",
17683 "ui",
17684 "util",
17685 "workspace",
17686 "zed_actions",
17687]
17688
17689[[package]]
17690name = "theme_settings"
17691version = "0.1.0"
17692dependencies = [
17693 "anyhow",
17694 "collections",
17695 "gpui",
17696 "gpui_util",
17697 "log",
17698 "palette",
17699 "refineable",
17700 "schemars",
17701 "serde",
17702 "serde_json",
17703 "serde_json_lenient",
17704 "settings",
17705 "theme",
17706 "uuid",
17707]
17708
17709[[package]]
17710name = "thiserror"
17711version = "1.0.69"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17714dependencies = [
17715 "thiserror-impl 1.0.69",
17716]
17717
17718[[package]]
17719name = "thiserror"
17720version = "2.0.17"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17723dependencies = [
17724 "thiserror-impl 2.0.17",
17725]
17726
17727[[package]]
17728name = "thiserror-impl"
17729version = "1.0.69"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17732dependencies = [
17733 "proc-macro2",
17734 "quote",
17735 "syn 2.0.117",
17736]
17737
17738[[package]]
17739name = "thiserror-impl"
17740version = "2.0.17"
17741source = "registry+https://github.com/rust-lang/crates.io-index"
17742checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17743dependencies = [
17744 "proc-macro2",
17745 "quote",
17746 "syn 2.0.117",
17747]
17748
17749[[package]]
17750name = "thread_local"
17751version = "1.1.9"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17754dependencies = [
17755 "cfg-if",
17756]
17757
17758[[package]]
17759name = "tiff"
17760version = "0.10.3"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17763dependencies = [
17764 "fax",
17765 "flate2",
17766 "half",
17767 "quick-error 2.0.1",
17768 "weezl",
17769 "zune-jpeg",
17770]
17771
17772[[package]]
17773name = "tiktoken-rs"
17774version = "0.9.1"
17775source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17776dependencies = [
17777 "anyhow",
17778 "base64 0.22.1",
17779 "bstr",
17780 "fancy-regex 0.16.2",
17781 "lazy_static",
17782 "regex",
17783 "rustc-hash 1.1.0",
17784]
17785
17786[[package]]
17787name = "time"
17788version = "0.3.47"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17791dependencies = [
17792 "deranged",
17793 "itoa",
17794 "libc",
17795 "num-conv",
17796 "num_threads",
17797 "powerfmt",
17798 "serde_core",
17799 "time-core",
17800 "time-macros",
17801]
17802
17803[[package]]
17804name = "time-core"
17805version = "0.1.8"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17808
17809[[package]]
17810name = "time-macros"
17811version = "0.2.27"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17814dependencies = [
17815 "num-conv",
17816 "time-core",
17817]
17818
17819[[package]]
17820name = "time_format"
17821version = "0.1.0"
17822dependencies = [
17823 "core-foundation 0.10.0",
17824 "core-foundation-sys",
17825 "sys-locale",
17826 "time",
17827 "windows 0.61.3",
17828]
17829
17830[[package]]
17831name = "tiny-keccak"
17832version = "2.0.2"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17835dependencies = [
17836 "crunchy",
17837]
17838
17839[[package]]
17840name = "tiny-skia"
17841version = "0.11.4"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17844dependencies = [
17845 "arrayref",
17846 "arrayvec",
17847 "bytemuck",
17848 "cfg-if",
17849 "log",
17850 "png 0.17.16",
17851 "tiny-skia-path",
17852]
17853
17854[[package]]
17855name = "tiny-skia-path"
17856version = "0.11.4"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17859dependencies = [
17860 "arrayref",
17861 "bytemuck",
17862 "strict-num",
17863]
17864
17865[[package]]
17866name = "tiny_http"
17867version = "0.12.0"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17870dependencies = [
17871 "ascii",
17872 "chunked_transfer",
17873 "httpdate",
17874 "log",
17875]
17876
17877[[package]]
17878name = "tinystr"
17879version = "0.8.1"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17882dependencies = [
17883 "displaydoc",
17884 "zerovec",
17885]
17886
17887[[package]]
17888name = "tinytemplate"
17889version = "1.2.1"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17892dependencies = [
17893 "serde",
17894 "serde_json",
17895]
17896
17897[[package]]
17898name = "tinyvec"
17899version = "1.10.0"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17902dependencies = [
17903 "tinyvec_macros",
17904]
17905
17906[[package]]
17907name = "tinyvec_macros"
17908version = "0.1.1"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17911
17912[[package]]
17913name = "title_bar"
17914version = "0.1.0"
17915dependencies = [
17916 "anyhow",
17917 "auto_update",
17918 "call",
17919 "channel",
17920 "chrono",
17921 "client",
17922 "cloud_api_types",
17923 "db",
17924 "git_ui",
17925 "gpui",
17926 "icons",
17927 "livekit_client",
17928 "notifications",
17929 "platform_title_bar",
17930 "project",
17931 "recent_projects",
17932 "release_channel",
17933 "remote",
17934 "remote_connection",
17935 "rpc",
17936 "schemars",
17937 "semver",
17938 "serde",
17939 "settings",
17940 "smallvec",
17941 "telemetry",
17942 "theme",
17943 "ui",
17944 "util",
17945 "windows 0.61.3",
17946 "workspace",
17947 "zed_actions",
17948]
17949
17950[[package]]
17951name = "tokio"
17952version = "1.48.0"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17955dependencies = [
17956 "bytes 1.11.1",
17957 "libc",
17958 "mio 1.1.0",
17959 "parking_lot",
17960 "pin-project-lite",
17961 "signal-hook-registry",
17962 "socket2 0.6.1",
17963 "tokio-macros",
17964 "windows-sys 0.61.2",
17965]
17966
17967[[package]]
17968name = "tokio-io"
17969version = "0.1.13"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17972dependencies = [
17973 "bytes 0.4.12",
17974 "futures 0.1.31",
17975 "log",
17976]
17977
17978[[package]]
17979name = "tokio-macros"
17980version = "2.6.0"
17981source = "registry+https://github.com/rust-lang/crates.io-index"
17982checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17983dependencies = [
17984 "proc-macro2",
17985 "quote",
17986 "syn 2.0.117",
17987]
17988
17989[[package]]
17990name = "tokio-native-tls"
17991version = "0.3.1"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17994dependencies = [
17995 "native-tls",
17996 "tokio",
17997]
17998
17999[[package]]
18000name = "tokio-rustls"
18001version = "0.24.1"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18004dependencies = [
18005 "rustls 0.21.12",
18006 "tokio",
18007]
18008
18009[[package]]
18010name = "tokio-rustls"
18011version = "0.26.2"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18014dependencies = [
18015 "rustls 0.23.33",
18016 "tokio",
18017]
18018
18019[[package]]
18020name = "tokio-socks"
18021version = "0.5.2"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18024dependencies = [
18025 "either",
18026 "futures-io",
18027 "futures-util",
18028 "thiserror 1.0.69",
18029 "tokio",
18030]
18031
18032[[package]]
18033name = "tokio-stream"
18034version = "0.1.17"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18037dependencies = [
18038 "futures-core",
18039 "pin-project-lite",
18040 "tokio",
18041]
18042
18043[[package]]
18044name = "tokio-tungstenite"
18045version = "0.20.1"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18048dependencies = [
18049 "futures-util",
18050 "log",
18051 "tokio",
18052 "tungstenite 0.20.1",
18053]
18054
18055[[package]]
18056name = "tokio-tungstenite"
18057version = "0.21.0"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18060dependencies = [
18061 "futures-util",
18062 "log",
18063 "tokio",
18064 "tungstenite 0.21.0",
18065]
18066
18067[[package]]
18068name = "tokio-tungstenite"
18069version = "0.28.0"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18072dependencies = [
18073 "futures-util",
18074 "log",
18075 "rustls 0.23.33",
18076 "rustls-native-certs 0.8.2",
18077 "rustls-pki-types",
18078 "tokio",
18079 "tokio-rustls 0.26.2",
18080 "tungstenite 0.28.0",
18081]
18082
18083[[package]]
18084name = "tokio-util"
18085version = "0.7.16"
18086source = "registry+https://github.com/rust-lang/crates.io-index"
18087checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18088dependencies = [
18089 "bytes 1.11.1",
18090 "futures-core",
18091 "futures-io",
18092 "futures-sink",
18093 "pin-project-lite",
18094 "tokio",
18095]
18096
18097[[package]]
18098name = "toml"
18099version = "0.5.11"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18102dependencies = [
18103 "serde",
18104]
18105
18106[[package]]
18107name = "toml"
18108version = "0.8.23"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18111dependencies = [
18112 "serde",
18113 "serde_spanned 0.6.9",
18114 "toml_datetime 0.6.11",
18115 "toml_edit 0.22.27",
18116]
18117
18118[[package]]
18119name = "toml"
18120version = "0.9.8"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18123dependencies = [
18124 "indexmap",
18125 "serde_core",
18126 "serde_spanned 1.0.3",
18127 "toml_datetime 0.7.3",
18128 "toml_parser",
18129 "toml_writer",
18130 "winnow",
18131]
18132
18133[[package]]
18134name = "toml_datetime"
18135version = "0.6.11"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18138dependencies = [
18139 "serde",
18140]
18141
18142[[package]]
18143name = "toml_datetime"
18144version = "0.7.3"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18147dependencies = [
18148 "serde_core",
18149]
18150
18151[[package]]
18152name = "toml_edit"
18153version = "0.22.27"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18156dependencies = [
18157 "indexmap",
18158 "serde",
18159 "serde_spanned 0.6.9",
18160 "toml_datetime 0.6.11",
18161 "toml_write",
18162 "winnow",
18163]
18164
18165[[package]]
18166name = "toml_edit"
18167version = "0.23.7"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18170dependencies = [
18171 "indexmap",
18172 "toml_datetime 0.7.3",
18173 "toml_parser",
18174 "winnow",
18175]
18176
18177[[package]]
18178name = "toml_parser"
18179version = "1.0.4"
18180source = "registry+https://github.com/rust-lang/crates.io-index"
18181checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18182dependencies = [
18183 "winnow",
18184]
18185
18186[[package]]
18187name = "toml_write"
18188version = "0.1.2"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18191
18192[[package]]
18193name = "toml_writer"
18194version = "1.0.4"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18197
18198[[package]]
18199name = "toolchain_selector"
18200version = "0.1.0"
18201dependencies = [
18202 "anyhow",
18203 "convert_case 0.8.0",
18204 "editor",
18205 "futures 0.3.32",
18206 "fuzzy",
18207 "gpui",
18208 "language",
18209 "menu",
18210 "open_path_prompt",
18211 "picker",
18212 "project",
18213 "ui",
18214 "util",
18215 "workspace",
18216]
18217
18218[[package]]
18219name = "topological-sort"
18220version = "0.2.2"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18223
18224[[package]]
18225name = "tower"
18226version = "0.4.13"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18229dependencies = [
18230 "futures-core",
18231 "futures-util",
18232 "pin-project",
18233 "pin-project-lite",
18234 "tokio",
18235 "tower-layer",
18236 "tower-service",
18237 "tracing",
18238]
18239
18240[[package]]
18241name = "tower"
18242version = "0.5.2"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18245dependencies = [
18246 "futures-core",
18247 "futures-util",
18248 "pin-project-lite",
18249 "sync_wrapper 1.0.2",
18250 "tokio",
18251 "tokio-util",
18252 "tower-layer",
18253 "tower-service",
18254 "tracing",
18255]
18256
18257[[package]]
18258name = "tower-http"
18259version = "0.4.4"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18262dependencies = [
18263 "bitflags 2.10.0",
18264 "bytes 1.11.1",
18265 "futures-core",
18266 "futures-util",
18267 "http 0.2.12",
18268 "http-body 0.4.6",
18269 "http-range-header",
18270 "pin-project-lite",
18271 "tower-layer",
18272 "tower-service",
18273 "tracing",
18274]
18275
18276[[package]]
18277name = "tower-http"
18278version = "0.6.6"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18281dependencies = [
18282 "bitflags 2.10.0",
18283 "bytes 1.11.1",
18284 "futures-util",
18285 "http 1.3.1",
18286 "http-body 1.0.1",
18287 "iri-string",
18288 "pin-project-lite",
18289 "tower 0.5.2",
18290 "tower-layer",
18291 "tower-service",
18292 "tracing",
18293]
18294
18295[[package]]
18296name = "tower-layer"
18297version = "0.3.3"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18300
18301[[package]]
18302name = "tower-service"
18303version = "0.3.3"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18306
18307[[package]]
18308name = "tracing"
18309version = "0.1.43"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18312dependencies = [
18313 "log",
18314 "pin-project-lite",
18315 "tracing-attributes",
18316 "tracing-core",
18317]
18318
18319[[package]]
18320name = "tracing-attributes"
18321version = "0.1.31"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18324dependencies = [
18325 "proc-macro2",
18326 "quote",
18327 "syn 2.0.117",
18328]
18329
18330[[package]]
18331name = "tracing-core"
18332version = "0.1.35"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18335dependencies = [
18336 "once_cell",
18337 "valuable",
18338]
18339
18340[[package]]
18341name = "tracing-log"
18342version = "0.2.0"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18345dependencies = [
18346 "log",
18347 "once_cell",
18348 "tracing-core",
18349]
18350
18351[[package]]
18352name = "tracing-serde"
18353version = "0.2.0"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18356dependencies = [
18357 "serde",
18358 "tracing-core",
18359]
18360
18361[[package]]
18362name = "tracing-subscriber"
18363version = "0.3.22"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18366dependencies = [
18367 "matchers",
18368 "nu-ansi-term",
18369 "once_cell",
18370 "regex-automata",
18371 "serde",
18372 "serde_json",
18373 "sharded-slab",
18374 "smallvec",
18375 "thread_local",
18376 "tracing",
18377 "tracing-core",
18378 "tracing-log",
18379 "tracing-serde",
18380]
18381
18382[[package]]
18383name = "tracing-tracy"
18384version = "0.11.4"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18387dependencies = [
18388 "tracing-core",
18389 "tracing-subscriber",
18390 "tracy-client",
18391]
18392
18393[[package]]
18394name = "tracy-client"
18395version = "0.18.3"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18398dependencies = [
18399 "loom",
18400 "once_cell",
18401 "tracy-client-sys",
18402]
18403
18404[[package]]
18405name = "tracy-client-sys"
18406version = "0.27.0"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18409dependencies = [
18410 "cc",
18411 "windows-targets 0.52.6",
18412]
18413
18414[[package]]
18415name = "transpose"
18416version = "0.2.3"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18419dependencies = [
18420 "num-integer",
18421 "strength_reduce",
18422]
18423
18424[[package]]
18425name = "trash"
18426version = "5.2.5"
18427source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18428dependencies = [
18429 "chrono",
18430 "libc",
18431 "log",
18432 "objc2",
18433 "objc2-foundation",
18434 "once_cell",
18435 "percent-encoding",
18436 "scopeguard",
18437 "urlencoding",
18438 "windows 0.56.0",
18439 "windows-core 0.56.0",
18440]
18441
18442[[package]]
18443name = "tree-sitter"
18444version = "0.26.8"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18447dependencies = [
18448 "cc",
18449 "regex",
18450 "regex-syntax",
18451 "serde_json",
18452 "streaming-iterator",
18453 "tree-sitter-language",
18454 "wasmtime-c-api-impl",
18455]
18456
18457[[package]]
18458name = "tree-sitter-bash"
18459version = "0.25.1"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-c"
18469version = "0.24.1"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18472dependencies = [
18473 "cc",
18474 "tree-sitter-language",
18475]
18476
18477[[package]]
18478name = "tree-sitter-cpp"
18479version = "0.23.4"
18480source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18481dependencies = [
18482 "cc",
18483 "tree-sitter-language",
18484]
18485
18486[[package]]
18487name = "tree-sitter-css"
18488version = "0.23.2"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-diff"
18498version = "0.1.0"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-elixir"
18508version = "0.3.4"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18511dependencies = [
18512 "cc",
18513 "tree-sitter-language",
18514]
18515
18516[[package]]
18517name = "tree-sitter-embedded-template"
18518version = "0.23.2"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18521dependencies = [
18522 "cc",
18523 "tree-sitter-language",
18524]
18525
18526[[package]]
18527name = "tree-sitter-gitcommit"
18528version = "0.0.1"
18529source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18530dependencies = [
18531 "cc",
18532 "tree-sitter-language",
18533]
18534
18535[[package]]
18536name = "tree-sitter-go"
18537version = "0.25.0"
18538source = "registry+https://github.com/rust-lang/crates.io-index"
18539checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18540dependencies = [
18541 "cc",
18542 "tree-sitter-language",
18543]
18544
18545[[package]]
18546name = "tree-sitter-gomod"
18547version = "1.1.1"
18548source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18549dependencies = [
18550 "cc",
18551 "tree-sitter-language",
18552]
18553
18554[[package]]
18555name = "tree-sitter-gowork"
18556version = "0.0.1"
18557source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-heex"
18565version = "0.0.1"
18566source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18567dependencies = [
18568 "cc",
18569 "tree-sitter-language",
18570]
18571
18572[[package]]
18573name = "tree-sitter-html"
18574version = "0.23.2"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-jsdoc"
18584version = "0.23.2"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18587dependencies = [
18588 "cc",
18589 "tree-sitter-language",
18590]
18591
18592[[package]]
18593name = "tree-sitter-json"
18594version = "0.24.8"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18597dependencies = [
18598 "cc",
18599 "tree-sitter-language",
18600]
18601
18602[[package]]
18603name = "tree-sitter-language"
18604version = "0.1.5"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18607
18608[[package]]
18609name = "tree-sitter-md"
18610version = "0.3.2"
18611source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18612dependencies = [
18613 "cc",
18614 "tree-sitter-language",
18615]
18616
18617[[package]]
18618name = "tree-sitter-python"
18619version = "0.25.0"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18622dependencies = [
18623 "cc",
18624 "tree-sitter-language",
18625]
18626
18627[[package]]
18628name = "tree-sitter-regex"
18629version = "0.24.3"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18632dependencies = [
18633 "cc",
18634 "tree-sitter-language",
18635]
18636
18637[[package]]
18638name = "tree-sitter-ruby"
18639version = "0.23.1"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18642dependencies = [
18643 "cc",
18644 "tree-sitter-language",
18645]
18646
18647[[package]]
18648name = "tree-sitter-rust"
18649version = "0.24.2"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18652dependencies = [
18653 "cc",
18654 "tree-sitter-language",
18655]
18656
18657[[package]]
18658name = "tree-sitter-typescript"
18659version = "0.23.2"
18660source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18661dependencies = [
18662 "cc",
18663 "tree-sitter-language",
18664]
18665
18666[[package]]
18667name = "tree-sitter-yaml"
18668version = "0.6.1"
18669source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18670dependencies = [
18671 "cc",
18672 "tree-sitter-language",
18673]
18674
18675[[package]]
18676name = "triomphe"
18677version = "0.1.15"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18680dependencies = [
18681 "serde",
18682 "stable_deref_trait",
18683]
18684
18685[[package]]
18686name = "try-lock"
18687version = "0.2.5"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18690
18691[[package]]
18692name = "ttf-parser"
18693version = "0.20.0"
18694source = "registry+https://github.com/rust-lang/crates.io-index"
18695checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18696
18697[[package]]
18698name = "ttf-parser"
18699version = "0.25.1"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18702dependencies = [
18703 "core_maths",
18704]
18705
18706[[package]]
18707name = "tungstenite"
18708version = "0.20.1"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18711dependencies = [
18712 "byteorder",
18713 "bytes 1.11.1",
18714 "data-encoding",
18715 "http 0.2.12",
18716 "httparse",
18717 "log",
18718 "rand 0.8.5",
18719 "sha1",
18720 "thiserror 1.0.69",
18721 "url",
18722 "utf-8",
18723]
18724
18725[[package]]
18726name = "tungstenite"
18727version = "0.21.0"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18730dependencies = [
18731 "byteorder",
18732 "bytes 1.11.1",
18733 "data-encoding",
18734 "http 1.3.1",
18735 "httparse",
18736 "log",
18737 "rand 0.8.5",
18738 "sha1",
18739 "thiserror 1.0.69",
18740 "url",
18741 "utf-8",
18742]
18743
18744[[package]]
18745name = "tungstenite"
18746version = "0.27.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18749dependencies = [
18750 "bytes 1.11.1",
18751 "data-encoding",
18752 "http 1.3.1",
18753 "httparse",
18754 "log",
18755 "rand 0.9.3",
18756 "rustls 0.23.33",
18757 "rustls-pki-types",
18758 "sha1",
18759 "thiserror 2.0.17",
18760 "utf-8",
18761]
18762
18763[[package]]
18764name = "tungstenite"
18765version = "0.28.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18768dependencies = [
18769 "bytes 1.11.1",
18770 "data-encoding",
18771 "http 1.3.1",
18772 "httparse",
18773 "log",
18774 "rand 0.9.3",
18775 "rustls 0.23.33",
18776 "rustls-pki-types",
18777 "sha1",
18778 "thiserror 2.0.17",
18779 "utf-8",
18780]
18781
18782[[package]]
18783name = "typeid"
18784version = "1.0.3"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18787
18788[[package]]
18789name = "typenum"
18790version = "1.19.0"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18793
18794[[package]]
18795name = "ucd-trie"
18796version = "0.1.7"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18799
18800[[package]]
18801name = "uds"
18802version = "0.4.2"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18805dependencies = [
18806 "libc",
18807]
18808
18809[[package]]
18810name = "uds_windows"
18811version = "1.1.0"
18812source = "registry+https://github.com/rust-lang/crates.io-index"
18813checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18814dependencies = [
18815 "memoffset",
18816 "tempfile",
18817 "winapi",
18818]
18819
18820[[package]]
18821name = "ug"
18822version = "0.4.0"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18825dependencies = [
18826 "gemm 0.18.2",
18827 "half",
18828 "libloading",
18829 "memmap2",
18830 "num",
18831 "num-traits",
18832 "num_cpus",
18833 "rayon",
18834 "safetensors",
18835 "serde",
18836 "thiserror 1.0.69",
18837 "tracing",
18838 "yoke 0.7.5",
18839]
18840
18841[[package]]
18842name = "ui"
18843version = "0.1.0"
18844dependencies = [
18845 "chrono",
18846 "component",
18847 "documented",
18848 "gpui",
18849 "gpui_macros",
18850 "gpui_util",
18851 "icons",
18852 "itertools 0.14.0",
18853 "menu",
18854 "schemars",
18855 "serde",
18856 "smallvec",
18857 "strum 0.27.2",
18858 "theme",
18859 "ui_macros",
18860 "windows 0.61.3",
18861]
18862
18863[[package]]
18864name = "ui_input"
18865version = "0.1.0"
18866dependencies = [
18867 "component",
18868 "gpui",
18869 "ui",
18870]
18871
18872[[package]]
18873name = "ui_macros"
18874version = "0.1.0"
18875dependencies = [
18876 "component",
18877 "quote",
18878 "syn 2.0.117",
18879 "ui",
18880]
18881
18882[[package]]
18883name = "ui_prompt"
18884version = "0.1.0"
18885dependencies = [
18886 "gpui",
18887 "markdown",
18888 "menu",
18889 "settings",
18890 "theme_settings",
18891 "ui",
18892 "workspace",
18893]
18894
18895[[package]]
18896name = "unarray"
18897version = "0.1.4"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18900
18901[[package]]
18902name = "unicase"
18903version = "2.8.1"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18906
18907[[package]]
18908name = "unicode-bidi"
18909version = "0.3.18"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18912
18913[[package]]
18914name = "unicode-bidi-mirroring"
18915version = "0.4.0"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18918
18919[[package]]
18920name = "unicode-ccc"
18921version = "0.4.0"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18924
18925[[package]]
18926name = "unicode-general-category"
18927version = "1.1.0"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18930
18931[[package]]
18932name = "unicode-ident"
18933version = "1.0.19"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18936
18937[[package]]
18938name = "unicode-linebreak"
18939version = "0.1.5"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18942
18943[[package]]
18944name = "unicode-normalization"
18945version = "0.1.24"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18948dependencies = [
18949 "tinyvec",
18950]
18951
18952[[package]]
18953name = "unicode-properties"
18954version = "0.1.3"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18957
18958[[package]]
18959name = "unicode-script"
18960version = "0.5.8"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18963
18964[[package]]
18965name = "unicode-segmentation"
18966version = "1.12.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18969
18970[[package]]
18971name = "unicode-vo"
18972version = "0.1.0"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18975
18976[[package]]
18977name = "unicode-width"
18978version = "0.2.2"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18981
18982[[package]]
18983name = "unicode-xid"
18984version = "0.2.6"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18987
18988[[package]]
18989name = "unicode_categories"
18990version = "0.1.1"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18993
18994[[package]]
18995name = "unindent"
18996version = "0.2.4"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18999
19000[[package]]
19001name = "unsafe-libyaml"
19002version = "0.2.11"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19005
19006[[package]]
19007name = "untrusted"
19008version = "0.7.1"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19011
19012[[package]]
19013name = "untrusted"
19014version = "0.9.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19017
19018[[package]]
19019name = "url"
19020version = "2.5.7"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19023dependencies = [
19024 "form_urlencoded",
19025 "idna",
19026 "percent-encoding",
19027 "serde",
19028]
19029
19030[[package]]
19031name = "urlencoding"
19032version = "2.1.3"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19035
19036[[package]]
19037name = "usvg"
19038version = "0.45.1"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19041dependencies = [
19042 "base64 0.22.1",
19043 "data-url",
19044 "flate2",
19045 "fontdb 0.23.0",
19046 "imagesize",
19047 "kurbo",
19048 "log",
19049 "pico-args",
19050 "roxmltree",
19051 "rustybuzz",
19052 "simplecss",
19053 "siphasher 1.0.1",
19054 "strict-num",
19055 "svgtypes",
19056 "tiny-skia-path",
19057 "unicode-bidi",
19058 "unicode-script",
19059 "unicode-vo",
19060 "xmlwriter",
19061]
19062
19063[[package]]
19064name = "utf-8"
19065version = "0.7.6"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19068
19069[[package]]
19070name = "utf8-chars"
19071version = "3.0.6"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19074dependencies = [
19075 "arrayvec",
19076]
19077
19078[[package]]
19079name = "utf8_iter"
19080version = "1.0.4"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19083
19084[[package]]
19085name = "utf8parse"
19086version = "0.2.2"
19087source = "registry+https://github.com/rust-lang/crates.io-index"
19088checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19089
19090[[package]]
19091name = "util"
19092version = "0.1.0"
19093dependencies = [
19094 "anyhow",
19095 "async-fs",
19096 "async_zip",
19097 "collections",
19098 "command-fds",
19099 "dirs",
19100 "dunce",
19101 "futures 0.3.32",
19102 "futures-lite 1.13.0",
19103 "git2",
19104 "globset",
19105 "gpui_util",
19106 "itertools 0.14.0",
19107 "libc",
19108 "log",
19109 "mach2 0.5.0",
19110 "nix 0.29.0",
19111 "percent-encoding",
19112 "pretty_assertions",
19113 "rand 0.9.3",
19114 "regex",
19115 "rust-embed",
19116 "schemars",
19117 "serde",
19118 "serde_json",
19119 "serde_json_lenient",
19120 "shlex",
19121 "smol",
19122 "take-until",
19123 "tempfile",
19124 "tendril",
19125 "unicase",
19126 "url",
19127 "util_macros",
19128 "walkdir",
19129 "which 6.0.3",
19130]
19131
19132[[package]]
19133name = "util_macros"
19134version = "0.1.0"
19135dependencies = [
19136 "perf",
19137 "quote",
19138 "syn 2.0.117",
19139]
19140
19141[[package]]
19142name = "uuid"
19143version = "1.18.1"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19146dependencies = [
19147 "getrandom 0.3.4",
19148 "js-sys",
19149 "serde",
19150 "sha1_smol",
19151 "wasm-bindgen",
19152]
19153
19154[[package]]
19155name = "uuid-simd"
19156version = "0.8.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19159dependencies = [
19160 "outref",
19161 "vsimd",
19162]
19163
19164[[package]]
19165name = "v_frame"
19166version = "0.3.9"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19169dependencies = [
19170 "aligned-vec",
19171 "num-traits",
19172 "wasm-bindgen",
19173]
19174
19175[[package]]
19176name = "valuable"
19177version = "0.1.1"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19180
19181[[package]]
19182name = "value-bag"
19183version = "1.12.0"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19186dependencies = [
19187 "value-bag-serde1",
19188 "value-bag-sval2",
19189]
19190
19191[[package]]
19192name = "value-bag-serde1"
19193version = "1.12.0"
19194source = "registry+https://github.com/rust-lang/crates.io-index"
19195checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19196dependencies = [
19197 "erased-serde",
19198 "serde_core",
19199 "serde_fmt",
19200]
19201
19202[[package]]
19203name = "value-bag-sval2"
19204version = "1.12.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19207dependencies = [
19208 "sval",
19209 "sval_buffer",
19210 "sval_dynamic",
19211 "sval_fmt",
19212 "sval_json",
19213 "sval_ref",
19214 "sval_serde",
19215]
19216
19217[[package]]
19218name = "vcpkg"
19219version = "0.2.15"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19222
19223[[package]]
19224name = "vercel"
19225version = "0.1.0"
19226dependencies = [
19227 "anyhow",
19228 "schemars",
19229 "serde",
19230 "strum 0.27.2",
19231]
19232
19233[[package]]
19234name = "version-compare"
19235version = "0.2.0"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19238
19239[[package]]
19240name = "version_check"
19241version = "0.9.5"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19244
19245[[package]]
19246name = "vim"
19247version = "0.1.0"
19248dependencies = [
19249 "anyhow",
19250 "async-compat",
19251 "async-trait",
19252 "collections",
19253 "command_palette",
19254 "command_palette_hooks",
19255 "db",
19256 "editor",
19257 "env_logger 0.11.8",
19258 "futures 0.3.32",
19259 "fuzzy",
19260 "git_ui",
19261 "gpui",
19262 "indoc",
19263 "itertools 0.14.0",
19264 "language",
19265 "log",
19266 "lsp",
19267 "markdown_preview",
19268 "menu",
19269 "multi_buffer",
19270 "nvim-rs",
19271 "outline_panel",
19272 "parking_lot",
19273 "perf",
19274 "picker",
19275 "project",
19276 "project_panel",
19277 "regex",
19278 "release_channel",
19279 "schemars",
19280 "search",
19281 "semver",
19282 "serde",
19283 "serde_json",
19284 "settings",
19285 "settings_ui",
19286 "task",
19287 "text",
19288 "theme",
19289 "theme_settings",
19290 "tokio",
19291 "ui",
19292 "util",
19293 "util_macros",
19294 "vim_mode_setting",
19295 "workspace",
19296 "zed_actions",
19297]
19298
19299[[package]]
19300name = "vim_mode_setting"
19301version = "0.1.0"
19302dependencies = [
19303 "gpui",
19304 "settings",
19305]
19306
19307[[package]]
19308name = "vscode_theme"
19309version = "0.2.0"
19310source = "registry+https://github.com/rust-lang/crates.io-index"
19311checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19312dependencies = [
19313 "serde",
19314]
19315
19316[[package]]
19317name = "vsimd"
19318version = "0.8.0"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19321
19322[[package]]
19323name = "vswhom"
19324version = "0.1.0"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19327dependencies = [
19328 "libc",
19329 "vswhom-sys",
19330]
19331
19332[[package]]
19333name = "vswhom-sys"
19334version = "0.1.3"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19337dependencies = [
19338 "cc",
19339 "libc",
19340]
19341
19342[[package]]
19343name = "vte"
19344version = "0.15.0"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19347dependencies = [
19348 "arrayvec",
19349 "bitflags 2.10.0",
19350 "cursor-icon",
19351 "log",
19352 "memchr",
19353 "serde",
19354]
19355
19356[[package]]
19357name = "wait-timeout"
19358version = "0.2.1"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19361dependencies = [
19362 "libc",
19363]
19364
19365[[package]]
19366name = "waker-fn"
19367version = "1.2.0"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19370
19371[[package]]
19372name = "walkdir"
19373version = "2.5.0"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19376dependencies = [
19377 "same-file",
19378 "winapi-util",
19379]
19380
19381[[package]]
19382name = "want"
19383version = "0.3.1"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19386dependencies = [
19387 "try-lock",
19388]
19389
19390[[package]]
19391name = "warp"
19392version = "0.3.7"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19395dependencies = [
19396 "bytes 1.11.1",
19397 "futures-channel",
19398 "futures-util",
19399 "headers",
19400 "http 0.2.12",
19401 "hyper 0.14.32",
19402 "log",
19403 "mime",
19404 "mime_guess",
19405 "percent-encoding",
19406 "pin-project",
19407 "scoped-tls",
19408 "serde",
19409 "serde_json",
19410 "serde_urlencoded",
19411 "tokio",
19412 "tokio-tungstenite 0.21.0",
19413 "tokio-util",
19414 "tower-service",
19415 "tracing",
19416]
19417
19418[[package]]
19419name = "wasi"
19420version = "0.11.1+wasi-snapshot-preview1"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19423
19424[[package]]
19425name = "wasip2"
19426version = "1.0.1+wasi-0.2.4"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19429dependencies = [
19430 "wit-bindgen 0.46.0",
19431]
19432
19433[[package]]
19434name = "wasip3"
19435version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19438dependencies = [
19439 "wit-bindgen 0.51.0",
19440]
19441
19442[[package]]
19443name = "wasite"
19444version = "0.1.0"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19447
19448[[package]]
19449name = "wasm-bindgen"
19450version = "0.2.113"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19453dependencies = [
19454 "cfg-if",
19455 "once_cell",
19456 "rustversion",
19457 "wasm-bindgen-macro",
19458 "wasm-bindgen-shared",
19459]
19460
19461[[package]]
19462name = "wasm-bindgen-futures"
19463version = "0.4.63"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19466dependencies = [
19467 "cfg-if",
19468 "futures-util",
19469 "js-sys",
19470 "once_cell",
19471 "wasm-bindgen",
19472 "web-sys",
19473]
19474
19475[[package]]
19476name = "wasm-bindgen-macro"
19477version = "0.2.113"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19480dependencies = [
19481 "quote",
19482 "wasm-bindgen-macro-support",
19483]
19484
19485[[package]]
19486name = "wasm-bindgen-macro-support"
19487version = "0.2.113"
19488source = "registry+https://github.com/rust-lang/crates.io-index"
19489checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19490dependencies = [
19491 "bumpalo",
19492 "proc-macro2",
19493 "quote",
19494 "syn 2.0.117",
19495 "wasm-bindgen-shared",
19496]
19497
19498[[package]]
19499name = "wasm-bindgen-shared"
19500version = "0.2.113"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19503dependencies = [
19504 "unicode-ident",
19505]
19506
19507[[package]]
19508name = "wasm-encoder"
19509version = "0.201.0"
19510source = "registry+https://github.com/rust-lang/crates.io-index"
19511checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19512dependencies = [
19513 "leb128",
19514]
19515
19516[[package]]
19517name = "wasm-encoder"
19518version = "0.221.3"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19521dependencies = [
19522 "leb128",
19523 "wasmparser 0.221.3",
19524]
19525
19526[[package]]
19527name = "wasm-encoder"
19528version = "0.227.1"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19531dependencies = [
19532 "leb128fmt",
19533 "wasmparser 0.227.1",
19534]
19535
19536[[package]]
19537name = "wasm-encoder"
19538version = "0.236.1"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19541dependencies = [
19542 "leb128fmt",
19543 "wasmparser 0.236.1",
19544]
19545
19546[[package]]
19547name = "wasm-encoder"
19548version = "0.244.0"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19551dependencies = [
19552 "leb128fmt",
19553 "wasmparser 0.244.0",
19554]
19555
19556[[package]]
19557name = "wasm-metadata"
19558version = "0.201.0"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19561dependencies = [
19562 "anyhow",
19563 "indexmap",
19564 "serde",
19565 "serde_derive",
19566 "serde_json",
19567 "spdx",
19568 "wasm-encoder 0.201.0",
19569 "wasmparser 0.201.0",
19570]
19571
19572[[package]]
19573name = "wasm-metadata"
19574version = "0.227.1"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19577dependencies = [
19578 "anyhow",
19579 "auditable-serde",
19580 "flate2",
19581 "indexmap",
19582 "serde",
19583 "serde_derive",
19584 "serde_json",
19585 "spdx",
19586 "url",
19587 "wasm-encoder 0.227.1",
19588 "wasmparser 0.227.1",
19589]
19590
19591[[package]]
19592name = "wasm-metadata"
19593version = "0.244.0"
19594source = "registry+https://github.com/rust-lang/crates.io-index"
19595checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19596dependencies = [
19597 "anyhow",
19598 "indexmap",
19599 "wasm-encoder 0.244.0",
19600 "wasmparser 0.244.0",
19601]
19602
19603[[package]]
19604name = "wasm-streams"
19605version = "0.4.2"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19608dependencies = [
19609 "futures-util",
19610 "js-sys",
19611 "wasm-bindgen",
19612 "wasm-bindgen-futures",
19613 "web-sys",
19614]
19615
19616[[package]]
19617name = "wasm_thread"
19618version = "0.3.3"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19621dependencies = [
19622 "futures 0.3.32",
19623 "js-sys",
19624 "wasm-bindgen",
19625 "web-sys",
19626]
19627
19628[[package]]
19629name = "wasmparser"
19630version = "0.201.0"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19633dependencies = [
19634 "bitflags 2.10.0",
19635 "indexmap",
19636 "semver",
19637]
19638
19639[[package]]
19640name = "wasmparser"
19641version = "0.221.3"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19644dependencies = [
19645 "bitflags 2.10.0",
19646 "hashbrown 0.15.5",
19647 "indexmap",
19648 "semver",
19649 "serde",
19650]
19651
19652[[package]]
19653name = "wasmparser"
19654version = "0.227.1"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19657dependencies = [
19658 "bitflags 2.10.0",
19659 "hashbrown 0.15.5",
19660 "indexmap",
19661 "semver",
19662]
19663
19664[[package]]
19665name = "wasmparser"
19666version = "0.236.1"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19669dependencies = [
19670 "bitflags 2.10.0",
19671 "hashbrown 0.15.5",
19672 "indexmap",
19673 "semver",
19674 "serde",
19675]
19676
19677[[package]]
19678name = "wasmparser"
19679version = "0.244.0"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19682dependencies = [
19683 "bitflags 2.10.0",
19684 "hashbrown 0.15.5",
19685 "indexmap",
19686 "semver",
19687]
19688
19689[[package]]
19690name = "wasmprinter"
19691version = "0.236.1"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19694dependencies = [
19695 "anyhow",
19696 "termcolor",
19697 "wasmparser 0.236.1",
19698]
19699
19700[[package]]
19701name = "wasmtime"
19702version = "36.0.7"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19705dependencies = [
19706 "addr2line",
19707 "anyhow",
19708 "async-trait",
19709 "bitflags 2.10.0",
19710 "bumpalo",
19711 "cc",
19712 "cfg-if",
19713 "encoding_rs",
19714 "hashbrown 0.15.5",
19715 "indexmap",
19716 "libc",
19717 "log",
19718 "mach2 0.4.3",
19719 "memfd",
19720 "object",
19721 "once_cell",
19722 "postcard",
19723 "pulley-interpreter",
19724 "rayon",
19725 "rustix 1.1.2",
19726 "semver",
19727 "serde",
19728 "serde_derive",
19729 "smallvec",
19730 "target-lexicon 0.13.3",
19731 "wasmparser 0.236.1",
19732 "wasmtime-environ",
19733 "wasmtime-internal-asm-macros",
19734 "wasmtime-internal-component-macro",
19735 "wasmtime-internal-component-util",
19736 "wasmtime-internal-cranelift",
19737 "wasmtime-internal-fiber",
19738 "wasmtime-internal-jit-debug",
19739 "wasmtime-internal-jit-icache-coherence",
19740 "wasmtime-internal-math",
19741 "wasmtime-internal-slab",
19742 "wasmtime-internal-unwinder",
19743 "wasmtime-internal-versioned-export-macros",
19744 "wasmtime-internal-winch",
19745 "windows-sys 0.60.2",
19746]
19747
19748[[package]]
19749name = "wasmtime-c-api-impl"
19750version = "36.0.6"
19751source = "registry+https://github.com/rust-lang/crates.io-index"
19752checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19753dependencies = [
19754 "anyhow",
19755 "log",
19756 "tracing",
19757 "wasmtime",
19758 "wasmtime-internal-c-api-macros",
19759]
19760
19761[[package]]
19762name = "wasmtime-environ"
19763version = "36.0.7"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19766dependencies = [
19767 "anyhow",
19768 "cpp_demangle",
19769 "cranelift-bitset",
19770 "cranelift-entity",
19771 "gimli",
19772 "indexmap",
19773 "log",
19774 "object",
19775 "postcard",
19776 "rustc-demangle",
19777 "semver",
19778 "serde",
19779 "serde_derive",
19780 "smallvec",
19781 "target-lexicon 0.13.3",
19782 "wasm-encoder 0.236.1",
19783 "wasmparser 0.236.1",
19784 "wasmprinter",
19785 "wasmtime-internal-component-util",
19786]
19787
19788[[package]]
19789name = "wasmtime-internal-asm-macros"
19790version = "36.0.7"
19791source = "registry+https://github.com/rust-lang/crates.io-index"
19792checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19793dependencies = [
19794 "cfg-if",
19795]
19796
19797[[package]]
19798name = "wasmtime-internal-c-api-macros"
19799version = "36.0.6"
19800source = "registry+https://github.com/rust-lang/crates.io-index"
19801checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19802dependencies = [
19803 "proc-macro2",
19804 "quote",
19805]
19806
19807[[package]]
19808name = "wasmtime-internal-component-macro"
19809version = "36.0.7"
19810source = "registry+https://github.com/rust-lang/crates.io-index"
19811checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19812dependencies = [
19813 "anyhow",
19814 "proc-macro2",
19815 "quote",
19816 "syn 2.0.117",
19817 "wasmtime-internal-component-util",
19818 "wasmtime-internal-wit-bindgen",
19819 "wit-parser 0.236.1",
19820]
19821
19822[[package]]
19823name = "wasmtime-internal-component-util"
19824version = "36.0.7"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19827
19828[[package]]
19829name = "wasmtime-internal-cranelift"
19830version = "36.0.7"
19831source = "registry+https://github.com/rust-lang/crates.io-index"
19832checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19833dependencies = [
19834 "anyhow",
19835 "cfg-if",
19836 "cranelift-codegen",
19837 "cranelift-control",
19838 "cranelift-entity",
19839 "cranelift-frontend",
19840 "cranelift-native",
19841 "gimli",
19842 "itertools 0.14.0",
19843 "log",
19844 "object",
19845 "pulley-interpreter",
19846 "smallvec",
19847 "target-lexicon 0.13.3",
19848 "thiserror 2.0.17",
19849 "wasmparser 0.236.1",
19850 "wasmtime-environ",
19851 "wasmtime-internal-math",
19852 "wasmtime-internal-versioned-export-macros",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-fiber"
19857version = "36.0.7"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19860dependencies = [
19861 "anyhow",
19862 "cc",
19863 "cfg-if",
19864 "libc",
19865 "rustix 1.1.2",
19866 "wasmtime-internal-asm-macros",
19867 "wasmtime-internal-versioned-export-macros",
19868 "windows-sys 0.60.2",
19869]
19870
19871[[package]]
19872name = "wasmtime-internal-jit-debug"
19873version = "36.0.7"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19876dependencies = [
19877 "cc",
19878 "wasmtime-internal-versioned-export-macros",
19879]
19880
19881[[package]]
19882name = "wasmtime-internal-jit-icache-coherence"
19883version = "36.0.7"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19886dependencies = [
19887 "anyhow",
19888 "cfg-if",
19889 "libc",
19890 "windows-sys 0.60.2",
19891]
19892
19893[[package]]
19894name = "wasmtime-internal-math"
19895version = "36.0.7"
19896source = "registry+https://github.com/rust-lang/crates.io-index"
19897checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19898dependencies = [
19899 "libm",
19900]
19901
19902[[package]]
19903name = "wasmtime-internal-slab"
19904version = "36.0.7"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19907
19908[[package]]
19909name = "wasmtime-internal-unwinder"
19910version = "36.0.7"
19911source = "registry+https://github.com/rust-lang/crates.io-index"
19912checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19913dependencies = [
19914 "anyhow",
19915 "cfg-if",
19916 "cranelift-codegen",
19917 "log",
19918 "object",
19919]
19920
19921[[package]]
19922name = "wasmtime-internal-versioned-export-macros"
19923version = "36.0.7"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19926dependencies = [
19927 "proc-macro2",
19928 "quote",
19929 "syn 2.0.117",
19930]
19931
19932[[package]]
19933name = "wasmtime-internal-winch"
19934version = "36.0.7"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19937dependencies = [
19938 "anyhow",
19939 "cranelift-codegen",
19940 "gimli",
19941 "object",
19942 "target-lexicon 0.13.3",
19943 "wasmparser 0.236.1",
19944 "wasmtime-environ",
19945 "wasmtime-internal-cranelift",
19946 "winch-codegen",
19947]
19948
19949[[package]]
19950name = "wasmtime-internal-wit-bindgen"
19951version = "36.0.7"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19954dependencies = [
19955 "anyhow",
19956 "bitflags 2.10.0",
19957 "heck 0.5.0",
19958 "indexmap",
19959 "wit-parser 0.236.1",
19960]
19961
19962[[package]]
19963name = "wasmtime-wasi"
19964version = "36.0.6"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19967dependencies = [
19968 "anyhow",
19969 "async-trait",
19970 "bitflags 2.10.0",
19971 "bytes 1.11.1",
19972 "cap-fs-ext",
19973 "cap-net-ext",
19974 "cap-rand",
19975 "cap-std",
19976 "cap-time-ext",
19977 "fs-set-times",
19978 "futures 0.3.32",
19979 "io-extras",
19980 "io-lifetimes",
19981 "rustix 1.1.2",
19982 "system-interface",
19983 "thiserror 2.0.17",
19984 "tokio",
19985 "tracing",
19986 "url",
19987 "wasmtime",
19988 "wasmtime-wasi-io",
19989 "wiggle",
19990 "windows-sys 0.60.2",
19991]
19992
19993[[package]]
19994name = "wasmtime-wasi-io"
19995version = "36.0.6"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19998dependencies = [
19999 "anyhow",
20000 "async-trait",
20001 "bytes 1.11.1",
20002 "futures 0.3.32",
20003 "wasmtime",
20004]
20005
20006[[package]]
20007name = "wast"
20008version = "35.0.2"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20011dependencies = [
20012 "leb128",
20013]
20014
20015[[package]]
20016name = "watch"
20017version = "0.1.0"
20018dependencies = [
20019 "ctor",
20020 "futures 0.3.32",
20021 "gpui",
20022 "parking_lot",
20023 "zlog",
20024]
20025
20026[[package]]
20027name = "wax"
20028version = "0.7.0"
20029source = "registry+https://github.com/rust-lang/crates.io-index"
20030checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20031dependencies = [
20032 "const_format",
20033 "itertools 0.14.0",
20034 "nom 7.1.3",
20035 "pori",
20036 "regex",
20037 "thiserror 2.0.17",
20038 "walkdir",
20039]
20040
20041[[package]]
20042name = "wayland-backend"
20043version = "0.3.11"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20046dependencies = [
20047 "cc",
20048 "downcast-rs",
20049 "rustix 1.1.2",
20050 "scoped-tls",
20051 "smallvec",
20052 "wayland-sys",
20053]
20054
20055[[package]]
20056name = "wayland-client"
20057version = "0.31.11"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20060dependencies = [
20061 "bitflags 2.10.0",
20062 "rustix 1.1.2",
20063 "wayland-backend",
20064 "wayland-scanner",
20065]
20066
20067[[package]]
20068name = "wayland-cursor"
20069version = "0.31.11"
20070source = "registry+https://github.com/rust-lang/crates.io-index"
20071checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20072dependencies = [
20073 "rustix 1.1.2",
20074 "wayland-client",
20075 "xcursor",
20076]
20077
20078[[package]]
20079name = "wayland-protocols"
20080version = "0.32.9"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20083dependencies = [
20084 "bitflags 2.10.0",
20085 "wayland-backend",
20086 "wayland-client",
20087 "wayland-scanner",
20088]
20089
20090[[package]]
20091name = "wayland-protocols-plasma"
20092version = "0.3.9"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20095dependencies = [
20096 "bitflags 2.10.0",
20097 "wayland-backend",
20098 "wayland-client",
20099 "wayland-protocols",
20100 "wayland-scanner",
20101]
20102
20103[[package]]
20104name = "wayland-protocols-wlr"
20105version = "0.3.9"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20108dependencies = [
20109 "bitflags 2.10.0",
20110 "wayland-backend",
20111 "wayland-client",
20112 "wayland-protocols",
20113 "wayland-scanner",
20114]
20115
20116[[package]]
20117name = "wayland-scanner"
20118version = "0.31.7"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20121dependencies = [
20122 "proc-macro2",
20123 "quick-xml 0.37.5",
20124 "quote",
20125]
20126
20127[[package]]
20128name = "wayland-sys"
20129version = "0.31.7"
20130source = "registry+https://github.com/rust-lang/crates.io-index"
20131checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20132dependencies = [
20133 "dlib",
20134 "log",
20135 "once_cell",
20136 "pkg-config",
20137]
20138
20139[[package]]
20140name = "web-sys"
20141version = "0.3.90"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20144dependencies = [
20145 "js-sys",
20146 "wasm-bindgen",
20147]
20148
20149[[package]]
20150name = "web-time"
20151version = "1.1.0"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20154dependencies = [
20155 "js-sys",
20156 "serde",
20157 "wasm-bindgen",
20158]
20159
20160[[package]]
20161name = "web_atoms"
20162version = "0.1.3"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20165dependencies = [
20166 "phf 0.11.3",
20167 "phf_codegen",
20168 "string_cache",
20169 "string_cache_codegen",
20170]
20171
20172[[package]]
20173name = "web_search"
20174version = "0.1.0"
20175dependencies = [
20176 "anyhow",
20177 "cloud_llm_client",
20178 "collections",
20179 "gpui",
20180 "serde",
20181]
20182
20183[[package]]
20184name = "web_search_providers"
20185version = "0.1.0"
20186dependencies = [
20187 "anyhow",
20188 "client",
20189 "cloud_api_client",
20190 "cloud_api_types",
20191 "cloud_llm_client",
20192 "futures 0.3.32",
20193 "gpui",
20194 "http_client",
20195 "language_model",
20196 "serde",
20197 "serde_json",
20198 "web_search",
20199]
20200
20201[[package]]
20202name = "webpki-root-certs"
20203version = "0.26.8"
20204source = "registry+https://github.com/rust-lang/crates.io-index"
20205checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20206dependencies = [
20207 "rustls-pki-types",
20208]
20209
20210[[package]]
20211name = "webpki-roots"
20212version = "0.26.8"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20215dependencies = [
20216 "rustls-pki-types",
20217]
20218
20219[[package]]
20220name = "webrtc-sys"
20221version = "0.3.23"
20222source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20223dependencies = [
20224 "cc",
20225 "cxx",
20226 "cxx-build",
20227 "glob",
20228 "log",
20229 "pkg-config",
20230 "webrtc-sys-build",
20231]
20232
20233[[package]]
20234name = "webrtc-sys-build"
20235version = "0.3.13"
20236source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20237dependencies = [
20238 "anyhow",
20239 "fs2",
20240 "regex",
20241 "reqwest 0.12.24",
20242 "scratch",
20243 "semver",
20244 "zip 0.6.6",
20245]
20246
20247[[package]]
20248name = "weezl"
20249version = "0.1.10"
20250source = "registry+https://github.com/rust-lang/crates.io-index"
20251checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20252
20253[[package]]
20254name = "wgpu"
20255version = "29.0.0"
20256source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20257dependencies = [
20258 "arrayvec",
20259 "bitflags 2.10.0",
20260 "bytemuck",
20261 "cfg-if",
20262 "cfg_aliases 0.2.1",
20263 "document-features",
20264 "hashbrown 0.16.1",
20265 "js-sys",
20266 "log",
20267 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20268 "parking_lot",
20269 "portable-atomic",
20270 "profiling",
20271 "raw-window-handle",
20272 "smallvec",
20273 "static_assertions",
20274 "wasm-bindgen",
20275 "wasm-bindgen-futures",
20276 "web-sys",
20277 "wgpu-core",
20278 "wgpu-hal",
20279 "wgpu-types",
20280]
20281
20282[[package]]
20283name = "wgpu-core"
20284version = "29.0.0"
20285source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20286dependencies = [
20287 "arrayvec",
20288 "bit-set 0.9.1",
20289 "bit-vec 0.9.1",
20290 "bitflags 2.10.0",
20291 "bytemuck",
20292 "cfg_aliases 0.2.1",
20293 "document-features",
20294 "hashbrown 0.16.1",
20295 "indexmap",
20296 "log",
20297 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20298 "once_cell",
20299 "parking_lot",
20300 "portable-atomic",
20301 "profiling",
20302 "raw-window-handle",
20303 "rustc-hash 1.1.0",
20304 "smallvec",
20305 "thiserror 2.0.17",
20306 "wgpu-core-deps-apple",
20307 "wgpu-core-deps-emscripten",
20308 "wgpu-core-deps-windows-linux-android",
20309 "wgpu-hal",
20310 "wgpu-naga-bridge",
20311 "wgpu-types",
20312]
20313
20314[[package]]
20315name = "wgpu-core-deps-apple"
20316version = "29.0.0"
20317source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20318dependencies = [
20319 "wgpu-hal",
20320]
20321
20322[[package]]
20323name = "wgpu-core-deps-emscripten"
20324version = "29.0.0"
20325source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20326dependencies = [
20327 "wgpu-hal",
20328]
20329
20330[[package]]
20331name = "wgpu-core-deps-windows-linux-android"
20332version = "29.0.0"
20333source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20334dependencies = [
20335 "wgpu-hal",
20336]
20337
20338[[package]]
20339name = "wgpu-hal"
20340version = "29.0.0"
20341source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20342dependencies = [
20343 "android_system_properties",
20344 "arrayvec",
20345 "ash",
20346 "bit-set 0.9.1",
20347 "bitflags 2.10.0",
20348 "block2",
20349 "bytemuck",
20350 "cfg-if",
20351 "cfg_aliases 0.2.1",
20352 "glow",
20353 "glutin_wgl_sys",
20354 "gpu-allocator",
20355 "gpu-descriptor",
20356 "hashbrown 0.16.1",
20357 "js-sys",
20358 "khronos-egl",
20359 "libc",
20360 "libloading",
20361 "log",
20362 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20363 "ndk-sys",
20364 "objc2",
20365 "objc2-core-foundation",
20366 "objc2-foundation",
20367 "objc2-metal",
20368 "objc2-quartz-core",
20369 "once_cell",
20370 "ordered-float 4.6.0",
20371 "parking_lot",
20372 "portable-atomic",
20373 "portable-atomic-util",
20374 "profiling",
20375 "range-alloc",
20376 "raw-window-handle",
20377 "raw-window-metal",
20378 "renderdoc-sys",
20379 "smallvec",
20380 "thiserror 2.0.17",
20381 "wasm-bindgen",
20382 "wayland-sys",
20383 "web-sys",
20384 "wgpu-naga-bridge",
20385 "wgpu-types",
20386 "windows 0.62.2",
20387 "windows-core 0.62.2",
20388]
20389
20390[[package]]
20391name = "wgpu-naga-bridge"
20392version = "29.0.0"
20393source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20394dependencies = [
20395 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20396 "wgpu-types",
20397]
20398
20399[[package]]
20400name = "wgpu-types"
20401version = "29.0.0"
20402source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20403dependencies = [
20404 "bitflags 2.10.0",
20405 "bytemuck",
20406 "js-sys",
20407 "log",
20408 "raw-window-handle",
20409 "web-sys",
20410]
20411
20412[[package]]
20413name = "which"
20414version = "4.4.2"
20415source = "registry+https://github.com/rust-lang/crates.io-index"
20416checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20417dependencies = [
20418 "either",
20419 "home",
20420 "once_cell",
20421 "rustix 0.38.44",
20422]
20423
20424[[package]]
20425name = "which"
20426version = "6.0.3"
20427source = "registry+https://github.com/rust-lang/crates.io-index"
20428checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20429dependencies = [
20430 "either",
20431 "home",
20432 "rustix 0.38.44",
20433 "winsafe",
20434]
20435
20436[[package]]
20437name = "which_key"
20438version = "0.1.0"
20439dependencies = [
20440 "command_palette",
20441 "gpui",
20442 "serde",
20443 "settings",
20444 "theme_settings",
20445 "ui",
20446 "util",
20447 "workspace",
20448]
20449
20450[[package]]
20451name = "whoami"
20452version = "1.6.1"
20453source = "registry+https://github.com/rust-lang/crates.io-index"
20454checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20455dependencies = [
20456 "libredox",
20457 "wasite",
20458]
20459
20460[[package]]
20461name = "wiggle"
20462version = "36.0.6"
20463source = "registry+https://github.com/rust-lang/crates.io-index"
20464checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20465dependencies = [
20466 "anyhow",
20467 "async-trait",
20468 "bitflags 2.10.0",
20469 "thiserror 2.0.17",
20470 "tracing",
20471 "wasmtime",
20472 "wiggle-macro",
20473]
20474
20475[[package]]
20476name = "wiggle-generate"
20477version = "36.0.6"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20480dependencies = [
20481 "anyhow",
20482 "heck 0.5.0",
20483 "proc-macro2",
20484 "quote",
20485 "syn 2.0.117",
20486 "witx",
20487]
20488
20489[[package]]
20490name = "wiggle-macro"
20491version = "36.0.6"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20494dependencies = [
20495 "proc-macro2",
20496 "quote",
20497 "syn 2.0.117",
20498 "wiggle-generate",
20499]
20500
20501[[package]]
20502name = "winapi"
20503version = "0.3.9"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20506dependencies = [
20507 "winapi-i686-pc-windows-gnu",
20508 "winapi-x86_64-pc-windows-gnu",
20509]
20510
20511[[package]]
20512name = "winapi-i686-pc-windows-gnu"
20513version = "0.4.0"
20514source = "registry+https://github.com/rust-lang/crates.io-index"
20515checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20516
20517[[package]]
20518name = "winapi-util"
20519version = "0.1.11"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20522dependencies = [
20523 "windows-sys 0.61.2",
20524]
20525
20526[[package]]
20527name = "winapi-x86_64-pc-windows-gnu"
20528version = "0.4.0"
20529source = "registry+https://github.com/rust-lang/crates.io-index"
20530checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20531
20532[[package]]
20533name = "winch-codegen"
20534version = "36.0.7"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20537dependencies = [
20538 "anyhow",
20539 "cranelift-assembler-x64",
20540 "cranelift-codegen",
20541 "gimli",
20542 "regalloc2",
20543 "smallvec",
20544 "target-lexicon 0.13.3",
20545 "thiserror 2.0.17",
20546 "wasmparser 0.236.1",
20547 "wasmtime-environ",
20548 "wasmtime-internal-cranelift",
20549 "wasmtime-internal-math",
20550]
20551
20552[[package]]
20553name = "windows"
20554version = "0.56.0"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20557dependencies = [
20558 "windows-core 0.56.0",
20559 "windows-targets 0.52.6",
20560]
20561
20562[[package]]
20563name = "windows"
20564version = "0.57.0"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20567dependencies = [
20568 "windows-core 0.57.0",
20569 "windows-targets 0.52.6",
20570]
20571
20572[[package]]
20573name = "windows"
20574version = "0.58.0"
20575source = "registry+https://github.com/rust-lang/crates.io-index"
20576checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20577dependencies = [
20578 "windows-core 0.58.0",
20579 "windows-targets 0.52.6",
20580]
20581
20582[[package]]
20583name = "windows"
20584version = "0.61.3"
20585source = "registry+https://github.com/rust-lang/crates.io-index"
20586checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20587dependencies = [
20588 "windows-collections 0.2.0",
20589 "windows-core 0.61.2",
20590 "windows-future 0.2.1",
20591 "windows-link 0.1.3",
20592 "windows-numerics 0.2.0",
20593]
20594
20595[[package]]
20596name = "windows"
20597version = "0.62.2"
20598source = "registry+https://github.com/rust-lang/crates.io-index"
20599checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20600dependencies = [
20601 "windows-collections 0.3.2",
20602 "windows-core 0.62.2",
20603 "windows-future 0.3.2",
20604 "windows-numerics 0.3.1",
20605]
20606
20607[[package]]
20608name = "windows-bindgen"
20609version = "0.61.1"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20612dependencies = [
20613 "serde",
20614 "serde_json",
20615 "windows-threading 0.1.0",
20616]
20617
20618[[package]]
20619name = "windows-capture"
20620version = "1.4.3"
20621source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20622dependencies = [
20623 "clap",
20624 "ctrlc",
20625 "parking_lot",
20626 "rayon",
20627 "thiserror 2.0.17",
20628 "windows 0.61.3",
20629 "windows-future 0.2.1",
20630]
20631
20632[[package]]
20633name = "windows-collections"
20634version = "0.2.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20637dependencies = [
20638 "windows-core 0.61.2",
20639]
20640
20641[[package]]
20642name = "windows-collections"
20643version = "0.3.2"
20644source = "registry+https://github.com/rust-lang/crates.io-index"
20645checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20646dependencies = [
20647 "windows-core 0.62.2",
20648]
20649
20650[[package]]
20651name = "windows-core"
20652version = "0.56.0"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20655dependencies = [
20656 "windows-implement 0.56.0",
20657 "windows-interface 0.56.0",
20658 "windows-result 0.1.2",
20659 "windows-targets 0.52.6",
20660]
20661
20662[[package]]
20663name = "windows-core"
20664version = "0.57.0"
20665source = "registry+https://github.com/rust-lang/crates.io-index"
20666checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20667dependencies = [
20668 "windows-implement 0.57.0",
20669 "windows-interface 0.57.0",
20670 "windows-result 0.1.2",
20671 "windows-targets 0.52.6",
20672]
20673
20674[[package]]
20675name = "windows-core"
20676version = "0.58.0"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20679dependencies = [
20680 "windows-implement 0.58.0",
20681 "windows-interface 0.58.0",
20682 "windows-result 0.2.0",
20683 "windows-strings 0.1.0",
20684 "windows-targets 0.52.6",
20685]
20686
20687[[package]]
20688name = "windows-core"
20689version = "0.61.2"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20692dependencies = [
20693 "windows-implement 0.60.2",
20694 "windows-interface 0.59.3",
20695 "windows-link 0.1.3",
20696 "windows-result 0.3.4",
20697 "windows-strings 0.4.2",
20698]
20699
20700[[package]]
20701name = "windows-core"
20702version = "0.62.2"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20705dependencies = [
20706 "windows-implement 0.60.2",
20707 "windows-interface 0.59.3",
20708 "windows-link 0.2.1",
20709 "windows-result 0.4.1",
20710 "windows-strings 0.5.1",
20711]
20712
20713[[package]]
20714name = "windows-future"
20715version = "0.2.1"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20718dependencies = [
20719 "windows-core 0.61.2",
20720 "windows-link 0.1.3",
20721 "windows-threading 0.1.0",
20722]
20723
20724[[package]]
20725name = "windows-future"
20726version = "0.3.2"
20727source = "registry+https://github.com/rust-lang/crates.io-index"
20728checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20729dependencies = [
20730 "windows-core 0.62.2",
20731 "windows-link 0.2.1",
20732 "windows-threading 0.2.1",
20733]
20734
20735[[package]]
20736name = "windows-implement"
20737version = "0.56.0"
20738source = "registry+https://github.com/rust-lang/crates.io-index"
20739checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20740dependencies = [
20741 "proc-macro2",
20742 "quote",
20743 "syn 2.0.117",
20744]
20745
20746[[package]]
20747name = "windows-implement"
20748version = "0.57.0"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20751dependencies = [
20752 "proc-macro2",
20753 "quote",
20754 "syn 2.0.117",
20755]
20756
20757[[package]]
20758name = "windows-implement"
20759version = "0.58.0"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20762dependencies = [
20763 "proc-macro2",
20764 "quote",
20765 "syn 2.0.117",
20766]
20767
20768[[package]]
20769name = "windows-implement"
20770version = "0.60.2"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20773dependencies = [
20774 "proc-macro2",
20775 "quote",
20776 "syn 2.0.117",
20777]
20778
20779[[package]]
20780name = "windows-interface"
20781version = "0.56.0"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20784dependencies = [
20785 "proc-macro2",
20786 "quote",
20787 "syn 2.0.117",
20788]
20789
20790[[package]]
20791name = "windows-interface"
20792version = "0.57.0"
20793source = "registry+https://github.com/rust-lang/crates.io-index"
20794checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20795dependencies = [
20796 "proc-macro2",
20797 "quote",
20798 "syn 2.0.117",
20799]
20800
20801[[package]]
20802name = "windows-interface"
20803version = "0.58.0"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20806dependencies = [
20807 "proc-macro2",
20808 "quote",
20809 "syn 2.0.117",
20810]
20811
20812[[package]]
20813name = "windows-interface"
20814version = "0.59.3"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20817dependencies = [
20818 "proc-macro2",
20819 "quote",
20820 "syn 2.0.117",
20821]
20822
20823[[package]]
20824name = "windows-link"
20825version = "0.1.3"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20828
20829[[package]]
20830name = "windows-link"
20831version = "0.2.1"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20834
20835[[package]]
20836name = "windows-numerics"
20837version = "0.2.0"
20838source = "registry+https://github.com/rust-lang/crates.io-index"
20839checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20840dependencies = [
20841 "windows-core 0.61.2",
20842 "windows-link 0.1.3",
20843]
20844
20845[[package]]
20846name = "windows-numerics"
20847version = "0.3.1"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20850dependencies = [
20851 "windows-core 0.62.2",
20852 "windows-link 0.2.1",
20853]
20854
20855[[package]]
20856name = "windows-registry"
20857version = "0.4.0"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20860dependencies = [
20861 "windows-result 0.3.4",
20862 "windows-strings 0.3.1",
20863 "windows-targets 0.53.5",
20864]
20865
20866[[package]]
20867name = "windows-registry"
20868version = "0.5.3"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20871dependencies = [
20872 "windows-link 0.1.3",
20873 "windows-result 0.3.4",
20874 "windows-strings 0.4.2",
20875]
20876
20877[[package]]
20878name = "windows-registry"
20879version = "0.6.1"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20882dependencies = [
20883 "windows-link 0.2.1",
20884 "windows-result 0.4.1",
20885 "windows-strings 0.5.1",
20886]
20887
20888[[package]]
20889name = "windows-result"
20890version = "0.1.2"
20891source = "registry+https://github.com/rust-lang/crates.io-index"
20892checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20893dependencies = [
20894 "windows-targets 0.52.6",
20895]
20896
20897[[package]]
20898name = "windows-result"
20899version = "0.2.0"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20902dependencies = [
20903 "windows-targets 0.52.6",
20904]
20905
20906[[package]]
20907name = "windows-result"
20908version = "0.3.4"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20911dependencies = [
20912 "windows-link 0.1.3",
20913]
20914
20915[[package]]
20916name = "windows-result"
20917version = "0.4.1"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20920dependencies = [
20921 "windows-link 0.2.1",
20922]
20923
20924[[package]]
20925name = "windows-strings"
20926version = "0.1.0"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20929dependencies = [
20930 "windows-result 0.2.0",
20931 "windows-targets 0.52.6",
20932]
20933
20934[[package]]
20935name = "windows-strings"
20936version = "0.3.1"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20939dependencies = [
20940 "windows-link 0.1.3",
20941]
20942
20943[[package]]
20944name = "windows-strings"
20945version = "0.4.2"
20946source = "registry+https://github.com/rust-lang/crates.io-index"
20947checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20948dependencies = [
20949 "windows-link 0.1.3",
20950]
20951
20952[[package]]
20953name = "windows-strings"
20954version = "0.5.1"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20957dependencies = [
20958 "windows-link 0.2.1",
20959]
20960
20961[[package]]
20962name = "windows-sys"
20963version = "0.45.0"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20966dependencies = [
20967 "windows-targets 0.42.2",
20968]
20969
20970[[package]]
20971name = "windows-sys"
20972version = "0.48.0"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20975dependencies = [
20976 "windows-targets 0.48.5",
20977]
20978
20979[[package]]
20980name = "windows-sys"
20981version = "0.52.0"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20984dependencies = [
20985 "windows-targets 0.52.6",
20986]
20987
20988[[package]]
20989name = "windows-sys"
20990version = "0.59.0"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20993dependencies = [
20994 "windows-targets 0.52.6",
20995]
20996
20997[[package]]
20998name = "windows-sys"
20999version = "0.60.2"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21002dependencies = [
21003 "windows-targets 0.53.5",
21004]
21005
21006[[package]]
21007name = "windows-sys"
21008version = "0.61.2"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21011dependencies = [
21012 "windows-link 0.2.1",
21013]
21014
21015[[package]]
21016name = "windows-targets"
21017version = "0.42.2"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21020dependencies = [
21021 "windows_aarch64_gnullvm 0.42.2",
21022 "windows_aarch64_msvc 0.42.2",
21023 "windows_i686_gnu 0.42.2",
21024 "windows_i686_msvc 0.42.2",
21025 "windows_x86_64_gnu 0.42.2",
21026 "windows_x86_64_gnullvm 0.42.2",
21027 "windows_x86_64_msvc 0.42.2",
21028]
21029
21030[[package]]
21031name = "windows-targets"
21032version = "0.48.5"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21035dependencies = [
21036 "windows_aarch64_gnullvm 0.48.5",
21037 "windows_aarch64_msvc 0.48.5",
21038 "windows_i686_gnu 0.48.5",
21039 "windows_i686_msvc 0.48.5",
21040 "windows_x86_64_gnu 0.48.5",
21041 "windows_x86_64_gnullvm 0.48.5",
21042 "windows_x86_64_msvc 0.48.5",
21043]
21044
21045[[package]]
21046name = "windows-targets"
21047version = "0.52.6"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21050dependencies = [
21051 "windows_aarch64_gnullvm 0.52.6",
21052 "windows_aarch64_msvc 0.52.6",
21053 "windows_i686_gnu 0.52.6",
21054 "windows_i686_gnullvm 0.52.6",
21055 "windows_i686_msvc 0.52.6",
21056 "windows_x86_64_gnu 0.52.6",
21057 "windows_x86_64_gnullvm 0.52.6",
21058 "windows_x86_64_msvc 0.52.6",
21059]
21060
21061[[package]]
21062name = "windows-targets"
21063version = "0.53.5"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21066dependencies = [
21067 "windows-link 0.2.1",
21068 "windows_aarch64_gnullvm 0.53.1",
21069 "windows_aarch64_msvc 0.53.1",
21070 "windows_i686_gnu 0.53.1",
21071 "windows_i686_gnullvm 0.53.1",
21072 "windows_i686_msvc 0.53.1",
21073 "windows_x86_64_gnu 0.53.1",
21074 "windows_x86_64_gnullvm 0.53.1",
21075 "windows_x86_64_msvc 0.53.1",
21076]
21077
21078[[package]]
21079name = "windows-threading"
21080version = "0.1.0"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21083dependencies = [
21084 "windows-link 0.1.3",
21085]
21086
21087[[package]]
21088name = "windows-threading"
21089version = "0.2.1"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21092dependencies = [
21093 "windows-link 0.2.1",
21094]
21095
21096[[package]]
21097name = "windows_aarch64_gnullvm"
21098version = "0.42.2"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21101
21102[[package]]
21103name = "windows_aarch64_gnullvm"
21104version = "0.48.5"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21107
21108[[package]]
21109name = "windows_aarch64_gnullvm"
21110version = "0.52.6"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21113
21114[[package]]
21115name = "windows_aarch64_gnullvm"
21116version = "0.53.1"
21117source = "registry+https://github.com/rust-lang/crates.io-index"
21118checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21119
21120[[package]]
21121name = "windows_aarch64_msvc"
21122version = "0.42.2"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21125
21126[[package]]
21127name = "windows_aarch64_msvc"
21128version = "0.48.5"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21131
21132[[package]]
21133name = "windows_aarch64_msvc"
21134version = "0.52.6"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21137
21138[[package]]
21139name = "windows_aarch64_msvc"
21140version = "0.53.1"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21143
21144[[package]]
21145name = "windows_i686_gnu"
21146version = "0.42.2"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21149
21150[[package]]
21151name = "windows_i686_gnu"
21152version = "0.48.5"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21155
21156[[package]]
21157name = "windows_i686_gnu"
21158version = "0.52.6"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21161
21162[[package]]
21163name = "windows_i686_gnu"
21164version = "0.53.1"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21167
21168[[package]]
21169name = "windows_i686_gnullvm"
21170version = "0.52.6"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21173
21174[[package]]
21175name = "windows_i686_gnullvm"
21176version = "0.53.1"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21179
21180[[package]]
21181name = "windows_i686_msvc"
21182version = "0.42.2"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21185
21186[[package]]
21187name = "windows_i686_msvc"
21188version = "0.48.5"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21191
21192[[package]]
21193name = "windows_i686_msvc"
21194version = "0.52.6"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21197
21198[[package]]
21199name = "windows_i686_msvc"
21200version = "0.53.1"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21203
21204[[package]]
21205name = "windows_x86_64_gnu"
21206version = "0.42.2"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21209
21210[[package]]
21211name = "windows_x86_64_gnu"
21212version = "0.48.5"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21215
21216[[package]]
21217name = "windows_x86_64_gnu"
21218version = "0.52.6"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21221
21222[[package]]
21223name = "windows_x86_64_gnu"
21224version = "0.53.1"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21227
21228[[package]]
21229name = "windows_x86_64_gnullvm"
21230version = "0.42.2"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21233
21234[[package]]
21235name = "windows_x86_64_gnullvm"
21236version = "0.48.5"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21239
21240[[package]]
21241name = "windows_x86_64_gnullvm"
21242version = "0.52.6"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21245
21246[[package]]
21247name = "windows_x86_64_gnullvm"
21248version = "0.53.1"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21251
21252[[package]]
21253name = "windows_x86_64_msvc"
21254version = "0.42.2"
21255source = "registry+https://github.com/rust-lang/crates.io-index"
21256checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21257
21258[[package]]
21259name = "windows_x86_64_msvc"
21260version = "0.48.5"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21263
21264[[package]]
21265name = "windows_x86_64_msvc"
21266version = "0.52.6"
21267source = "registry+https://github.com/rust-lang/crates.io-index"
21268checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21269
21270[[package]]
21271name = "windows_x86_64_msvc"
21272version = "0.53.1"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21275
21276[[package]]
21277name = "winnow"
21278version = "0.7.13"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21281dependencies = [
21282 "memchr",
21283]
21284
21285[[package]]
21286name = "winreg"
21287version = "0.10.1"
21288source = "registry+https://github.com/rust-lang/crates.io-index"
21289checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21290dependencies = [
21291 "winapi",
21292]
21293
21294[[package]]
21295name = "winreg"
21296version = "0.50.0"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21299dependencies = [
21300 "cfg-if",
21301 "windows-sys 0.48.0",
21302]
21303
21304[[package]]
21305name = "winreg"
21306version = "0.55.0"
21307source = "registry+https://github.com/rust-lang/crates.io-index"
21308checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21309dependencies = [
21310 "cfg-if",
21311 "windows-sys 0.59.0",
21312]
21313
21314[[package]]
21315name = "winresource"
21316version = "0.1.23"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21319dependencies = [
21320 "toml 0.8.23",
21321 "version_check",
21322]
21323
21324[[package]]
21325name = "winsafe"
21326version = "0.0.19"
21327source = "registry+https://github.com/rust-lang/crates.io-index"
21328checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21329
21330[[package]]
21331name = "winx"
21332version = "0.36.4"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21335dependencies = [
21336 "bitflags 2.10.0",
21337 "windows-sys 0.59.0",
21338]
21339
21340[[package]]
21341name = "wio"
21342version = "0.2.2"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21345dependencies = [
21346 "winapi",
21347]
21348
21349[[package]]
21350name = "wit-bindgen"
21351version = "0.22.0"
21352source = "registry+https://github.com/rust-lang/crates.io-index"
21353checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21354dependencies = [
21355 "bitflags 2.10.0",
21356 "wit-bindgen-rt 0.22.0",
21357 "wit-bindgen-rust-macro 0.22.0",
21358]
21359
21360[[package]]
21361name = "wit-bindgen"
21362version = "0.41.0"
21363source = "registry+https://github.com/rust-lang/crates.io-index"
21364checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21365dependencies = [
21366 "wit-bindgen-rt 0.41.0",
21367 "wit-bindgen-rust-macro 0.41.0",
21368]
21369
21370[[package]]
21371name = "wit-bindgen"
21372version = "0.46.0"
21373source = "registry+https://github.com/rust-lang/crates.io-index"
21374checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21375
21376[[package]]
21377name = "wit-bindgen"
21378version = "0.51.0"
21379source = "registry+https://github.com/rust-lang/crates.io-index"
21380checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21381dependencies = [
21382 "wit-bindgen-rust-macro 0.51.0",
21383]
21384
21385[[package]]
21386name = "wit-bindgen-core"
21387version = "0.22.0"
21388source = "registry+https://github.com/rust-lang/crates.io-index"
21389checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21390dependencies = [
21391 "anyhow",
21392 "wit-parser 0.201.0",
21393]
21394
21395[[package]]
21396name = "wit-bindgen-core"
21397version = "0.41.0"
21398source = "registry+https://github.com/rust-lang/crates.io-index"
21399checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21400dependencies = [
21401 "anyhow",
21402 "heck 0.5.0",
21403 "wit-parser 0.227.1",
21404]
21405
21406[[package]]
21407name = "wit-bindgen-core"
21408version = "0.51.0"
21409source = "registry+https://github.com/rust-lang/crates.io-index"
21410checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21411dependencies = [
21412 "anyhow",
21413 "heck 0.5.0",
21414 "wit-parser 0.244.0",
21415]
21416
21417[[package]]
21418name = "wit-bindgen-rt"
21419version = "0.22.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21422
21423[[package]]
21424name = "wit-bindgen-rt"
21425version = "0.41.0"
21426source = "registry+https://github.com/rust-lang/crates.io-index"
21427checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21428dependencies = [
21429 "bitflags 2.10.0",
21430 "futures 0.3.32",
21431 "once_cell",
21432]
21433
21434[[package]]
21435name = "wit-bindgen-rust"
21436version = "0.22.0"
21437source = "registry+https://github.com/rust-lang/crates.io-index"
21438checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21439dependencies = [
21440 "anyhow",
21441 "heck 0.4.1",
21442 "indexmap",
21443 "wasm-metadata 0.201.0",
21444 "wit-bindgen-core 0.22.0",
21445 "wit-component 0.201.0",
21446]
21447
21448[[package]]
21449name = "wit-bindgen-rust"
21450version = "0.41.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21453dependencies = [
21454 "anyhow",
21455 "heck 0.5.0",
21456 "indexmap",
21457 "prettyplease",
21458 "syn 2.0.117",
21459 "wasm-metadata 0.227.1",
21460 "wit-bindgen-core 0.41.0",
21461 "wit-component 0.227.1",
21462]
21463
21464[[package]]
21465name = "wit-bindgen-rust"
21466version = "0.51.0"
21467source = "registry+https://github.com/rust-lang/crates.io-index"
21468checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21469dependencies = [
21470 "anyhow",
21471 "heck 0.5.0",
21472 "indexmap",
21473 "prettyplease",
21474 "syn 2.0.117",
21475 "wasm-metadata 0.244.0",
21476 "wit-bindgen-core 0.51.0",
21477 "wit-component 0.244.0",
21478]
21479
21480[[package]]
21481name = "wit-bindgen-rust-macro"
21482version = "0.22.0"
21483source = "registry+https://github.com/rust-lang/crates.io-index"
21484checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21485dependencies = [
21486 "anyhow",
21487 "proc-macro2",
21488 "quote",
21489 "syn 2.0.117",
21490 "wit-bindgen-core 0.22.0",
21491 "wit-bindgen-rust 0.22.0",
21492]
21493
21494[[package]]
21495name = "wit-bindgen-rust-macro"
21496version = "0.41.0"
21497source = "registry+https://github.com/rust-lang/crates.io-index"
21498checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21499dependencies = [
21500 "anyhow",
21501 "prettyplease",
21502 "proc-macro2",
21503 "quote",
21504 "syn 2.0.117",
21505 "wit-bindgen-core 0.41.0",
21506 "wit-bindgen-rust 0.41.0",
21507]
21508
21509[[package]]
21510name = "wit-bindgen-rust-macro"
21511version = "0.51.0"
21512source = "registry+https://github.com/rust-lang/crates.io-index"
21513checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21514dependencies = [
21515 "anyhow",
21516 "prettyplease",
21517 "proc-macro2",
21518 "quote",
21519 "syn 2.0.117",
21520 "wit-bindgen-core 0.51.0",
21521 "wit-bindgen-rust 0.51.0",
21522]
21523
21524[[package]]
21525name = "wit-component"
21526version = "0.201.0"
21527source = "registry+https://github.com/rust-lang/crates.io-index"
21528checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21529dependencies = [
21530 "anyhow",
21531 "bitflags 2.10.0",
21532 "indexmap",
21533 "log",
21534 "serde",
21535 "serde_derive",
21536 "serde_json",
21537 "wasm-encoder 0.201.0",
21538 "wasm-metadata 0.201.0",
21539 "wasmparser 0.201.0",
21540 "wit-parser 0.201.0",
21541]
21542
21543[[package]]
21544name = "wit-component"
21545version = "0.227.1"
21546source = "registry+https://github.com/rust-lang/crates.io-index"
21547checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21548dependencies = [
21549 "anyhow",
21550 "bitflags 2.10.0",
21551 "indexmap",
21552 "log",
21553 "serde",
21554 "serde_derive",
21555 "serde_json",
21556 "wasm-encoder 0.227.1",
21557 "wasm-metadata 0.227.1",
21558 "wasmparser 0.227.1",
21559 "wit-parser 0.227.1",
21560]
21561
21562[[package]]
21563name = "wit-component"
21564version = "0.244.0"
21565source = "registry+https://github.com/rust-lang/crates.io-index"
21566checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21567dependencies = [
21568 "anyhow",
21569 "bitflags 2.10.0",
21570 "indexmap",
21571 "log",
21572 "serde",
21573 "serde_derive",
21574 "serde_json",
21575 "wasm-encoder 0.244.0",
21576 "wasm-metadata 0.244.0",
21577 "wasmparser 0.244.0",
21578 "wit-parser 0.244.0",
21579]
21580
21581[[package]]
21582name = "wit-parser"
21583version = "0.201.0"
21584source = "registry+https://github.com/rust-lang/crates.io-index"
21585checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21586dependencies = [
21587 "anyhow",
21588 "id-arena",
21589 "indexmap",
21590 "log",
21591 "semver",
21592 "serde",
21593 "serde_derive",
21594 "serde_json",
21595 "unicode-xid",
21596 "wasmparser 0.201.0",
21597]
21598
21599[[package]]
21600name = "wit-parser"
21601version = "0.227.1"
21602source = "registry+https://github.com/rust-lang/crates.io-index"
21603checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21604dependencies = [
21605 "anyhow",
21606 "id-arena",
21607 "indexmap",
21608 "log",
21609 "semver",
21610 "serde",
21611 "serde_derive",
21612 "serde_json",
21613 "unicode-xid",
21614 "wasmparser 0.227.1",
21615]
21616
21617[[package]]
21618name = "wit-parser"
21619version = "0.236.1"
21620source = "registry+https://github.com/rust-lang/crates.io-index"
21621checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21622dependencies = [
21623 "anyhow",
21624 "id-arena",
21625 "indexmap",
21626 "log",
21627 "semver",
21628 "serde",
21629 "serde_derive",
21630 "serde_json",
21631 "unicode-xid",
21632 "wasmparser 0.236.1",
21633]
21634
21635[[package]]
21636name = "wit-parser"
21637version = "0.244.0"
21638source = "registry+https://github.com/rust-lang/crates.io-index"
21639checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21640dependencies = [
21641 "anyhow",
21642 "id-arena",
21643 "indexmap",
21644 "log",
21645 "semver",
21646 "serde",
21647 "serde_derive",
21648 "serde_json",
21649 "unicode-xid",
21650 "wasmparser 0.244.0",
21651]
21652
21653[[package]]
21654name = "witx"
21655version = "0.9.1"
21656source = "registry+https://github.com/rust-lang/crates.io-index"
21657checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21658dependencies = [
21659 "anyhow",
21660 "log",
21661 "thiserror 1.0.69",
21662 "wast",
21663]
21664
21665[[package]]
21666name = "workspace"
21667version = "0.1.0"
21668dependencies = [
21669 "agent_settings",
21670 "any_vec",
21671 "anyhow",
21672 "async-recursion",
21673 "chrono",
21674 "client",
21675 "clock",
21676 "collections",
21677 "component",
21678 "db",
21679 "fs",
21680 "futures 0.3.32",
21681 "git",
21682 "gpui",
21683 "http_client",
21684 "itertools 0.14.0",
21685 "language",
21686 "log",
21687 "markdown",
21688 "menu",
21689 "node_runtime",
21690 "parking_lot",
21691 "postage",
21692 "pretty_assertions",
21693 "project",
21694 "release_channel",
21695 "remote",
21696 "schemars",
21697 "serde",
21698 "serde_json",
21699 "session",
21700 "settings",
21701 "smallvec",
21702 "sqlez",
21703 "strum 0.27.2",
21704 "task",
21705 "telemetry",
21706 "tempfile",
21707 "theme",
21708 "theme_settings",
21709 "ui",
21710 "util",
21711 "uuid",
21712 "vim_mode_setting",
21713 "windows 0.61.3",
21714 "zed_actions",
21715 "zlog",
21716]
21717
21718[[package]]
21719name = "worktree"
21720version = "0.1.0"
21721dependencies = [
21722 "anyhow",
21723 "async-lock 2.8.0",
21724 "chardetng",
21725 "clock",
21726 "collections",
21727 "encoding_rs",
21728 "fs",
21729 "futures 0.3.32",
21730 "fuzzy",
21731 "git",
21732 "gpui",
21733 "ignore",
21734 "language",
21735 "log",
21736 "parking_lot",
21737 "paths",
21738 "postage",
21739 "pretty_assertions",
21740 "rand 0.9.3",
21741 "rpc",
21742 "serde",
21743 "serde_json",
21744 "settings",
21745 "smallvec",
21746 "smol",
21747 "sum_tree",
21748 "text",
21749 "tracing",
21750 "util",
21751 "worktree",
21752 "zlog",
21753 "ztracing",
21754]
21755
21756[[package]]
21757name = "worktree_benchmarks"
21758version = "0.1.0"
21759dependencies = [
21760 "fs",
21761 "gpui_platform",
21762 "settings",
21763 "worktree",
21764]
21765
21766[[package]]
21767name = "wprcontrol"
21768version = "0.1.0"
21769source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21770dependencies = [
21771 "windows 0.61.3",
21772 "windows-bindgen",
21773 "windows-core 0.61.2",
21774 "windows-link 0.2.1",
21775]
21776
21777[[package]]
21778name = "writeable"
21779version = "0.6.1"
21780source = "registry+https://github.com/rust-lang/crates.io-index"
21781checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21782
21783[[package]]
21784name = "wyz"
21785version = "0.5.1"
21786source = "registry+https://github.com/rust-lang/crates.io-index"
21787checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21788dependencies = [
21789 "tap",
21790]
21791
21792[[package]]
21793name = "x11"
21794version = "2.21.0"
21795source = "registry+https://github.com/rust-lang/crates.io-index"
21796checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21797dependencies = [
21798 "libc",
21799 "pkg-config",
21800]
21801
21802[[package]]
21803name = "x11-clipboard"
21804version = "0.9.3"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21807dependencies = [
21808 "libc",
21809 "x11rb",
21810]
21811
21812[[package]]
21813name = "x11rb"
21814version = "0.13.2"
21815source = "registry+https://github.com/rust-lang/crates.io-index"
21816checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21817dependencies = [
21818 "as-raw-xcb-connection",
21819 "gethostname",
21820 "libc",
21821 "rustix 1.1.2",
21822 "x11rb-protocol",
21823 "xcursor",
21824]
21825
21826[[package]]
21827name = "x11rb-protocol"
21828version = "0.13.2"
21829source = "registry+https://github.com/rust-lang/crates.io-index"
21830checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21831
21832[[package]]
21833name = "x_ai"
21834version = "0.1.0"
21835dependencies = [
21836 "anyhow",
21837 "language_model_core",
21838 "schemars",
21839 "serde",
21840 "strum 0.27.2",
21841 "tiktoken-rs",
21842]
21843
21844[[package]]
21845name = "xattr"
21846version = "0.2.3"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21849dependencies = [
21850 "libc",
21851]
21852
21853[[package]]
21854name = "xcb"
21855version = "1.6.0"
21856source = "registry+https://github.com/rust-lang/crates.io-index"
21857checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21858dependencies = [
21859 "bitflags 1.3.2",
21860 "libc",
21861 "quick-xml 0.30.0",
21862 "x11",
21863]
21864
21865[[package]]
21866name = "xcursor"
21867version = "0.3.10"
21868source = "registry+https://github.com/rust-lang/crates.io-index"
21869checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21870
21871[[package]]
21872name = "xim-ctext"
21873version = "0.3.0"
21874source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21875dependencies = [
21876 "encoding_rs",
21877]
21878
21879[[package]]
21880name = "xim-parser"
21881version = "0.2.1"
21882source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21883dependencies = [
21884 "bitflags 2.10.0",
21885]
21886
21887[[package]]
21888name = "xkbcommon"
21889version = "0.8.0"
21890source = "registry+https://github.com/rust-lang/crates.io-index"
21891checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21892dependencies = [
21893 "as-raw-xcb-connection",
21894 "libc",
21895 "memmap2",
21896 "xkeysym",
21897]
21898
21899[[package]]
21900name = "xkeysym"
21901version = "0.2.1"
21902source = "registry+https://github.com/rust-lang/crates.io-index"
21903checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21904
21905[[package]]
21906name = "xml-rs"
21907version = "0.8.28"
21908source = "registry+https://github.com/rust-lang/crates.io-index"
21909checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21910
21911[[package]]
21912name = "xml5ever"
21913version = "0.18.1"
21914source = "registry+https://github.com/rust-lang/crates.io-index"
21915checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21916dependencies = [
21917 "log",
21918 "mac",
21919 "markup5ever 0.12.1",
21920]
21921
21922[[package]]
21923name = "xmlparser"
21924version = "0.13.6"
21925source = "registry+https://github.com/rust-lang/crates.io-index"
21926checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21927
21928[[package]]
21929name = "xmlwriter"
21930version = "0.1.0"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21933
21934[[package]]
21935name = "xtask"
21936version = "0.1.0"
21937dependencies = [
21938 "annotate-snippets",
21939 "anyhow",
21940 "backtrace",
21941 "cargo_metadata 0.19.2",
21942 "cargo_toml",
21943 "clap",
21944 "compliance",
21945 "gh-workflow",
21946 "indexmap",
21947 "indoc",
21948 "itertools 0.14.0",
21949 "regex",
21950 "serde",
21951 "serde_json",
21952 "serde_yaml",
21953 "strum 0.27.2",
21954 "tokio",
21955 "toml 0.8.23",
21956 "toml_edit 0.22.27",
21957]
21958
21959[[package]]
21960name = "yaml-rust2"
21961version = "0.8.1"
21962source = "registry+https://github.com/rust-lang/crates.io-index"
21963checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21964dependencies = [
21965 "arraydeque",
21966 "encoding_rs",
21967 "hashlink 0.8.4",
21968]
21969
21970[[package]]
21971name = "yansi"
21972version = "1.0.1"
21973source = "registry+https://github.com/rust-lang/crates.io-index"
21974checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21975
21976[[package]]
21977name = "yawc"
21978version = "0.2.5"
21979source = "registry+https://github.com/rust-lang/crates.io-index"
21980checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21981dependencies = [
21982 "base64 0.22.1",
21983 "bytes 1.11.1",
21984 "flate2",
21985 "futures 0.3.32",
21986 "http-body-util",
21987 "hyper 1.7.0",
21988 "hyper-util",
21989 "js-sys",
21990 "nom 8.0.0",
21991 "pin-project",
21992 "rand 0.8.5",
21993 "sha1",
21994 "thiserror 1.0.69",
21995 "tokio",
21996 "tokio-rustls 0.26.2",
21997 "tokio-util",
21998 "url",
21999 "wasm-bindgen",
22000 "wasm-bindgen-futures",
22001 "web-sys",
22002 "webpki-roots",
22003]
22004
22005[[package]]
22006name = "yazi"
22007version = "0.2.1"
22008source = "registry+https://github.com/rust-lang/crates.io-index"
22009checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22010
22011[[package]]
22012name = "yeslogic-fontconfig-sys"
22013version = "6.0.0"
22014source = "registry+https://github.com/rust-lang/crates.io-index"
22015checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22016dependencies = [
22017 "dlib",
22018 "once_cell",
22019 "pkg-config",
22020]
22021
22022[[package]]
22023name = "yoke"
22024version = "0.7.5"
22025source = "registry+https://github.com/rust-lang/crates.io-index"
22026checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22027dependencies = [
22028 "serde",
22029 "stable_deref_trait",
22030 "yoke-derive 0.7.5",
22031 "zerofrom",
22032]
22033
22034[[package]]
22035name = "yoke"
22036version = "0.8.0"
22037source = "registry+https://github.com/rust-lang/crates.io-index"
22038checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22039dependencies = [
22040 "serde",
22041 "stable_deref_trait",
22042 "yoke-derive 0.8.0",
22043 "zerofrom",
22044]
22045
22046[[package]]
22047name = "yoke-derive"
22048version = "0.7.5"
22049source = "registry+https://github.com/rust-lang/crates.io-index"
22050checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22051dependencies = [
22052 "proc-macro2",
22053 "quote",
22054 "syn 2.0.117",
22055 "synstructure",
22056]
22057
22058[[package]]
22059name = "yoke-derive"
22060version = "0.8.0"
22061source = "registry+https://github.com/rust-lang/crates.io-index"
22062checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22063dependencies = [
22064 "proc-macro2",
22065 "quote",
22066 "syn 2.0.117",
22067 "synstructure",
22068]
22069
22070[[package]]
22071name = "zbus"
22072version = "5.13.2"
22073source = "registry+https://github.com/rust-lang/crates.io-index"
22074checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22075dependencies = [
22076 "async-broadcast",
22077 "async-executor",
22078 "async-io",
22079 "async-lock 3.4.2",
22080 "async-process",
22081 "async-recursion",
22082 "async-task",
22083 "async-trait",
22084 "blocking",
22085 "enumflags2",
22086 "event-listener 5.4.1",
22087 "futures-core",
22088 "futures-lite 2.6.1",
22089 "hex",
22090 "libc",
22091 "ordered-stream",
22092 "rustix 1.1.2",
22093 "serde",
22094 "serde_repr",
22095 "tracing",
22096 "uds_windows",
22097 "uuid",
22098 "windows-sys 0.61.2",
22099 "winnow",
22100 "zbus_macros",
22101 "zbus_names",
22102 "zvariant",
22103]
22104
22105[[package]]
22106name = "zbus_macros"
22107version = "5.13.2"
22108source = "registry+https://github.com/rust-lang/crates.io-index"
22109checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22110dependencies = [
22111 "proc-macro-crate",
22112 "proc-macro2",
22113 "quote",
22114 "syn 2.0.117",
22115 "zbus_names",
22116 "zvariant",
22117 "zvariant_utils",
22118]
22119
22120[[package]]
22121name = "zbus_names"
22122version = "4.3.1"
22123source = "registry+https://github.com/rust-lang/crates.io-index"
22124checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22125dependencies = [
22126 "serde",
22127 "winnow",
22128 "zvariant",
22129]
22130
22131[[package]]
22132name = "zed"
22133version = "0.233.0"
22134dependencies = [
22135 "acp_thread",
22136 "acp_tools",
22137 "action_log",
22138 "activity_indicator",
22139 "agent",
22140 "agent-client-protocol",
22141 "agent_servers",
22142 "agent_settings",
22143 "agent_ui",
22144 "anyhow",
22145 "ashpd",
22146 "askpass",
22147 "assets",
22148 "audio",
22149 "auto_update",
22150 "auto_update_ui",
22151 "breadcrumbs",
22152 "call",
22153 "channel",
22154 "chrono",
22155 "clap",
22156 "cli",
22157 "client",
22158 "clock",
22159 "codestral",
22160 "collab_ui",
22161 "collections",
22162 "command_palette",
22163 "component",
22164 "component_preview",
22165 "copilot",
22166 "copilot_chat",
22167 "copilot_ui",
22168 "crashes",
22169 "csv_preview",
22170 "dap_adapters",
22171 "db",
22172 "debug_adapter_extension",
22173 "debugger_tools",
22174 "debugger_ui",
22175 "dev_container",
22176 "diagnostics",
22177 "edit_prediction",
22178 "edit_prediction_ui",
22179 "editor",
22180 "encoding_selector",
22181 "env_logger 0.11.8",
22182 "etw_tracing",
22183 "extension",
22184 "extension_host",
22185 "extensions_ui",
22186 "feature_flags",
22187 "feedback",
22188 "file_finder",
22189 "fs",
22190 "futures 0.3.32",
22191 "git",
22192 "git_graph",
22193 "git_hosting_providers",
22194 "git_ui",
22195 "go_to_line",
22196 "gpui",
22197 "gpui_platform",
22198 "gpui_tokio",
22199 "http_client",
22200 "image",
22201 "image_viewer",
22202 "inspector_ui",
22203 "install_cli",
22204 "itertools 0.14.0",
22205 "journal",
22206 "json_schema_store",
22207 "keymap_editor",
22208 "language",
22209 "language_extension",
22210 "language_model",
22211 "language_models",
22212 "language_onboarding",
22213 "language_selector",
22214 "language_tools",
22215 "languages",
22216 "line_ending_selector",
22217 "log",
22218 "markdown",
22219 "markdown_preview",
22220 "menu",
22221 "migrator",
22222 "mimalloc",
22223 "miniprofiler_ui",
22224 "nc",
22225 "node_runtime",
22226 "notifications",
22227 "onboarding",
22228 "outline",
22229 "outline_panel",
22230 "parking_lot",
22231 "paths",
22232 "picker",
22233 "pkg-config",
22234 "pretty_assertions",
22235 "profiling",
22236 "project",
22237 "project_panel",
22238 "project_symbols",
22239 "prompt_store",
22240 "proto",
22241 "rayon",
22242 "recent_projects",
22243 "release_channel",
22244 "remote",
22245 "repl",
22246 "reqwest_client",
22247 "rope",
22248 "search",
22249 "semver",
22250 "serde",
22251 "serde_json",
22252 "session",
22253 "settings",
22254 "settings_profile_selector",
22255 "settings_ui",
22256 "shellexpand",
22257 "sidebar",
22258 "smol",
22259 "snippet_provider",
22260 "snippets_ui",
22261 "svg_preview",
22262 "sysinfo 0.37.2",
22263 "system_specs",
22264 "tab_switcher",
22265 "task",
22266 "tasks_ui",
22267 "telemetry",
22268 "telemetry_events",
22269 "tempfile",
22270 "terminal_view",
22271 "theme",
22272 "theme_extension",
22273 "theme_selector",
22274 "theme_settings",
22275 "time",
22276 "time_format",
22277 "title_bar",
22278 "toolchain_selector",
22279 "tracing",
22280 "ui",
22281 "ui_prompt",
22282 "url",
22283 "urlencoding",
22284 "util",
22285 "uuid",
22286 "vim",
22287 "vim_mode_setting",
22288 "watch",
22289 "web_search",
22290 "web_search_providers",
22291 "which_key",
22292 "windows 0.61.3",
22293 "winresource",
22294 "workspace",
22295 "zed-reqwest",
22296 "zed_actions",
22297 "zed_env_vars",
22298 "zlog",
22299 "zlog_settings",
22300 "ztracing",
22301]
22302
22303[[package]]
22304name = "zed-font-kit"
22305version = "0.14.1-zed"
22306source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22307dependencies = [
22308 "bitflags 2.10.0",
22309 "byteorder",
22310 "core-foundation 0.10.0",
22311 "core-graphics 0.24.0",
22312 "core-text",
22313 "dirs",
22314 "dwrote",
22315 "float-ord",
22316 "freetype-sys",
22317 "lazy_static",
22318 "libc",
22319 "log",
22320 "pathfinder_geometry",
22321 "pathfinder_simd",
22322 "walkdir",
22323 "winapi",
22324 "yeslogic-fontconfig-sys",
22325]
22326
22327[[package]]
22328name = "zed-reqwest"
22329version = "0.12.15-zed"
22330source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22331dependencies = [
22332 "base64 0.22.1",
22333 "bytes 1.11.1",
22334 "encoding_rs",
22335 "futures-core",
22336 "futures-util",
22337 "h2 0.4.12",
22338 "http 1.3.1",
22339 "http-body 1.0.1",
22340 "http-body-util",
22341 "hyper 1.7.0",
22342 "hyper-rustls 0.27.7",
22343 "hyper-util",
22344 "ipnet",
22345 "js-sys",
22346 "log",
22347 "mime",
22348 "mime_guess",
22349 "once_cell",
22350 "percent-encoding",
22351 "pin-project-lite",
22352 "quinn",
22353 "rustls 0.23.33",
22354 "rustls-native-certs 0.8.2",
22355 "rustls-pemfile 2.2.0",
22356 "rustls-pki-types",
22357 "serde",
22358 "serde_json",
22359 "serde_urlencoded",
22360 "sync_wrapper 1.0.2",
22361 "system-configuration 0.6.1",
22362 "tokio",
22363 "tokio-rustls 0.26.2",
22364 "tokio-socks",
22365 "tokio-util",
22366 "tower 0.5.2",
22367 "tower-service",
22368 "url",
22369 "wasm-bindgen",
22370 "wasm-bindgen-futures",
22371 "wasm-streams",
22372 "web-sys",
22373 "windows-registry 0.4.0",
22374]
22375
22376[[package]]
22377name = "zed-scap"
22378version = "0.0.8-zed"
22379source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22380dependencies = [
22381 "anyhow",
22382 "cocoa 0.25.0",
22383 "core-graphics-helmer-fork",
22384 "log",
22385 "objc",
22386 "rand 0.8.5",
22387 "screencapturekit",
22388 "screencapturekit-sys",
22389 "sysinfo 0.31.4",
22390 "tao-core-video-sys",
22391 "windows 0.61.3",
22392 "windows-capture",
22393 "x11",
22394 "xcb",
22395]
22396
22397[[package]]
22398name = "zed-xim"
22399version = "0.4.0-zed"
22400source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22401dependencies = [
22402 "ahash 0.8.12",
22403 "hashbrown 0.14.5",
22404 "log",
22405 "x11rb",
22406 "xim-ctext",
22407 "xim-parser",
22408]
22409
22410[[package]]
22411name = "zed_actions"
22412version = "0.1.0"
22413dependencies = [
22414 "gpui",
22415 "schemars",
22416 "serde",
22417 "util",
22418 "uuid",
22419]
22420
22421[[package]]
22422name = "zed_credentials_provider"
22423version = "0.1.0"
22424dependencies = [
22425 "anyhow",
22426 "credentials_provider",
22427 "futures 0.3.32",
22428 "gpui",
22429 "paths",
22430 "release_channel",
22431 "serde",
22432 "serde_json",
22433]
22434
22435[[package]]
22436name = "zed_env_vars"
22437version = "0.1.0"
22438dependencies = [
22439 "env_var",
22440]
22441
22442[[package]]
22443name = "zed_extension_api"
22444version = "0.1.0"
22445source = "registry+https://github.com/rust-lang/crates.io-index"
22446checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22447dependencies = [
22448 "serde",
22449 "serde_json",
22450 "wit-bindgen 0.22.0",
22451]
22452
22453[[package]]
22454name = "zed_extension_api"
22455version = "0.7.0"
22456source = "registry+https://github.com/rust-lang/crates.io-index"
22457checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22458dependencies = [
22459 "serde",
22460 "serde_json",
22461 "wit-bindgen 0.41.0",
22462]
22463
22464[[package]]
22465name = "zed_extension_api"
22466version = "0.8.0"
22467dependencies = [
22468 "serde",
22469 "serde_json",
22470 "wit-bindgen 0.41.0",
22471]
22472
22473[[package]]
22474name = "zed_glsl"
22475version = "0.2.3"
22476dependencies = [
22477 "zed_extension_api 0.1.0",
22478]
22479
22480[[package]]
22481name = "zed_html"
22482version = "0.3.1"
22483dependencies = [
22484 "zed_extension_api 0.7.0",
22485]
22486
22487[[package]]
22488name = "zed_proto"
22489version = "0.3.2"
22490dependencies = [
22491 "zed_extension_api 0.7.0",
22492]
22493
22494[[package]]
22495name = "zed_test_extension"
22496version = "0.1.0"
22497dependencies = [
22498 "zed_extension_api 0.8.0",
22499]
22500
22501[[package]]
22502name = "zeno"
22503version = "0.3.3"
22504source = "registry+https://github.com/rust-lang/crates.io-index"
22505checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22506
22507[[package]]
22508name = "zerocopy"
22509version = "0.8.27"
22510source = "registry+https://github.com/rust-lang/crates.io-index"
22511checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22512dependencies = [
22513 "zerocopy-derive",
22514]
22515
22516[[package]]
22517name = "zerocopy-derive"
22518version = "0.8.27"
22519source = "registry+https://github.com/rust-lang/crates.io-index"
22520checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22521dependencies = [
22522 "proc-macro2",
22523 "quote",
22524 "syn 2.0.117",
22525]
22526
22527[[package]]
22528name = "zerofrom"
22529version = "0.1.6"
22530source = "registry+https://github.com/rust-lang/crates.io-index"
22531checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22532dependencies = [
22533 "zerofrom-derive",
22534]
22535
22536[[package]]
22537name = "zerofrom-derive"
22538version = "0.1.6"
22539source = "registry+https://github.com/rust-lang/crates.io-index"
22540checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22541dependencies = [
22542 "proc-macro2",
22543 "quote",
22544 "syn 2.0.117",
22545 "synstructure",
22546]
22547
22548[[package]]
22549name = "zeroize"
22550version = "1.8.2"
22551source = "registry+https://github.com/rust-lang/crates.io-index"
22552checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22553dependencies = [
22554 "zeroize_derive",
22555]
22556
22557[[package]]
22558name = "zeroize_derive"
22559version = "1.4.2"
22560source = "registry+https://github.com/rust-lang/crates.io-index"
22561checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22562dependencies = [
22563 "proc-macro2",
22564 "quote",
22565 "syn 2.0.117",
22566]
22567
22568[[package]]
22569name = "zeromq"
22570version = "0.5.0"
22571source = "registry+https://github.com/rust-lang/crates.io-index"
22572checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22573dependencies = [
22574 "async-dispatcher",
22575 "async-std",
22576 "async-trait",
22577 "asynchronous-codec",
22578 "bytes 1.11.1",
22579 "crossbeam-queue",
22580 "futures 0.3.32",
22581 "log",
22582 "num-traits",
22583 "once_cell",
22584 "parking_lot",
22585 "rand 0.9.3",
22586 "regex",
22587 "scc",
22588 "thiserror 1.0.69",
22589 "uuid",
22590]
22591
22592[[package]]
22593name = "zerotrie"
22594version = "0.2.2"
22595source = "registry+https://github.com/rust-lang/crates.io-index"
22596checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22597dependencies = [
22598 "displaydoc",
22599 "yoke 0.8.0",
22600 "zerofrom",
22601]
22602
22603[[package]]
22604name = "zerovec"
22605version = "0.11.4"
22606source = "registry+https://github.com/rust-lang/crates.io-index"
22607checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22608dependencies = [
22609 "yoke 0.8.0",
22610 "zerofrom",
22611 "zerovec-derive",
22612]
22613
22614[[package]]
22615name = "zerovec-derive"
22616version = "0.11.1"
22617source = "registry+https://github.com/rust-lang/crates.io-index"
22618checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22619dependencies = [
22620 "proc-macro2",
22621 "quote",
22622 "syn 2.0.117",
22623]
22624
22625[[package]]
22626name = "zeta_prompt"
22627version = "0.1.0"
22628dependencies = [
22629 "anyhow",
22630 "imara-diff",
22631 "indoc",
22632 "serde",
22633 "strum 0.27.2",
22634]
22635
22636[[package]]
22637name = "zip"
22638version = "0.6.6"
22639source = "registry+https://github.com/rust-lang/crates.io-index"
22640checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22641dependencies = [
22642 "aes",
22643 "byteorder",
22644 "bzip2 0.4.4",
22645 "constant_time_eq",
22646 "crc32fast",
22647 "crossbeam-utils",
22648 "flate2",
22649 "hmac",
22650 "pbkdf2 0.11.0",
22651 "sha1",
22652 "time",
22653 "zstd",
22654]
22655
22656[[package]]
22657name = "zip"
22658version = "1.1.4"
22659source = "registry+https://github.com/rust-lang/crates.io-index"
22660checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22661dependencies = [
22662 "arbitrary",
22663 "crc32fast",
22664 "crossbeam-utils",
22665 "displaydoc",
22666 "indexmap",
22667 "num_enum",
22668 "thiserror 1.0.69",
22669]
22670
22671[[package]]
22672name = "zlog"
22673version = "0.1.0"
22674dependencies = [
22675 "anyhow",
22676 "chrono",
22677 "collections",
22678 "log",
22679 "tempfile",
22680]
22681
22682[[package]]
22683name = "zlog_settings"
22684version = "0.1.0"
22685dependencies = [
22686 "collections",
22687 "gpui",
22688 "settings",
22689 "zlog",
22690]
22691
22692[[package]]
22693name = "zstd"
22694version = "0.11.2+zstd.1.5.2"
22695source = "registry+https://github.com/rust-lang/crates.io-index"
22696checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22697dependencies = [
22698 "zstd-safe",
22699]
22700
22701[[package]]
22702name = "zstd-safe"
22703version = "5.0.2+zstd.1.5.2"
22704source = "registry+https://github.com/rust-lang/crates.io-index"
22705checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22706dependencies = [
22707 "libc",
22708 "zstd-sys",
22709]
22710
22711[[package]]
22712name = "zstd-sys"
22713version = "2.0.16+zstd.1.5.7"
22714source = "registry+https://github.com/rust-lang/crates.io-index"
22715checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22716dependencies = [
22717 "cc",
22718 "pkg-config",
22719]
22720
22721[[package]]
22722name = "ztracing"
22723version = "0.1.0"
22724dependencies = [
22725 "tracing",
22726 "tracing-subscriber",
22727 "tracing-tracy",
22728 "tracy-client",
22729 "zlog",
22730 "ztracing_macro",
22731]
22732
22733[[package]]
22734name = "ztracing_macro"
22735version = "0.1.0"
22736
22737[[package]]
22738name = "zune-core"
22739version = "0.4.12"
22740source = "registry+https://github.com/rust-lang/crates.io-index"
22741checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22742
22743[[package]]
22744name = "zune-inflate"
22745version = "0.2.54"
22746source = "registry+https://github.com/rust-lang/crates.io-index"
22747checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22748dependencies = [
22749 "simd-adler32",
22750]
22751
22752[[package]]
22753name = "zune-jpeg"
22754version = "0.4.21"
22755source = "registry+https://github.com/rust-lang/crates.io-index"
22756checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22757dependencies = [
22758 "zune-core",
22759]
22760
22761[[package]]
22762name = "zvariant"
22763version = "5.9.2"
22764source = "registry+https://github.com/rust-lang/crates.io-index"
22765checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22766dependencies = [
22767 "endi",
22768 "enumflags2",
22769 "serde",
22770 "serde_bytes",
22771 "winnow",
22772 "zvariant_derive",
22773 "zvariant_utils",
22774]
22775
22776[[package]]
22777name = "zvariant_derive"
22778version = "5.9.2"
22779source = "registry+https://github.com/rust-lang/crates.io-index"
22780checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22781dependencies = [
22782 "proc-macro-crate",
22783 "proc-macro2",
22784 "quote",
22785 "syn 2.0.117",
22786 "zvariant_utils",
22787]
22788
22789[[package]]
22790name = "zvariant_utils"
22791version = "3.3.0"
22792source = "registry+https://github.com/rust-lang/crates.io-index"
22793checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22794dependencies = [
22795 "proc-macro2",
22796 "quote",
22797 "serde",
22798 "syn 2.0.117",
22799 "winnow",
22800]