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 "git",
   81 "gpui",
   82 "language",
   83 "log",
   84 "pretty_assertions",
   85 "project",
   86 "rand 0.9.3",
   87 "serde_json",
   88 "settings",
   89 "telemetry",
   90 "text",
   91 "util",
   92 "watch",
   93 "zlog",
   94]
   95
   96[[package]]
   97name = "activity_indicator"
   98version = "0.1.0"
   99dependencies = [
  100 "anyhow",
  101 "auto_update",
  102 "editor",
  103 "extension_host",
  104 "fs",
  105 "futures 0.3.32",
  106 "gpui",
  107 "language",
  108 "project",
  109 "proto",
  110 "smallvec",
  111 "ui",
  112 "util",
  113 "workspace",
  114]
  115
  116[[package]]
  117name = "addr2line"
  118version = "0.25.1"
  119source = "registry+https://github.com/rust-lang/crates.io-index"
  120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  121dependencies = [
  122 "gimli",
  123]
  124
  125[[package]]
  126name = "adler2"
  127version = "2.0.1"
  128source = "registry+https://github.com/rust-lang/crates.io-index"
  129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  130
  131[[package]]
  132name = "aes"
  133version = "0.8.4"
  134source = "registry+https://github.com/rust-lang/crates.io-index"
  135checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  136dependencies = [
  137 "cfg-if",
  138 "cipher",
  139 "cpufeatures",
  140 "zeroize",
  141]
  142
  143[[package]]
  144name = "agent"
  145version = "0.1.0"
  146dependencies = [
  147 "acp_thread",
  148 "action_log",
  149 "agent-client-protocol",
  150 "agent_servers",
  151 "agent_settings",
  152 "anyhow",
  153 "chrono",
  154 "client",
  155 "clock",
  156 "cloud_api_types",
  157 "cloud_llm_client",
  158 "collections",
  159 "context_server",
  160 "ctor",
  161 "db",
  162 "derive_more",
  163 "editor",
  164 "env_logger 0.11.8",
  165 "eval_utils",
  166 "feature_flags",
  167 "fs",
  168 "futures 0.3.32",
  169 "git",
  170 "gpui",
  171 "gpui_tokio",
  172 "handlebars 4.5.0",
  173 "heck 0.5.0",
  174 "html_to_markdown",
  175 "http_client",
  176 "indoc",
  177 "itertools 0.14.0",
  178 "language",
  179 "language_model",
  180 "language_models",
  181 "log",
  182 "lsp",
  183 "open",
  184 "parking_lot",
  185 "paths",
  186 "pretty_assertions",
  187 "project",
  188 "prompt_store",
  189 "rand 0.9.3",
  190 "regex",
  191 "reqwest_client",
  192 "rust-embed",
  193 "schemars",
  194 "serde",
  195 "serde_json",
  196 "settings",
  197 "shell_command_parser",
  198 "smallvec",
  199 "smol",
  200 "sqlez",
  201 "streaming_diff",
  202 "strsim",
  203 "task",
  204 "telemetry",
  205 "tempfile",
  206 "text",
  207 "theme",
  208 "thiserror 2.0.17",
  209 "ui",
  210 "unindent",
  211 "url",
  212 "util",
  213 "uuid",
  214 "watch",
  215 "web_search",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-trait",
  262 "chrono",
  263 "client",
  264 "collections",
  265 "env_logger 0.11.8",
  266 "feature_flags",
  267 "fs",
  268 "futures 0.3.32",
  269 "google_ai",
  270 "gpui",
  271 "gpui_tokio",
  272 "http_client",
  273 "indoc",
  274 "language_model",
  275 "libc",
  276 "log",
  277 "nix 0.29.0",
  278 "piper",
  279 "project",
  280 "release_channel",
  281 "remote",
  282 "reqwest_client",
  283 "serde",
  284 "serde_json",
  285 "settings",
  286 "smol",
  287 "task",
  288 "tempfile",
  289 "terminal",
  290 "thiserror 2.0.17",
  291 "ui",
  292 "util",
  293 "uuid",
  294 "watch",
  295 "zed_credentials_provider",
  296]
  297
  298[[package]]
  299name = "agent_settings"
  300version = "0.1.0"
  301dependencies = [
  302 "agent-client-protocol",
  303 "anyhow",
  304 "collections",
  305 "convert_case 0.8.0",
  306 "fs",
  307 "futures 0.3.32",
  308 "gpui",
  309 "language_model",
  310 "log",
  311 "paths",
  312 "project",
  313 "regex",
  314 "schemars",
  315 "serde",
  316 "serde_json",
  317 "serde_json_lenient",
  318 "settings",
  319 "util",
  320]
  321
  322[[package]]
  323name = "agent_ui"
  324version = "0.1.0"
  325dependencies = [
  326 "acp_thread",
  327 "action_log",
  328 "agent",
  329 "agent-client-protocol",
  330 "agent_servers",
  331 "agent_settings",
  332 "ai_onboarding",
  333 "anyhow",
  334 "audio",
  335 "base64 0.22.1",
  336 "buffer_diff",
  337 "chrono",
  338 "client",
  339 "clock",
  340 "cloud_api_types",
  341 "collections",
  342 "command_palette_hooks",
  343 "component",
  344 "context_server",
  345 "db",
  346 "editor",
  347 "eval_utils",
  348 "extension",
  349 "extension_host",
  350 "feature_flags",
  351 "file_icons",
  352 "fs",
  353 "futures 0.3.32",
  354 "fuzzy",
  355 "git",
  356 "gpui",
  357 "gpui_tokio",
  358 "heapless",
  359 "html_to_markdown",
  360 "http_client",
  361 "image",
  362 "indoc",
  363 "itertools 0.14.0",
  364 "jsonschema",
  365 "language",
  366 "language_model",
  367 "language_models",
  368 "languages",
  369 "log",
  370 "lsp",
  371 "markdown",
  372 "menu",
  373 "multi_buffer",
  374 "node_runtime",
  375 "notifications",
  376 "ordered-float 2.10.1",
  377 "parking_lot",
  378 "paths",
  379 "picker",
  380 "postage",
  381 "pretty_assertions",
  382 "project",
  383 "prompt_store",
  384 "proto",
  385 "rand 0.9.3",
  386 "release_channel",
  387 "remote",
  388 "remote_connection",
  389 "remote_server",
  390 "reqwest_client",
  391 "rope",
  392 "rules_library",
  393 "schemars",
  394 "search",
  395 "semver",
  396 "serde",
  397 "serde_json",
  398 "serde_json_lenient",
  399 "settings",
  400 "smol",
  401 "streaming_diff",
  402 "task",
  403 "telemetry",
  404 "tempfile",
  405 "terminal",
  406 "terminal_view",
  407 "text",
  408 "theme",
  409 "theme_settings",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "vim",
  420 "watch",
  421 "workspace",
  422 "zed_actions",
  423]
  424
  425[[package]]
  426name = "ahash"
  427version = "0.7.8"
  428source = "registry+https://github.com/rust-lang/crates.io-index"
  429checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  430dependencies = [
  431 "getrandom 0.2.16",
  432 "once_cell",
  433 "version_check",
  434]
  435
  436[[package]]
  437name = "ahash"
  438version = "0.8.12"
  439source = "registry+https://github.com/rust-lang/crates.io-index"
  440checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  441dependencies = [
  442 "cfg-if",
  443 "const-random",
  444 "getrandom 0.3.4",
  445 "once_cell",
  446 "serde",
  447 "version_check",
  448 "zerocopy",
  449]
  450
  451[[package]]
  452name = "aho-corasick"
  453version = "1.1.3"
  454source = "registry+https://github.com/rust-lang/crates.io-index"
  455checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  456dependencies = [
  457 "memchr",
  458]
  459
  460[[package]]
  461name = "ai_onboarding"
  462version = "0.1.0"
  463dependencies = [
  464 "client",
  465 "cloud_api_types",
  466 "component",
  467 "gpui",
  468 "language_model",
  469 "serde",
  470 "smallvec",
  471 "telemetry",
  472 "ui",
  473 "zed_actions",
  474]
  475
  476[[package]]
  477name = "alacritty_terminal"
  478version = "0.25.1"
  479source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  480dependencies = [
  481 "base64 0.22.1",
  482 "bitflags 2.10.0",
  483 "home",
  484 "libc",
  485 "log",
  486 "mach2 0.5.0",
  487 "miow",
  488 "parking_lot",
  489 "piper",
  490 "polling",
  491 "regex-automata",
  492 "rustix 1.1.2",
  493 "rustix-openpty",
  494 "serde",
  495 "signal-hook",
  496 "unicode-width",
  497 "vte",
  498 "windows-sys 0.59.0",
  499]
  500
  501[[package]]
  502name = "aliasable"
  503version = "0.1.3"
  504source = "registry+https://github.com/rust-lang/crates.io-index"
  505checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  506
  507[[package]]
  508name = "aligned"
  509version = "0.4.3"
  510source = "registry+https://github.com/rust-lang/crates.io-index"
  511checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  512dependencies = [
  513 "as-slice",
  514]
  515
  516[[package]]
  517name = "aligned-vec"
  518version = "0.6.4"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  521dependencies = [
  522 "equator",
  523]
  524
  525[[package]]
  526name = "allocator-api2"
  527version = "0.2.21"
  528source = "registry+https://github.com/rust-lang/crates.io-index"
  529checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  530
  531[[package]]
  532name = "alsa"
  533version = "0.10.0"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  536dependencies = [
  537 "alsa-sys",
  538 "bitflags 2.10.0",
  539 "cfg-if",
  540 "libc",
  541]
  542
  543[[package]]
  544name = "alsa-sys"
  545version = "0.3.1"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  548dependencies = [
  549 "libc",
  550 "pkg-config",
  551]
  552
  553[[package]]
  554name = "ambient-authority"
  555version = "0.0.2"
  556source = "registry+https://github.com/rust-lang/crates.io-index"
  557checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  558
  559[[package]]
  560name = "ammonia"
  561version = "4.1.2"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  564dependencies = [
  565 "cssparser",
  566 "html5ever 0.35.0",
  567 "maplit",
  568 "tendril",
  569 "url",
  570]
  571
  572[[package]]
  573name = "android_system_properties"
  574version = "0.1.5"
  575source = "registry+https://github.com/rust-lang/crates.io-index"
  576checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  577dependencies = [
  578 "libc",
  579]
  580
  581[[package]]
  582name = "anes"
  583version = "0.1.6"
  584source = "registry+https://github.com/rust-lang/crates.io-index"
  585checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  586
  587[[package]]
  588name = "annotate-snippets"
  589version = "0.12.12"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  592dependencies = [
  593 "anstyle",
  594 "memchr",
  595 "unicode-width",
  596]
  597
  598[[package]]
  599name = "anstream"
  600version = "0.6.21"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  603dependencies = [
  604 "anstyle",
  605 "anstyle-parse",
  606 "anstyle-query",
  607 "anstyle-wincon",
  608 "colorchoice",
  609 "is_terminal_polyfill",
  610 "utf8parse",
  611]
  612
  613[[package]]
  614name = "anstyle"
  615version = "1.0.13"
  616source = "registry+https://github.com/rust-lang/crates.io-index"
  617checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  618
  619[[package]]
  620name = "anstyle-parse"
  621version = "0.2.7"
  622source = "registry+https://github.com/rust-lang/crates.io-index"
  623checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  624dependencies = [
  625 "utf8parse",
  626]
  627
  628[[package]]
  629name = "anstyle-query"
  630version = "1.1.4"
  631source = "registry+https://github.com/rust-lang/crates.io-index"
  632checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  633dependencies = [
  634 "windows-sys 0.60.2",
  635]
  636
  637[[package]]
  638name = "anstyle-wincon"
  639version = "3.0.10"
  640source = "registry+https://github.com/rust-lang/crates.io-index"
  641checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  642dependencies = [
  643 "anstyle",
  644 "once_cell_polyfill",
  645 "windows-sys 0.60.2",
  646]
  647
  648[[package]]
  649name = "anthropic"
  650version = "0.1.0"
  651dependencies = [
  652 "anyhow",
  653 "chrono",
  654 "collections",
  655 "futures 0.3.32",
  656 "http_client",
  657 "language_model_core",
  658 "log",
  659 "schemars",
  660 "serde",
  661 "serde_json",
  662 "strum 0.27.2",
  663 "thiserror 2.0.17",
  664 "tiktoken-rs",
  665]
  666
  667[[package]]
  668name = "any_vec"
  669version = "0.14.0"
  670source = "registry+https://github.com/rust-lang/crates.io-index"
  671checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  672
  673[[package]]
  674name = "anyhow"
  675version = "1.0.100"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  678
  679[[package]]
  680name = "approx"
  681version = "0.5.1"
  682source = "registry+https://github.com/rust-lang/crates.io-index"
  683checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  684dependencies = [
  685 "num-traits",
  686]
  687
  688[[package]]
  689name = "ar_archive_writer"
  690version = "0.5.1"
  691source = "registry+https://github.com/rust-lang/crates.io-index"
  692checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  693dependencies = [
  694 "object",
  695]
  696
  697[[package]]
  698name = "arbitrary"
  699version = "1.4.2"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  702dependencies = [
  703 "derive_arbitrary",
  704]
  705
  706[[package]]
  707name = "arc-swap"
  708version = "1.9.0"
  709source = "registry+https://github.com/rust-lang/crates.io-index"
  710checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  711dependencies = [
  712 "rustversion",
  713]
  714
  715[[package]]
  716name = "arg_enum_proc_macro"
  717version = "0.3.4"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  720dependencies = [
  721 "proc-macro2",
  722 "quote",
  723 "syn 2.0.117",
  724]
  725
  726[[package]]
  727name = "arraydeque"
  728version = "0.5.1"
  729source = "registry+https://github.com/rust-lang/crates.io-index"
  730checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  731
  732[[package]]
  733name = "arrayref"
  734version = "0.3.9"
  735source = "registry+https://github.com/rust-lang/crates.io-index"
  736checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  737
  738[[package]]
  739name = "arrayvec"
  740version = "0.7.6"
  741source = "registry+https://github.com/rust-lang/crates.io-index"
  742checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  743
  744[[package]]
  745name = "as-raw-xcb-connection"
  746version = "1.0.1"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  749
  750[[package]]
  751name = "as-slice"
  752version = "0.2.1"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  755dependencies = [
  756 "stable_deref_trait",
  757]
  758
  759[[package]]
  760name = "ascii"
  761version = "1.1.0"
  762source = "registry+https://github.com/rust-lang/crates.io-index"
  763checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  764
  765[[package]]
  766name = "ash"
  767version = "0.38.0+1.3.281"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  770dependencies = [
  771 "libloading",
  772]
  773
  774[[package]]
  775name = "ashpd"
  776version = "0.13.2"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  779dependencies = [
  780 "enumflags2",
  781 "futures-channel",
  782 "futures-util",
  783 "getrandom 0.4.1",
  784 "serde",
  785 "serde_repr",
  786 "wayland-backend",
  787 "wayland-client",
  788 "wayland-protocols",
  789 "zbus",
  790]
  791
  792[[package]]
  793name = "askpass"
  794version = "0.1.0"
  795dependencies = [
  796 "anyhow",
  797 "futures 0.3.32",
  798 "gpui",
  799 "log",
  800 "net",
  801 "smol",
  802 "tempfile",
  803 "util",
  804 "windows 0.61.3",
  805 "zeroize",
  806]
  807
  808[[package]]
  809name = "assets"
  810version = "0.1.0"
  811dependencies = [
  812 "anyhow",
  813 "gpui",
  814 "rust-embed",
  815]
  816
  817[[package]]
  818name = "async-attributes"
  819version = "1.1.2"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  822dependencies = [
  823 "quote",
  824 "syn 1.0.109",
  825]
  826
  827[[package]]
  828name = "async-broadcast"
  829version = "0.7.2"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  832dependencies = [
  833 "event-listener 5.4.1",
  834 "event-listener-strategy",
  835 "futures-core",
  836 "pin-project-lite",
  837]
  838
  839[[package]]
  840name = "async-channel"
  841version = "1.9.0"
  842source = "registry+https://github.com/rust-lang/crates.io-index"
  843checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  844dependencies = [
  845 "concurrent-queue",
  846 "event-listener 2.5.3",
  847 "futures-core",
  848]
  849
  850[[package]]
  851name = "async-channel"
  852version = "2.5.0"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  855dependencies = [
  856 "concurrent-queue",
  857 "event-listener-strategy",
  858 "futures-core",
  859 "pin-project-lite",
  860]
  861
  862[[package]]
  863name = "async-compat"
  864version = "0.2.5"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  867dependencies = [
  868 "futures-core",
  869 "futures-io",
  870 "once_cell",
  871 "pin-project-lite",
  872 "tokio",
  873]
  874
  875[[package]]
  876name = "async-compression"
  877version = "0.4.32"
  878source = "registry+https://github.com/rust-lang/crates.io-index"
  879checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  880dependencies = [
  881 "compression-codecs",
  882 "compression-core",
  883 "futures-core",
  884 "futures-io",
  885 "pin-project-lite",
  886]
  887
  888[[package]]
  889name = "async-dispatcher"
  890version = "0.1.2"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  893dependencies = [
  894 "async-task",
  895 "futures-lite 1.13.0",
  896]
  897
  898[[package]]
  899name = "async-executor"
  900version = "1.13.3"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  903dependencies = [
  904 "async-task",
  905 "concurrent-queue",
  906 "fastrand 2.3.0",
  907 "futures-lite 2.6.1",
  908 "pin-project-lite",
  909 "slab",
  910]
  911
  912[[package]]
  913name = "async-fs"
  914version = "2.2.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  917dependencies = [
  918 "async-lock 3.4.2",
  919 "blocking",
  920 "futures-lite 2.6.1",
  921]
  922
  923[[package]]
  924name = "async-global-executor"
  925version = "2.4.1"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  928dependencies = [
  929 "async-channel 2.5.0",
  930 "async-executor",
  931 "async-io",
  932 "async-lock 3.4.2",
  933 "blocking",
  934 "futures-lite 2.6.1",
  935 "once_cell",
  936]
  937
  938[[package]]
  939name = "async-io"
  940version = "2.6.0"
  941source = "registry+https://github.com/rust-lang/crates.io-index"
  942checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  943dependencies = [
  944 "autocfg",
  945 "cfg-if",
  946 "concurrent-queue",
  947 "futures-io",
  948 "futures-lite 2.6.1",
  949 "parking",
  950 "polling",
  951 "rustix 1.1.2",
  952 "slab",
  953 "windows-sys 0.61.2",
  954]
  955
  956[[package]]
  957name = "async-lock"
  958version = "2.8.0"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  961dependencies = [
  962 "event-listener 2.5.3",
  963]
  964
  965[[package]]
  966name = "async-lock"
  967version = "3.4.2"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  970dependencies = [
  971 "event-listener 5.4.1",
  972 "event-listener-strategy",
  973 "pin-project-lite",
  974]
  975
  976[[package]]
  977name = "async-net"
  978version = "2.0.0"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  981dependencies = [
  982 "async-io",
  983 "blocking",
  984 "futures-lite 2.6.1",
  985]
  986
  987[[package]]
  988name = "async-pipe"
  989version = "0.1.3"
  990source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  991dependencies = [
  992 "futures 0.3.32",
  993 "log",
  994]
  995
  996[[package]]
  997name = "async-process"
  998version = "2.5.0"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1001dependencies = [
 1002 "async-channel 2.5.0",
 1003 "async-io",
 1004 "async-lock 3.4.2",
 1005 "async-signal",
 1006 "async-task",
 1007 "blocking",
 1008 "cfg-if",
 1009 "event-listener 5.4.1",
 1010 "futures-lite 2.6.1",
 1011 "rustix 1.1.2",
 1012]
 1013
 1014[[package]]
 1015name = "async-recursion"
 1016version = "1.1.1"
 1017source = "registry+https://github.com/rust-lang/crates.io-index"
 1018checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1019dependencies = [
 1020 "proc-macro2",
 1021 "quote",
 1022 "syn 2.0.117",
 1023]
 1024
 1025[[package]]
 1026name = "async-signal"
 1027version = "0.2.13"
 1028source = "registry+https://github.com/rust-lang/crates.io-index"
 1029checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1030dependencies = [
 1031 "async-io",
 1032 "async-lock 3.4.2",
 1033 "atomic-waker",
 1034 "cfg-if",
 1035 "futures-core",
 1036 "futures-io",
 1037 "rustix 1.1.2",
 1038 "signal-hook-registry",
 1039 "slab",
 1040 "windows-sys 0.61.2",
 1041]
 1042
 1043[[package]]
 1044name = "async-std"
 1045version = "1.13.2"
 1046source = "registry+https://github.com/rust-lang/crates.io-index"
 1047checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1048dependencies = [
 1049 "async-attributes",
 1050 "async-channel 1.9.0",
 1051 "async-global-executor",
 1052 "async-io",
 1053 "async-lock 3.4.2",
 1054 "async-process",
 1055 "crossbeam-utils",
 1056 "futures-channel",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-lite 2.6.1",
 1060 "gloo-timers",
 1061 "kv-log-macro",
 1062 "log",
 1063 "memchr",
 1064 "once_cell",
 1065 "pin-project-lite",
 1066 "pin-utils",
 1067 "slab",
 1068 "wasm-bindgen-futures",
 1069]
 1070
 1071[[package]]
 1072name = "async-stream"
 1073version = "0.3.6"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1076dependencies = [
 1077 "async-stream-impl",
 1078 "futures-core",
 1079 "pin-project-lite",
 1080]
 1081
 1082[[package]]
 1083name = "async-stream-impl"
 1084version = "0.3.6"
 1085source = "registry+https://github.com/rust-lang/crates.io-index"
 1086checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1087dependencies = [
 1088 "proc-macro2",
 1089 "quote",
 1090 "syn 2.0.117",
 1091]
 1092
 1093[[package]]
 1094name = "async-tar"
 1095version = "0.5.1"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1098dependencies = [
 1099 "async-std",
 1100 "filetime",
 1101 "libc",
 1102 "pin-project",
 1103 "redox_syscall 0.2.16",
 1104 "xattr",
 1105]
 1106
 1107[[package]]
 1108name = "async-task"
 1109version = "4.7.1"
 1110source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1111
 1112[[package]]
 1113name = "async-trait"
 1114version = "0.1.89"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1117dependencies = [
 1118 "proc-macro2",
 1119 "quote",
 1120 "syn 2.0.117",
 1121]
 1122
 1123[[package]]
 1124name = "async-tungstenite"
 1125version = "0.31.0"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1128dependencies = [
 1129 "atomic-waker",
 1130 "futures-core",
 1131 "futures-io",
 1132 "futures-task",
 1133 "futures-util",
 1134 "log",
 1135 "pin-project-lite",
 1136 "rustls-pki-types",
 1137 "tokio",
 1138 "tokio-rustls 0.26.2",
 1139 "tungstenite 0.27.0",
 1140]
 1141
 1142[[package]]
 1143name = "async_zip"
 1144version = "0.0.18"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1147dependencies = [
 1148 "async-compression",
 1149 "crc32fast",
 1150 "futures-lite 2.6.1",
 1151 "pin-project",
 1152 "thiserror 2.0.17",
 1153]
 1154
 1155[[package]]
 1156name = "asynchronous-codec"
 1157version = "0.7.0"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1160dependencies = [
 1161 "bytes 1.11.1",
 1162 "futures-sink",
 1163 "futures-util",
 1164 "memchr",
 1165 "pin-project-lite",
 1166]
 1167
 1168[[package]]
 1169name = "atoi"
 1170version = "2.0.0"
 1171source = "registry+https://github.com/rust-lang/crates.io-index"
 1172checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1173dependencies = [
 1174 "num-traits",
 1175]
 1176
 1177[[package]]
 1178name = "atomic"
 1179version = "0.5.3"
 1180source = "registry+https://github.com/rust-lang/crates.io-index"
 1181checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1182
 1183[[package]]
 1184name = "atomic-waker"
 1185version = "1.1.2"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1188
 1189[[package]]
 1190name = "audio"
 1191version = "0.1.0"
 1192dependencies = [
 1193 "anyhow",
 1194 "collections",
 1195 "cpal",
 1196 "crossbeam",
 1197 "denoise",
 1198 "gpui",
 1199 "libwebrtc",
 1200 "log",
 1201 "parking_lot",
 1202 "rodio",
 1203 "serde",
 1204 "settings",
 1205 "thiserror 2.0.17",
 1206 "util",
 1207]
 1208
 1209[[package]]
 1210name = "auditable-serde"
 1211version = "0.8.0"
 1212source = "registry+https://github.com/rust-lang/crates.io-index"
 1213checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1214dependencies = [
 1215 "semver",
 1216 "serde",
 1217 "serde_json",
 1218 "topological-sort",
 1219]
 1220
 1221[[package]]
 1222name = "auto_update"
 1223version = "0.1.0"
 1224dependencies = [
 1225 "anyhow",
 1226 "client",
 1227 "clock",
 1228 "ctor",
 1229 "db",
 1230 "futures 0.3.32",
 1231 "futures-lite 1.13.0",
 1232 "gpui",
 1233 "http_client",
 1234 "log",
 1235 "parking_lot",
 1236 "paths",
 1237 "release_channel",
 1238 "semver",
 1239 "serde",
 1240 "serde_json",
 1241 "settings",
 1242 "smol",
 1243 "tempfile",
 1244 "util",
 1245 "which 6.0.3",
 1246 "workspace",
 1247 "zlog",
 1248]
 1249
 1250[[package]]
 1251name = "auto_update_helper"
 1252version = "0.1.0"
 1253dependencies = [
 1254 "anyhow",
 1255 "log",
 1256 "scopeguard",
 1257 "simplelog",
 1258 "tempfile",
 1259 "windows 0.61.3",
 1260 "winresource",
 1261]
 1262
 1263[[package]]
 1264name = "auto_update_ui"
 1265version = "0.1.0"
 1266dependencies = [
 1267 "agent_settings",
 1268 "anyhow",
 1269 "auto_update",
 1270 "client",
 1271 "db",
 1272 "editor",
 1273 "fs",
 1274 "gpui",
 1275 "markdown_preview",
 1276 "notifications",
 1277 "release_channel",
 1278 "semver",
 1279 "serde",
 1280 "serde_json",
 1281 "smol",
 1282 "telemetry",
 1283 "ui",
 1284 "util",
 1285 "workspace",
 1286 "zed_actions",
 1287]
 1288
 1289[[package]]
 1290name = "autocfg"
 1291version = "1.5.0"
 1292source = "registry+https://github.com/rust-lang/crates.io-index"
 1293checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1294
 1295[[package]]
 1296name = "av-scenechange"
 1297version = "0.14.1"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1300dependencies = [
 1301 "aligned",
 1302 "anyhow",
 1303 "arg_enum_proc_macro",
 1304 "arrayvec",
 1305 "log",
 1306 "num-rational",
 1307 "num-traits",
 1308 "pastey",
 1309 "rayon",
 1310 "thiserror 2.0.17",
 1311 "v_frame",
 1312 "y4m",
 1313]
 1314
 1315[[package]]
 1316name = "av1-grain"
 1317version = "0.2.4"
 1318source = "registry+https://github.com/rust-lang/crates.io-index"
 1319checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1320dependencies = [
 1321 "anyhow",
 1322 "arrayvec",
 1323 "log",
 1324 "nom 7.1.3",
 1325 "num-rational",
 1326 "v_frame",
 1327]
 1328
 1329[[package]]
 1330name = "avif-serialize"
 1331version = "0.8.6"
 1332source = "registry+https://github.com/rust-lang/crates.io-index"
 1333checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1334dependencies = [
 1335 "arrayvec",
 1336]
 1337
 1338[[package]]
 1339name = "aws-config"
 1340version = "1.8.10"
 1341source = "registry+https://github.com/rust-lang/crates.io-index"
 1342checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1343dependencies = [
 1344 "aws-credential-types",
 1345 "aws-runtime",
 1346 "aws-sdk-sso",
 1347 "aws-sdk-ssooidc",
 1348 "aws-sdk-sts",
 1349 "aws-smithy-async",
 1350 "aws-smithy-http",
 1351 "aws-smithy-json",
 1352 "aws-smithy-runtime",
 1353 "aws-smithy-runtime-api",
 1354 "aws-smithy-types",
 1355 "aws-types",
 1356 "bytes 1.11.1",
 1357 "fastrand 2.3.0",
 1358 "hex",
 1359 "http 1.3.1",
 1360 "ring",
 1361 "time",
 1362 "tokio",
 1363 "tracing",
 1364 "url",
 1365 "zeroize",
 1366]
 1367
 1368[[package]]
 1369name = "aws-credential-types"
 1370version = "1.2.10"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1373dependencies = [
 1374 "aws-smithy-async",
 1375 "aws-smithy-runtime-api",
 1376 "aws-smithy-types",
 1377 "zeroize",
 1378]
 1379
 1380[[package]]
 1381name = "aws-lc-rs"
 1382version = "1.15.4"
 1383source = "registry+https://github.com/rust-lang/crates.io-index"
 1384checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1385dependencies = [
 1386 "aws-lc-sys",
 1387 "untrusted 0.7.1",
 1388 "zeroize",
 1389]
 1390
 1391[[package]]
 1392name = "aws-lc-sys"
 1393version = "0.37.0"
 1394source = "registry+https://github.com/rust-lang/crates.io-index"
 1395checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1396dependencies = [
 1397 "cc",
 1398 "cmake",
 1399 "dunce",
 1400 "fs_extra",
 1401]
 1402
 1403[[package]]
 1404name = "aws-runtime"
 1405version = "1.5.16"
 1406source = "registry+https://github.com/rust-lang/crates.io-index"
 1407checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1408dependencies = [
 1409 "aws-credential-types",
 1410 "aws-sigv4",
 1411 "aws-smithy-async",
 1412 "aws-smithy-eventstream",
 1413 "aws-smithy-http",
 1414 "aws-smithy-runtime",
 1415 "aws-smithy-runtime-api",
 1416 "aws-smithy-types",
 1417 "aws-types",
 1418 "bytes 1.11.1",
 1419 "fastrand 2.3.0",
 1420 "http 0.2.12",
 1421 "http-body 0.4.6",
 1422 "percent-encoding",
 1423 "pin-project-lite",
 1424 "tracing",
 1425 "uuid",
 1426]
 1427
 1428[[package]]
 1429name = "aws-sdk-bedrockruntime"
 1430version = "1.113.0"
 1431source = "registry+https://github.com/rust-lang/crates.io-index"
 1432checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1433dependencies = [
 1434 "aws-credential-types",
 1435 "aws-runtime",
 1436 "aws-sigv4",
 1437 "aws-smithy-async",
 1438 "aws-smithy-eventstream",
 1439 "aws-smithy-http",
 1440 "aws-smithy-json",
 1441 "aws-smithy-runtime",
 1442 "aws-smithy-runtime-api",
 1443 "aws-smithy-types",
 1444 "aws-types",
 1445 "bytes 1.11.1",
 1446 "fastrand 2.3.0",
 1447 "http 0.2.12",
 1448 "hyper 0.14.32",
 1449 "regex-lite",
 1450 "tracing",
 1451]
 1452
 1453[[package]]
 1454name = "aws-sdk-kinesis"
 1455version = "1.95.0"
 1456source = "registry+https://github.com/rust-lang/crates.io-index"
 1457checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1458dependencies = [
 1459 "aws-credential-types",
 1460 "aws-runtime",
 1461 "aws-smithy-async",
 1462 "aws-smithy-eventstream",
 1463 "aws-smithy-http",
 1464 "aws-smithy-json",
 1465 "aws-smithy-runtime",
 1466 "aws-smithy-runtime-api",
 1467 "aws-smithy-types",
 1468 "aws-types",
 1469 "bytes 1.11.1",
 1470 "fastrand 2.3.0",
 1471 "http 0.2.12",
 1472 "regex-lite",
 1473 "tracing",
 1474]
 1475
 1476[[package]]
 1477name = "aws-sdk-s3"
 1478version = "1.112.0"
 1479source = "registry+https://github.com/rust-lang/crates.io-index"
 1480checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1481dependencies = [
 1482 "aws-credential-types",
 1483 "aws-runtime",
 1484 "aws-sigv4",
 1485 "aws-smithy-async",
 1486 "aws-smithy-checksums",
 1487 "aws-smithy-eventstream",
 1488 "aws-smithy-http",
 1489 "aws-smithy-json",
 1490 "aws-smithy-runtime",
 1491 "aws-smithy-runtime-api",
 1492 "aws-smithy-types",
 1493 "aws-smithy-xml",
 1494 "aws-types",
 1495 "bytes 1.11.1",
 1496 "fastrand 2.3.0",
 1497 "hex",
 1498 "hmac",
 1499 "http 0.2.12",
 1500 "http 1.3.1",
 1501 "http-body 0.4.6",
 1502 "lru",
 1503 "percent-encoding",
 1504 "regex-lite",
 1505 "sha2",
 1506 "tracing",
 1507 "url",
 1508]
 1509
 1510[[package]]
 1511name = "aws-sdk-sso"
 1512version = "1.88.0"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1515dependencies = [
 1516 "aws-credential-types",
 1517 "aws-runtime",
 1518 "aws-smithy-async",
 1519 "aws-smithy-http",
 1520 "aws-smithy-json",
 1521 "aws-smithy-runtime",
 1522 "aws-smithy-runtime-api",
 1523 "aws-smithy-types",
 1524 "aws-types",
 1525 "bytes 1.11.1",
 1526 "fastrand 2.3.0",
 1527 "http 0.2.12",
 1528 "regex-lite",
 1529 "tracing",
 1530]
 1531
 1532[[package]]
 1533name = "aws-sdk-ssooidc"
 1534version = "1.90.0"
 1535source = "registry+https://github.com/rust-lang/crates.io-index"
 1536checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1537dependencies = [
 1538 "aws-credential-types",
 1539 "aws-runtime",
 1540 "aws-smithy-async",
 1541 "aws-smithy-http",
 1542 "aws-smithy-json",
 1543 "aws-smithy-runtime",
 1544 "aws-smithy-runtime-api",
 1545 "aws-smithy-types",
 1546 "aws-types",
 1547 "bytes 1.11.1",
 1548 "fastrand 2.3.0",
 1549 "http 0.2.12",
 1550 "regex-lite",
 1551 "tracing",
 1552]
 1553
 1554[[package]]
 1555name = "aws-sdk-sts"
 1556version = "1.90.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1559dependencies = [
 1560 "aws-credential-types",
 1561 "aws-runtime",
 1562 "aws-smithy-async",
 1563 "aws-smithy-http",
 1564 "aws-smithy-json",
 1565 "aws-smithy-query",
 1566 "aws-smithy-runtime",
 1567 "aws-smithy-runtime-api",
 1568 "aws-smithy-types",
 1569 "aws-smithy-xml",
 1570 "aws-types",
 1571 "fastrand 2.3.0",
 1572 "http 0.2.12",
 1573 "regex-lite",
 1574 "tracing",
 1575]
 1576
 1577[[package]]
 1578name = "aws-sigv4"
 1579version = "1.3.6"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1582dependencies = [
 1583 "aws-credential-types",
 1584 "aws-smithy-eventstream",
 1585 "aws-smithy-http",
 1586 "aws-smithy-runtime-api",
 1587 "aws-smithy-types",
 1588 "bytes 1.11.1",
 1589 "crypto-bigint 0.5.5",
 1590 "form_urlencoded",
 1591 "hex",
 1592 "hmac",
 1593 "http 0.2.12",
 1594 "http 1.3.1",
 1595 "p256",
 1596 "percent-encoding",
 1597 "ring",
 1598 "sha2",
 1599 "subtle",
 1600 "time",
 1601 "tracing",
 1602 "zeroize",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-async"
 1607version = "1.2.6"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1610dependencies = [
 1611 "futures-util",
 1612 "pin-project-lite",
 1613 "tokio",
 1614]
 1615
 1616[[package]]
 1617name = "aws-smithy-checksums"
 1618version = "0.63.11"
 1619source = "registry+https://github.com/rust-lang/crates.io-index"
 1620checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1621dependencies = [
 1622 "aws-smithy-http",
 1623 "aws-smithy-types",
 1624 "bytes 1.11.1",
 1625 "crc-fast",
 1626 "hex",
 1627 "http 0.2.12",
 1628 "http-body 0.4.6",
 1629 "md-5",
 1630 "pin-project-lite",
 1631 "sha1",
 1632 "sha2",
 1633 "tracing",
 1634]
 1635
 1636[[package]]
 1637name = "aws-smithy-eventstream"
 1638version = "0.60.13"
 1639source = "registry+https://github.com/rust-lang/crates.io-index"
 1640checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1641dependencies = [
 1642 "aws-smithy-types",
 1643 "bytes 1.11.1",
 1644 "crc32fast",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-http"
 1649version = "0.62.5"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1652dependencies = [
 1653 "aws-smithy-eventstream",
 1654 "aws-smithy-runtime-api",
 1655 "aws-smithy-types",
 1656 "bytes 1.11.1",
 1657 "bytes-utils",
 1658 "futures-core",
 1659 "futures-util",
 1660 "http 0.2.12",
 1661 "http 1.3.1",
 1662 "http-body 0.4.6",
 1663 "percent-encoding",
 1664 "pin-project-lite",
 1665 "pin-utils",
 1666 "tracing",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-http-client"
 1671version = "1.1.4"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1674dependencies = [
 1675 "aws-smithy-async",
 1676 "aws-smithy-runtime-api",
 1677 "aws-smithy-types",
 1678 "h2 0.3.27",
 1679 "h2 0.4.12",
 1680 "http 0.2.12",
 1681 "http 1.3.1",
 1682 "http-body 0.4.6",
 1683 "hyper 0.14.32",
 1684 "hyper 1.7.0",
 1685 "hyper-rustls 0.24.2",
 1686 "hyper-rustls 0.27.7",
 1687 "hyper-util",
 1688 "pin-project-lite",
 1689 "rustls 0.21.12",
 1690 "rustls 0.23.33",
 1691 "rustls-native-certs 0.8.2",
 1692 "rustls-pki-types",
 1693 "tokio",
 1694 "tokio-rustls 0.26.2",
 1695 "tower 0.5.2",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-json"
 1701version = "0.61.7"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1704dependencies = [
 1705 "aws-smithy-types",
 1706]
 1707
 1708[[package]]
 1709name = "aws-smithy-observability"
 1710version = "0.1.4"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1713dependencies = [
 1714 "aws-smithy-runtime-api",
 1715]
 1716
 1717[[package]]
 1718name = "aws-smithy-query"
 1719version = "0.60.8"
 1720source = "registry+https://github.com/rust-lang/crates.io-index"
 1721checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1722dependencies = [
 1723 "aws-smithy-types",
 1724 "urlencoding",
 1725]
 1726
 1727[[package]]
 1728name = "aws-smithy-runtime"
 1729version = "1.9.4"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1732dependencies = [
 1733 "aws-smithy-async",
 1734 "aws-smithy-http",
 1735 "aws-smithy-http-client",
 1736 "aws-smithy-observability",
 1737 "aws-smithy-runtime-api",
 1738 "aws-smithy-types",
 1739 "bytes 1.11.1",
 1740 "fastrand 2.3.0",
 1741 "http 0.2.12",
 1742 "http 1.3.1",
 1743 "http-body 0.4.6",
 1744 "http-body 1.0.1",
 1745 "pin-project-lite",
 1746 "pin-utils",
 1747 "tokio",
 1748 "tracing",
 1749]
 1750
 1751[[package]]
 1752name = "aws-smithy-runtime-api"
 1753version = "1.9.2"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1756dependencies = [
 1757 "aws-smithy-async",
 1758 "aws-smithy-types",
 1759 "bytes 1.11.1",
 1760 "http 0.2.12",
 1761 "http 1.3.1",
 1762 "pin-project-lite",
 1763 "tokio",
 1764 "tracing",
 1765 "zeroize",
 1766]
 1767
 1768[[package]]
 1769name = "aws-smithy-types"
 1770version = "1.3.4"
 1771source = "registry+https://github.com/rust-lang/crates.io-index"
 1772checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1773dependencies = [
 1774 "base64-simd",
 1775 "bytes 1.11.1",
 1776 "bytes-utils",
 1777 "futures-core",
 1778 "http 0.2.12",
 1779 "http 1.3.1",
 1780 "http-body 0.4.6",
 1781 "http-body 1.0.1",
 1782 "http-body-util",
 1783 "itoa",
 1784 "num-integer",
 1785 "pin-project-lite",
 1786 "pin-utils",
 1787 "ryu",
 1788 "serde",
 1789 "time",
 1790 "tokio",
 1791 "tokio-util",
 1792]
 1793
 1794[[package]]
 1795name = "aws-smithy-xml"
 1796version = "0.60.12"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1799dependencies = [
 1800 "xmlparser",
 1801]
 1802
 1803[[package]]
 1804name = "aws-types"
 1805version = "1.3.10"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1808dependencies = [
 1809 "aws-credential-types",
 1810 "aws-smithy-async",
 1811 "aws-smithy-runtime-api",
 1812 "aws-smithy-types",
 1813 "rustc_version",
 1814 "tracing",
 1815]
 1816
 1817[[package]]
 1818name = "aws_http_client"
 1819version = "0.1.0"
 1820dependencies = [
 1821 "aws-smithy-runtime-api",
 1822 "aws-smithy-types",
 1823 "http_client",
 1824]
 1825
 1826[[package]]
 1827name = "axum"
 1828version = "0.6.20"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1831dependencies = [
 1832 "async-trait",
 1833 "axum-core",
 1834 "base64 0.21.7",
 1835 "bitflags 1.3.2",
 1836 "bytes 1.11.1",
 1837 "futures-util",
 1838 "headers",
 1839 "http 0.2.12",
 1840 "http-body 0.4.6",
 1841 "hyper 0.14.32",
 1842 "itoa",
 1843 "matchit",
 1844 "memchr",
 1845 "mime",
 1846 "percent-encoding",
 1847 "pin-project-lite",
 1848 "rustversion",
 1849 "serde",
 1850 "serde_json",
 1851 "serde_path_to_error",
 1852 "serde_urlencoded",
 1853 "sha1",
 1854 "sync_wrapper 0.1.2",
 1855 "tokio",
 1856 "tokio-tungstenite 0.20.1",
 1857 "tower 0.4.13",
 1858 "tower-layer",
 1859 "tower-service",
 1860]
 1861
 1862[[package]]
 1863name = "axum-core"
 1864version = "0.3.4"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1867dependencies = [
 1868 "async-trait",
 1869 "bytes 1.11.1",
 1870 "futures-util",
 1871 "http 0.2.12",
 1872 "http-body 0.4.6",
 1873 "mime",
 1874 "rustversion",
 1875 "tower-layer",
 1876 "tower-service",
 1877]
 1878
 1879[[package]]
 1880name = "backtrace"
 1881version = "0.3.76"
 1882source = "registry+https://github.com/rust-lang/crates.io-index"
 1883checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1884dependencies = [
 1885 "addr2line",
 1886 "cfg-if",
 1887 "libc",
 1888 "miniz_oxide",
 1889 "object",
 1890 "rustc-demangle",
 1891 "windows-link 0.2.1",
 1892]
 1893
 1894[[package]]
 1895name = "base16ct"
 1896version = "0.1.1"
 1897source = "registry+https://github.com/rust-lang/crates.io-index"
 1898checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1899
 1900[[package]]
 1901name = "base64"
 1902version = "0.21.7"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1905
 1906[[package]]
 1907name = "base64"
 1908version = "0.22.1"
 1909source = "registry+https://github.com/rust-lang/crates.io-index"
 1910checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1911
 1912[[package]]
 1913name = "base64-simd"
 1914version = "0.8.0"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1917dependencies = [
 1918 "outref",
 1919 "vsimd",
 1920]
 1921
 1922[[package]]
 1923name = "base64ct"
 1924version = "1.8.0"
 1925source = "registry+https://github.com/rust-lang/crates.io-index"
 1926checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1927
 1928[[package]]
 1929name = "bedrock"
 1930version = "0.1.0"
 1931dependencies = [
 1932 "anyhow",
 1933 "aws-sdk-bedrockruntime",
 1934 "aws-smithy-types",
 1935 "futures 0.3.32",
 1936 "schemars",
 1937 "serde",
 1938 "serde_json",
 1939 "strum 0.27.2",
 1940 "thiserror 2.0.17",
 1941]
 1942
 1943[[package]]
 1944name = "bigdecimal"
 1945version = "0.4.8"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1948dependencies = [
 1949 "autocfg",
 1950 "libm",
 1951 "num-bigint",
 1952 "num-integer",
 1953 "num-traits",
 1954 "serde",
 1955]
 1956
 1957[[package]]
 1958name = "bincode"
 1959version = "1.3.3"
 1960source = "registry+https://github.com/rust-lang/crates.io-index"
 1961checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1962dependencies = [
 1963 "serde",
 1964]
 1965
 1966[[package]]
 1967name = "bindgen"
 1968version = "0.71.1"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1971dependencies = [
 1972 "bitflags 2.10.0",
 1973 "cexpr",
 1974 "clang-sys",
 1975 "itertools 0.10.5",
 1976 "log",
 1977 "prettyplease",
 1978 "proc-macro2",
 1979 "quote",
 1980 "regex",
 1981 "rustc-hash 2.1.1",
 1982 "shlex",
 1983 "syn 2.0.117",
 1984]
 1985
 1986[[package]]
 1987name = "bindgen"
 1988version = "0.72.1"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1991dependencies = [
 1992 "bitflags 2.10.0",
 1993 "cexpr",
 1994 "clang-sys",
 1995 "itertools 0.10.5",
 1996 "proc-macro2",
 1997 "quote",
 1998 "regex",
 1999 "rustc-hash 2.1.1",
 2000 "shlex",
 2001 "syn 2.0.117",
 2002]
 2003
 2004[[package]]
 2005name = "bit-set"
 2006version = "0.8.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2009dependencies = [
 2010 "bit-vec 0.8.0",
 2011]
 2012
 2013[[package]]
 2014name = "bit-set"
 2015version = "0.9.1"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2018dependencies = [
 2019 "bit-vec 0.9.1",
 2020]
 2021
 2022[[package]]
 2023name = "bit-vec"
 2024version = "0.8.0"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2027
 2028[[package]]
 2029name = "bit-vec"
 2030version = "0.9.1"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2033
 2034[[package]]
 2035name = "bit_field"
 2036version = "0.10.3"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2039
 2040[[package]]
 2041name = "bitflags"
 2042version = "1.3.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2045
 2046[[package]]
 2047name = "bitflags"
 2048version = "2.10.0"
 2049source = "registry+https://github.com/rust-lang/crates.io-index"
 2050checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2051dependencies = [
 2052 "serde_core",
 2053]
 2054
 2055[[package]]
 2056name = "bitstream-io"
 2057version = "4.9.0"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2060dependencies = [
 2061 "core2",
 2062]
 2063
 2064[[package]]
 2065name = "bitvec"
 2066version = "1.0.1"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2069dependencies = [
 2070 "funty",
 2071 "radium",
 2072 "tap",
 2073 "wyz",
 2074]
 2075
 2076[[package]]
 2077name = "block"
 2078version = "0.1.6"
 2079source = "registry+https://github.com/rust-lang/crates.io-index"
 2080checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2081
 2082[[package]]
 2083name = "block-buffer"
 2084version = "0.10.4"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2087dependencies = [
 2088 "generic-array",
 2089]
 2090
 2091[[package]]
 2092name = "block-padding"
 2093version = "0.3.3"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2096dependencies = [
 2097 "generic-array",
 2098]
 2099
 2100[[package]]
 2101name = "block2"
 2102version = "0.6.2"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2105dependencies = [
 2106 "objc2",
 2107]
 2108
 2109[[package]]
 2110name = "blocking"
 2111version = "1.6.2"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2114dependencies = [
 2115 "async-channel 2.5.0",
 2116 "async-task",
 2117 "futures-io",
 2118 "futures-lite 2.6.1",
 2119 "piper",
 2120]
 2121
 2122[[package]]
 2123name = "bmrng"
 2124version = "0.5.2"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2127dependencies = [
 2128 "futures-core",
 2129 "tokio",
 2130]
 2131
 2132[[package]]
 2133name = "bon"
 2134version = "3.8.2"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2137dependencies = [
 2138 "bon-macros",
 2139 "rustversion",
 2140]
 2141
 2142[[package]]
 2143name = "bon-macros"
 2144version = "3.8.2"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2147dependencies = [
 2148 "darling 0.21.3",
 2149 "ident_case",
 2150 "prettyplease",
 2151 "proc-macro2",
 2152 "quote",
 2153 "rustversion",
 2154 "syn 2.0.117",
 2155]
 2156
 2157[[package]]
 2158name = "borrow-or-share"
 2159version = "0.2.4"
 2160source = "registry+https://github.com/rust-lang/crates.io-index"
 2161checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2162
 2163[[package]]
 2164name = "borsh"
 2165version = "1.5.7"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2168dependencies = [
 2169 "borsh-derive",
 2170 "cfg_aliases 0.2.1",
 2171]
 2172
 2173[[package]]
 2174name = "borsh-derive"
 2175version = "1.5.7"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2178dependencies = [
 2179 "once_cell",
 2180 "proc-macro-crate",
 2181 "proc-macro2",
 2182 "quote",
 2183 "syn 2.0.117",
 2184]
 2185
 2186[[package]]
 2187name = "breadcrumbs"
 2188version = "0.1.0"
 2189dependencies = [
 2190 "gpui",
 2191 "ui",
 2192 "workspace",
 2193]
 2194
 2195[[package]]
 2196name = "brush-parser"
 2197version = "0.3.0"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2200dependencies = [
 2201 "bon",
 2202 "cached",
 2203 "indenter",
 2204 "peg",
 2205 "thiserror 2.0.17",
 2206 "tracing",
 2207 "utf8-chars",
 2208]
 2209
 2210[[package]]
 2211name = "bstr"
 2212version = "1.12.0"
 2213source = "registry+https://github.com/rust-lang/crates.io-index"
 2214checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2215dependencies = [
 2216 "memchr",
 2217 "regex-automata",
 2218 "serde",
 2219]
 2220
 2221[[package]]
 2222name = "buffer_diff"
 2223version = "0.1.0"
 2224dependencies = [
 2225 "clock",
 2226 "ctor",
 2227 "futures 0.3.32",
 2228 "git2",
 2229 "gpui",
 2230 "language",
 2231 "log",
 2232 "pretty_assertions",
 2233 "rand 0.9.3",
 2234 "rope",
 2235 "settings",
 2236 "sum_tree",
 2237 "text",
 2238 "tracing",
 2239 "unindent",
 2240 "util",
 2241 "zlog",
 2242 "ztracing",
 2243]
 2244
 2245[[package]]
 2246name = "built"
 2247version = "0.8.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2250
 2251[[package]]
 2252name = "bumpalo"
 2253version = "3.19.0"
 2254source = "registry+https://github.com/rust-lang/crates.io-index"
 2255checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2256dependencies = [
 2257 "allocator-api2",
 2258]
 2259
 2260[[package]]
 2261name = "by_address"
 2262version = "1.2.1"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2265
 2266[[package]]
 2267name = "bytecheck"
 2268version = "0.6.12"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2271dependencies = [
 2272 "bytecheck_derive",
 2273 "ptr_meta",
 2274 "simdutf8",
 2275]
 2276
 2277[[package]]
 2278name = "bytecheck_derive"
 2279version = "0.6.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2282dependencies = [
 2283 "proc-macro2",
 2284 "quote",
 2285 "syn 1.0.109",
 2286]
 2287
 2288[[package]]
 2289name = "bytecount"
 2290version = "0.6.9"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2293
 2294[[package]]
 2295name = "bytemuck"
 2296version = "1.24.0"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2299dependencies = [
 2300 "bytemuck_derive",
 2301]
 2302
 2303[[package]]
 2304name = "bytemuck_derive"
 2305version = "1.10.2"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2308dependencies = [
 2309 "proc-macro2",
 2310 "quote",
 2311 "syn 2.0.117",
 2312]
 2313
 2314[[package]]
 2315name = "byteorder"
 2316version = "1.5.0"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2319
 2320[[package]]
 2321name = "byteorder-lite"
 2322version = "0.1.0"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2325
 2326[[package]]
 2327name = "bytes"
 2328version = "0.4.12"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2331dependencies = [
 2332 "byteorder",
 2333 "iovec",
 2334]
 2335
 2336[[package]]
 2337name = "bytes"
 2338version = "1.11.1"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2341
 2342[[package]]
 2343name = "bytes-utils"
 2344version = "0.1.4"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2347dependencies = [
 2348 "bytes 1.11.1",
 2349 "either",
 2350]
 2351
 2352[[package]]
 2353name = "bzip2"
 2354version = "0.4.4"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2357dependencies = [
 2358 "bzip2-sys",
 2359 "libc",
 2360]
 2361
 2362[[package]]
 2363name = "bzip2"
 2364version = "0.6.1"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2367dependencies = [
 2368 "libbz2-rs-sys",
 2369]
 2370
 2371[[package]]
 2372name = "bzip2-sys"
 2373version = "0.1.13+1.0.8"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2376dependencies = [
 2377 "cc",
 2378 "pkg-config",
 2379]
 2380
 2381[[package]]
 2382name = "cached"
 2383version = "0.56.0"
 2384source = "registry+https://github.com/rust-lang/crates.io-index"
 2385checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2386dependencies = [
 2387 "ahash 0.8.12",
 2388 "cached_proc_macro",
 2389 "cached_proc_macro_types",
 2390 "hashbrown 0.15.5",
 2391 "once_cell",
 2392 "thiserror 2.0.17",
 2393 "web-time",
 2394]
 2395
 2396[[package]]
 2397name = "cached_proc_macro"
 2398version = "0.25.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2401dependencies = [
 2402 "darling 0.20.11",
 2403 "proc-macro2",
 2404 "quote",
 2405 "syn 2.0.117",
 2406]
 2407
 2408[[package]]
 2409name = "cached_proc_macro_types"
 2410version = "0.1.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2413
 2414[[package]]
 2415name = "call"
 2416version = "0.1.0"
 2417dependencies = [
 2418 "anyhow",
 2419 "audio",
 2420 "client",
 2421 "collections",
 2422 "feature_flags",
 2423 "fs",
 2424 "futures 0.3.32",
 2425 "gpui",
 2426 "gpui_tokio",
 2427 "language",
 2428 "livekit_client",
 2429 "log",
 2430 "postage",
 2431 "project",
 2432 "serde",
 2433 "settings",
 2434 "telemetry",
 2435 "util",
 2436 "workspace",
 2437]
 2438
 2439[[package]]
 2440name = "calloop"
 2441version = "0.14.3"
 2442source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2443dependencies = [
 2444 "bitflags 2.10.0",
 2445 "polling",
 2446 "rustix 1.1.2",
 2447 "slab",
 2448 "tracing",
 2449]
 2450
 2451[[package]]
 2452name = "calloop-wayland-source"
 2453version = "0.4.1"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2456dependencies = [
 2457 "calloop",
 2458 "rustix 1.1.2",
 2459 "wayland-backend",
 2460 "wayland-client",
 2461]
 2462
 2463[[package]]
 2464name = "camino"
 2465version = "1.2.1"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2468dependencies = [
 2469 "serde_core",
 2470]
 2471
 2472[[package]]
 2473name = "candle-core"
 2474version = "0.9.1"
 2475source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2476dependencies = [
 2477 "byteorder",
 2478 "float8",
 2479 "gemm 0.17.1",
 2480 "half",
 2481 "memmap2",
 2482 "num-traits",
 2483 "num_cpus",
 2484 "rand 0.9.3",
 2485 "rand_distr",
 2486 "rayon",
 2487 "safetensors",
 2488 "thiserror 1.0.69",
 2489 "ug",
 2490 "yoke 0.7.5",
 2491 "zip 1.1.4",
 2492]
 2493
 2494[[package]]
 2495name = "candle-nn"
 2496version = "0.9.1"
 2497source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2498dependencies = [
 2499 "candle-core",
 2500 "half",
 2501 "libc",
 2502 "num-traits",
 2503 "rayon",
 2504 "safetensors",
 2505 "serde",
 2506 "thiserror 1.0.69",
 2507]
 2508
 2509[[package]]
 2510name = "candle-onnx"
 2511version = "0.9.1"
 2512source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2513dependencies = [
 2514 "candle-core",
 2515 "candle-nn",
 2516 "prost 0.12.6",
 2517]
 2518
 2519[[package]]
 2520name = "cap-fs-ext"
 2521version = "3.4.4"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2524dependencies = [
 2525 "cap-primitives",
 2526 "cap-std",
 2527 "io-lifetimes",
 2528 "windows-sys 0.59.0",
 2529]
 2530
 2531[[package]]
 2532name = "cap-net-ext"
 2533version = "3.4.4"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2536dependencies = [
 2537 "cap-primitives",
 2538 "cap-std",
 2539 "rustix 1.1.2",
 2540 "smallvec",
 2541]
 2542
 2543[[package]]
 2544name = "cap-primitives"
 2545version = "3.4.4"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2548dependencies = [
 2549 "ambient-authority",
 2550 "fs-set-times",
 2551 "io-extras",
 2552 "io-lifetimes",
 2553 "ipnet",
 2554 "maybe-owned",
 2555 "rustix 1.1.2",
 2556 "rustix-linux-procfs",
 2557 "windows-sys 0.59.0",
 2558 "winx",
 2559]
 2560
 2561[[package]]
 2562name = "cap-rand"
 2563version = "3.4.4"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2566dependencies = [
 2567 "ambient-authority",
 2568 "rand 0.8.5",
 2569]
 2570
 2571[[package]]
 2572name = "cap-std"
 2573version = "3.4.4"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2576dependencies = [
 2577 "cap-primitives",
 2578 "io-extras",
 2579 "io-lifetimes",
 2580 "rustix 1.1.2",
 2581]
 2582
 2583[[package]]
 2584name = "cap-time-ext"
 2585version = "3.4.4"
 2586source = "registry+https://github.com/rust-lang/crates.io-index"
 2587checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2588dependencies = [
 2589 "ambient-authority",
 2590 "cap-primitives",
 2591 "iana-time-zone",
 2592 "once_cell",
 2593 "rustix 1.1.2",
 2594 "winx",
 2595]
 2596
 2597[[package]]
 2598name = "cargo-platform"
 2599version = "0.1.9"
 2600source = "registry+https://github.com/rust-lang/crates.io-index"
 2601checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2602dependencies = [
 2603 "serde",
 2604]
 2605
 2606[[package]]
 2607name = "cargo-platform"
 2608version = "0.3.2"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2611dependencies = [
 2612 "serde",
 2613 "serde_core",
 2614]
 2615
 2616[[package]]
 2617name = "cargo_metadata"
 2618version = "0.19.2"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2621dependencies = [
 2622 "camino",
 2623 "cargo-platform 0.1.9",
 2624 "semver",
 2625 "serde",
 2626 "serde_json",
 2627 "thiserror 2.0.17",
 2628]
 2629
 2630[[package]]
 2631name = "cargo_metadata"
 2632version = "0.23.1"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2635dependencies = [
 2636 "camino",
 2637 "cargo-platform 0.3.2",
 2638 "semver",
 2639 "serde",
 2640 "serde_json",
 2641 "thiserror 2.0.17",
 2642]
 2643
 2644[[package]]
 2645name = "cargo_toml"
 2646version = "0.21.0"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2649dependencies = [
 2650 "serde",
 2651 "toml 0.8.23",
 2652]
 2653
 2654[[package]]
 2655name = "cast"
 2656version = "0.3.0"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2659
 2660[[package]]
 2661name = "cbc"
 2662version = "0.1.2"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2665dependencies = [
 2666 "cipher",
 2667]
 2668
 2669[[package]]
 2670name = "cbindgen"
 2671version = "0.28.0"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2674dependencies = [
 2675 "heck 0.4.1",
 2676 "indexmap",
 2677 "log",
 2678 "proc-macro2",
 2679 "quote",
 2680 "serde",
 2681 "serde_json",
 2682 "syn 2.0.117",
 2683 "tempfile",
 2684 "toml 0.8.23",
 2685]
 2686
 2687[[package]]
 2688name = "cc"
 2689version = "1.2.49"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2692dependencies = [
 2693 "find-msvc-tools",
 2694 "jobserver",
 2695 "libc",
 2696 "shlex",
 2697]
 2698
 2699[[package]]
 2700name = "cesu8"
 2701version = "1.1.0"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2704
 2705[[package]]
 2706name = "cexpr"
 2707version = "0.6.0"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2710dependencies = [
 2711 "nom 7.1.3",
 2712]
 2713
 2714[[package]]
 2715name = "cfg-expr"
 2716version = "0.20.6"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2719dependencies = [
 2720 "smallvec",
 2721 "target-lexicon",
 2722]
 2723
 2724[[package]]
 2725name = "cfg-if"
 2726version = "1.0.4"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2729
 2730[[package]]
 2731name = "cfg_aliases"
 2732version = "0.1.1"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2735
 2736[[package]]
 2737name = "cfg_aliases"
 2738version = "0.2.1"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2741
 2742[[package]]
 2743name = "cgl"
 2744version = "0.3.2"
 2745source = "registry+https://github.com/rust-lang/crates.io-index"
 2746checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2747dependencies = [
 2748 "libc",
 2749]
 2750
 2751[[package]]
 2752name = "channel"
 2753version = "0.1.0"
 2754dependencies = [
 2755 "anyhow",
 2756 "client",
 2757 "clock",
 2758 "collections",
 2759 "futures 0.3.32",
 2760 "gpui",
 2761 "http_client",
 2762 "language",
 2763 "log",
 2764 "postage",
 2765 "release_channel",
 2766 "rpc",
 2767 "semver",
 2768 "settings",
 2769 "text",
 2770 "time",
 2771 "util",
 2772]
 2773
 2774[[package]]
 2775name = "chardetng"
 2776version = "0.1.17"
 2777source = "registry+https://github.com/rust-lang/crates.io-index"
 2778checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2779dependencies = [
 2780 "cfg-if",
 2781 "encoding_rs",
 2782 "memchr",
 2783]
 2784
 2785[[package]]
 2786name = "chrono"
 2787version = "0.4.42"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2790dependencies = [
 2791 "iana-time-zone",
 2792 "js-sys",
 2793 "num-traits",
 2794 "serde",
 2795 "wasm-bindgen",
 2796 "windows-link 0.2.1",
 2797]
 2798
 2799[[package]]
 2800name = "chunked_transfer"
 2801version = "1.5.0"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2804
 2805[[package]]
 2806name = "ciborium"
 2807version = "0.2.2"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2810dependencies = [
 2811 "ciborium-io",
 2812 "ciborium-ll",
 2813 "serde",
 2814]
 2815
 2816[[package]]
 2817name = "ciborium-io"
 2818version = "0.2.2"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2821
 2822[[package]]
 2823name = "ciborium-ll"
 2824version = "0.2.2"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2827dependencies = [
 2828 "ciborium-io",
 2829 "half",
 2830]
 2831
 2832[[package]]
 2833name = "cipher"
 2834version = "0.4.4"
 2835source = "registry+https://github.com/rust-lang/crates.io-index"
 2836checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2837dependencies = [
 2838 "crypto-common",
 2839 "inout",
 2840 "zeroize",
 2841]
 2842
 2843[[package]]
 2844name = "circular-buffer"
 2845version = "1.2.0"
 2846source = "registry+https://github.com/rust-lang/crates.io-index"
 2847checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2848
 2849[[package]]
 2850name = "clang-sys"
 2851version = "1.8.1"
 2852source = "registry+https://github.com/rust-lang/crates.io-index"
 2853checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2854dependencies = [
 2855 "glob",
 2856 "libc",
 2857 "libloading",
 2858]
 2859
 2860[[package]]
 2861name = "clap"
 2862version = "4.5.49"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2865dependencies = [
 2866 "clap_builder",
 2867 "clap_derive",
 2868]
 2869
 2870[[package]]
 2871name = "clap_builder"
 2872version = "4.5.49"
 2873source = "registry+https://github.com/rust-lang/crates.io-index"
 2874checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2875dependencies = [
 2876 "anstream",
 2877 "anstyle",
 2878 "clap_lex",
 2879 "strsim",
 2880 "terminal_size",
 2881]
 2882
 2883[[package]]
 2884name = "clap_complete"
 2885version = "4.5.59"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2888dependencies = [
 2889 "clap",
 2890]
 2891
 2892[[package]]
 2893name = "clap_derive"
 2894version = "4.5.49"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2897dependencies = [
 2898 "heck 0.5.0",
 2899 "proc-macro2",
 2900 "quote",
 2901 "syn 2.0.117",
 2902]
 2903
 2904[[package]]
 2905name = "clap_lex"
 2906version = "0.7.6"
 2907source = "registry+https://github.com/rust-lang/crates.io-index"
 2908checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2909
 2910[[package]]
 2911name = "cli"
 2912version = "0.1.0"
 2913dependencies = [
 2914 "anyhow",
 2915 "askpass",
 2916 "clap",
 2917 "collections",
 2918 "console",
 2919 "core-foundation 0.10.0",
 2920 "core-services",
 2921 "dialoguer",
 2922 "exec",
 2923 "fork",
 2924 "ipc-channel",
 2925 "parking_lot",
 2926 "paths",
 2927 "plist",
 2928 "rayon",
 2929 "release_channel",
 2930 "serde",
 2931 "serde_json",
 2932 "tempfile",
 2933 "util",
 2934 "walkdir",
 2935 "windows 0.61.3",
 2936]
 2937
 2938[[package]]
 2939name = "client"
 2940version = "0.1.0"
 2941dependencies = [
 2942 "anyhow",
 2943 "async-tungstenite",
 2944 "base64 0.22.1",
 2945 "chrono",
 2946 "clock",
 2947 "cloud_api_client",
 2948 "cloud_api_types",
 2949 "cloud_llm_client",
 2950 "collections",
 2951 "credentials_provider",
 2952 "db",
 2953 "derive_more",
 2954 "feature_flags",
 2955 "fs",
 2956 "futures 0.3.32",
 2957 "gpui",
 2958 "gpui_tokio",
 2959 "http_client",
 2960 "http_client_tls",
 2961 "httparse",
 2962 "log",
 2963 "objc2-foundation",
 2964 "parking_lot",
 2965 "paths",
 2966 "postage",
 2967 "rand 0.9.3",
 2968 "regex",
 2969 "release_channel",
 2970 "rpc",
 2971 "rustls-pki-types",
 2972 "semver",
 2973 "serde",
 2974 "serde_json",
 2975 "serde_urlencoded",
 2976 "settings",
 2977 "sha2",
 2978 "smol",
 2979 "telemetry",
 2980 "telemetry_events",
 2981 "text",
 2982 "thiserror 2.0.17",
 2983 "time",
 2984 "tiny_http",
 2985 "tokio",
 2986 "tokio-native-tls",
 2987 "tokio-rustls 0.26.2",
 2988 "tokio-socks",
 2989 "url",
 2990 "util",
 2991 "windows 0.61.3",
 2992 "worktree",
 2993 "zed_credentials_provider",
 2994]
 2995
 2996[[package]]
 2997name = "clock"
 2998version = "0.1.0"
 2999dependencies = [
 3000 "parking_lot",
 3001 "serde",
 3002 "smallvec",
 3003]
 3004
 3005[[package]]
 3006name = "cloud_api_client"
 3007version = "0.1.0"
 3008dependencies = [
 3009 "anyhow",
 3010 "cloud_api_types",
 3011 "futures 0.3.32",
 3012 "gpui",
 3013 "gpui_tokio",
 3014 "http_client",
 3015 "parking_lot",
 3016 "serde_json",
 3017 "smol",
 3018 "thiserror 2.0.17",
 3019 "yawc",
 3020]
 3021
 3022[[package]]
 3023name = "cloud_api_types"
 3024version = "0.1.0"
 3025dependencies = [
 3026 "anyhow",
 3027 "chrono",
 3028 "ciborium",
 3029 "cloud_llm_client",
 3030 "pretty_assertions",
 3031 "serde",
 3032 "serde_json",
 3033 "strum 0.27.2",
 3034]
 3035
 3036[[package]]
 3037name = "cloud_llm_client"
 3038version = "0.1.0"
 3039dependencies = [
 3040 "anyhow",
 3041 "serde",
 3042 "serde_json",
 3043 "strum 0.27.2",
 3044 "uuid",
 3045 "zeta_prompt",
 3046]
 3047
 3048[[package]]
 3049name = "cmake"
 3050version = "0.1.56"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3053dependencies = [
 3054 "cc",
 3055]
 3056
 3057[[package]]
 3058name = "cobs"
 3059version = "0.3.0"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3062dependencies = [
 3063 "thiserror 2.0.17",
 3064]
 3065
 3066[[package]]
 3067name = "cocoa"
 3068version = "0.25.0"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3071dependencies = [
 3072 "bitflags 1.3.2",
 3073 "block",
 3074 "cocoa-foundation 0.1.2",
 3075 "core-foundation 0.9.4",
 3076 "core-graphics 0.23.2",
 3077 "foreign-types 0.5.0",
 3078 "libc",
 3079 "objc",
 3080]
 3081
 3082[[package]]
 3083name = "cocoa"
 3084version = "0.26.0"
 3085source = "registry+https://github.com/rust-lang/crates.io-index"
 3086checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3087dependencies = [
 3088 "bitflags 2.10.0",
 3089 "block",
 3090 "cocoa-foundation 0.2.0",
 3091 "core-foundation 0.10.0",
 3092 "core-graphics 0.24.0",
 3093 "foreign-types 0.5.0",
 3094 "libc",
 3095 "objc",
 3096]
 3097
 3098[[package]]
 3099name = "cocoa-foundation"
 3100version = "0.1.2"
 3101source = "registry+https://github.com/rust-lang/crates.io-index"
 3102checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3103dependencies = [
 3104 "bitflags 1.3.2",
 3105 "block",
 3106 "core-foundation 0.9.4",
 3107 "core-graphics-types 0.1.3",
 3108 "libc",
 3109 "objc",
 3110]
 3111
 3112[[package]]
 3113name = "cocoa-foundation"
 3114version = "0.2.0"
 3115source = "registry+https://github.com/rust-lang/crates.io-index"
 3116checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3117dependencies = [
 3118 "bitflags 2.10.0",
 3119 "block",
 3120 "core-foundation 0.10.0",
 3121 "core-graphics-types 0.2.0",
 3122 "libc",
 3123 "objc",
 3124]
 3125
 3126[[package]]
 3127name = "codespan-reporting"
 3128version = "0.13.0"
 3129source = "registry+https://github.com/rust-lang/crates.io-index"
 3130checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3131dependencies = [
 3132 "serde",
 3133 "termcolor",
 3134 "unicode-width",
 3135]
 3136
 3137[[package]]
 3138name = "codestral"
 3139version = "0.1.0"
 3140dependencies = [
 3141 "anyhow",
 3142 "edit_prediction",
 3143 "edit_prediction_types",
 3144 "futures 0.3.32",
 3145 "gpui",
 3146 "http_client",
 3147 "icons",
 3148 "language",
 3149 "language_model",
 3150 "log",
 3151 "serde",
 3152 "serde_json",
 3153 "text",
 3154 "zed_credentials_provider",
 3155 "zeta_prompt",
 3156]
 3157
 3158[[package]]
 3159name = "collab"
 3160version = "0.44.0"
 3161dependencies = [
 3162 "agent",
 3163 "anyhow",
 3164 "async-trait",
 3165 "async-tungstenite",
 3166 "aws-config",
 3167 "aws-sdk-kinesis",
 3168 "aws-sdk-s3",
 3169 "axum",
 3170 "buffer_diff",
 3171 "call",
 3172 "channel",
 3173 "chrono",
 3174 "client",
 3175 "clock",
 3176 "cloud_api_types",
 3177 "collab",
 3178 "collab_ui",
 3179 "collections",
 3180 "command_palette_hooks",
 3181 "ctor",
 3182 "dap",
 3183 "dap_adapters",
 3184 "dashmap",
 3185 "debugger_ui",
 3186 "editor",
 3187 "envy",
 3188 "extension",
 3189 "file_finder",
 3190 "fs",
 3191 "futures 0.3.32",
 3192 "git",
 3193 "git_hosting_providers",
 3194 "git_ui",
 3195 "gpui",
 3196 "gpui_tokio",
 3197 "hex",
 3198 "http_client",
 3199 "indoc",
 3200 "language",
 3201 "language_model",
 3202 "livekit_api",
 3203 "livekit_client",
 3204 "log",
 3205 "lsp",
 3206 "menu",
 3207 "multi_buffer",
 3208 "nanoid",
 3209 "node_runtime",
 3210 "notifications",
 3211 "parking_lot",
 3212 "pretty_assertions",
 3213 "project",
 3214 "prometheus",
 3215 "prompt_store",
 3216 "prost 0.9.0",
 3217 "rand 0.9.3",
 3218 "recent_projects",
 3219 "release_channel",
 3220 "remote",
 3221 "remote_server",
 3222 "reqwest 0.11.27",
 3223 "rpc",
 3224 "sea-orm",
 3225 "sea-orm-macros",
 3226 "semver",
 3227 "serde",
 3228 "serde_json",
 3229 "session",
 3230 "settings",
 3231 "sha2",
 3232 "smol",
 3233 "sqlx",
 3234 "strum 0.27.2",
 3235 "task",
 3236 "telemetry_events",
 3237 "text",
 3238 "theme",
 3239 "theme_settings",
 3240 "time",
 3241 "tokio",
 3242 "toml 0.8.23",
 3243 "tower 0.4.13",
 3244 "tower-http 0.4.4",
 3245 "tracing",
 3246 "tracing-subscriber",
 3247 "unindent",
 3248 "util",
 3249 "uuid",
 3250 "workspace",
 3251 "worktree",
 3252 "zed_actions",
 3253 "zlog",
 3254]
 3255
 3256[[package]]
 3257name = "collab_ui"
 3258version = "0.1.0"
 3259dependencies = [
 3260 "anyhow",
 3261 "call",
 3262 "channel",
 3263 "client",
 3264 "collections",
 3265 "db",
 3266 "editor",
 3267 "futures 0.3.32",
 3268 "fuzzy",
 3269 "gpui",
 3270 "livekit_client",
 3271 "menu",
 3272 "notifications",
 3273 "picker",
 3274 "project",
 3275 "release_channel",
 3276 "rpc",
 3277 "serde",
 3278 "serde_json",
 3279 "settings",
 3280 "smallvec",
 3281 "telemetry",
 3282 "theme",
 3283 "theme_settings",
 3284 "time",
 3285 "title_bar",
 3286 "ui",
 3287 "util",
 3288 "workspace",
 3289 "zed_actions",
 3290]
 3291
 3292[[package]]
 3293name = "collections"
 3294version = "0.1.0"
 3295dependencies = [
 3296 "indexmap",
 3297 "rustc-hash 2.1.1",
 3298]
 3299
 3300[[package]]
 3301name = "color_quant"
 3302version = "1.1.0"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3305
 3306[[package]]
 3307name = "colorchoice"
 3308version = "1.0.4"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3311
 3312[[package]]
 3313name = "combine"
 3314version = "4.6.7"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3317dependencies = [
 3318 "bytes 1.11.1",
 3319 "memchr",
 3320]
 3321
 3322[[package]]
 3323name = "command-fds"
 3324version = "0.3.2"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3327dependencies = [
 3328 "nix 0.30.1",
 3329 "thiserror 2.0.17",
 3330]
 3331
 3332[[package]]
 3333name = "command_palette"
 3334version = "0.1.0"
 3335dependencies = [
 3336 "anyhow",
 3337 "client",
 3338 "collections",
 3339 "command_palette_hooks",
 3340 "db",
 3341 "editor",
 3342 "fuzzy",
 3343 "go_to_line",
 3344 "gpui",
 3345 "language",
 3346 "log",
 3347 "menu",
 3348 "picker",
 3349 "postage",
 3350 "project",
 3351 "serde",
 3352 "settings",
 3353 "telemetry",
 3354 "theme",
 3355 "theme_settings",
 3356 "time",
 3357 "ui",
 3358 "util",
 3359 "workspace",
 3360 "zed_actions",
 3361]
 3362
 3363[[package]]
 3364name = "command_palette_hooks"
 3365version = "0.1.0"
 3366dependencies = [
 3367 "collections",
 3368 "derive_more",
 3369 "gpui",
 3370 "workspace",
 3371]
 3372
 3373[[package]]
 3374name = "compliance"
 3375version = "0.1.0"
 3376dependencies = [
 3377 "anyhow",
 3378 "async-trait",
 3379 "derive_more",
 3380 "futures 0.3.32",
 3381 "indoc",
 3382 "itertools 0.14.0",
 3383 "jsonwebtoken",
 3384 "octocrab",
 3385 "regex",
 3386 "semver",
 3387 "serde",
 3388 "serde_json",
 3389 "tokio",
 3390]
 3391
 3392[[package]]
 3393name = "component"
 3394version = "0.1.0"
 3395dependencies = [
 3396 "collections",
 3397 "documented",
 3398 "gpui",
 3399 "inventory",
 3400 "parking_lot",
 3401 "strum 0.27.2",
 3402 "theme",
 3403]
 3404
 3405[[package]]
 3406name = "component_preview"
 3407version = "0.1.0"
 3408dependencies = [
 3409 "anyhow",
 3410 "client",
 3411 "collections",
 3412 "component",
 3413 "db",
 3414 "fs",
 3415 "gpui",
 3416 "gpui_platform",
 3417 "language",
 3418 "log",
 3419 "node_runtime",
 3420 "notifications",
 3421 "project",
 3422 "release_channel",
 3423 "reqwest_client",
 3424 "session",
 3425 "settings",
 3426 "theme",
 3427 "theme_settings",
 3428 "ui",
 3429 "ui_input",
 3430 "uuid",
 3431 "workspace",
 3432]
 3433
 3434[[package]]
 3435name = "compression-codecs"
 3436version = "0.4.31"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3439dependencies = [
 3440 "bzip2 0.6.1",
 3441 "compression-core",
 3442 "deflate64",
 3443 "flate2",
 3444 "memchr",
 3445]
 3446
 3447[[package]]
 3448name = "compression-core"
 3449version = "0.4.29"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3452
 3453[[package]]
 3454name = "concurrent-queue"
 3455version = "2.5.0"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3458dependencies = [
 3459 "crossbeam-utils",
 3460]
 3461
 3462[[package]]
 3463name = "console"
 3464version = "0.16.3"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3467dependencies = [
 3468 "encode_unicode",
 3469 "libc",
 3470 "unicode-width",
 3471 "windows-sys 0.61.2",
 3472]
 3473
 3474[[package]]
 3475name = "console_error_panic_hook"
 3476version = "0.1.7"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3479dependencies = [
 3480 "cfg-if",
 3481 "wasm-bindgen",
 3482]
 3483
 3484[[package]]
 3485name = "const-oid"
 3486version = "0.9.6"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3489
 3490[[package]]
 3491name = "const-random"
 3492version = "0.1.18"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3495dependencies = [
 3496 "const-random-macro",
 3497]
 3498
 3499[[package]]
 3500name = "const-random-macro"
 3501version = "0.1.16"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3504dependencies = [
 3505 "getrandom 0.2.16",
 3506 "once_cell",
 3507 "tiny-keccak",
 3508]
 3509
 3510[[package]]
 3511name = "const_format"
 3512version = "0.2.35"
 3513source = "registry+https://github.com/rust-lang/crates.io-index"
 3514checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3515dependencies = [
 3516 "const_format_proc_macros",
 3517]
 3518
 3519[[package]]
 3520name = "const_format_proc_macros"
 3521version = "0.2.34"
 3522source = "registry+https://github.com/rust-lang/crates.io-index"
 3523checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3524dependencies = [
 3525 "proc-macro2",
 3526 "quote",
 3527 "unicode-xid",
 3528]
 3529
 3530[[package]]
 3531name = "constant_time_eq"
 3532version = "0.1.5"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3535
 3536[[package]]
 3537name = "context_server"
 3538version = "0.1.0"
 3539dependencies = [
 3540 "anyhow",
 3541 "async-trait",
 3542 "base64 0.22.1",
 3543 "collections",
 3544 "futures 0.3.32",
 3545 "gpui",
 3546 "http_client",
 3547 "log",
 3548 "net",
 3549 "parking_lot",
 3550 "postage",
 3551 "rand 0.9.3",
 3552 "schemars",
 3553 "serde",
 3554 "serde_json",
 3555 "settings",
 3556 "sha2",
 3557 "slotmap",
 3558 "smol",
 3559 "tempfile",
 3560 "terminal",
 3561 "tiny_http",
 3562 "url",
 3563 "util",
 3564]
 3565
 3566[[package]]
 3567name = "convert_case"
 3568version = "0.8.0"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3571dependencies = [
 3572 "unicode-segmentation",
 3573]
 3574
 3575[[package]]
 3576name = "convert_case"
 3577version = "0.10.0"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3580dependencies = [
 3581 "unicode-segmentation",
 3582]
 3583
 3584[[package]]
 3585name = "convert_case"
 3586version = "0.11.0"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3589dependencies = [
 3590 "unicode-segmentation",
 3591]
 3592
 3593[[package]]
 3594name = "copilot"
 3595version = "0.1.0"
 3596dependencies = [
 3597 "anyhow",
 3598 "async-std",
 3599 "collections",
 3600 "command_palette_hooks",
 3601 "copilot_chat",
 3602 "edit_prediction_types",
 3603 "editor",
 3604 "fs",
 3605 "futures 0.3.32",
 3606 "gpui",
 3607 "icons",
 3608 "indoc",
 3609 "language",
 3610 "log",
 3611 "lsp",
 3612 "node_runtime",
 3613 "parking_lot",
 3614 "paths",
 3615 "pretty_assertions",
 3616 "project",
 3617 "rpc",
 3618 "semver",
 3619 "serde",
 3620 "serde_json",
 3621 "settings",
 3622 "sum_tree",
 3623 "theme",
 3624 "theme_settings",
 3625 "util",
 3626 "workspace",
 3627 "zlog",
 3628]
 3629
 3630[[package]]
 3631name = "copilot_chat"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anthropic",
 3635 "anyhow",
 3636 "collections",
 3637 "dirs",
 3638 "fs",
 3639 "futures 0.3.32",
 3640 "gpui",
 3641 "http_client",
 3642 "log",
 3643 "paths",
 3644 "serde",
 3645 "serde_json",
 3646 "settings",
 3647]
 3648
 3649[[package]]
 3650name = "copilot_ui"
 3651version = "0.1.0"
 3652dependencies = [
 3653 "anyhow",
 3654 "copilot",
 3655 "gpui",
 3656 "language",
 3657 "log",
 3658 "lsp",
 3659 "menu",
 3660 "project",
 3661 "serde_json",
 3662 "settings",
 3663 "ui",
 3664 "util",
 3665 "workspace",
 3666]
 3667
 3668[[package]]
 3669name = "core-foundation"
 3670version = "0.9.4"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3673dependencies = [
 3674 "core-foundation-sys",
 3675 "libc",
 3676]
 3677
 3678[[package]]
 3679name = "core-foundation"
 3680version = "0.10.0"
 3681source = "registry+https://github.com/rust-lang/crates.io-index"
 3682checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3683dependencies = [
 3684 "core-foundation-sys",
 3685 "libc",
 3686]
 3687
 3688[[package]]
 3689name = "core-foundation-sys"
 3690version = "0.8.7"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3693
 3694[[package]]
 3695name = "core-graphics"
 3696version = "0.23.2"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3699dependencies = [
 3700 "bitflags 1.3.2",
 3701 "core-foundation 0.9.4",
 3702 "core-graphics-types 0.1.3",
 3703 "foreign-types 0.5.0",
 3704 "libc",
 3705]
 3706
 3707[[package]]
 3708name = "core-graphics"
 3709version = "0.24.0"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3712dependencies = [
 3713 "bitflags 2.10.0",
 3714 "core-foundation 0.10.0",
 3715 "core-graphics-types 0.2.0",
 3716 "foreign-types 0.5.0",
 3717 "libc",
 3718]
 3719
 3720[[package]]
 3721name = "core-graphics-helmer-fork"
 3722version = "0.24.0"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3725dependencies = [
 3726 "bitflags 2.10.0",
 3727 "core-foundation 0.9.4",
 3728 "core-graphics-types 0.1.3",
 3729 "foreign-types 0.5.0",
 3730 "libc",
 3731]
 3732
 3733[[package]]
 3734name = "core-graphics-types"
 3735version = "0.1.3"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3738dependencies = [
 3739 "bitflags 1.3.2",
 3740 "core-foundation 0.9.4",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-graphics-types"
 3746version = "0.2.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3749dependencies = [
 3750 "bitflags 2.10.0",
 3751 "core-foundation 0.10.0",
 3752 "libc",
 3753]
 3754
 3755[[package]]
 3756name = "core-graphics2"
 3757version = "0.5.2"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3760dependencies = [
 3761 "bitflags 2.10.0",
 3762 "block",
 3763 "cfg-if",
 3764 "core-foundation 0.10.0",
 3765 "libc",
 3766]
 3767
 3768[[package]]
 3769name = "core-services"
 3770version = "0.2.1"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3773dependencies = [
 3774 "core-foundation 0.9.4",
 3775]
 3776
 3777[[package]]
 3778name = "core-text"
 3779version = "21.0.0"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3782dependencies = [
 3783 "core-foundation 0.10.0",
 3784 "core-graphics 0.24.0",
 3785 "foreign-types 0.5.0",
 3786 "libc",
 3787]
 3788
 3789[[package]]
 3790name = "core-video"
 3791version = "0.5.2"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3794dependencies = [
 3795 "block",
 3796 "core-foundation 0.10.0",
 3797 "core-graphics2",
 3798 "io-surface",
 3799 "libc",
 3800 "metal",
 3801]
 3802
 3803[[package]]
 3804name = "core2"
 3805version = "0.4.0"
 3806source = "registry+https://github.com/rust-lang/crates.io-index"
 3807checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3808dependencies = [
 3809 "memchr",
 3810]
 3811
 3812[[package]]
 3813name = "core_maths"
 3814version = "0.1.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3817dependencies = [
 3818 "libm",
 3819]
 3820
 3821[[package]]
 3822name = "coreaudio-rs"
 3823version = "0.12.1"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3826dependencies = [
 3827 "bitflags 1.3.2",
 3828 "core-foundation-sys",
 3829 "coreaudio-sys",
 3830]
 3831
 3832[[package]]
 3833name = "coreaudio-rs"
 3834version = "0.13.0"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3837dependencies = [
 3838 "bitflags 1.3.2",
 3839 "libc",
 3840 "objc2-audio-toolbox",
 3841 "objc2-core-audio",
 3842 "objc2-core-audio-types",
 3843 "objc2-core-foundation",
 3844]
 3845
 3846[[package]]
 3847name = "coreaudio-sys"
 3848version = "0.2.17"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3851dependencies = [
 3852 "bindgen 0.72.1",
 3853]
 3854
 3855[[package]]
 3856name = "cosmic-text"
 3857version = "0.17.1"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3860dependencies = [
 3861 "bitflags 2.10.0",
 3862 "fontdb 0.23.0",
 3863 "harfrust",
 3864 "linebender_resource_handle",
 3865 "log",
 3866 "rangemap",
 3867 "rustc-hash 2.1.1",
 3868 "self_cell",
 3869 "skrifa 0.40.0",
 3870 "smol_str",
 3871 "swash",
 3872 "sys-locale",
 3873 "unicode-bidi",
 3874 "unicode-linebreak",
 3875 "unicode-script",
 3876 "unicode-segmentation",
 3877]
 3878
 3879[[package]]
 3880name = "cpal"
 3881version = "0.17.1"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3884dependencies = [
 3885 "alsa",
 3886 "coreaudio-rs 0.13.0",
 3887 "dasp_sample",
 3888 "jni",
 3889 "js-sys",
 3890 "libc",
 3891 "mach2 0.5.0",
 3892 "ndk",
 3893 "ndk-context",
 3894 "num-derive",
 3895 "num-traits",
 3896 "objc2",
 3897 "objc2-audio-toolbox",
 3898 "objc2-avf-audio",
 3899 "objc2-core-audio",
 3900 "objc2-core-audio-types",
 3901 "objc2-core-foundation",
 3902 "objc2-foundation",
 3903 "wasm-bindgen",
 3904 "wasm-bindgen-futures",
 3905 "web-sys",
 3906 "windows 0.62.2",
 3907]
 3908
 3909[[package]]
 3910name = "cpp_demangle"
 3911version = "0.4.5"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3914dependencies = [
 3915 "cfg-if",
 3916]
 3917
 3918[[package]]
 3919name = "cpufeatures"
 3920version = "0.2.17"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3923dependencies = [
 3924 "libc",
 3925]
 3926
 3927[[package]]
 3928name = "cranelift-assembler-x64"
 3929version = "0.123.7"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3932dependencies = [
 3933 "cranelift-assembler-x64-meta",
 3934]
 3935
 3936[[package]]
 3937name = "cranelift-assembler-x64-meta"
 3938version = "0.123.7"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3941dependencies = [
 3942 "cranelift-srcgen",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-bforest"
 3947version = "0.123.7"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3950dependencies = [
 3951 "cranelift-entity",
 3952]
 3953
 3954[[package]]
 3955name = "cranelift-bitset"
 3956version = "0.123.7"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3959dependencies = [
 3960 "serde",
 3961 "serde_derive",
 3962]
 3963
 3964[[package]]
 3965name = "cranelift-codegen"
 3966version = "0.123.7"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3969dependencies = [
 3970 "bumpalo",
 3971 "cranelift-assembler-x64",
 3972 "cranelift-bforest",
 3973 "cranelift-bitset",
 3974 "cranelift-codegen-meta",
 3975 "cranelift-codegen-shared",
 3976 "cranelift-control",
 3977 "cranelift-entity",
 3978 "cranelift-isle",
 3979 "gimli",
 3980 "hashbrown 0.15.5",
 3981 "log",
 3982 "postcard",
 3983 "pulley-interpreter",
 3984 "regalloc2",
 3985 "rustc-hash 2.1.1",
 3986 "serde",
 3987 "serde_derive",
 3988 "sha2",
 3989 "smallvec",
 3990 "target-lexicon",
 3991 "wasmtime-internal-math",
 3992]
 3993
 3994[[package]]
 3995name = "cranelift-codegen-meta"
 3996version = "0.123.7"
 3997source = "registry+https://github.com/rust-lang/crates.io-index"
 3998checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3999dependencies = [
 4000 "cranelift-assembler-x64-meta",
 4001 "cranelift-codegen-shared",
 4002 "cranelift-srcgen",
 4003 "heck 0.5.0",
 4004 "pulley-interpreter",
 4005]
 4006
 4007[[package]]
 4008name = "cranelift-codegen-shared"
 4009version = "0.123.7"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4012
 4013[[package]]
 4014name = "cranelift-control"
 4015version = "0.123.7"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4018dependencies = [
 4019 "arbitrary",
 4020]
 4021
 4022[[package]]
 4023name = "cranelift-entity"
 4024version = "0.123.7"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4027dependencies = [
 4028 "cranelift-bitset",
 4029 "serde",
 4030 "serde_derive",
 4031]
 4032
 4033[[package]]
 4034name = "cranelift-frontend"
 4035version = "0.123.7"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4038dependencies = [
 4039 "cranelift-codegen",
 4040 "log",
 4041 "smallvec",
 4042 "target-lexicon",
 4043]
 4044
 4045[[package]]
 4046name = "cranelift-isle"
 4047version = "0.123.7"
 4048source = "registry+https://github.com/rust-lang/crates.io-index"
 4049checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4050
 4051[[package]]
 4052name = "cranelift-native"
 4053version = "0.123.7"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4056dependencies = [
 4057 "cranelift-codegen",
 4058 "libc",
 4059 "target-lexicon",
 4060]
 4061
 4062[[package]]
 4063name = "cranelift-srcgen"
 4064version = "0.123.7"
 4065source = "registry+https://github.com/rust-lang/crates.io-index"
 4066checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4067
 4068[[package]]
 4069name = "crash-context"
 4070version = "0.6.3"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4073dependencies = [
 4074 "cfg-if",
 4075 "libc",
 4076 "mach2 0.4.3",
 4077]
 4078
 4079[[package]]
 4080name = "crash-handler"
 4081version = "0.6.3"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4084dependencies = [
 4085 "cfg-if",
 4086 "crash-context",
 4087 "libc",
 4088 "mach2 0.4.3",
 4089 "parking_lot",
 4090]
 4091
 4092[[package]]
 4093name = "crashes"
 4094version = "0.1.0"
 4095dependencies = [
 4096 "cfg-if",
 4097 "crash-handler",
 4098 "futures 0.3.32",
 4099 "log",
 4100 "mach2 0.5.0",
 4101 "minidumper",
 4102 "parking_lot",
 4103 "paths",
 4104 "release_channel",
 4105 "serde",
 4106 "serde_json",
 4107 "smol",
 4108 "system_specs",
 4109 "windows 0.61.3",
 4110 "zstd",
 4111]
 4112
 4113[[package]]
 4114name = "crc"
 4115version = "3.3.0"
 4116source = "registry+https://github.com/rust-lang/crates.io-index"
 4117checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4118dependencies = [
 4119 "crc-catalog",
 4120]
 4121
 4122[[package]]
 4123name = "crc-catalog"
 4124version = "2.4.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4127
 4128[[package]]
 4129name = "crc-fast"
 4130version = "1.6.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4133dependencies = [
 4134 "crc",
 4135 "digest",
 4136 "rand 0.9.3",
 4137 "regex",
 4138 "rustversion",
 4139]
 4140
 4141[[package]]
 4142name = "crc32fast"
 4143version = "1.5.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4146dependencies = [
 4147 "cfg-if",
 4148]
 4149
 4150[[package]]
 4151name = "credentials_provider"
 4152version = "0.1.0"
 4153dependencies = [
 4154 "anyhow",
 4155 "gpui",
 4156 "serde",
 4157]
 4158
 4159[[package]]
 4160name = "criterion"
 4161version = "0.5.1"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4164dependencies = [
 4165 "anes",
 4166 "cast",
 4167 "ciborium",
 4168 "clap",
 4169 "criterion-plot",
 4170 "is-terminal",
 4171 "itertools 0.10.5",
 4172 "num-traits",
 4173 "once_cell",
 4174 "oorandom",
 4175 "plotters",
 4176 "rayon",
 4177 "regex",
 4178 "serde",
 4179 "serde_derive",
 4180 "serde_json",
 4181 "tinytemplate",
 4182 "walkdir",
 4183]
 4184
 4185[[package]]
 4186name = "criterion-plot"
 4187version = "0.5.0"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4190dependencies = [
 4191 "cast",
 4192 "itertools 0.10.5",
 4193]
 4194
 4195[[package]]
 4196name = "crossbeam"
 4197version = "0.8.4"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4200dependencies = [
 4201 "crossbeam-channel",
 4202 "crossbeam-deque",
 4203 "crossbeam-epoch",
 4204 "crossbeam-queue",
 4205 "crossbeam-utils",
 4206]
 4207
 4208[[package]]
 4209name = "crossbeam-channel"
 4210version = "0.5.15"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4213dependencies = [
 4214 "crossbeam-utils",
 4215]
 4216
 4217[[package]]
 4218name = "crossbeam-deque"
 4219version = "0.8.6"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4222dependencies = [
 4223 "crossbeam-epoch",
 4224 "crossbeam-utils",
 4225]
 4226
 4227[[package]]
 4228name = "crossbeam-epoch"
 4229version = "0.9.18"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4232dependencies = [
 4233 "crossbeam-utils",
 4234]
 4235
 4236[[package]]
 4237name = "crossbeam-queue"
 4238version = "0.3.12"
 4239source = "registry+https://github.com/rust-lang/crates.io-index"
 4240checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4241dependencies = [
 4242 "crossbeam-utils",
 4243]
 4244
 4245[[package]]
 4246name = "crossbeam-utils"
 4247version = "0.8.21"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4250
 4251[[package]]
 4252name = "crunchy"
 4253version = "0.2.4"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4256
 4257[[package]]
 4258name = "crypto-bigint"
 4259version = "0.4.9"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4262dependencies = [
 4263 "generic-array",
 4264 "rand_core 0.6.4",
 4265 "subtle",
 4266 "zeroize",
 4267]
 4268
 4269[[package]]
 4270name = "crypto-bigint"
 4271version = "0.5.5"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4274dependencies = [
 4275 "rand_core 0.6.4",
 4276 "subtle",
 4277]
 4278
 4279[[package]]
 4280name = "crypto-common"
 4281version = "0.1.6"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4284dependencies = [
 4285 "generic-array",
 4286 "typenum",
 4287]
 4288
 4289[[package]]
 4290name = "cssparser"
 4291version = "0.35.0"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4294dependencies = [
 4295 "cssparser-macros",
 4296 "dtoa-short",
 4297 "itoa",
 4298 "phf 0.11.3",
 4299 "smallvec",
 4300]
 4301
 4302[[package]]
 4303name = "cssparser-macros"
 4304version = "0.6.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4307dependencies = [
 4308 "quote",
 4309 "syn 2.0.117",
 4310]
 4311
 4312[[package]]
 4313name = "csv_preview"
 4314version = "0.1.0"
 4315dependencies = [
 4316 "anyhow",
 4317 "editor",
 4318 "feature_flags",
 4319 "gpui",
 4320 "log",
 4321 "text",
 4322 "ui",
 4323 "workspace",
 4324]
 4325
 4326[[package]]
 4327name = "ctor"
 4328version = "0.4.3"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4331dependencies = [
 4332 "ctor-proc-macro",
 4333 "dtor",
 4334]
 4335
 4336[[package]]
 4337name = "ctor-proc-macro"
 4338version = "0.0.6"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4341
 4342[[package]]
 4343name = "ctrlc"
 4344version = "3.5.0"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4347dependencies = [
 4348 "dispatch",
 4349 "nix 0.30.1",
 4350 "windows-sys 0.61.2",
 4351]
 4352
 4353[[package]]
 4354name = "cursor-icon"
 4355version = "1.2.0"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4358
 4359[[package]]
 4360name = "cxx"
 4361version = "1.0.187"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4364dependencies = [
 4365 "cc",
 4366 "cxx-build",
 4367 "cxxbridge-cmd",
 4368 "cxxbridge-flags",
 4369 "cxxbridge-macro",
 4370 "foldhash 0.2.0",
 4371 "link-cplusplus",
 4372]
 4373
 4374[[package]]
 4375name = "cxx-build"
 4376version = "1.0.187"
 4377source = "registry+https://github.com/rust-lang/crates.io-index"
 4378checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4379dependencies = [
 4380 "cc",
 4381 "codespan-reporting",
 4382 "indexmap",
 4383 "proc-macro2",
 4384 "quote",
 4385 "scratch",
 4386 "syn 2.0.117",
 4387]
 4388
 4389[[package]]
 4390name = "cxxbridge-cmd"
 4391version = "1.0.187"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4394dependencies = [
 4395 "clap",
 4396 "codespan-reporting",
 4397 "indexmap",
 4398 "proc-macro2",
 4399 "quote",
 4400 "syn 2.0.117",
 4401]
 4402
 4403[[package]]
 4404name = "cxxbridge-flags"
 4405version = "1.0.187"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4408
 4409[[package]]
 4410name = "cxxbridge-macro"
 4411version = "1.0.187"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4414dependencies = [
 4415 "indexmap",
 4416 "proc-macro2",
 4417 "quote",
 4418 "syn 2.0.117",
 4419]
 4420
 4421[[package]]
 4422name = "dap"
 4423version = "0.1.0"
 4424dependencies = [
 4425 "anyhow",
 4426 "async-compression",
 4427 "async-pipe",
 4428 "async-tar",
 4429 "async-trait",
 4430 "client",
 4431 "collections",
 4432 "dap-types",
 4433 "fs",
 4434 "futures 0.3.32",
 4435 "gpui",
 4436 "http_client",
 4437 "language",
 4438 "libc",
 4439 "log",
 4440 "node_runtime",
 4441 "parking_lot",
 4442 "paths",
 4443 "proto",
 4444 "schemars",
 4445 "serde",
 4446 "serde_json",
 4447 "settings",
 4448 "smallvec",
 4449 "smol",
 4450 "task",
 4451 "telemetry",
 4452 "util",
 4453 "zlog",
 4454]
 4455
 4456[[package]]
 4457name = "dap-types"
 4458version = "0.0.1"
 4459source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4460dependencies = [
 4461 "schemars",
 4462 "serde",
 4463 "serde_json",
 4464]
 4465
 4466[[package]]
 4467name = "dap_adapters"
 4468version = "0.1.0"
 4469dependencies = [
 4470 "anyhow",
 4471 "async-trait",
 4472 "collections",
 4473 "dap",
 4474 "dotenvy",
 4475 "fs",
 4476 "futures 0.3.32",
 4477 "gpui",
 4478 "http_client",
 4479 "json_dotpath",
 4480 "language",
 4481 "log",
 4482 "node_runtime",
 4483 "paths",
 4484 "serde",
 4485 "serde_json",
 4486 "settings",
 4487 "smol",
 4488 "task",
 4489 "util",
 4490]
 4491
 4492[[package]]
 4493name = "darling"
 4494version = "0.20.11"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4497dependencies = [
 4498 "darling_core 0.20.11",
 4499 "darling_macro 0.20.11",
 4500]
 4501
 4502[[package]]
 4503name = "darling"
 4504version = "0.21.3"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4507dependencies = [
 4508 "darling_core 0.21.3",
 4509 "darling_macro 0.21.3",
 4510]
 4511
 4512[[package]]
 4513name = "darling_core"
 4514version = "0.20.11"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4517dependencies = [
 4518 "fnv",
 4519 "ident_case",
 4520 "proc-macro2",
 4521 "quote",
 4522 "strsim",
 4523 "syn 2.0.117",
 4524]
 4525
 4526[[package]]
 4527name = "darling_core"
 4528version = "0.21.3"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4531dependencies = [
 4532 "fnv",
 4533 "ident_case",
 4534 "proc-macro2",
 4535 "quote",
 4536 "strsim",
 4537 "syn 2.0.117",
 4538]
 4539
 4540[[package]]
 4541name = "darling_macro"
 4542version = "0.20.11"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4545dependencies = [
 4546 "darling_core 0.20.11",
 4547 "quote",
 4548 "syn 2.0.117",
 4549]
 4550
 4551[[package]]
 4552name = "darling_macro"
 4553version = "0.21.3"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4556dependencies = [
 4557 "darling_core 0.21.3",
 4558 "quote",
 4559 "syn 2.0.117",
 4560]
 4561
 4562[[package]]
 4563name = "dashmap"
 4564version = "6.1.0"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4567dependencies = [
 4568 "cfg-if",
 4569 "crossbeam-utils",
 4570 "hashbrown 0.14.5",
 4571 "lock_api",
 4572 "once_cell",
 4573 "parking_lot_core",
 4574]
 4575
 4576[[package]]
 4577name = "dasp_sample"
 4578version = "0.11.0"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4581
 4582[[package]]
 4583name = "data-encoding"
 4584version = "2.9.0"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4587
 4588[[package]]
 4589name = "data-url"
 4590version = "0.3.2"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4593
 4594[[package]]
 4595name = "db"
 4596version = "0.1.0"
 4597dependencies = [
 4598 "anyhow",
 4599 "gpui",
 4600 "indoc",
 4601 "inventory",
 4602 "log",
 4603 "paths",
 4604 "release_channel",
 4605 "smol",
 4606 "sqlez",
 4607 "sqlez_macros",
 4608 "tempfile",
 4609 "util",
 4610 "uuid",
 4611 "zed_env_vars",
 4612]
 4613
 4614[[package]]
 4615name = "dbus"
 4616version = "0.9.9"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4619dependencies = [
 4620 "libc",
 4621 "libdbus-sys",
 4622 "windows-sys 0.59.0",
 4623]
 4624
 4625[[package]]
 4626name = "debug_adapter_extension"
 4627version = "0.1.0"
 4628dependencies = [
 4629 "anyhow",
 4630 "async-trait",
 4631 "collections",
 4632 "dap",
 4633 "extension",
 4634 "gpui",
 4635 "serde_json",
 4636 "task",
 4637 "util",
 4638]
 4639
 4640[[package]]
 4641name = "debugger_tools"
 4642version = "0.1.0"
 4643dependencies = [
 4644 "anyhow",
 4645 "dap",
 4646 "editor",
 4647 "futures 0.3.32",
 4648 "gpui",
 4649 "project",
 4650 "serde_json",
 4651 "settings",
 4652 "smol",
 4653 "util",
 4654 "workspace",
 4655]
 4656
 4657[[package]]
 4658name = "debugger_ui"
 4659version = "0.1.0"
 4660dependencies = [
 4661 "alacritty_terminal",
 4662 "anyhow",
 4663 "bitflags 2.10.0",
 4664 "client",
 4665 "collections",
 4666 "command_palette_hooks",
 4667 "dap",
 4668 "dap_adapters",
 4669 "db",
 4670 "debugger_tools",
 4671 "editor",
 4672 "feature_flags",
 4673 "file_icons",
 4674 "futures 0.3.32",
 4675 "fuzzy",
 4676 "gpui",
 4677 "hex",
 4678 "indoc",
 4679 "itertools 0.14.0",
 4680 "language",
 4681 "log",
 4682 "menu",
 4683 "notifications",
 4684 "parking_lot",
 4685 "parse_int",
 4686 "paths",
 4687 "picker",
 4688 "pretty_assertions",
 4689 "project",
 4690 "rpc",
 4691 "schemars",
 4692 "serde",
 4693 "serde_json",
 4694 "serde_json_lenient",
 4695 "settings",
 4696 "sysinfo 0.37.2",
 4697 "task",
 4698 "tasks_ui",
 4699 "terminal_view",
 4700 "text",
 4701 "theme",
 4702 "theme_settings",
 4703 "tree-sitter",
 4704 "tree-sitter-go",
 4705 "tree-sitter-json",
 4706 "ui",
 4707 "ui_input",
 4708 "unindent",
 4709 "util",
 4710 "workspace",
 4711 "zed_actions",
 4712 "zlog",
 4713]
 4714
 4715[[package]]
 4716name = "debugid"
 4717version = "0.8.0"
 4718source = "registry+https://github.com/rust-lang/crates.io-index"
 4719checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4720dependencies = [
 4721 "uuid",
 4722]
 4723
 4724[[package]]
 4725name = "deepseek"
 4726version = "0.1.0"
 4727dependencies = [
 4728 "anyhow",
 4729 "futures 0.3.32",
 4730 "http_client",
 4731 "schemars",
 4732 "serde",
 4733 "serde_json",
 4734]
 4735
 4736[[package]]
 4737name = "deflate64"
 4738version = "0.1.10"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4741
 4742[[package]]
 4743name = "denoise"
 4744version = "0.1.0"
 4745dependencies = [
 4746 "candle-core",
 4747 "candle-onnx",
 4748 "log",
 4749 "realfft",
 4750 "rodio",
 4751 "rustfft",
 4752 "thiserror 2.0.17",
 4753]
 4754
 4755[[package]]
 4756name = "der"
 4757version = "0.6.1"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4760dependencies = [
 4761 "const-oid",
 4762 "zeroize",
 4763]
 4764
 4765[[package]]
 4766name = "der"
 4767version = "0.7.10"
 4768source = "registry+https://github.com/rust-lang/crates.io-index"
 4769checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4770dependencies = [
 4771 "const-oid",
 4772 "pem-rfc7468",
 4773 "zeroize",
 4774]
 4775
 4776[[package]]
 4777name = "deranged"
 4778version = "0.5.4"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4781dependencies = [
 4782 "powerfmt",
 4783 "serde_core",
 4784]
 4785
 4786[[package]]
 4787name = "derive_arbitrary"
 4788version = "1.4.2"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4791dependencies = [
 4792 "proc-macro2",
 4793 "quote",
 4794 "syn 2.0.117",
 4795]
 4796
 4797[[package]]
 4798name = "derive_more"
 4799version = "2.1.1"
 4800source = "registry+https://github.com/rust-lang/crates.io-index"
 4801checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4802dependencies = [
 4803 "derive_more-impl",
 4804]
 4805
 4806[[package]]
 4807name = "derive_more-impl"
 4808version = "2.1.1"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4811dependencies = [
 4812 "convert_case 0.10.0",
 4813 "proc-macro2",
 4814 "quote",
 4815 "rustc_version",
 4816 "syn 2.0.117",
 4817 "unicode-xid",
 4818]
 4819
 4820[[package]]
 4821name = "derive_refineable"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "proc-macro2",
 4825 "quote",
 4826 "syn 2.0.117",
 4827]
 4828
 4829[[package]]
 4830name = "derive_setters"
 4831version = "0.1.9"
 4832source = "registry+https://github.com/rust-lang/crates.io-index"
 4833checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4834dependencies = [
 4835 "darling 0.21.3",
 4836 "proc-macro2",
 4837 "quote",
 4838 "syn 2.0.117",
 4839]
 4840
 4841[[package]]
 4842name = "dev_container"
 4843version = "0.1.0"
 4844dependencies = [
 4845 "async-tar",
 4846 "async-trait",
 4847 "env_logger 0.11.8",
 4848 "fs",
 4849 "futures 0.3.32",
 4850 "gpui",
 4851 "http 1.3.1",
 4852 "http_client",
 4853 "log",
 4854 "menu",
 4855 "paths",
 4856 "picker",
 4857 "project",
 4858 "regex",
 4859 "serde",
 4860 "serde_json",
 4861 "serde_json_lenient",
 4862 "settings",
 4863 "shlex",
 4864 "ui",
 4865 "util",
 4866 "walkdir",
 4867 "workspace",
 4868 "worktree",
 4869]
 4870
 4871[[package]]
 4872name = "diagnostics"
 4873version = "0.1.0"
 4874dependencies = [
 4875 "anyhow",
 4876 "collections",
 4877 "component",
 4878 "ctor",
 4879 "editor",
 4880 "gpui",
 4881 "indoc",
 4882 "itertools 0.14.0",
 4883 "language",
 4884 "log",
 4885 "lsp",
 4886 "markdown",
 4887 "pretty_assertions",
 4888 "project",
 4889 "rand 0.9.3",
 4890 "serde",
 4891 "serde_json",
 4892 "settings",
 4893 "text",
 4894 "theme",
 4895 "theme_settings",
 4896 "ui",
 4897 "unindent",
 4898 "util",
 4899 "workspace",
 4900 "zed_actions",
 4901 "zlog",
 4902]
 4903
 4904[[package]]
 4905name = "dialoguer"
 4906version = "0.12.0"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4909dependencies = [
 4910 "console",
 4911 "shell-words",
 4912]
 4913
 4914[[package]]
 4915name = "diff"
 4916version = "0.1.13"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4919
 4920[[package]]
 4921name = "diffy"
 4922version = "0.4.2"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4925dependencies = [
 4926 "nu-ansi-term",
 4927]
 4928
 4929[[package]]
 4930name = "digest"
 4931version = "0.10.7"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4934dependencies = [
 4935 "block-buffer",
 4936 "const-oid",
 4937 "crypto-common",
 4938 "subtle",
 4939]
 4940
 4941[[package]]
 4942name = "dirs"
 4943version = "6.0.0"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4946dependencies = [
 4947 "dirs-sys",
 4948]
 4949
 4950[[package]]
 4951name = "dirs-sys"
 4952version = "0.5.0"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4955dependencies = [
 4956 "libc",
 4957 "option-ext",
 4958 "redox_users",
 4959 "windows-sys 0.61.2",
 4960]
 4961
 4962[[package]]
 4963name = "dispatch"
 4964version = "0.2.0"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4967
 4968[[package]]
 4969name = "dispatch2"
 4970version = "0.3.1"
 4971source = "registry+https://github.com/rust-lang/crates.io-index"
 4972checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4973dependencies = [
 4974 "bitflags 2.10.0",
 4975 "block2",
 4976 "libc",
 4977 "objc2",
 4978]
 4979
 4980[[package]]
 4981name = "displaydoc"
 4982version = "0.2.5"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4985dependencies = [
 4986 "proc-macro2",
 4987 "quote",
 4988 "syn 2.0.117",
 4989]
 4990
 4991[[package]]
 4992name = "dlib"
 4993version = "0.5.2"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4996dependencies = [
 4997 "libloading",
 4998]
 4999
 5000[[package]]
 5001name = "docs_preprocessor"
 5002version = "0.1.0"
 5003dependencies = [
 5004 "anyhow",
 5005 "collections",
 5006 "jsonschema",
 5007 "mdbook",
 5008 "regex",
 5009 "schemars",
 5010 "serde",
 5011 "serde_json",
 5012 "settings",
 5013 "task",
 5014 "theme",
 5015 "util",
 5016 "zlog",
 5017]
 5018
 5019[[package]]
 5020name = "document-features"
 5021version = "0.2.12"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5024dependencies = [
 5025 "litrs",
 5026]
 5027
 5028[[package]]
 5029name = "documented"
 5030version = "0.9.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5033dependencies = [
 5034 "documented-macros",
 5035 "phf 0.12.1",
 5036 "thiserror 2.0.17",
 5037]
 5038
 5039[[package]]
 5040name = "documented-macros"
 5041version = "0.9.2"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5044dependencies = [
 5045 "convert_case 0.8.0",
 5046 "itertools 0.14.0",
 5047 "optfield",
 5048 "proc-macro2",
 5049 "quote",
 5050 "strum 0.27.2",
 5051 "syn 2.0.117",
 5052]
 5053
 5054[[package]]
 5055name = "dotenvy"
 5056version = "0.15.7"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5059
 5060[[package]]
 5061name = "downcast-rs"
 5062version = "1.2.1"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5065
 5066[[package]]
 5067name = "doxygen-rs"
 5068version = "0.4.2"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5071dependencies = [
 5072 "phf 0.11.3",
 5073]
 5074
 5075[[package]]
 5076name = "dtoa"
 5077version = "1.0.10"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5080
 5081[[package]]
 5082name = "dtoa-short"
 5083version = "0.3.5"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5086dependencies = [
 5087 "dtoa",
 5088]
 5089
 5090[[package]]
 5091name = "dtor"
 5092version = "0.0.6"
 5093source = "registry+https://github.com/rust-lang/crates.io-index"
 5094checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5095dependencies = [
 5096 "dtor-proc-macro",
 5097]
 5098
 5099[[package]]
 5100name = "dtor-proc-macro"
 5101version = "0.0.5"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5104
 5105[[package]]
 5106name = "dunce"
 5107version = "1.0.5"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5110
 5111[[package]]
 5112name = "dwrote"
 5113version = "0.11.5"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5116dependencies = [
 5117 "lazy_static",
 5118 "libc",
 5119 "winapi",
 5120 "wio",
 5121]
 5122
 5123[[package]]
 5124name = "dyn-clone"
 5125version = "1.0.20"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5128
 5129[[package]]
 5130name = "dyn-stack"
 5131version = "0.10.0"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5134dependencies = [
 5135 "bytemuck",
 5136 "reborrow",
 5137]
 5138
 5139[[package]]
 5140name = "dyn-stack"
 5141version = "0.13.2"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5144dependencies = [
 5145 "bytemuck",
 5146 "dyn-stack-macros",
 5147]
 5148
 5149[[package]]
 5150name = "dyn-stack-macros"
 5151version = "0.1.3"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5154
 5155[[package]]
 5156name = "ec4rs"
 5157version = "1.2.0"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5160
 5161[[package]]
 5162name = "ecdsa"
 5163version = "0.14.8"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5166dependencies = [
 5167 "der 0.6.1",
 5168 "elliptic-curve",
 5169 "rfc6979",
 5170 "signature 1.6.4",
 5171]
 5172
 5173[[package]]
 5174name = "edit_prediction"
 5175version = "0.1.0"
 5176dependencies = [
 5177 "ai_onboarding",
 5178 "anyhow",
 5179 "buffer_diff",
 5180 "client",
 5181 "clock",
 5182 "cloud_api_client",
 5183 "cloud_api_types",
 5184 "cloud_llm_client",
 5185 "collections",
 5186 "copilot",
 5187 "copilot_ui",
 5188 "credentials_provider",
 5189 "criterion",
 5190 "ctor",
 5191 "db",
 5192 "edit_prediction_context",
 5193 "edit_prediction_metrics",
 5194 "edit_prediction_types",
 5195 "feature_flags",
 5196 "fs",
 5197 "futures 0.3.32",
 5198 "gpui",
 5199 "heapless",
 5200 "indoc",
 5201 "itertools 0.14.0",
 5202 "language",
 5203 "language_model",
 5204 "languages",
 5205 "log",
 5206 "lsp",
 5207 "menu",
 5208 "node_runtime",
 5209 "open_ai",
 5210 "parking_lot",
 5211 "postage",
 5212 "pretty_assertions",
 5213 "project",
 5214 "pulldown-cmark 0.13.0",
 5215 "rand 0.9.3",
 5216 "regex",
 5217 "release_channel",
 5218 "semver",
 5219 "serde",
 5220 "serde_json",
 5221 "settings",
 5222 "strum 0.27.2",
 5223 "telemetry",
 5224 "telemetry_events",
 5225 "text",
 5226 "thiserror 2.0.17",
 5227 "time",
 5228 "toml 0.8.23",
 5229 "ui",
 5230 "util",
 5231 "uuid",
 5232 "workspace",
 5233 "worktree",
 5234 "zed_actions",
 5235 "zed_credentials_provider",
 5236 "zeta_prompt",
 5237 "zlog",
 5238 "zstd",
 5239]
 5240
 5241[[package]]
 5242name = "edit_prediction_cli"
 5243version = "0.1.0"
 5244dependencies = [
 5245 "anthropic",
 5246 "anyhow",
 5247 "chrono",
 5248 "clap",
 5249 "client",
 5250 "cloud_llm_client",
 5251 "collections",
 5252 "db",
 5253 "debug_adapter_extension",
 5254 "dirs",
 5255 "edit_prediction",
 5256 "edit_prediction_metrics",
 5257 "extension",
 5258 "flate2",
 5259 "fs",
 5260 "futures 0.3.32",
 5261 "gaoya",
 5262 "gpui",
 5263 "gpui_platform",
 5264 "gpui_tokio",
 5265 "http_client",
 5266 "indoc",
 5267 "language",
 5268 "language_extension",
 5269 "language_model",
 5270 "language_models",
 5271 "languages",
 5272 "libc",
 5273 "log",
 5274 "node_runtime",
 5275 "open_ai",
 5276 "paths",
 5277 "pretty_assertions",
 5278 "project",
 5279 "prompt_store",
 5280 "rand 0.9.3",
 5281 "release_channel",
 5282 "reqwest_client",
 5283 "rust-embed",
 5284 "serde",
 5285 "serde_json",
 5286 "settings",
 5287 "shellexpand",
 5288 "similar",
 5289 "smol",
 5290 "sqlez",
 5291 "sqlez_macros",
 5292 "strum 0.27.2",
 5293 "telemetry_events",
 5294 "tempfile",
 5295 "terminal_view",
 5296 "toml 0.8.23",
 5297 "util",
 5298 "wasmtime",
 5299 "watch",
 5300 "workspace",
 5301 "zeta_prompt",
 5302]
 5303
 5304[[package]]
 5305name = "edit_prediction_context"
 5306version = "0.1.0"
 5307dependencies = [
 5308 "anyhow",
 5309 "clock",
 5310 "collections",
 5311 "env_logger 0.11.8",
 5312 "futures 0.3.32",
 5313 "gpui",
 5314 "indoc",
 5315 "language",
 5316 "log",
 5317 "lsp",
 5318 "parking_lot",
 5319 "pretty_assertions",
 5320 "project",
 5321 "serde",
 5322 "serde_json",
 5323 "settings",
 5324 "smallvec",
 5325 "text",
 5326 "tree-sitter",
 5327 "util",
 5328 "zeta_prompt",
 5329]
 5330
 5331[[package]]
 5332name = "edit_prediction_metrics"
 5333version = "0.1.0"
 5334dependencies = [
 5335 "indoc",
 5336 "language",
 5337 "pretty_assertions",
 5338 "serde",
 5339 "similar",
 5340 "tree-sitter",
 5341 "zeta_prompt",
 5342]
 5343
 5344[[package]]
 5345name = "edit_prediction_types"
 5346version = "0.1.0"
 5347dependencies = [
 5348 "client",
 5349 "gpui",
 5350 "icons",
 5351 "language",
 5352 "text",
 5353]
 5354
 5355[[package]]
 5356name = "edit_prediction_ui"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "anyhow",
 5360 "buffer_diff",
 5361 "client",
 5362 "cloud_llm_client",
 5363 "codestral",
 5364 "collections",
 5365 "command_palette_hooks",
 5366 "copilot",
 5367 "copilot_chat",
 5368 "copilot_ui",
 5369 "edit_prediction",
 5370 "edit_prediction_types",
 5371 "editor",
 5372 "feature_flags",
 5373 "fs",
 5374 "futures 0.3.32",
 5375 "gpui",
 5376 "indoc",
 5377 "language",
 5378 "markdown",
 5379 "menu",
 5380 "multi_buffer",
 5381 "paths",
 5382 "project",
 5383 "regex",
 5384 "settings",
 5385 "telemetry",
 5386 "text",
 5387 "theme",
 5388 "theme_settings",
 5389 "time",
 5390 "ui",
 5391 "util",
 5392 "workspace",
 5393 "zed_actions",
 5394 "zeta_prompt",
 5395]
 5396
 5397[[package]]
 5398name = "editor"
 5399version = "0.1.0"
 5400dependencies = [
 5401 "aho-corasick",
 5402 "anyhow",
 5403 "assets",
 5404 "breadcrumbs",
 5405 "buffer_diff",
 5406 "client",
 5407 "clock",
 5408 "collections",
 5409 "convert_case 0.8.0",
 5410 "criterion",
 5411 "ctor",
 5412 "dap",
 5413 "db",
 5414 "edit_prediction_types",
 5415 "emojis",
 5416 "feature_flags",
 5417 "file_icons",
 5418 "fs",
 5419 "futures 0.3.32",
 5420 "fuzzy",
 5421 "git",
 5422 "gpui",
 5423 "indoc",
 5424 "itertools 0.14.0",
 5425 "language",
 5426 "languages",
 5427 "linkify",
 5428 "log",
 5429 "lsp",
 5430 "markdown",
 5431 "menu",
 5432 "multi_buffer",
 5433 "ordered-float 2.10.1",
 5434 "parking_lot",
 5435 "pretty_assertions",
 5436 "project",
 5437 "proptest",
 5438 "proptest-derive",
 5439 "rand 0.9.3",
 5440 "regex",
 5441 "release_channel",
 5442 "rope",
 5443 "rpc",
 5444 "schemars",
 5445 "semver",
 5446 "serde",
 5447 "serde_json",
 5448 "settings",
 5449 "smallvec",
 5450 "smol",
 5451 "snippet",
 5452 "sum_tree",
 5453 "task",
 5454 "telemetry",
 5455 "text",
 5456 "theme",
 5457 "theme_settings",
 5458 "time",
 5459 "tracing",
 5460 "tree-sitter-bash",
 5461 "tree-sitter-c",
 5462 "tree-sitter-html",
 5463 "tree-sitter-md",
 5464 "tree-sitter-python",
 5465 "tree-sitter-rust",
 5466 "tree-sitter-typescript",
 5467 "tree-sitter-yaml",
 5468 "ui",
 5469 "ui_input",
 5470 "unicode-script",
 5471 "unicode-segmentation",
 5472 "unicode-width",
 5473 "unindent",
 5474 "url",
 5475 "util",
 5476 "uuid",
 5477 "vim_mode_setting",
 5478 "workspace",
 5479 "zed_actions",
 5480 "zlog",
 5481 "ztracing",
 5482]
 5483
 5484[[package]]
 5485name = "either"
 5486version = "1.15.0"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5489dependencies = [
 5490 "serde",
 5491]
 5492
 5493[[package]]
 5494name = "elasticlunr-rs"
 5495version = "3.0.2"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5498dependencies = [
 5499 "regex",
 5500 "serde",
 5501 "serde_derive",
 5502 "serde_json",
 5503]
 5504
 5505[[package]]
 5506name = "elliptic-curve"
 5507version = "0.12.3"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5510dependencies = [
 5511 "base16ct",
 5512 "crypto-bigint 0.4.9",
 5513 "der 0.6.1",
 5514 "digest",
 5515 "ff",
 5516 "generic-array",
 5517 "group",
 5518 "pkcs8 0.9.0",
 5519 "rand_core 0.6.4",
 5520 "sec1",
 5521 "subtle",
 5522 "zeroize",
 5523]
 5524
 5525[[package]]
 5526name = "email_address"
 5527version = "0.2.9"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5530dependencies = [
 5531 "serde",
 5532]
 5533
 5534[[package]]
 5535name = "embed-resource"
 5536version = "3.0.6"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5539dependencies = [
 5540 "cc",
 5541 "memchr",
 5542 "rustc_version",
 5543 "toml 0.9.8",
 5544 "vswhom",
 5545 "winreg 0.55.0",
 5546]
 5547
 5548[[package]]
 5549name = "embedded-io"
 5550version = "0.4.0"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5553
 5554[[package]]
 5555name = "embedded-io"
 5556version = "0.6.1"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5559
 5560[[package]]
 5561name = "emojis"
 5562version = "0.6.4"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5565dependencies = [
 5566 "phf 0.11.3",
 5567]
 5568
 5569[[package]]
 5570name = "encode_unicode"
 5571version = "1.0.0"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5574
 5575[[package]]
 5576name = "encoding_rs"
 5577version = "0.8.35"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5580dependencies = [
 5581 "cfg-if",
 5582]
 5583
 5584[[package]]
 5585name = "encoding_selector"
 5586version = "0.1.0"
 5587dependencies = [
 5588 "editor",
 5589 "encoding_rs",
 5590 "fuzzy",
 5591 "gpui",
 5592 "language",
 5593 "picker",
 5594 "project",
 5595 "ui",
 5596 "util",
 5597 "workspace",
 5598]
 5599
 5600[[package]]
 5601name = "endi"
 5602version = "1.1.0"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5605
 5606[[package]]
 5607name = "enum-as-inner"
 5608version = "0.6.1"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5611dependencies = [
 5612 "heck 0.5.0",
 5613 "proc-macro2",
 5614 "quote",
 5615 "syn 2.0.117",
 5616]
 5617
 5618[[package]]
 5619name = "enumflags2"
 5620version = "0.7.12"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5623dependencies = [
 5624 "enumflags2_derive",
 5625 "serde",
 5626]
 5627
 5628[[package]]
 5629name = "enumflags2_derive"
 5630version = "0.7.12"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5633dependencies = [
 5634 "proc-macro2",
 5635 "quote",
 5636 "syn 2.0.117",
 5637]
 5638
 5639[[package]]
 5640name = "env_filter"
 5641version = "0.1.4"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5644dependencies = [
 5645 "log",
 5646 "regex",
 5647]
 5648
 5649[[package]]
 5650name = "env_logger"
 5651version = "0.10.2"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5654dependencies = [
 5655 "humantime",
 5656 "is-terminal",
 5657 "log",
 5658 "regex",
 5659 "termcolor",
 5660]
 5661
 5662[[package]]
 5663name = "env_logger"
 5664version = "0.11.8"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5667dependencies = [
 5668 "anstream",
 5669 "anstyle",
 5670 "env_filter",
 5671 "jiff",
 5672 "log",
 5673]
 5674
 5675[[package]]
 5676name = "env_var"
 5677version = "0.1.0"
 5678dependencies = [
 5679 "gpui_shared_string",
 5680]
 5681
 5682[[package]]
 5683name = "envy"
 5684version = "0.4.2"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5687dependencies = [
 5688 "serde",
 5689]
 5690
 5691[[package]]
 5692name = "equator"
 5693version = "0.4.2"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5696dependencies = [
 5697 "equator-macro",
 5698]
 5699
 5700[[package]]
 5701name = "equator-macro"
 5702version = "0.4.2"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5705dependencies = [
 5706 "proc-macro2",
 5707 "quote",
 5708 "syn 2.0.117",
 5709]
 5710
 5711[[package]]
 5712name = "equivalent"
 5713version = "1.0.2"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5716
 5717[[package]]
 5718name = "erased-serde"
 5719version = "0.4.9"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5722dependencies = [
 5723 "serde",
 5724 "serde_core",
 5725 "typeid",
 5726]
 5727
 5728[[package]]
 5729name = "errno"
 5730version = "0.2.8"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5733dependencies = [
 5734 "errno-dragonfly",
 5735 "libc",
 5736 "winapi",
 5737]
 5738
 5739[[package]]
 5740name = "errno"
 5741version = "0.3.14"
 5742source = "registry+https://github.com/rust-lang/crates.io-index"
 5743checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5744dependencies = [
 5745 "libc",
 5746 "windows-sys 0.61.2",
 5747]
 5748
 5749[[package]]
 5750name = "errno-dragonfly"
 5751version = "0.1.2"
 5752source = "registry+https://github.com/rust-lang/crates.io-index"
 5753checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5754dependencies = [
 5755 "cc",
 5756 "libc",
 5757]
 5758
 5759[[package]]
 5760name = "error-graph"
 5761version = "0.1.1"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5764dependencies = [
 5765 "serde",
 5766]
 5767
 5768[[package]]
 5769name = "etagere"
 5770version = "0.2.15"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5773dependencies = [
 5774 "euclid",
 5775 "svg_fmt",
 5776]
 5777
 5778[[package]]
 5779name = "etcetera"
 5780version = "0.8.0"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5783dependencies = [
 5784 "cfg-if",
 5785 "home",
 5786 "windows-sys 0.48.0",
 5787]
 5788
 5789[[package]]
 5790name = "etw_tracing"
 5791version = "0.1.0"
 5792dependencies = [
 5793 "anyhow",
 5794 "gpui",
 5795 "log",
 5796 "net",
 5797 "serde",
 5798 "serde_json",
 5799 "util",
 5800 "windows 0.61.3",
 5801 "windows-core 0.61.2",
 5802 "workspace",
 5803 "wprcontrol",
 5804]
 5805
 5806[[package]]
 5807name = "euclid"
 5808version = "0.22.11"
 5809source = "registry+https://github.com/rust-lang/crates.io-index"
 5810checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5811dependencies = [
 5812 "num-traits",
 5813]
 5814
 5815[[package]]
 5816name = "eval_cli"
 5817version = "0.1.0"
 5818dependencies = [
 5819 "acp_thread",
 5820 "agent",
 5821 "agent-client-protocol",
 5822 "agent_ui",
 5823 "anyhow",
 5824 "clap",
 5825 "client",
 5826 "ctrlc",
 5827 "db",
 5828 "debug_adapter_extension",
 5829 "env_logger 0.11.8",
 5830 "extension",
 5831 "feature_flags",
 5832 "fs",
 5833 "futures 0.3.32",
 5834 "gpui",
 5835 "gpui_platform",
 5836 "gpui_tokio",
 5837 "language",
 5838 "language_extension",
 5839 "language_model",
 5840 "language_models",
 5841 "languages",
 5842 "node_runtime",
 5843 "paths",
 5844 "project",
 5845 "prompt_store",
 5846 "release_channel",
 5847 "reqwest_client",
 5848 "serde",
 5849 "serde_json",
 5850 "settings",
 5851 "shellexpand",
 5852 "terminal_view",
 5853 "util",
 5854 "watch",
 5855]
 5856
 5857[[package]]
 5858name = "eval_utils"
 5859version = "0.1.0"
 5860dependencies = [
 5861 "gpui_platform",
 5862 "serde",
 5863 "smol",
 5864]
 5865
 5866[[package]]
 5867name = "event-listener"
 5868version = "2.5.3"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5871
 5872[[package]]
 5873name = "event-listener"
 5874version = "5.4.1"
 5875source = "registry+https://github.com/rust-lang/crates.io-index"
 5876checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5877dependencies = [
 5878 "concurrent-queue",
 5879 "parking",
 5880 "pin-project-lite",
 5881]
 5882
 5883[[package]]
 5884name = "event-listener-strategy"
 5885version = "0.5.4"
 5886source = "registry+https://github.com/rust-lang/crates.io-index"
 5887checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5888dependencies = [
 5889 "event-listener 5.4.1",
 5890 "pin-project-lite",
 5891]
 5892
 5893[[package]]
 5894name = "exec"
 5895version = "0.3.1"
 5896source = "registry+https://github.com/rust-lang/crates.io-index"
 5897checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5898dependencies = [
 5899 "errno 0.2.8",
 5900 "libc",
 5901]
 5902
 5903[[package]]
 5904name = "explorer_command_injector"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "windows 0.61.3",
 5908 "windows-core 0.61.2",
 5909 "windows-registry 0.5.3",
 5910]
 5911
 5912[[package]]
 5913name = "exr"
 5914version = "1.74.0"
 5915source = "registry+https://github.com/rust-lang/crates.io-index"
 5916checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5917dependencies = [
 5918 "bit_field",
 5919 "half",
 5920 "lebe",
 5921 "miniz_oxide",
 5922 "rayon-core",
 5923 "smallvec",
 5924 "zune-inflate",
 5925]
 5926
 5927[[package]]
 5928name = "extended"
 5929version = "0.1.0"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5932
 5933[[package]]
 5934name = "extension"
 5935version = "0.1.0"
 5936dependencies = [
 5937 "anyhow",
 5938 "async-trait",
 5939 "cloud_api_types",
 5940 "collections",
 5941 "dap",
 5942 "fs",
 5943 "futures 0.3.32",
 5944 "gpui",
 5945 "heck 0.5.0",
 5946 "http_client",
 5947 "indoc",
 5948 "language",
 5949 "log",
 5950 "lsp",
 5951 "parking_lot",
 5952 "pretty_assertions",
 5953 "proto",
 5954 "semver",
 5955 "serde",
 5956 "serde_json",
 5957 "task",
 5958 "tempfile",
 5959 "toml 0.8.23",
 5960 "tracing",
 5961 "url",
 5962 "util",
 5963 "wasm-encoder 0.221.3",
 5964 "wasmparser 0.221.3",
 5965 "ztracing",
 5966]
 5967
 5968[[package]]
 5969name = "extension_cli"
 5970version = "0.1.0"
 5971dependencies = [
 5972 "anyhow",
 5973 "clap",
 5974 "cloud_api_types",
 5975 "env_logger 0.11.8",
 5976 "extension",
 5977 "fs",
 5978 "gpui_platform",
 5979 "language",
 5980 "log",
 5981 "reqwest_client",
 5982 "serde",
 5983 "serde_json",
 5984 "serde_json_lenient",
 5985 "settings_content",
 5986 "snippet_provider",
 5987 "task",
 5988 "theme_settings",
 5989 "tokio",
 5990 "toml 0.8.23",
 5991 "tree-sitter",
 5992 "wasmtime",
 5993]
 5994
 5995[[package]]
 5996name = "extension_host"
 5997version = "0.1.0"
 5998dependencies = [
 5999 "anyhow",
 6000 "async-compression",
 6001 "async-tar",
 6002 "async-trait",
 6003 "client",
 6004 "cloud_api_types",
 6005 "collections",
 6006 "criterion",
 6007 "ctor",
 6008 "dap",
 6009 "extension",
 6010 "fs",
 6011 "futures 0.3.32",
 6012 "gpui",
 6013 "gpui_tokio",
 6014 "http_client",
 6015 "language",
 6016 "language_extension",
 6017 "log",
 6018 "lsp",
 6019 "moka",
 6020 "node_runtime",
 6021 "parking_lot",
 6022 "paths",
 6023 "project",
 6024 "release_channel",
 6025 "remote",
 6026 "reqwest_client",
 6027 "semver",
 6028 "serde",
 6029 "serde_json",
 6030 "serde_json_lenient",
 6031 "settings",
 6032 "task",
 6033 "telemetry",
 6034 "tempfile",
 6035 "theme",
 6036 "theme_extension",
 6037 "theme_settings",
 6038 "toml 0.8.23",
 6039 "tracing",
 6040 "url",
 6041 "util",
 6042 "wasmparser 0.221.3",
 6043 "wasmtime",
 6044 "wasmtime-wasi",
 6045 "zlog",
 6046 "ztracing",
 6047]
 6048
 6049[[package]]
 6050name = "extensions_ui"
 6051version = "0.1.0"
 6052dependencies = [
 6053 "anyhow",
 6054 "client",
 6055 "cloud_api_types",
 6056 "collections",
 6057 "db",
 6058 "editor",
 6059 "extension",
 6060 "extension_host",
 6061 "fs",
 6062 "fuzzy",
 6063 "gpui",
 6064 "language",
 6065 "log",
 6066 "num-format",
 6067 "picker",
 6068 "project",
 6069 "release_channel",
 6070 "semver",
 6071 "serde",
 6072 "settings",
 6073 "smallvec",
 6074 "strum 0.27.2",
 6075 "telemetry",
 6076 "theme_settings",
 6077 "ui",
 6078 "util",
 6079 "vim_mode_setting",
 6080 "workspace",
 6081 "zed_actions",
 6082]
 6083
 6084[[package]]
 6085name = "failspot"
 6086version = "0.2.0"
 6087source = "registry+https://github.com/rust-lang/crates.io-index"
 6088checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6089
 6090[[package]]
 6091name = "fallible-iterator"
 6092version = "0.3.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6095
 6096[[package]]
 6097name = "fancy-regex"
 6098version = "0.16.2"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6101dependencies = [
 6102 "bit-set 0.8.0",
 6103 "regex-automata",
 6104 "regex-syntax",
 6105]
 6106
 6107[[package]]
 6108name = "fancy-regex"
 6109version = "0.17.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6112dependencies = [
 6113 "bit-set 0.8.0",
 6114 "regex-automata",
 6115 "regex-syntax",
 6116]
 6117
 6118[[package]]
 6119name = "fast-srgb8"
 6120version = "1.0.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6123
 6124[[package]]
 6125name = "fastrand"
 6126version = "1.9.0"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6129dependencies = [
 6130 "instant",
 6131]
 6132
 6133[[package]]
 6134name = "fastrand"
 6135version = "2.3.0"
 6136source = "registry+https://github.com/rust-lang/crates.io-index"
 6137checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6138
 6139[[package]]
 6140name = "fax"
 6141version = "0.2.6"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6144dependencies = [
 6145 "fax_derive",
 6146]
 6147
 6148[[package]]
 6149name = "fax_derive"
 6150version = "0.2.0"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6153dependencies = [
 6154 "proc-macro2",
 6155 "quote",
 6156 "syn 2.0.117",
 6157]
 6158
 6159[[package]]
 6160name = "fd-lock"
 6161version = "4.0.4"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6164dependencies = [
 6165 "cfg-if",
 6166 "rustix 1.1.2",
 6167 "windows-sys 0.59.0",
 6168]
 6169
 6170[[package]]
 6171name = "fdeflate"
 6172version = "0.3.7"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6175dependencies = [
 6176 "simd-adler32",
 6177]
 6178
 6179[[package]]
 6180name = "feature_flags"
 6181version = "0.1.0"
 6182dependencies = [
 6183 "gpui",
 6184]
 6185
 6186[[package]]
 6187name = "feedback"
 6188version = "0.1.0"
 6189dependencies = [
 6190 "extension_host",
 6191 "gpui",
 6192 "system_specs",
 6193 "urlencoding",
 6194 "util",
 6195 "workspace",
 6196 "zed_actions",
 6197]
 6198
 6199[[package]]
 6200name = "ff"
 6201version = "0.12.1"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6204dependencies = [
 6205 "rand_core 0.6.4",
 6206 "subtle",
 6207]
 6208
 6209[[package]]
 6210name = "file_finder"
 6211version = "0.1.0"
 6212dependencies = [
 6213 "anyhow",
 6214 "channel",
 6215 "client",
 6216 "collections",
 6217 "ctor",
 6218 "editor",
 6219 "file_icons",
 6220 "futures 0.3.32",
 6221 "fuzzy",
 6222 "fuzzy_nucleo",
 6223 "gpui",
 6224 "menu",
 6225 "open_path_prompt",
 6226 "picker",
 6227 "pretty_assertions",
 6228 "project",
 6229 "project_panel",
 6230 "remote_connection",
 6231 "serde",
 6232 "serde_json",
 6233 "settings",
 6234 "theme",
 6235 "theme_settings",
 6236 "ui",
 6237 "util",
 6238 "workspace",
 6239 "zed_actions",
 6240 "zlog",
 6241]
 6242
 6243[[package]]
 6244name = "file_icons"
 6245version = "0.1.0"
 6246dependencies = [
 6247 "gpui",
 6248 "serde",
 6249 "theme",
 6250 "util",
 6251]
 6252
 6253[[package]]
 6254name = "filedescriptor"
 6255version = "0.8.3"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6258dependencies = [
 6259 "libc",
 6260 "thiserror 1.0.69",
 6261 "winapi",
 6262]
 6263
 6264[[package]]
 6265name = "filetime"
 6266version = "0.2.26"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6269dependencies = [
 6270 "cfg-if",
 6271 "libc",
 6272 "libredox",
 6273 "windows-sys 0.60.2",
 6274]
 6275
 6276[[package]]
 6277name = "find-msvc-tools"
 6278version = "0.1.5"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6281
 6282[[package]]
 6283name = "fixedbitset"
 6284version = "0.4.2"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6287
 6288[[package]]
 6289name = "fixedbitset"
 6290version = "0.5.7"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6293
 6294[[package]]
 6295name = "flate2"
 6296version = "1.1.8"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6299dependencies = [
 6300 "crc32fast",
 6301 "miniz_oxide",
 6302]
 6303
 6304[[package]]
 6305name = "float-cmp"
 6306version = "0.9.0"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6309
 6310[[package]]
 6311name = "float-ord"
 6312version = "0.3.2"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6315
 6316[[package]]
 6317name = "float8"
 6318version = "0.4.2"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6321dependencies = [
 6322 "half",
 6323 "num-traits",
 6324 "rand 0.9.3",
 6325 "rand_distr",
 6326]
 6327
 6328[[package]]
 6329name = "float_next_after"
 6330version = "1.0.0"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6333
 6334[[package]]
 6335name = "fluent-uri"
 6336version = "0.4.1"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6339dependencies = [
 6340 "borrow-or-share",
 6341 "ref-cast",
 6342 "serde",
 6343]
 6344
 6345[[package]]
 6346name = "flume"
 6347version = "0.11.1"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6350dependencies = [
 6351 "futures-core",
 6352 "futures-sink",
 6353 "nanorand",
 6354 "spin 0.9.8",
 6355]
 6356
 6357[[package]]
 6358name = "fnv"
 6359version = "1.0.7"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6362
 6363[[package]]
 6364name = "foldhash"
 6365version = "0.1.5"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6368
 6369[[package]]
 6370name = "foldhash"
 6371version = "0.2.0"
 6372source = "registry+https://github.com/rust-lang/crates.io-index"
 6373checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6374
 6375[[package]]
 6376name = "font-types"
 6377version = "0.10.0"
 6378source = "registry+https://github.com/rust-lang/crates.io-index"
 6379checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6380dependencies = [
 6381 "bytemuck",
 6382]
 6383
 6384[[package]]
 6385name = "font-types"
 6386version = "0.11.0"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6389dependencies = [
 6390 "bytemuck",
 6391]
 6392
 6393[[package]]
 6394name = "fontconfig-parser"
 6395version = "0.5.8"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6398dependencies = [
 6399 "roxmltree",
 6400]
 6401
 6402[[package]]
 6403name = "fontdb"
 6404version = "0.16.2"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6407dependencies = [
 6408 "fontconfig-parser",
 6409 "log",
 6410 "memmap2",
 6411 "slotmap",
 6412 "tinyvec",
 6413 "ttf-parser 0.20.0",
 6414]
 6415
 6416[[package]]
 6417name = "fontdb"
 6418version = "0.23.0"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6421dependencies = [
 6422 "fontconfig-parser",
 6423 "log",
 6424 "memmap2",
 6425 "slotmap",
 6426 "tinyvec",
 6427 "ttf-parser 0.25.1",
 6428]
 6429
 6430[[package]]
 6431name = "foreign-types"
 6432version = "0.3.2"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6435dependencies = [
 6436 "foreign-types-shared 0.1.1",
 6437]
 6438
 6439[[package]]
 6440name = "foreign-types"
 6441version = "0.5.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6444dependencies = [
 6445 "foreign-types-macros",
 6446 "foreign-types-shared 0.3.1",
 6447]
 6448
 6449[[package]]
 6450name = "foreign-types-macros"
 6451version = "0.2.3"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6454dependencies = [
 6455 "proc-macro2",
 6456 "quote",
 6457 "syn 2.0.117",
 6458]
 6459
 6460[[package]]
 6461name = "foreign-types-shared"
 6462version = "0.1.1"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6465
 6466[[package]]
 6467name = "foreign-types-shared"
 6468version = "0.3.1"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6471
 6472[[package]]
 6473name = "fork"
 6474version = "0.4.0"
 6475source = "registry+https://github.com/rust-lang/crates.io-index"
 6476checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6477dependencies = [
 6478 "libc",
 6479]
 6480
 6481[[package]]
 6482name = "form_urlencoded"
 6483version = "1.2.2"
 6484source = "registry+https://github.com/rust-lang/crates.io-index"
 6485checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6486dependencies = [
 6487 "percent-encoding",
 6488]
 6489
 6490[[package]]
 6491name = "fraction"
 6492version = "0.15.3"
 6493source = "registry+https://github.com/rust-lang/crates.io-index"
 6494checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6495dependencies = [
 6496 "lazy_static",
 6497 "num",
 6498]
 6499
 6500[[package]]
 6501name = "freetype-sys"
 6502version = "0.20.1"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6505dependencies = [
 6506 "cc",
 6507 "libc",
 6508 "pkg-config",
 6509]
 6510
 6511[[package]]
 6512name = "fs"
 6513version = "0.1.0"
 6514dependencies = [
 6515 "anyhow",
 6516 "ashpd",
 6517 "async-tar",
 6518 "async-trait",
 6519 "collections",
 6520 "dunce",
 6521 "fs",
 6522 "futures 0.3.32",
 6523 "git",
 6524 "gpui",
 6525 "ignore",
 6526 "is_executable",
 6527 "libc",
 6528 "log",
 6529 "notify 8.2.0",
 6530 "parking_lot",
 6531 "paths",
 6532 "proto",
 6533 "rope",
 6534 "serde",
 6535 "serde_json",
 6536 "smol",
 6537 "tempfile",
 6538 "text",
 6539 "thiserror 2.0.17",
 6540 "time",
 6541 "trash",
 6542 "util",
 6543 "windows 0.61.3",
 6544]
 6545
 6546[[package]]
 6547name = "fs-set-times"
 6548version = "0.20.3"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6551dependencies = [
 6552 "io-lifetimes",
 6553 "rustix 1.1.2",
 6554 "windows-sys 0.59.0",
 6555]
 6556
 6557[[package]]
 6558name = "fs2"
 6559version = "0.4.3"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6562dependencies = [
 6563 "libc",
 6564 "winapi",
 6565]
 6566
 6567[[package]]
 6568name = "fs_benchmarks"
 6569version = "0.1.0"
 6570dependencies = [
 6571 "fs",
 6572 "gpui",
 6573 "gpui_platform",
 6574]
 6575
 6576[[package]]
 6577name = "fs_extra"
 6578version = "1.3.0"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6581
 6582[[package]]
 6583name = "fsevent-sys"
 6584version = "4.1.0"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6587dependencies = [
 6588 "libc",
 6589]
 6590
 6591[[package]]
 6592name = "fuchsia-cprng"
 6593version = "0.1.1"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6596
 6597[[package]]
 6598name = "funty"
 6599version = "2.0.0"
 6600source = "registry+https://github.com/rust-lang/crates.io-index"
 6601checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6602
 6603[[package]]
 6604name = "futf"
 6605version = "0.1.5"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6608dependencies = [
 6609 "mac",
 6610 "new_debug_unreachable",
 6611]
 6612
 6613[[package]]
 6614name = "futures"
 6615version = "0.1.31"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6618
 6619[[package]]
 6620name = "futures"
 6621version = "0.3.32"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6624dependencies = [
 6625 "futures-channel",
 6626 "futures-core",
 6627 "futures-executor",
 6628 "futures-io",
 6629 "futures-sink",
 6630 "futures-task",
 6631 "futures-util",
 6632]
 6633
 6634[[package]]
 6635name = "futures-channel"
 6636version = "0.3.32"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6639dependencies = [
 6640 "futures-core",
 6641 "futures-sink",
 6642]
 6643
 6644[[package]]
 6645name = "futures-concurrency"
 6646version = "7.7.1"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6649dependencies = [
 6650 "fixedbitset 0.5.7",
 6651 "futures-core",
 6652 "futures-lite 2.6.1",
 6653 "pin-project",
 6654 "smallvec",
 6655]
 6656
 6657[[package]]
 6658name = "futures-core"
 6659version = "0.3.32"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6662
 6663[[package]]
 6664name = "futures-executor"
 6665version = "0.3.32"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6668dependencies = [
 6669 "futures-core",
 6670 "futures-task",
 6671 "futures-util",
 6672]
 6673
 6674[[package]]
 6675name = "futures-intrusive"
 6676version = "0.5.0"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6679dependencies = [
 6680 "futures-core",
 6681 "lock_api",
 6682 "parking_lot",
 6683]
 6684
 6685[[package]]
 6686name = "futures-io"
 6687version = "0.3.32"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6690
 6691[[package]]
 6692name = "futures-lite"
 6693version = "1.13.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6696dependencies = [
 6697 "fastrand 1.9.0",
 6698 "futures-core",
 6699 "futures-io",
 6700 "memchr",
 6701 "parking",
 6702 "pin-project-lite",
 6703 "waker-fn",
 6704]
 6705
 6706[[package]]
 6707name = "futures-lite"
 6708version = "2.6.1"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6711dependencies = [
 6712 "fastrand 2.3.0",
 6713 "futures-core",
 6714 "futures-io",
 6715 "parking",
 6716 "pin-project-lite",
 6717]
 6718
 6719[[package]]
 6720name = "futures-macro"
 6721version = "0.3.32"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6724dependencies = [
 6725 "proc-macro2",
 6726 "quote",
 6727 "syn 2.0.117",
 6728]
 6729
 6730[[package]]
 6731name = "futures-sink"
 6732version = "0.3.32"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6735
 6736[[package]]
 6737name = "futures-task"
 6738version = "0.3.32"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6741
 6742[[package]]
 6743name = "futures-util"
 6744version = "0.3.32"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6747dependencies = [
 6748 "futures 0.1.31",
 6749 "futures-channel",
 6750 "futures-core",
 6751 "futures-io",
 6752 "futures-macro",
 6753 "futures-sink",
 6754 "futures-task",
 6755 "libc",
 6756 "memchr",
 6757 "pin-project-lite",
 6758 "slab",
 6759 "tokio-io",
 6760]
 6761
 6762[[package]]
 6763name = "fuzzy"
 6764version = "0.1.0"
 6765dependencies = [
 6766 "gpui",
 6767 "log",
 6768 "util",
 6769]
 6770
 6771[[package]]
 6772name = "fuzzy_nucleo"
 6773version = "0.1.0"
 6774dependencies = [
 6775 "gpui",
 6776 "nucleo",
 6777 "util",
 6778]
 6779
 6780[[package]]
 6781name = "gaoya"
 6782version = "0.2.0"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6785dependencies = [
 6786 "ahash 0.8.12",
 6787 "crossbeam-utils",
 6788 "fnv",
 6789 "itertools 0.10.5",
 6790 "num-traits",
 6791 "rand 0.8.5",
 6792 "rand_pcg",
 6793 "random_choice",
 6794 "rayon",
 6795 "seahash",
 6796 "sha-1",
 6797 "shingles",
 6798 "siphasher 0.3.11",
 6799 "smallvec",
 6800 "triomphe",
 6801]
 6802
 6803[[package]]
 6804name = "gemm"
 6805version = "0.17.1"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6808dependencies = [
 6809 "dyn-stack 0.10.0",
 6810 "gemm-c32 0.17.1",
 6811 "gemm-c64 0.17.1",
 6812 "gemm-common 0.17.1",
 6813 "gemm-f16 0.17.1",
 6814 "gemm-f32 0.17.1",
 6815 "gemm-f64 0.17.1",
 6816 "num-complex",
 6817 "num-traits",
 6818 "paste",
 6819 "raw-cpuid 10.7.0",
 6820 "seq-macro",
 6821]
 6822
 6823[[package]]
 6824name = "gemm"
 6825version = "0.18.2"
 6826source = "registry+https://github.com/rust-lang/crates.io-index"
 6827checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6828dependencies = [
 6829 "dyn-stack 0.13.2",
 6830 "gemm-c32 0.18.2",
 6831 "gemm-c64 0.18.2",
 6832 "gemm-common 0.18.2",
 6833 "gemm-f16 0.18.2",
 6834 "gemm-f32 0.18.2",
 6835 "gemm-f64 0.18.2",
 6836 "num-complex",
 6837 "num-traits",
 6838 "paste",
 6839 "raw-cpuid 11.6.0",
 6840 "seq-macro",
 6841]
 6842
 6843[[package]]
 6844name = "gemm-c32"
 6845version = "0.17.1"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6848dependencies = [
 6849 "dyn-stack 0.10.0",
 6850 "gemm-common 0.17.1",
 6851 "num-complex",
 6852 "num-traits",
 6853 "paste",
 6854 "raw-cpuid 10.7.0",
 6855 "seq-macro",
 6856]
 6857
 6858[[package]]
 6859name = "gemm-c32"
 6860version = "0.18.2"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6863dependencies = [
 6864 "dyn-stack 0.13.2",
 6865 "gemm-common 0.18.2",
 6866 "num-complex",
 6867 "num-traits",
 6868 "paste",
 6869 "raw-cpuid 11.6.0",
 6870 "seq-macro",
 6871]
 6872
 6873[[package]]
 6874name = "gemm-c64"
 6875version = "0.17.1"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6878dependencies = [
 6879 "dyn-stack 0.10.0",
 6880 "gemm-common 0.17.1",
 6881 "num-complex",
 6882 "num-traits",
 6883 "paste",
 6884 "raw-cpuid 10.7.0",
 6885 "seq-macro",
 6886]
 6887
 6888[[package]]
 6889name = "gemm-c64"
 6890version = "0.18.2"
 6891source = "registry+https://github.com/rust-lang/crates.io-index"
 6892checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6893dependencies = [
 6894 "dyn-stack 0.13.2",
 6895 "gemm-common 0.18.2",
 6896 "num-complex",
 6897 "num-traits",
 6898 "paste",
 6899 "raw-cpuid 11.6.0",
 6900 "seq-macro",
 6901]
 6902
 6903[[package]]
 6904name = "gemm-common"
 6905version = "0.17.1"
 6906source = "registry+https://github.com/rust-lang/crates.io-index"
 6907checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6908dependencies = [
 6909 "bytemuck",
 6910 "dyn-stack 0.10.0",
 6911 "half",
 6912 "num-complex",
 6913 "num-traits",
 6914 "once_cell",
 6915 "paste",
 6916 "pulp 0.18.22",
 6917 "raw-cpuid 10.7.0",
 6918 "rayon",
 6919 "seq-macro",
 6920 "sysctl 0.5.5",
 6921]
 6922
 6923[[package]]
 6924name = "gemm-common"
 6925version = "0.18.2"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6928dependencies = [
 6929 "bytemuck",
 6930 "dyn-stack 0.13.2",
 6931 "half",
 6932 "libm",
 6933 "num-complex",
 6934 "num-traits",
 6935 "once_cell",
 6936 "paste",
 6937 "pulp 0.21.5",
 6938 "raw-cpuid 11.6.0",
 6939 "rayon",
 6940 "seq-macro",
 6941 "sysctl 0.6.0",
 6942]
 6943
 6944[[package]]
 6945name = "gemm-f16"
 6946version = "0.17.1"
 6947source = "registry+https://github.com/rust-lang/crates.io-index"
 6948checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6949dependencies = [
 6950 "dyn-stack 0.10.0",
 6951 "gemm-common 0.17.1",
 6952 "gemm-f32 0.17.1",
 6953 "half",
 6954 "num-complex",
 6955 "num-traits",
 6956 "paste",
 6957 "raw-cpuid 10.7.0",
 6958 "rayon",
 6959 "seq-macro",
 6960]
 6961
 6962[[package]]
 6963name = "gemm-f16"
 6964version = "0.18.2"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6967dependencies = [
 6968 "dyn-stack 0.13.2",
 6969 "gemm-common 0.18.2",
 6970 "gemm-f32 0.18.2",
 6971 "half",
 6972 "num-complex",
 6973 "num-traits",
 6974 "paste",
 6975 "raw-cpuid 11.6.0",
 6976 "rayon",
 6977 "seq-macro",
 6978]
 6979
 6980[[package]]
 6981name = "gemm-f32"
 6982version = "0.17.1"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6985dependencies = [
 6986 "dyn-stack 0.10.0",
 6987 "gemm-common 0.17.1",
 6988 "num-complex",
 6989 "num-traits",
 6990 "paste",
 6991 "raw-cpuid 10.7.0",
 6992 "seq-macro",
 6993]
 6994
 6995[[package]]
 6996name = "gemm-f32"
 6997version = "0.18.2"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7000dependencies = [
 7001 "dyn-stack 0.13.2",
 7002 "gemm-common 0.18.2",
 7003 "num-complex",
 7004 "num-traits",
 7005 "paste",
 7006 "raw-cpuid 11.6.0",
 7007 "seq-macro",
 7008]
 7009
 7010[[package]]
 7011name = "gemm-f64"
 7012version = "0.17.1"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7015dependencies = [
 7016 "dyn-stack 0.10.0",
 7017 "gemm-common 0.17.1",
 7018 "num-complex",
 7019 "num-traits",
 7020 "paste",
 7021 "raw-cpuid 10.7.0",
 7022 "seq-macro",
 7023]
 7024
 7025[[package]]
 7026name = "gemm-f64"
 7027version = "0.18.2"
 7028source = "registry+https://github.com/rust-lang/crates.io-index"
 7029checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7030dependencies = [
 7031 "dyn-stack 0.13.2",
 7032 "gemm-common 0.18.2",
 7033 "num-complex",
 7034 "num-traits",
 7035 "paste",
 7036 "raw-cpuid 11.6.0",
 7037 "seq-macro",
 7038]
 7039
 7040[[package]]
 7041name = "generator"
 7042version = "0.8.7"
 7043source = "registry+https://github.com/rust-lang/crates.io-index"
 7044checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7045dependencies = [
 7046 "cc",
 7047 "cfg-if",
 7048 "libc",
 7049 "log",
 7050 "rustversion",
 7051 "windows 0.61.3",
 7052]
 7053
 7054[[package]]
 7055name = "generic-array"
 7056version = "0.14.7"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7059dependencies = [
 7060 "typenum",
 7061 "version_check",
 7062]
 7063
 7064[[package]]
 7065name = "gethostname"
 7066version = "1.1.0"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7069dependencies = [
 7070 "rustix 1.1.2",
 7071 "windows-link 0.2.1",
 7072]
 7073
 7074[[package]]
 7075name = "getrandom"
 7076version = "0.2.16"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7079dependencies = [
 7080 "cfg-if",
 7081 "js-sys",
 7082 "libc",
 7083 "wasi",
 7084 "wasm-bindgen",
 7085]
 7086
 7087[[package]]
 7088name = "getrandom"
 7089version = "0.3.4"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7092dependencies = [
 7093 "cfg-if",
 7094 "js-sys",
 7095 "libc",
 7096 "r-efi",
 7097 "wasip2",
 7098 "wasm-bindgen",
 7099]
 7100
 7101[[package]]
 7102name = "getrandom"
 7103version = "0.4.1"
 7104source = "registry+https://github.com/rust-lang/crates.io-index"
 7105checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7106dependencies = [
 7107 "cfg-if",
 7108 "libc",
 7109 "r-efi",
 7110 "wasip2",
 7111 "wasip3",
 7112]
 7113
 7114[[package]]
 7115name = "gh-workflow"
 7116version = "0.8.0"
 7117source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7118dependencies = [
 7119 "async-trait",
 7120 "derive_more",
 7121 "derive_setters",
 7122 "gh-workflow-macros",
 7123 "indexmap",
 7124 "merge",
 7125 "serde",
 7126 "serde_json",
 7127 "serde_yaml",
 7128 "strum_macros 0.27.2",
 7129]
 7130
 7131[[package]]
 7132name = "gh-workflow-macros"
 7133version = "0.8.0"
 7134source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7135dependencies = [
 7136 "heck 0.5.0",
 7137 "quote",
 7138 "syn 2.0.117",
 7139]
 7140
 7141[[package]]
 7142name = "gif"
 7143version = "0.13.3"
 7144source = "registry+https://github.com/rust-lang/crates.io-index"
 7145checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7146dependencies = [
 7147 "color_quant",
 7148 "weezl",
 7149]
 7150
 7151[[package]]
 7152name = "gif"
 7153version = "0.14.2"
 7154source = "registry+https://github.com/rust-lang/crates.io-index"
 7155checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7156dependencies = [
 7157 "color_quant",
 7158 "weezl",
 7159]
 7160
 7161[[package]]
 7162name = "gimli"
 7163version = "0.32.3"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7166dependencies = [
 7167 "fallible-iterator",
 7168 "indexmap",
 7169 "stable_deref_trait",
 7170]
 7171
 7172[[package]]
 7173name = "gio-sys"
 7174version = "0.21.5"
 7175source = "registry+https://github.com/rust-lang/crates.io-index"
 7176checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7177dependencies = [
 7178 "glib-sys",
 7179 "gobject-sys",
 7180 "libc",
 7181 "system-deps",
 7182 "windows-sys 0.61.2",
 7183]
 7184
 7185[[package]]
 7186name = "git"
 7187version = "0.1.0"
 7188dependencies = [
 7189 "anyhow",
 7190 "askpass",
 7191 "async-trait",
 7192 "collections",
 7193 "derive_more",
 7194 "futures 0.3.32",
 7195 "git2",
 7196 "gpui",
 7197 "http_client",
 7198 "itertools 0.14.0",
 7199 "log",
 7200 "parking_lot",
 7201 "pretty_assertions",
 7202 "rand 0.9.3",
 7203 "regex",
 7204 "rope",
 7205 "schemars",
 7206 "serde",
 7207 "serde_json",
 7208 "smallvec",
 7209 "smol",
 7210 "sum_tree",
 7211 "tempfile",
 7212 "text",
 7213 "thiserror 2.0.17",
 7214 "time",
 7215 "url",
 7216 "urlencoding",
 7217 "util",
 7218 "uuid",
 7219 "ztracing",
 7220]
 7221
 7222[[package]]
 7223name = "git2"
 7224version = "0.20.4"
 7225source = "registry+https://github.com/rust-lang/crates.io-index"
 7226checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7227dependencies = [
 7228 "bitflags 2.10.0",
 7229 "libc",
 7230 "libgit2-sys",
 7231 "log",
 7232 "url",
 7233]
 7234
 7235[[package]]
 7236name = "git_graph"
 7237version = "0.1.0"
 7238dependencies = [
 7239 "anyhow",
 7240 "collections",
 7241 "db",
 7242 "editor",
 7243 "fs",
 7244 "git",
 7245 "git_ui",
 7246 "gpui",
 7247 "language",
 7248 "menu",
 7249 "project",
 7250 "rand 0.9.3",
 7251 "remote_connection",
 7252 "search",
 7253 "serde_json",
 7254 "settings",
 7255 "smallvec",
 7256 "smol",
 7257 "theme",
 7258 "theme_settings",
 7259 "time",
 7260 "ui",
 7261 "workspace",
 7262]
 7263
 7264[[package]]
 7265name = "git_hosting_providers"
 7266version = "0.1.0"
 7267dependencies = [
 7268 "anyhow",
 7269 "async-trait",
 7270 "futures 0.3.32",
 7271 "git",
 7272 "gpui",
 7273 "http_client",
 7274 "indoc",
 7275 "itertools 0.14.0",
 7276 "pretty_assertions",
 7277 "regex",
 7278 "serde",
 7279 "serde_json",
 7280 "settings",
 7281 "url",
 7282 "urlencoding",
 7283 "util",
 7284]
 7285
 7286[[package]]
 7287name = "git_ui"
 7288version = "0.1.0"
 7289dependencies = [
 7290 "agent_settings",
 7291 "alacritty_terminal",
 7292 "anyhow",
 7293 "askpass",
 7294 "buffer_diff",
 7295 "call",
 7296 "collections",
 7297 "component",
 7298 "ctor",
 7299 "db",
 7300 "editor",
 7301 "file_icons",
 7302 "futures 0.3.32",
 7303 "fuzzy",
 7304 "git",
 7305 "gpui",
 7306 "indoc",
 7307 "itertools 0.14.0",
 7308 "language",
 7309 "language_model",
 7310 "linkify",
 7311 "log",
 7312 "markdown",
 7313 "menu",
 7314 "multi_buffer",
 7315 "notifications",
 7316 "panel",
 7317 "picker",
 7318 "pretty_assertions",
 7319 "project",
 7320 "prompt_store",
 7321 "proto",
 7322 "rand 0.9.3",
 7323 "remote",
 7324 "remote_connection",
 7325 "schemars",
 7326 "serde",
 7327 "serde_json",
 7328 "settings",
 7329 "smallvec",
 7330 "smol",
 7331 "strum 0.27.2",
 7332 "telemetry",
 7333 "theme",
 7334 "theme_settings",
 7335 "time",
 7336 "time_format",
 7337 "tracing",
 7338 "ui",
 7339 "ui_input",
 7340 "unindent",
 7341 "util",
 7342 "watch",
 7343 "windows 0.61.3",
 7344 "workspace",
 7345 "zed_actions",
 7346 "zeroize",
 7347 "zlog",
 7348 "ztracing",
 7349]
 7350
 7351[[package]]
 7352name = "gl_generator"
 7353version = "0.14.0"
 7354source = "registry+https://github.com/rust-lang/crates.io-index"
 7355checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7356dependencies = [
 7357 "khronos_api",
 7358 "log",
 7359 "xml-rs",
 7360]
 7361
 7362[[package]]
 7363name = "glib"
 7364version = "0.21.5"
 7365source = "registry+https://github.com/rust-lang/crates.io-index"
 7366checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7367dependencies = [
 7368 "bitflags 2.10.0",
 7369 "futures-channel",
 7370 "futures-core",
 7371 "futures-executor",
 7372 "futures-task",
 7373 "futures-util",
 7374 "gio-sys",
 7375 "glib-macros",
 7376 "glib-sys",
 7377 "gobject-sys",
 7378 "libc",
 7379 "memchr",
 7380 "smallvec",
 7381]
 7382
 7383[[package]]
 7384name = "glib-macros"
 7385version = "0.21.5"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7388dependencies = [
 7389 "heck 0.5.0",
 7390 "proc-macro-crate",
 7391 "proc-macro2",
 7392 "quote",
 7393 "syn 2.0.117",
 7394]
 7395
 7396[[package]]
 7397name = "glib-sys"
 7398version = "0.21.5"
 7399source = "registry+https://github.com/rust-lang/crates.io-index"
 7400checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7401dependencies = [
 7402 "libc",
 7403 "system-deps",
 7404]
 7405
 7406[[package]]
 7407name = "glob"
 7408version = "0.3.3"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7411
 7412[[package]]
 7413name = "globset"
 7414version = "0.4.17"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7417dependencies = [
 7418 "aho-corasick",
 7419 "bstr",
 7420 "log",
 7421 "regex-automata",
 7422 "regex-syntax",
 7423]
 7424
 7425[[package]]
 7426name = "gloo-timers"
 7427version = "0.3.0"
 7428source = "registry+https://github.com/rust-lang/crates.io-index"
 7429checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7430dependencies = [
 7431 "futures-channel",
 7432 "futures-core",
 7433 "js-sys",
 7434 "wasm-bindgen",
 7435]
 7436
 7437[[package]]
 7438name = "glow"
 7439version = "0.17.0"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7442dependencies = [
 7443 "js-sys",
 7444 "slotmap",
 7445 "wasm-bindgen",
 7446 "web-sys",
 7447]
 7448
 7449[[package]]
 7450name = "glutin_wgl_sys"
 7451version = "0.6.1"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7454dependencies = [
 7455 "gl_generator",
 7456]
 7457
 7458[[package]]
 7459name = "go_to_line"
 7460version = "0.1.0"
 7461dependencies = [
 7462 "editor",
 7463 "gpui",
 7464 "indoc",
 7465 "language",
 7466 "menu",
 7467 "multi_buffer",
 7468 "project",
 7469 "rope",
 7470 "serde",
 7471 "serde_json",
 7472 "settings",
 7473 "text",
 7474 "theme",
 7475 "ui",
 7476 "util",
 7477 "workspace",
 7478]
 7479
 7480[[package]]
 7481name = "gobject-sys"
 7482version = "0.21.5"
 7483source = "registry+https://github.com/rust-lang/crates.io-index"
 7484checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7485dependencies = [
 7486 "glib-sys",
 7487 "libc",
 7488 "system-deps",
 7489]
 7490
 7491[[package]]
 7492name = "goblin"
 7493version = "0.9.3"
 7494source = "registry+https://github.com/rust-lang/crates.io-index"
 7495checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7496dependencies = [
 7497 "log",
 7498 "plain",
 7499 "scroll",
 7500]
 7501
 7502[[package]]
 7503name = "google_ai"
 7504version = "0.1.0"
 7505dependencies = [
 7506 "anyhow",
 7507 "futures 0.3.32",
 7508 "http_client",
 7509 "language_model_core",
 7510 "log",
 7511 "schemars",
 7512 "serde",
 7513 "serde_json",
 7514 "strum 0.27.2",
 7515 "tiktoken-rs",
 7516]
 7517
 7518[[package]]
 7519name = "gpu-allocator"
 7520version = "0.28.0"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7523dependencies = [
 7524 "ash",
 7525 "hashbrown 0.16.1",
 7526 "log",
 7527 "presser",
 7528 "thiserror 2.0.17",
 7529 "windows 0.62.2",
 7530]
 7531
 7532[[package]]
 7533name = "gpu-descriptor"
 7534version = "0.3.2"
 7535source = "registry+https://github.com/rust-lang/crates.io-index"
 7536checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7537dependencies = [
 7538 "bitflags 2.10.0",
 7539 "gpu-descriptor-types",
 7540 "hashbrown 0.15.5",
 7541]
 7542
 7543[[package]]
 7544name = "gpu-descriptor-types"
 7545version = "0.2.0"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7548dependencies = [
 7549 "bitflags 2.10.0",
 7550]
 7551
 7552[[package]]
 7553name = "gpui"
 7554version = "0.2.2"
 7555dependencies = [
 7556 "anyhow",
 7557 "async-channel 2.5.0",
 7558 "async-task",
 7559 "backtrace",
 7560 "bindgen 0.71.1",
 7561 "bitflags 2.10.0",
 7562 "block",
 7563 "cbindgen",
 7564 "chrono",
 7565 "cocoa 0.26.0",
 7566 "cocoa-foundation 0.2.0",
 7567 "collections",
 7568 "core-foundation 0.10.0",
 7569 "core-foundation-sys",
 7570 "core-graphics 0.24.0",
 7571 "core-text",
 7572 "core-video",
 7573 "ctor",
 7574 "derive_more",
 7575 "embed-resource",
 7576 "env_logger 0.11.8",
 7577 "etagere",
 7578 "foreign-types 0.5.0",
 7579 "futures 0.3.32",
 7580 "futures-concurrency",
 7581 "getrandom 0.3.4",
 7582 "gpui_macros",
 7583 "gpui_platform",
 7584 "gpui_shared_string",
 7585 "gpui_util",
 7586 "gpui_web",
 7587 "hdrhistogram",
 7588 "http_client",
 7589 "image",
 7590 "inventory",
 7591 "itertools 0.14.0",
 7592 "log",
 7593 "lyon",
 7594 "mach2 0.5.0",
 7595 "media",
 7596 "metal",
 7597 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7598 "num_cpus",
 7599 "objc",
 7600 "objc2",
 7601 "objc2-metal",
 7602 "parking",
 7603 "parking_lot",
 7604 "pathfinder_geometry",
 7605 "pin-project",
 7606 "pollster 0.4.0",
 7607 "postage",
 7608 "profiling",
 7609 "proptest",
 7610 "rand 0.9.3",
 7611 "raw-window-handle",
 7612 "refineable",
 7613 "regex",
 7614 "reqwest_client",
 7615 "resvg",
 7616 "scheduler",
 7617 "schemars",
 7618 "seahash",
 7619 "serde",
 7620 "serde_json",
 7621 "slotmap",
 7622 "smallvec",
 7623 "spin 0.10.0",
 7624 "stacksafe",
 7625 "strum 0.27.2",
 7626 "sum_tree",
 7627 "taffy",
 7628 "thiserror 2.0.17",
 7629 "ttf-parser 0.25.1",
 7630 "unicode-segmentation",
 7631 "url",
 7632 "usvg",
 7633 "util_macros",
 7634 "uuid",
 7635 "waker-fn",
 7636 "wasm-bindgen",
 7637 "web-time",
 7638 "windows 0.61.3",
 7639 "zed-font-kit",
 7640 "zed-scap",
 7641]
 7642
 7643[[package]]
 7644name = "gpui_linux"
 7645version = "0.1.0"
 7646dependencies = [
 7647 "anyhow",
 7648 "as-raw-xcb-connection",
 7649 "ashpd",
 7650 "bitflags 2.10.0",
 7651 "bytemuck",
 7652 "calloop",
 7653 "calloop-wayland-source",
 7654 "collections",
 7655 "filedescriptor",
 7656 "futures 0.3.32",
 7657 "gpui",
 7658 "gpui_wgpu",
 7659 "http_client",
 7660 "image",
 7661 "itertools 0.14.0",
 7662 "libc",
 7663 "log",
 7664 "oo7",
 7665 "open",
 7666 "parking_lot",
 7667 "pathfinder_geometry",
 7668 "pollster 0.4.0",
 7669 "profiling",
 7670 "raw-window-handle",
 7671 "smallvec",
 7672 "smol",
 7673 "strum 0.27.2",
 7674 "swash",
 7675 "url",
 7676 "util",
 7677 "uuid",
 7678 "wayland-backend",
 7679 "wayland-client",
 7680 "wayland-cursor",
 7681 "wayland-protocols",
 7682 "wayland-protocols-plasma",
 7683 "wayland-protocols-wlr",
 7684 "x11-clipboard",
 7685 "x11rb",
 7686 "xkbcommon",
 7687 "zed-scap",
 7688 "zed-xim",
 7689]
 7690
 7691[[package]]
 7692name = "gpui_macos"
 7693version = "0.1.0"
 7694dependencies = [
 7695 "anyhow",
 7696 "async-task",
 7697 "block",
 7698 "cbindgen",
 7699 "cocoa 0.26.0",
 7700 "collections",
 7701 "core-foundation 0.10.0",
 7702 "core-foundation-sys",
 7703 "core-graphics 0.24.0",
 7704 "core-text",
 7705 "core-video",
 7706 "ctor",
 7707 "derive_more",
 7708 "dispatch2",
 7709 "etagere",
 7710 "foreign-types 0.5.0",
 7711 "futures 0.3.32",
 7712 "gpui",
 7713 "image",
 7714 "itertools 0.14.0",
 7715 "libc",
 7716 "log",
 7717 "mach2 0.5.0",
 7718 "media",
 7719 "metal",
 7720 "objc",
 7721 "objc2-app-kit",
 7722 "parking_lot",
 7723 "pathfinder_geometry",
 7724 "raw-window-handle",
 7725 "semver",
 7726 "smallvec",
 7727 "strum 0.27.2",
 7728 "util",
 7729 "uuid",
 7730 "zed-font-kit",
 7731]
 7732
 7733[[package]]
 7734name = "gpui_macros"
 7735version = "0.1.0"
 7736dependencies = [
 7737 "gpui",
 7738 "heck 0.5.0",
 7739 "proc-macro2",
 7740 "quote",
 7741 "syn 2.0.117",
 7742]
 7743
 7744[[package]]
 7745name = "gpui_platform"
 7746version = "0.1.0"
 7747dependencies = [
 7748 "console_error_panic_hook",
 7749 "gpui",
 7750 "gpui_linux",
 7751 "gpui_macos",
 7752 "gpui_web",
 7753 "gpui_windows",
 7754]
 7755
 7756[[package]]
 7757name = "gpui_shared_string"
 7758version = "0.1.0"
 7759dependencies = [
 7760 "derive_more",
 7761 "gpui_util",
 7762 "schemars",
 7763 "serde",
 7764]
 7765
 7766[[package]]
 7767name = "gpui_tokio"
 7768version = "0.1.0"
 7769dependencies = [
 7770 "anyhow",
 7771 "gpui",
 7772 "tokio",
 7773 "util",
 7774]
 7775
 7776[[package]]
 7777name = "gpui_util"
 7778version = "0.1.0"
 7779dependencies = [
 7780 "anyhow",
 7781 "log",
 7782]
 7783
 7784[[package]]
 7785name = "gpui_web"
 7786version = "0.1.0"
 7787dependencies = [
 7788 "anyhow",
 7789 "console_error_panic_hook",
 7790 "futures 0.3.32",
 7791 "gpui",
 7792 "gpui_wgpu",
 7793 "http_client",
 7794 "js-sys",
 7795 "log",
 7796 "parking_lot",
 7797 "raw-window-handle",
 7798 "smallvec",
 7799 "uuid",
 7800 "wasm-bindgen",
 7801 "wasm-bindgen-futures",
 7802 "wasm_thread",
 7803 "web-sys",
 7804 "web-time",
 7805]
 7806
 7807[[package]]
 7808name = "gpui_wgpu"
 7809version = "0.1.0"
 7810dependencies = [
 7811 "anyhow",
 7812 "bytemuck",
 7813 "collections",
 7814 "cosmic-text",
 7815 "etagere",
 7816 "gpui",
 7817 "gpui_util",
 7818 "itertools 0.14.0",
 7819 "js-sys",
 7820 "log",
 7821 "parking_lot",
 7822 "pollster 0.4.0",
 7823 "profiling",
 7824 "raw-window-handle",
 7825 "smallvec",
 7826 "swash",
 7827 "wasm-bindgen",
 7828 "wasm-bindgen-futures",
 7829 "web-sys",
 7830 "wgpu",
 7831 "zed-font-kit",
 7832]
 7833
 7834[[package]]
 7835name = "gpui_windows"
 7836version = "0.1.0"
 7837dependencies = [
 7838 "anyhow",
 7839 "collections",
 7840 "etagere",
 7841 "futures 0.3.32",
 7842 "gpui",
 7843 "image",
 7844 "itertools 0.14.0",
 7845 "log",
 7846 "parking_lot",
 7847 "rand 0.9.3",
 7848 "raw-window-handle",
 7849 "smallvec",
 7850 "util",
 7851 "uuid",
 7852 "windows 0.61.3",
 7853 "windows-core 0.61.2",
 7854 "windows-numerics 0.2.0",
 7855 "windows-registry 0.5.3",
 7856 "zed-scap",
 7857]
 7858
 7859[[package]]
 7860name = "grammars"
 7861version = "0.1.0"
 7862dependencies = [
 7863 "anyhow",
 7864 "language_core",
 7865 "rust-embed",
 7866 "toml 0.8.23",
 7867 "tree-sitter",
 7868 "tree-sitter-bash",
 7869 "tree-sitter-c",
 7870 "tree-sitter-cpp",
 7871 "tree-sitter-css",
 7872 "tree-sitter-diff",
 7873 "tree-sitter-gitcommit",
 7874 "tree-sitter-go",
 7875 "tree-sitter-gomod",
 7876 "tree-sitter-gowork",
 7877 "tree-sitter-jsdoc",
 7878 "tree-sitter-json",
 7879 "tree-sitter-md",
 7880 "tree-sitter-python",
 7881 "tree-sitter-regex",
 7882 "tree-sitter-rust",
 7883 "tree-sitter-typescript",
 7884 "tree-sitter-yaml",
 7885 "util",
 7886]
 7887
 7888[[package]]
 7889name = "grid"
 7890version = "0.18.0"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7893
 7894[[package]]
 7895name = "group"
 7896version = "0.12.1"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7899dependencies = [
 7900 "ff",
 7901 "rand_core 0.6.4",
 7902 "subtle",
 7903]
 7904
 7905[[package]]
 7906name = "h2"
 7907version = "0.3.27"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7910dependencies = [
 7911 "bytes 1.11.1",
 7912 "fnv",
 7913 "futures-core",
 7914 "futures-sink",
 7915 "futures-util",
 7916 "http 0.2.12",
 7917 "indexmap",
 7918 "slab",
 7919 "tokio",
 7920 "tokio-util",
 7921 "tracing",
 7922]
 7923
 7924[[package]]
 7925name = "h2"
 7926version = "0.4.12"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7929dependencies = [
 7930 "atomic-waker",
 7931 "bytes 1.11.1",
 7932 "fnv",
 7933 "futures-core",
 7934 "futures-sink",
 7935 "http 1.3.1",
 7936 "indexmap",
 7937 "slab",
 7938 "tokio",
 7939 "tokio-util",
 7940 "tracing",
 7941]
 7942
 7943[[package]]
 7944name = "half"
 7945version = "2.7.1"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7948dependencies = [
 7949 "bytemuck",
 7950 "cfg-if",
 7951 "crunchy",
 7952 "num-traits",
 7953 "rand 0.9.3",
 7954 "rand_distr",
 7955 "zerocopy",
 7956]
 7957
 7958[[package]]
 7959name = "handlebars"
 7960version = "4.5.0"
 7961source = "registry+https://github.com/rust-lang/crates.io-index"
 7962checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7963dependencies = [
 7964 "log",
 7965 "pest",
 7966 "pest_derive",
 7967 "rust-embed",
 7968 "serde",
 7969 "serde_json",
 7970 "thiserror 1.0.69",
 7971]
 7972
 7973[[package]]
 7974name = "handlebars"
 7975version = "5.1.2"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7978dependencies = [
 7979 "log",
 7980 "pest",
 7981 "pest_derive",
 7982 "serde",
 7983 "serde_json",
 7984 "thiserror 1.0.69",
 7985]
 7986
 7987[[package]]
 7988name = "harfrust"
 7989version = "0.5.0"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7992dependencies = [
 7993 "bitflags 2.10.0",
 7994 "bytemuck",
 7995 "core_maths",
 7996 "read-fonts 0.37.0",
 7997 "smallvec",
 7998]
 7999
 8000[[package]]
 8001name = "hash32"
 8002version = "0.3.1"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8005dependencies = [
 8006 "byteorder",
 8007]
 8008
 8009[[package]]
 8010name = "hashbrown"
 8011version = "0.12.3"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8014dependencies = [
 8015 "ahash 0.7.8",
 8016]
 8017
 8018[[package]]
 8019name = "hashbrown"
 8020version = "0.14.5"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8023dependencies = [
 8024 "ahash 0.8.12",
 8025 "allocator-api2",
 8026]
 8027
 8028[[package]]
 8029name = "hashbrown"
 8030version = "0.15.5"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8033dependencies = [
 8034 "allocator-api2",
 8035 "equivalent",
 8036 "foldhash 0.1.5",
 8037 "serde",
 8038]
 8039
 8040[[package]]
 8041name = "hashbrown"
 8042version = "0.16.1"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8045dependencies = [
 8046 "allocator-api2",
 8047 "equivalent",
 8048 "foldhash 0.2.0",
 8049]
 8050
 8051[[package]]
 8052name = "hashlink"
 8053version = "0.8.4"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8056dependencies = [
 8057 "hashbrown 0.14.5",
 8058]
 8059
 8060[[package]]
 8061name = "hashlink"
 8062version = "0.10.0"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8065dependencies = [
 8066 "hashbrown 0.15.5",
 8067]
 8068
 8069[[package]]
 8070name = "hdrhistogram"
 8071version = "7.5.4"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8074dependencies = [
 8075 "base64 0.21.7",
 8076 "byteorder",
 8077 "crossbeam-channel",
 8078 "flate2",
 8079 "nom 7.1.3",
 8080 "num-traits",
 8081]
 8082
 8083[[package]]
 8084name = "headers"
 8085version = "0.3.9"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8088dependencies = [
 8089 "base64 0.21.7",
 8090 "bytes 1.11.1",
 8091 "headers-core",
 8092 "http 0.2.12",
 8093 "httpdate",
 8094 "mime",
 8095 "sha1",
 8096]
 8097
 8098[[package]]
 8099name = "headers-core"
 8100version = "0.2.0"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8103dependencies = [
 8104 "http 0.2.12",
 8105]
 8106
 8107[[package]]
 8108name = "heapless"
 8109version = "0.9.2"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8112dependencies = [
 8113 "hash32",
 8114 "stable_deref_trait",
 8115]
 8116
 8117[[package]]
 8118name = "heck"
 8119version = "0.3.3"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8122dependencies = [
 8123 "unicode-segmentation",
 8124]
 8125
 8126[[package]]
 8127name = "heck"
 8128version = "0.4.1"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8131dependencies = [
 8132 "unicode-segmentation",
 8133]
 8134
 8135[[package]]
 8136name = "heck"
 8137version = "0.5.0"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8140
 8141[[package]]
 8142name = "heed"
 8143version = "0.21.0"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8146dependencies = [
 8147 "bitflags 2.10.0",
 8148 "byteorder",
 8149 "heed-traits",
 8150 "heed-types",
 8151 "libc",
 8152 "lmdb-master-sys",
 8153 "once_cell",
 8154 "page_size",
 8155 "serde",
 8156 "synchronoise",
 8157 "url",
 8158]
 8159
 8160[[package]]
 8161name = "heed-traits"
 8162version = "0.20.0"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8165
 8166[[package]]
 8167name = "heed-types"
 8168version = "0.21.0"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8171dependencies = [
 8172 "bincode",
 8173 "byteorder",
 8174 "heed-traits",
 8175 "serde",
 8176 "serde_json",
 8177]
 8178
 8179[[package]]
 8180name = "hermit-abi"
 8181version = "0.5.2"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8184
 8185[[package]]
 8186name = "hex"
 8187version = "0.4.3"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8190
 8191[[package]]
 8192name = "hexf-parse"
 8193version = "0.2.1"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8196
 8197[[package]]
 8198name = "hkdf"
 8199version = "0.12.4"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8202dependencies = [
 8203 "hmac",
 8204]
 8205
 8206[[package]]
 8207name = "hmac"
 8208version = "0.12.1"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8211dependencies = [
 8212 "digest",
 8213]
 8214
 8215[[package]]
 8216name = "home"
 8217version = "0.5.11"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8220dependencies = [
 8221 "windows-sys 0.59.0",
 8222]
 8223
 8224[[package]]
 8225name = "hound"
 8226version = "3.5.1"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8229
 8230[[package]]
 8231name = "html5ever"
 8232version = "0.27.0"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8235dependencies = [
 8236 "log",
 8237 "mac",
 8238 "markup5ever 0.12.1",
 8239 "proc-macro2",
 8240 "quote",
 8241 "syn 2.0.117",
 8242]
 8243
 8244[[package]]
 8245name = "html5ever"
 8246version = "0.35.0"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8249dependencies = [
 8250 "log",
 8251 "markup5ever 0.35.0",
 8252 "match_token",
 8253]
 8254
 8255[[package]]
 8256name = "html_to_markdown"
 8257version = "0.1.0"
 8258dependencies = [
 8259 "anyhow",
 8260 "html5ever 0.27.0",
 8261 "indoc",
 8262 "markup5ever_rcdom",
 8263 "pretty_assertions",
 8264 "regex",
 8265]
 8266
 8267[[package]]
 8268name = "http"
 8269version = "0.2.12"
 8270source = "registry+https://github.com/rust-lang/crates.io-index"
 8271checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8272dependencies = [
 8273 "bytes 1.11.1",
 8274 "fnv",
 8275 "itoa",
 8276]
 8277
 8278[[package]]
 8279name = "http"
 8280version = "1.3.1"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8283dependencies = [
 8284 "bytes 1.11.1",
 8285 "fnv",
 8286 "itoa",
 8287]
 8288
 8289[[package]]
 8290name = "http-body"
 8291version = "0.4.6"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8294dependencies = [
 8295 "bytes 1.11.1",
 8296 "http 0.2.12",
 8297 "pin-project-lite",
 8298]
 8299
 8300[[package]]
 8301name = "http-body"
 8302version = "1.0.1"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8305dependencies = [
 8306 "bytes 1.11.1",
 8307 "http 1.3.1",
 8308]
 8309
 8310[[package]]
 8311name = "http-body-util"
 8312version = "0.1.3"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8315dependencies = [
 8316 "bytes 1.11.1",
 8317 "futures-core",
 8318 "http 1.3.1",
 8319 "http-body 1.0.1",
 8320 "pin-project-lite",
 8321]
 8322
 8323[[package]]
 8324name = "http-range-header"
 8325version = "0.3.1"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8328
 8329[[package]]
 8330name = "http_client"
 8331version = "0.1.0"
 8332dependencies = [
 8333 "anyhow",
 8334 "async-compression",
 8335 "async-fs",
 8336 "async-tar",
 8337 "bytes 1.11.1",
 8338 "derive_more",
 8339 "futures 0.3.32",
 8340 "http 1.3.1",
 8341 "http-body 1.0.1",
 8342 "log",
 8343 "parking_lot",
 8344 "serde",
 8345 "serde_json",
 8346 "serde_urlencoded",
 8347 "sha2",
 8348 "tempfile",
 8349 "url",
 8350 "util",
 8351]
 8352
 8353[[package]]
 8354name = "http_client_tls"
 8355version = "0.1.0"
 8356dependencies = [
 8357 "rustls 0.23.33",
 8358 "rustls-platform-verifier",
 8359]
 8360
 8361[[package]]
 8362name = "httparse"
 8363version = "1.10.1"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8366
 8367[[package]]
 8368name = "httpdate"
 8369version = "1.0.3"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8372
 8373[[package]]
 8374name = "human_bytes"
 8375version = "0.4.3"
 8376source = "registry+https://github.com/rust-lang/crates.io-index"
 8377checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8378
 8379[[package]]
 8380name = "humantime"
 8381version = "2.3.0"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8384
 8385[[package]]
 8386name = "hyper"
 8387version = "0.14.32"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8390dependencies = [
 8391 "bytes 1.11.1",
 8392 "futures-channel",
 8393 "futures-core",
 8394 "futures-util",
 8395 "h2 0.3.27",
 8396 "http 0.2.12",
 8397 "http-body 0.4.6",
 8398 "httparse",
 8399 "httpdate",
 8400 "itoa",
 8401 "pin-project-lite",
 8402 "socket2 0.5.10",
 8403 "tokio",
 8404 "tower-service",
 8405 "tracing",
 8406 "want",
 8407]
 8408
 8409[[package]]
 8410name = "hyper"
 8411version = "1.7.0"
 8412source = "registry+https://github.com/rust-lang/crates.io-index"
 8413checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8414dependencies = [
 8415 "atomic-waker",
 8416 "bytes 1.11.1",
 8417 "futures-channel",
 8418 "futures-core",
 8419 "h2 0.4.12",
 8420 "http 1.3.1",
 8421 "http-body 1.0.1",
 8422 "httparse",
 8423 "itoa",
 8424 "pin-project-lite",
 8425 "pin-utils",
 8426 "smallvec",
 8427 "tokio",
 8428 "want",
 8429]
 8430
 8431[[package]]
 8432name = "hyper-rustls"
 8433version = "0.24.2"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8436dependencies = [
 8437 "futures-util",
 8438 "http 0.2.12",
 8439 "hyper 0.14.32",
 8440 "log",
 8441 "rustls 0.21.12",
 8442 "rustls-native-certs 0.6.3",
 8443 "tokio",
 8444 "tokio-rustls 0.24.1",
 8445]
 8446
 8447[[package]]
 8448name = "hyper-rustls"
 8449version = "0.27.7"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8452dependencies = [
 8453 "http 1.3.1",
 8454 "hyper 1.7.0",
 8455 "hyper-util",
 8456 "log",
 8457 "rustls 0.23.33",
 8458 "rustls-native-certs 0.8.2",
 8459 "rustls-pki-types",
 8460 "tokio",
 8461 "tokio-rustls 0.26.2",
 8462 "tower-service",
 8463]
 8464
 8465[[package]]
 8466name = "hyper-timeout"
 8467version = "0.5.2"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8470dependencies = [
 8471 "hyper 1.7.0",
 8472 "hyper-util",
 8473 "pin-project-lite",
 8474 "tokio",
 8475 "tower-service",
 8476]
 8477
 8478[[package]]
 8479name = "hyper-tls"
 8480version = "0.5.0"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8483dependencies = [
 8484 "bytes 1.11.1",
 8485 "hyper 0.14.32",
 8486 "native-tls",
 8487 "tokio",
 8488 "tokio-native-tls",
 8489]
 8490
 8491[[package]]
 8492name = "hyper-util"
 8493version = "0.1.17"
 8494source = "registry+https://github.com/rust-lang/crates.io-index"
 8495checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8496dependencies = [
 8497 "base64 0.22.1",
 8498 "bytes 1.11.1",
 8499 "futures-channel",
 8500 "futures-core",
 8501 "futures-util",
 8502 "http 1.3.1",
 8503 "http-body 1.0.1",
 8504 "hyper 1.7.0",
 8505 "ipnet",
 8506 "libc",
 8507 "percent-encoding",
 8508 "pin-project-lite",
 8509 "socket2 0.6.1",
 8510 "tokio",
 8511 "tower-service",
 8512 "tracing",
 8513]
 8514
 8515[[package]]
 8516name = "iana-time-zone"
 8517version = "0.1.64"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8520dependencies = [
 8521 "android_system_properties",
 8522 "core-foundation-sys",
 8523 "iana-time-zone-haiku",
 8524 "js-sys",
 8525 "log",
 8526 "wasm-bindgen",
 8527 "windows-core 0.62.2",
 8528]
 8529
 8530[[package]]
 8531name = "iana-time-zone-haiku"
 8532version = "0.1.2"
 8533source = "registry+https://github.com/rust-lang/crates.io-index"
 8534checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8535dependencies = [
 8536 "cc",
 8537]
 8538
 8539[[package]]
 8540name = "icons"
 8541version = "0.1.0"
 8542dependencies = [
 8543 "serde",
 8544 "strum 0.27.2",
 8545]
 8546
 8547[[package]]
 8548name = "icu_collections"
 8549version = "2.0.0"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8552dependencies = [
 8553 "displaydoc",
 8554 "potential_utf",
 8555 "yoke 0.8.0",
 8556 "zerofrom",
 8557 "zerovec",
 8558]
 8559
 8560[[package]]
 8561name = "icu_locale_core"
 8562version = "2.0.0"
 8563source = "registry+https://github.com/rust-lang/crates.io-index"
 8564checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8565dependencies = [
 8566 "displaydoc",
 8567 "litemap",
 8568 "tinystr",
 8569 "writeable",
 8570 "zerovec",
 8571]
 8572
 8573[[package]]
 8574name = "icu_normalizer"
 8575version = "2.0.0"
 8576source = "registry+https://github.com/rust-lang/crates.io-index"
 8577checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8578dependencies = [
 8579 "displaydoc",
 8580 "icu_collections",
 8581 "icu_normalizer_data",
 8582 "icu_properties",
 8583 "icu_provider",
 8584 "smallvec",
 8585 "zerovec",
 8586]
 8587
 8588[[package]]
 8589name = "icu_normalizer_data"
 8590version = "2.0.0"
 8591source = "registry+https://github.com/rust-lang/crates.io-index"
 8592checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8593
 8594[[package]]
 8595name = "icu_properties"
 8596version = "2.0.1"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8599dependencies = [
 8600 "displaydoc",
 8601 "icu_collections",
 8602 "icu_locale_core",
 8603 "icu_properties_data",
 8604 "icu_provider",
 8605 "potential_utf",
 8606 "zerotrie",
 8607 "zerovec",
 8608]
 8609
 8610[[package]]
 8611name = "icu_properties_data"
 8612version = "2.0.1"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8615
 8616[[package]]
 8617name = "icu_provider"
 8618version = "2.0.0"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8621dependencies = [
 8622 "displaydoc",
 8623 "icu_locale_core",
 8624 "stable_deref_trait",
 8625 "tinystr",
 8626 "writeable",
 8627 "yoke 0.8.0",
 8628 "zerofrom",
 8629 "zerotrie",
 8630 "zerovec",
 8631]
 8632
 8633[[package]]
 8634name = "id-arena"
 8635version = "2.2.1"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8638
 8639[[package]]
 8640name = "ident_case"
 8641version = "1.0.1"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8644
 8645[[package]]
 8646name = "idna"
 8647version = "1.1.0"
 8648source = "registry+https://github.com/rust-lang/crates.io-index"
 8649checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8650dependencies = [
 8651 "idna_adapter",
 8652 "smallvec",
 8653 "utf8_iter",
 8654]
 8655
 8656[[package]]
 8657name = "idna_adapter"
 8658version = "1.2.1"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8661dependencies = [
 8662 "icu_normalizer",
 8663 "icu_properties",
 8664]
 8665
 8666[[package]]
 8667name = "ignore"
 8668version = "0.4.24"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8671dependencies = [
 8672 "crossbeam-deque",
 8673 "globset",
 8674 "log",
 8675 "memchr",
 8676 "regex-automata",
 8677 "same-file",
 8678 "walkdir",
 8679 "winapi-util",
 8680]
 8681
 8682[[package]]
 8683name = "image"
 8684version = "0.25.10"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8687dependencies = [
 8688 "bytemuck",
 8689 "byteorder-lite",
 8690 "color_quant",
 8691 "exr",
 8692 "gif 0.14.2",
 8693 "image-webp",
 8694 "moxcms",
 8695 "num-traits",
 8696 "png 0.18.0",
 8697 "qoi",
 8698 "ravif",
 8699 "rayon",
 8700 "rgb",
 8701 "tiff",
 8702 "zune-core 0.5.1",
 8703 "zune-jpeg 0.5.15",
 8704]
 8705
 8706[[package]]
 8707name = "image-webp"
 8708version = "0.2.4"
 8709source = "registry+https://github.com/rust-lang/crates.io-index"
 8710checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8711dependencies = [
 8712 "byteorder-lite",
 8713 "quick-error 2.0.1",
 8714]
 8715
 8716[[package]]
 8717name = "image_viewer"
 8718version = "0.1.0"
 8719dependencies = [
 8720 "anyhow",
 8721 "db",
 8722 "editor",
 8723 "file_icons",
 8724 "gpui",
 8725 "language",
 8726 "log",
 8727 "project",
 8728 "serde",
 8729 "settings",
 8730 "theme_settings",
 8731 "ui",
 8732 "util",
 8733 "workspace",
 8734]
 8735
 8736[[package]]
 8737name = "imagesize"
 8738version = "0.13.0"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8741
 8742[[package]]
 8743name = "imara-diff"
 8744version = "0.1.8"
 8745source = "registry+https://github.com/rust-lang/crates.io-index"
 8746checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8747dependencies = [
 8748 "hashbrown 0.15.5",
 8749]
 8750
 8751[[package]]
 8752name = "imgref"
 8753version = "1.12.0"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8756
 8757[[package]]
 8758name = "indenter"
 8759version = "0.3.4"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8762
 8763[[package]]
 8764name = "indexmap"
 8765version = "2.11.4"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8768dependencies = [
 8769 "equivalent",
 8770 "hashbrown 0.15.5",
 8771 "serde",
 8772 "serde_core",
 8773]
 8774
 8775[[package]]
 8776name = "indoc"
 8777version = "2.0.6"
 8778source = "registry+https://github.com/rust-lang/crates.io-index"
 8779checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8780
 8781[[package]]
 8782name = "inherent"
 8783version = "1.0.13"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8786dependencies = [
 8787 "proc-macro2",
 8788 "quote",
 8789 "syn 2.0.117",
 8790]
 8791
 8792[[package]]
 8793name = "inotify"
 8794version = "0.9.6"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8797dependencies = [
 8798 "bitflags 1.3.2",
 8799 "inotify-sys",
 8800 "libc",
 8801]
 8802
 8803[[package]]
 8804name = "inotify"
 8805version = "0.11.0"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8808dependencies = [
 8809 "bitflags 2.10.0",
 8810 "inotify-sys",
 8811 "libc",
 8812]
 8813
 8814[[package]]
 8815name = "inotify-sys"
 8816version = "0.1.5"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8819dependencies = [
 8820 "libc",
 8821]
 8822
 8823[[package]]
 8824name = "inout"
 8825version = "0.1.4"
 8826source = "registry+https://github.com/rust-lang/crates.io-index"
 8827checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8828dependencies = [
 8829 "block-padding",
 8830 "generic-array",
 8831]
 8832
 8833[[package]]
 8834name = "input_latency_ui"
 8835version = "0.1.0"
 8836dependencies = [
 8837 "chrono",
 8838 "gpui",
 8839 "hdrhistogram",
 8840]
 8841
 8842[[package]]
 8843name = "inspector_ui"
 8844version = "0.1.0"
 8845dependencies = [
 8846 "anyhow",
 8847 "command_palette_hooks",
 8848 "editor",
 8849 "fuzzy",
 8850 "gpui",
 8851 "language",
 8852 "project",
 8853 "serde_json",
 8854 "serde_json_lenient",
 8855 "theme_settings",
 8856 "ui",
 8857 "util",
 8858 "util_macros",
 8859 "workspace",
 8860 "zed_actions",
 8861]
 8862
 8863[[package]]
 8864name = "install_cli"
 8865version = "0.1.0"
 8866dependencies = [
 8867 "anyhow",
 8868 "client",
 8869 "gpui",
 8870 "release_channel",
 8871 "smol",
 8872 "util",
 8873 "workspace",
 8874]
 8875
 8876[[package]]
 8877name = "instant"
 8878version = "0.1.13"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8881dependencies = [
 8882 "cfg-if",
 8883]
 8884
 8885[[package]]
 8886name = "interpolate_name"
 8887version = "0.2.4"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8890dependencies = [
 8891 "proc-macro2",
 8892 "quote",
 8893 "syn 2.0.117",
 8894]
 8895
 8896[[package]]
 8897name = "inventory"
 8898version = "0.3.21"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8901dependencies = [
 8902 "rustversion",
 8903]
 8904
 8905[[package]]
 8906name = "io-extras"
 8907version = "0.18.4"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8910dependencies = [
 8911 "io-lifetimes",
 8912 "windows-sys 0.59.0",
 8913]
 8914
 8915[[package]]
 8916name = "io-lifetimes"
 8917version = "2.0.4"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8920
 8921[[package]]
 8922name = "io-surface"
 8923version = "0.16.1"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8926dependencies = [
 8927 "cgl",
 8928 "core-foundation 0.10.0",
 8929 "core-foundation-sys",
 8930 "leaky-cow",
 8931]
 8932
 8933[[package]]
 8934name = "iovec"
 8935version = "0.1.4"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8938dependencies = [
 8939 "libc",
 8940]
 8941
 8942[[package]]
 8943name = "ipc-channel"
 8944version = "0.19.0"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8947dependencies = [
 8948 "bincode",
 8949 "crossbeam-channel",
 8950 "fnv",
 8951 "lazy_static",
 8952 "libc",
 8953 "mio 1.1.0",
 8954 "rand 0.8.5",
 8955 "serde",
 8956 "tempfile",
 8957 "uuid",
 8958 "windows 0.58.0",
 8959]
 8960
 8961[[package]]
 8962name = "ipnet"
 8963version = "2.11.0"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8966
 8967[[package]]
 8968name = "iri-string"
 8969version = "0.7.8"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8972dependencies = [
 8973 "memchr",
 8974 "serde",
 8975]
 8976
 8977[[package]]
 8978name = "is-docker"
 8979version = "0.2.0"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8982dependencies = [
 8983 "once_cell",
 8984]
 8985
 8986[[package]]
 8987name = "is-terminal"
 8988version = "0.4.16"
 8989source = "registry+https://github.com/rust-lang/crates.io-index"
 8990checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8991dependencies = [
 8992 "hermit-abi",
 8993 "libc",
 8994 "windows-sys 0.59.0",
 8995]
 8996
 8997[[package]]
 8998name = "is-wsl"
 8999version = "0.4.0"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9002dependencies = [
 9003 "is-docker",
 9004 "once_cell",
 9005]
 9006
 9007[[package]]
 9008name = "is_executable"
 9009version = "1.0.5"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9012dependencies = [
 9013 "windows-sys 0.60.2",
 9014]
 9015
 9016[[package]]
 9017name = "is_terminal_polyfill"
 9018version = "1.70.1"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9021
 9022[[package]]
 9023name = "itertools"
 9024version = "0.10.5"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9027dependencies = [
 9028 "either",
 9029]
 9030
 9031[[package]]
 9032name = "itertools"
 9033version = "0.11.0"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9036dependencies = [
 9037 "either",
 9038]
 9039
 9040[[package]]
 9041name = "itertools"
 9042version = "0.14.0"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9045dependencies = [
 9046 "either",
 9047]
 9048
 9049[[package]]
 9050name = "itoa"
 9051version = "1.0.15"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9054
 9055[[package]]
 9056name = "jiff"
 9057version = "0.2.15"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9060dependencies = [
 9061 "jiff-static",
 9062 "log",
 9063 "portable-atomic",
 9064 "portable-atomic-util",
 9065 "serde",
 9066]
 9067
 9068[[package]]
 9069name = "jiff-static"
 9070version = "0.2.15"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9073dependencies = [
 9074 "proc-macro2",
 9075 "quote",
 9076 "syn 2.0.117",
 9077]
 9078
 9079[[package]]
 9080name = "jni"
 9081version = "0.21.1"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9084dependencies = [
 9085 "cesu8",
 9086 "cfg-if",
 9087 "combine",
 9088 "jni-sys",
 9089 "log",
 9090 "thiserror 1.0.69",
 9091 "walkdir",
 9092 "windows-sys 0.45.0",
 9093]
 9094
 9095[[package]]
 9096name = "jni-sys"
 9097version = "0.3.0"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9100
 9101[[package]]
 9102name = "jobserver"
 9103version = "0.1.34"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9106dependencies = [
 9107 "getrandom 0.3.4",
 9108 "libc",
 9109]
 9110
 9111[[package]]
 9112name = "journal"
 9113version = "0.1.0"
 9114dependencies = [
 9115 "anyhow",
 9116 "chrono",
 9117 "editor",
 9118 "gpui",
 9119 "log",
 9120 "serde",
 9121 "settings",
 9122 "shellexpand",
 9123 "workspace",
 9124]
 9125
 9126[[package]]
 9127name = "js-sys"
 9128version = "0.3.90"
 9129source = "registry+https://github.com/rust-lang/crates.io-index"
 9130checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9131dependencies = [
 9132 "once_cell",
 9133 "wasm-bindgen",
 9134]
 9135
 9136[[package]]
 9137name = "json5"
 9138version = "0.4.1"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9141dependencies = [
 9142 "pest",
 9143 "pest_derive",
 9144 "serde",
 9145]
 9146
 9147[[package]]
 9148name = "json_dotpath"
 9149version = "1.1.0"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9152dependencies = [
 9153 "serde",
 9154 "serde_derive",
 9155 "serde_json",
 9156 "thiserror 1.0.69",
 9157]
 9158
 9159[[package]]
 9160name = "json_schema_store"
 9161version = "0.1.0"
 9162dependencies = [
 9163 "anyhow",
 9164 "collections",
 9165 "dap",
 9166 "extension",
 9167 "gpui",
 9168 "language",
 9169 "parking_lot",
 9170 "paths",
 9171 "project",
 9172 "schemars",
 9173 "serde",
 9174 "serde_json",
 9175 "settings",
 9176 "snippet_provider",
 9177 "task",
 9178 "theme",
 9179 "util",
 9180]
 9181
 9182[[package]]
 9183name = "jsonschema"
 9184version = "0.37.4"
 9185source = "registry+https://github.com/rust-lang/crates.io-index"
 9186checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9187dependencies = [
 9188 "ahash 0.8.12",
 9189 "bytecount",
 9190 "data-encoding",
 9191 "email_address",
 9192 "fancy-regex 0.16.2",
 9193 "fraction",
 9194 "getrandom 0.3.4",
 9195 "idna",
 9196 "itoa",
 9197 "num-cmp",
 9198 "num-traits",
 9199 "percent-encoding",
 9200 "referencing",
 9201 "regex",
 9202 "regex-syntax",
 9203 "reqwest 0.12.24",
 9204 "serde",
 9205 "serde_json",
 9206 "unicode-general-category",
 9207 "uuid-simd",
 9208]
 9209
 9210[[package]]
 9211name = "jsonwebtoken"
 9212version = "10.3.0"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9215dependencies = [
 9216 "aws-lc-rs",
 9217 "base64 0.22.1",
 9218 "getrandom 0.2.16",
 9219 "js-sys",
 9220 "pem",
 9221 "serde",
 9222 "serde_json",
 9223 "signature 2.2.0",
 9224 "simple_asn1",
 9225]
 9226
 9227[[package]]
 9228name = "jupyter-protocol"
 9229version = "1.4.0"
 9230source = "registry+https://github.com/rust-lang/crates.io-index"
 9231checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9232dependencies = [
 9233 "async-trait",
 9234 "bytes 1.11.1",
 9235 "chrono",
 9236 "futures 0.3.32",
 9237 "serde",
 9238 "serde_json",
 9239 "thiserror 2.0.17",
 9240 "uuid",
 9241]
 9242
 9243[[package]]
 9244name = "jupyter-websocket-client"
 9245version = "1.0.0"
 9246source = "registry+https://github.com/rust-lang/crates.io-index"
 9247checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9248dependencies = [
 9249 "anyhow",
 9250 "async-trait",
 9251 "async-tungstenite",
 9252 "futures 0.3.32",
 9253 "jupyter-protocol",
 9254 "serde",
 9255 "serde_json",
 9256 "tokio",
 9257 "url",
 9258 "uuid",
 9259]
 9260
 9261[[package]]
 9262name = "keymap_editor"
 9263version = "0.1.0"
 9264dependencies = [
 9265 "anyhow",
 9266 "collections",
 9267 "command_palette",
 9268 "component",
 9269 "db",
 9270 "editor",
 9271 "fs",
 9272 "fuzzy",
 9273 "gpui",
 9274 "itertools 0.14.0",
 9275 "json_schema_store",
 9276 "language",
 9277 "log",
 9278 "menu",
 9279 "notifications",
 9280 "paths",
 9281 "project",
 9282 "search",
 9283 "serde",
 9284 "serde_json",
 9285 "settings",
 9286 "telemetry",
 9287 "tempfile",
 9288 "theme",
 9289 "theme_settings",
 9290 "tree-sitter-json",
 9291 "tree-sitter-rust",
 9292 "ui",
 9293 "ui_input",
 9294 "util",
 9295 "workspace",
 9296 "zed_actions",
 9297]
 9298
 9299[[package]]
 9300name = "khronos-egl"
 9301version = "6.0.0"
 9302source = "registry+https://github.com/rust-lang/crates.io-index"
 9303checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9304dependencies = [
 9305 "libc",
 9306 "libloading",
 9307 "pkg-config",
 9308]
 9309
 9310[[package]]
 9311name = "khronos_api"
 9312version = "3.1.0"
 9313source = "registry+https://github.com/rust-lang/crates.io-index"
 9314checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9315
 9316[[package]]
 9317name = "kqueue"
 9318version = "1.1.1"
 9319source = "registry+https://github.com/rust-lang/crates.io-index"
 9320checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9321dependencies = [
 9322 "kqueue-sys",
 9323 "libc",
 9324]
 9325
 9326[[package]]
 9327name = "kqueue-sys"
 9328version = "1.0.4"
 9329source = "registry+https://github.com/rust-lang/crates.io-index"
 9330checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9331dependencies = [
 9332 "bitflags 1.3.2",
 9333 "libc",
 9334]
 9335
 9336[[package]]
 9337name = "kurbo"
 9338version = "0.11.3"
 9339source = "registry+https://github.com/rust-lang/crates.io-index"
 9340checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9341dependencies = [
 9342 "arrayvec",
 9343 "euclid",
 9344 "smallvec",
 9345]
 9346
 9347[[package]]
 9348name = "kv-log-macro"
 9349version = "1.0.7"
 9350source = "registry+https://github.com/rust-lang/crates.io-index"
 9351checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9352dependencies = [
 9353 "log",
 9354]
 9355
 9356[[package]]
 9357name = "language"
 9358version = "0.1.0"
 9359dependencies = [
 9360 "anyhow",
 9361 "async-trait",
 9362 "clock",
 9363 "collections",
 9364 "criterion",
 9365 "ctor",
 9366 "diffy",
 9367 "ec4rs",
 9368 "encoding_rs",
 9369 "fs",
 9370 "futures 0.3.32",
 9371 "fuzzy",
 9372 "globset",
 9373 "gpui",
 9374 "http_client",
 9375 "imara-diff",
 9376 "indoc",
 9377 "itertools 0.14.0",
 9378 "language_core",
 9379 "log",
 9380 "lsp",
 9381 "parking_lot",
 9382 "postage",
 9383 "pretty_assertions",
 9384 "rand 0.9.3",
 9385 "regex",
 9386 "rpc",
 9387 "semver",
 9388 "serde",
 9389 "serde_json",
 9390 "settings",
 9391 "shellexpand",
 9392 "smallvec",
 9393 "smol",
 9394 "streaming-iterator",
 9395 "strsim",
 9396 "sum_tree",
 9397 "task",
 9398 "text",
 9399 "theme",
 9400 "theme_settings",
 9401 "toml 0.8.23",
 9402 "tracing",
 9403 "tree-sitter",
 9404 "tree-sitter-elixir",
 9405 "tree-sitter-embedded-template",
 9406 "tree-sitter-heex",
 9407 "tree-sitter-html",
 9408 "tree-sitter-json",
 9409 "tree-sitter-md",
 9410 "tree-sitter-python",
 9411 "tree-sitter-ruby",
 9412 "tree-sitter-rust",
 9413 "tree-sitter-typescript",
 9414 "unicase",
 9415 "unindent",
 9416 "util",
 9417 "watch",
 9418 "zlog",
 9419 "ztracing",
 9420]
 9421
 9422[[package]]
 9423name = "language_core"
 9424version = "0.1.0"
 9425dependencies = [
 9426 "anyhow",
 9427 "collections",
 9428 "gpui_shared_string",
 9429 "log",
 9430 "lsp",
 9431 "parking_lot",
 9432 "regex",
 9433 "schemars",
 9434 "serde",
 9435 "serde_json",
 9436 "toml 0.8.23",
 9437 "tree-sitter",
 9438 "util",
 9439]
 9440
 9441[[package]]
 9442name = "language_extension"
 9443version = "0.1.0"
 9444dependencies = [
 9445 "anyhow",
 9446 "async-trait",
 9447 "collections",
 9448 "extension",
 9449 "fs",
 9450 "futures 0.3.32",
 9451 "gpui",
 9452 "language",
 9453 "log",
 9454 "lsp",
 9455 "project",
 9456 "serde",
 9457 "serde_json",
 9458 "tracing",
 9459 "util",
 9460 "ztracing",
 9461]
 9462
 9463[[package]]
 9464name = "language_model"
 9465version = "0.1.0"
 9466dependencies = [
 9467 "anyhow",
 9468 "base64 0.22.1",
 9469 "collections",
 9470 "credentials_provider",
 9471 "env_var",
 9472 "futures 0.3.32",
 9473 "gpui",
 9474 "http_client",
 9475 "icons",
 9476 "image",
 9477 "language_model_core",
 9478 "log",
 9479 "parking_lot",
 9480 "serde",
 9481 "serde_json",
 9482 "thiserror 2.0.17",
 9483 "util",
 9484]
 9485
 9486[[package]]
 9487name = "language_model_core"
 9488version = "0.1.0"
 9489dependencies = [
 9490 "anyhow",
 9491 "cloud_llm_client",
 9492 "futures 0.3.32",
 9493 "gpui_shared_string",
 9494 "http_client",
 9495 "partial-json-fixer",
 9496 "schemars",
 9497 "serde",
 9498 "serde_json",
 9499 "smol",
 9500 "strum 0.27.2",
 9501 "thiserror 2.0.17",
 9502]
 9503
 9504[[package]]
 9505name = "language_models"
 9506version = "0.1.0"
 9507dependencies = [
 9508 "ai_onboarding",
 9509 "anthropic",
 9510 "anyhow",
 9511 "aws-config",
 9512 "aws-credential-types",
 9513 "aws_http_client",
 9514 "base64 0.22.1",
 9515 "bedrock",
 9516 "client",
 9517 "cloud_api_client",
 9518 "cloud_api_types",
 9519 "collections",
 9520 "component",
 9521 "convert_case 0.8.0",
 9522 "copilot",
 9523 "copilot_chat",
 9524 "copilot_ui",
 9525 "credentials_provider",
 9526 "deepseek",
 9527 "extension",
 9528 "extension_host",
 9529 "fs",
 9530 "futures 0.3.32",
 9531 "google_ai",
 9532 "gpui",
 9533 "gpui_tokio",
 9534 "http_client",
 9535 "language",
 9536 "language_model",
 9537 "language_models_cloud",
 9538 "lmstudio",
 9539 "log",
 9540 "menu",
 9541 "mistral",
 9542 "ollama",
 9543 "open_ai",
 9544 "open_router",
 9545 "opencode",
 9546 "pretty_assertions",
 9547 "release_channel",
 9548 "schemars",
 9549 "serde",
 9550 "serde_json",
 9551 "settings",
 9552 "smol",
 9553 "strum 0.27.2",
 9554 "tiktoken-rs",
 9555 "tokio",
 9556 "ui",
 9557 "ui_input",
 9558 "util",
 9559 "vercel",
 9560 "x_ai",
 9561]
 9562
 9563[[package]]
 9564name = "language_models_cloud"
 9565version = "0.1.0"
 9566dependencies = [
 9567 "anthropic",
 9568 "anyhow",
 9569 "cloud_llm_client",
 9570 "futures 0.3.32",
 9571 "google_ai",
 9572 "gpui",
 9573 "http_client",
 9574 "language_model",
 9575 "open_ai",
 9576 "schemars",
 9577 "semver",
 9578 "serde",
 9579 "serde_json",
 9580 "smol",
 9581 "thiserror 2.0.17",
 9582 "x_ai",
 9583]
 9584
 9585[[package]]
 9586name = "language_onboarding"
 9587version = "0.1.0"
 9588dependencies = [
 9589 "db",
 9590 "editor",
 9591 "gpui",
 9592 "project",
 9593 "ui",
 9594 "workspace",
 9595]
 9596
 9597[[package]]
 9598name = "language_selector"
 9599version = "0.1.0"
 9600dependencies = [
 9601 "anyhow",
 9602 "editor",
 9603 "file_icons",
 9604 "fuzzy",
 9605 "gpui",
 9606 "language",
 9607 "open_path_prompt",
 9608 "picker",
 9609 "project",
 9610 "serde_json",
 9611 "settings",
 9612 "ui",
 9613 "util",
 9614 "workspace",
 9615]
 9616
 9617[[package]]
 9618name = "language_tools"
 9619version = "0.1.0"
 9620dependencies = [
 9621 "anyhow",
 9622 "client",
 9623 "collections",
 9624 "command_palette_hooks",
 9625 "edit_prediction",
 9626 "editor",
 9627 "futures 0.3.32",
 9628 "gpui",
 9629 "itertools 0.14.0",
 9630 "language",
 9631 "lsp",
 9632 "menu",
 9633 "project",
 9634 "proto",
 9635 "release_channel",
 9636 "semver",
 9637 "serde_json",
 9638 "settings",
 9639 "sysinfo 0.37.2",
 9640 "telemetry",
 9641 "theme",
 9642 "theme_settings",
 9643 "tree-sitter",
 9644 "ui",
 9645 "util",
 9646 "workspace",
 9647 "zed_actions",
 9648 "zlog",
 9649]
 9650
 9651[[package]]
 9652name = "languages"
 9653version = "0.1.0"
 9654dependencies = [
 9655 "anyhow",
 9656 "async-compression",
 9657 "async-fs",
 9658 "async-tar",
 9659 "async-trait",
 9660 "chrono",
 9661 "collections",
 9662 "fs",
 9663 "futures 0.3.32",
 9664 "globset",
 9665 "gpui",
 9666 "grammars",
 9667 "http_client",
 9668 "itertools 0.14.0",
 9669 "json_schema_store",
 9670 "language",
 9671 "log",
 9672 "lsp",
 9673 "node_runtime",
 9674 "parking_lot",
 9675 "pet",
 9676 "pet-conda",
 9677 "pet-core",
 9678 "pet-fs",
 9679 "pet-poetry",
 9680 "pet-reporter",
 9681 "pet-virtualenv",
 9682 "pretty_assertions",
 9683 "project",
 9684 "regex",
 9685 "rope",
 9686 "semver",
 9687 "serde",
 9688 "serde_json",
 9689 "serde_json_lenient",
 9690 "settings",
 9691 "smallvec",
 9692 "smol",
 9693 "snippet",
 9694 "task",
 9695 "terminal",
 9696 "theme",
 9697 "tree-sitter",
 9698 "tree-sitter-bash",
 9699 "tree-sitter-c",
 9700 "tree-sitter-cpp",
 9701 "tree-sitter-css",
 9702 "tree-sitter-gitcommit",
 9703 "tree-sitter-go",
 9704 "tree-sitter-python",
 9705 "tree-sitter-rust",
 9706 "tree-sitter-typescript",
 9707 "unindent",
 9708 "url",
 9709 "util",
 9710]
 9711
 9712[[package]]
 9713name = "lazy_static"
 9714version = "1.5.0"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9717dependencies = [
 9718 "spin 0.9.8",
 9719]
 9720
 9721[[package]]
 9722name = "leak"
 9723version = "0.1.2"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9726
 9727[[package]]
 9728name = "leaky-cow"
 9729version = "0.1.1"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9732dependencies = [
 9733 "leak",
 9734]
 9735
 9736[[package]]
 9737name = "leb128"
 9738version = "0.2.5"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9741
 9742[[package]]
 9743name = "leb128fmt"
 9744version = "0.1.0"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9747
 9748[[package]]
 9749name = "lebe"
 9750version = "0.5.3"
 9751source = "registry+https://github.com/rust-lang/crates.io-index"
 9752checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9753
 9754[[package]]
 9755name = "libbz2-rs-sys"
 9756version = "0.2.2"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9759
 9760[[package]]
 9761name = "libc"
 9762version = "0.2.182"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9765
 9766[[package]]
 9767name = "libdbus-sys"
 9768version = "0.2.6"
 9769source = "registry+https://github.com/rust-lang/crates.io-index"
 9770checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9771dependencies = [
 9772 "cc",
 9773 "pkg-config",
 9774]
 9775
 9776[[package]]
 9777name = "libfuzzer-sys"
 9778version = "0.4.10"
 9779source = "registry+https://github.com/rust-lang/crates.io-index"
 9780checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9781dependencies = [
 9782 "arbitrary",
 9783 "cc",
 9784]
 9785
 9786[[package]]
 9787name = "libgit2-sys"
 9788version = "0.18.3+1.9.2"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9791dependencies = [
 9792 "cc",
 9793 "libc",
 9794 "libz-sys",
 9795 "pkg-config",
 9796]
 9797
 9798[[package]]
 9799name = "libloading"
 9800version = "0.8.9"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9803dependencies = [
 9804 "cfg-if",
 9805 "windows-link 0.2.1",
 9806]
 9807
 9808[[package]]
 9809name = "libm"
 9810version = "0.2.15"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9813
 9814[[package]]
 9815name = "libmimalloc-sys"
 9816version = "0.1.44"
 9817source = "registry+https://github.com/rust-lang/crates.io-index"
 9818checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9819dependencies = [
 9820 "cc",
 9821 "libc",
 9822]
 9823
 9824[[package]]
 9825name = "libredox"
 9826version = "0.1.10"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9829dependencies = [
 9830 "bitflags 2.10.0",
 9831 "libc",
 9832 "redox_syscall 0.5.18",
 9833]
 9834
 9835[[package]]
 9836name = "libsqlite3-sys"
 9837version = "0.30.1"
 9838source = "registry+https://github.com/rust-lang/crates.io-index"
 9839checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9840dependencies = [
 9841 "cc",
 9842 "pkg-config",
 9843 "vcpkg",
 9844]
 9845
 9846[[package]]
 9847name = "libwebrtc"
 9848version = "0.3.26"
 9849source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9850dependencies = [
 9851 "cxx",
 9852 "glib",
 9853 "jni",
 9854 "js-sys",
 9855 "lazy_static",
 9856 "livekit-protocol",
 9857 "livekit-runtime",
 9858 "log",
 9859 "parking_lot",
 9860 "serde",
 9861 "serde_json",
 9862 "thiserror 1.0.69",
 9863 "tokio",
 9864 "wasm-bindgen",
 9865 "wasm-bindgen-futures",
 9866 "web-sys",
 9867 "webrtc-sys",
 9868]
 9869
 9870[[package]]
 9871name = "libz-sys"
 9872version = "1.1.22"
 9873source = "registry+https://github.com/rust-lang/crates.io-index"
 9874checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9875dependencies = [
 9876 "cc",
 9877 "libc",
 9878 "pkg-config",
 9879 "vcpkg",
 9880]
 9881
 9882[[package]]
 9883name = "line_ending_selector"
 9884version = "0.1.0"
 9885dependencies = [
 9886 "editor",
 9887 "gpui",
 9888 "language",
 9889 "picker",
 9890 "project",
 9891 "ui",
 9892 "util",
 9893 "workspace",
 9894]
 9895
 9896[[package]]
 9897name = "linebender_resource_handle"
 9898version = "0.1.1"
 9899source = "registry+https://github.com/rust-lang/crates.io-index"
 9900checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9901
 9902[[package]]
 9903name = "link-cplusplus"
 9904version = "1.0.12"
 9905source = "registry+https://github.com/rust-lang/crates.io-index"
 9906checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9907dependencies = [
 9908 "cc",
 9909]
 9910
 9911[[package]]
 9912name = "linkify"
 9913version = "0.10.0"
 9914source = "registry+https://github.com/rust-lang/crates.io-index"
 9915checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9916dependencies = [
 9917 "memchr",
 9918]
 9919
 9920[[package]]
 9921name = "linux-raw-sys"
 9922version = "0.4.15"
 9923source = "registry+https://github.com/rust-lang/crates.io-index"
 9924checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9925
 9926[[package]]
 9927name = "linux-raw-sys"
 9928version = "0.11.0"
 9929source = "registry+https://github.com/rust-lang/crates.io-index"
 9930checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9931
 9932[[package]]
 9933name = "litemap"
 9934version = "0.8.0"
 9935source = "registry+https://github.com/rust-lang/crates.io-index"
 9936checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9937
 9938[[package]]
 9939name = "litrs"
 9940version = "1.0.0"
 9941source = "registry+https://github.com/rust-lang/crates.io-index"
 9942checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9943
 9944[[package]]
 9945name = "livekit"
 9946version = "0.7.32"
 9947source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9948dependencies = [
 9949 "base64 0.22.1",
 9950 "bmrng",
 9951 "bytes 1.11.1",
 9952 "chrono",
 9953 "futures-util",
 9954 "lazy_static",
 9955 "libloading",
 9956 "libwebrtc",
 9957 "livekit-api",
 9958 "livekit-protocol",
 9959 "livekit-runtime",
 9960 "log",
 9961 "parking_lot",
 9962 "prost 0.12.6",
 9963 "semver",
 9964 "serde",
 9965 "serde_json",
 9966 "thiserror 1.0.69",
 9967 "tokio",
 9968]
 9969
 9970[[package]]
 9971name = "livekit-api"
 9972version = "0.4.14"
 9973source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9974dependencies = [
 9975 "base64 0.21.7",
 9976 "futures-util",
 9977 "http 1.3.1",
 9978 "livekit-protocol",
 9979 "livekit-runtime",
 9980 "log",
 9981 "parking_lot",
 9982 "pbjson-types",
 9983 "prost 0.12.6",
 9984 "rand 0.9.3",
 9985 "reqwest 0.12.24",
 9986 "rustls-native-certs 0.6.3",
 9987 "scopeguard",
 9988 "serde",
 9989 "sha2",
 9990 "thiserror 1.0.69",
 9991 "tokio",
 9992 "tokio-rustls 0.26.2",
 9993 "tokio-tungstenite 0.28.0",
 9994 "url",
 9995]
 9996
 9997[[package]]
 9998name = "livekit-protocol"
 9999version = "0.7.1"
10000source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10001dependencies = [
10002 "futures-util",
10003 "livekit-runtime",
10004 "parking_lot",
10005 "pbjson",
10006 "pbjson-types",
10007 "prost 0.12.6",
10008 "serde",
10009 "thiserror 1.0.69",
10010 "tokio",
10011]
10012
10013[[package]]
10014name = "livekit-runtime"
10015version = "0.4.0"
10016source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10017dependencies = [
10018 "tokio",
10019 "tokio-stream",
10020]
10021
10022[[package]]
10023name = "livekit_api"
10024version = "0.1.0"
10025dependencies = [
10026 "anyhow",
10027 "async-trait",
10028 "jsonwebtoken",
10029 "log",
10030 "prost 0.9.0",
10031 "prost-build 0.9.0",
10032 "prost-types 0.9.0",
10033 "serde",
10034 "zed-reqwest",
10035]
10036
10037[[package]]
10038name = "livekit_client"
10039version = "0.1.0"
10040dependencies = [
10041 "anyhow",
10042 "async-trait",
10043 "audio",
10044 "cocoa 0.26.0",
10045 "collections",
10046 "core-foundation 0.10.0",
10047 "core-video",
10048 "coreaudio-rs 0.12.1",
10049 "cpal",
10050 "futures 0.3.32",
10051 "gpui",
10052 "gpui_platform",
10053 "gpui_tokio",
10054 "http_client_tls",
10055 "image",
10056 "libwebrtc",
10057 "livekit",
10058 "livekit_api",
10059 "log",
10060 "nanoid",
10061 "objc",
10062 "parking_lot",
10063 "postage",
10064 "rodio",
10065 "serde",
10066 "serde_json",
10067 "serde_urlencoded",
10068 "settings",
10069 "simplelog",
10070 "smallvec",
10071 "tokio",
10072 "ui",
10073 "util",
10074 "webrtc-sys",
10075 "zed-scap",
10076]
10077
10078[[package]]
10079name = "lmdb-master-sys"
10080version = "0.2.5"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10083dependencies = [
10084 "cc",
10085 "doxygen-rs",
10086 "libc",
10087]
10088
10089[[package]]
10090name = "lmstudio"
10091version = "0.1.0"
10092dependencies = [
10093 "anyhow",
10094 "futures 0.3.32",
10095 "http_client",
10096 "schemars",
10097 "serde",
10098 "serde_json",
10099]
10100
10101[[package]]
10102name = "lock_api"
10103version = "0.4.14"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10106dependencies = [
10107 "scopeguard",
10108]
10109
10110[[package]]
10111name = "log"
10112version = "0.4.29"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10115dependencies = [
10116 "serde_core",
10117 "value-bag",
10118]
10119
10120[[package]]
10121name = "loom"
10122version = "0.7.2"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10125dependencies = [
10126 "cfg-if",
10127 "generator",
10128 "scoped-tls",
10129 "tracing",
10130 "tracing-subscriber",
10131]
10132
10133[[package]]
10134name = "loop9"
10135version = "0.1.5"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10138dependencies = [
10139 "imgref",
10140]
10141
10142[[package]]
10143name = "lru"
10144version = "0.12.5"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10147dependencies = [
10148 "hashbrown 0.15.5",
10149]
10150
10151[[package]]
10152name = "lru-slab"
10153version = "0.1.2"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10156
10157[[package]]
10158name = "lsp"
10159version = "0.1.0"
10160dependencies = [
10161 "anyhow",
10162 "async-pipe",
10163 "collections",
10164 "ctor",
10165 "futures 0.3.32",
10166 "gpui",
10167 "gpui_util",
10168 "log",
10169 "lsp-types",
10170 "parking_lot",
10171 "postage",
10172 "release_channel",
10173 "schemars",
10174 "semver",
10175 "serde",
10176 "serde_json",
10177 "smol",
10178 "util",
10179 "zlog",
10180]
10181
10182[[package]]
10183name = "lsp-types"
10184version = "0.95.1"
10185source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10186dependencies = [
10187 "bitflags 1.3.2",
10188 "serde",
10189 "serde_json",
10190 "url",
10191]
10192
10193[[package]]
10194name = "lyon"
10195version = "1.0.16"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10198dependencies = [
10199 "lyon_algorithms",
10200 "lyon_extra",
10201 "lyon_tessellation",
10202]
10203
10204[[package]]
10205name = "lyon_algorithms"
10206version = "1.0.16"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10209dependencies = [
10210 "lyon_path",
10211 "num-traits",
10212]
10213
10214[[package]]
10215name = "lyon_extra"
10216version = "1.0.3"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10219dependencies = [
10220 "lyon_path",
10221 "thiserror 1.0.69",
10222]
10223
10224[[package]]
10225name = "lyon_geom"
10226version = "1.0.17"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10229dependencies = [
10230 "arrayvec",
10231 "euclid",
10232 "num-traits",
10233]
10234
10235[[package]]
10236name = "lyon_path"
10237version = "1.0.16"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10240dependencies = [
10241 "lyon_geom",
10242 "num-traits",
10243]
10244
10245[[package]]
10246name = "lyon_tessellation"
10247version = "1.0.16"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10250dependencies = [
10251 "float_next_after",
10252 "lyon_path",
10253 "num-traits",
10254]
10255
10256[[package]]
10257name = "mac"
10258version = "0.1.1"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10261
10262[[package]]
10263name = "mach2"
10264version = "0.4.3"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10267dependencies = [
10268 "libc",
10269]
10270
10271[[package]]
10272name = "mach2"
10273version = "0.5.0"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10276dependencies = [
10277 "libc",
10278]
10279
10280[[package]]
10281name = "malloc_buf"
10282version = "0.0.6"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10285dependencies = [
10286 "libc",
10287]
10288
10289[[package]]
10290name = "maplit"
10291version = "1.0.2"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10294
10295[[package]]
10296name = "markdown"
10297version = "0.1.0"
10298dependencies = [
10299 "anyhow",
10300 "assets",
10301 "base64 0.22.1",
10302 "collections",
10303 "env_logger 0.11.8",
10304 "fs",
10305 "futures 0.3.32",
10306 "gpui",
10307 "gpui_platform",
10308 "html5ever 0.27.0",
10309 "language",
10310 "languages",
10311 "linkify",
10312 "log",
10313 "markup5ever_rcdom",
10314 "mermaid-rs-renderer",
10315 "node_runtime",
10316 "pulldown-cmark 0.13.0",
10317 "settings",
10318 "stacksafe",
10319 "sum_tree",
10320 "theme",
10321 "theme_settings",
10322 "ui",
10323 "util",
10324]
10325
10326[[package]]
10327name = "markdown_preview"
10328version = "0.1.0"
10329dependencies = [
10330 "anyhow",
10331 "editor",
10332 "gpui",
10333 "language",
10334 "log",
10335 "markdown",
10336 "project",
10337 "settings",
10338 "tempfile",
10339 "theme_settings",
10340 "ui",
10341 "urlencoding",
10342 "util",
10343 "workspace",
10344 "zed_actions",
10345]
10346
10347[[package]]
10348name = "markup5ever"
10349version = "0.12.1"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10352dependencies = [
10353 "log",
10354 "phf 0.11.3",
10355 "phf_codegen",
10356 "string_cache",
10357 "string_cache_codegen",
10358 "tendril",
10359]
10360
10361[[package]]
10362name = "markup5ever"
10363version = "0.35.0"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10366dependencies = [
10367 "log",
10368 "tendril",
10369 "web_atoms",
10370]
10371
10372[[package]]
10373name = "markup5ever_rcdom"
10374version = "0.3.0"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10377dependencies = [
10378 "html5ever 0.27.0",
10379 "markup5ever 0.12.1",
10380 "tendril",
10381 "xml5ever",
10382]
10383
10384[[package]]
10385name = "match_token"
10386version = "0.35.0"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10389dependencies = [
10390 "proc-macro2",
10391 "quote",
10392 "syn 2.0.117",
10393]
10394
10395[[package]]
10396name = "matchers"
10397version = "0.2.0"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10400dependencies = [
10401 "regex-automata",
10402]
10403
10404[[package]]
10405name = "matchit"
10406version = "0.7.3"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10409
10410[[package]]
10411name = "maybe-owned"
10412version = "0.3.4"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10415
10416[[package]]
10417name = "maybe-rayon"
10418version = "0.1.1"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10421dependencies = [
10422 "cfg-if",
10423 "rayon",
10424]
10425
10426[[package]]
10427name = "md-5"
10428version = "0.10.6"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10431dependencies = [
10432 "cfg-if",
10433 "digest",
10434]
10435
10436[[package]]
10437name = "mdbook"
10438version = "0.4.40"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10441dependencies = [
10442 "ammonia",
10443 "anyhow",
10444 "chrono",
10445 "clap",
10446 "clap_complete",
10447 "elasticlunr-rs",
10448 "env_logger 0.11.8",
10449 "futures-util",
10450 "handlebars 5.1.2",
10451 "ignore",
10452 "log",
10453 "memchr",
10454 "notify 6.1.1",
10455 "notify-debouncer-mini",
10456 "once_cell",
10457 "opener",
10458 "pathdiff",
10459 "pulldown-cmark 0.10.3",
10460 "regex",
10461 "serde",
10462 "serde_json",
10463 "shlex",
10464 "tempfile",
10465 "tokio",
10466 "toml 0.5.11",
10467 "topological-sort",
10468 "walkdir",
10469 "warp",
10470]
10471
10472[[package]]
10473name = "media"
10474version = "0.1.0"
10475dependencies = [
10476 "anyhow",
10477 "bindgen 0.71.1",
10478 "core-foundation 0.10.0",
10479 "core-video",
10480 "ctor",
10481 "foreign-types 0.5.0",
10482 "metal",
10483 "objc",
10484]
10485
10486[[package]]
10487name = "memchr"
10488version = "2.7.6"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10491
10492[[package]]
10493name = "memfd"
10494version = "0.6.5"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10497dependencies = [
10498 "rustix 1.1.2",
10499]
10500
10501[[package]]
10502name = "memmap2"
10503version = "0.9.8"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10506dependencies = [
10507 "libc",
10508 "stable_deref_trait",
10509]
10510
10511[[package]]
10512name = "memoffset"
10513version = "0.9.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10516dependencies = [
10517 "autocfg",
10518]
10519
10520[[package]]
10521name = "menu"
10522version = "0.1.0"
10523dependencies = [
10524 "gpui",
10525]
10526
10527[[package]]
10528name = "merge"
10529version = "0.1.0"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10532dependencies = [
10533 "merge_derive",
10534 "num-traits",
10535]
10536
10537[[package]]
10538name = "merge_derive"
10539version = "0.1.0"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10542dependencies = [
10543 "proc-macro-error",
10544 "proc-macro2",
10545 "quote",
10546 "syn 1.0.109",
10547]
10548
10549[[package]]
10550name = "mermaid-rs-renderer"
10551version = "0.2.0"
10552source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10553dependencies = [
10554 "anyhow",
10555 "fontdb 0.16.2",
10556 "json5",
10557 "once_cell",
10558 "regex",
10559 "serde",
10560 "serde_json",
10561 "thiserror 2.0.17",
10562 "ttf-parser 0.20.0",
10563]
10564
10565[[package]]
10566name = "metal"
10567version = "0.33.0"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10570dependencies = [
10571 "bitflags 2.10.0",
10572 "block",
10573 "core-graphics-types 0.2.0",
10574 "foreign-types 0.5.0",
10575 "log",
10576 "objc",
10577 "paste",
10578]
10579
10580[[package]]
10581name = "migrator"
10582version = "0.1.0"
10583dependencies = [
10584 "anyhow",
10585 "collections",
10586 "convert_case 0.8.0",
10587 "log",
10588 "pretty_assertions",
10589 "serde_json",
10590 "serde_json_lenient",
10591 "settings_content",
10592 "settings_json",
10593 "streaming-iterator",
10594 "tree-sitter",
10595 "tree-sitter-json",
10596 "unindent",
10597]
10598
10599[[package]]
10600name = "mimalloc"
10601version = "0.1.48"
10602source = "registry+https://github.com/rust-lang/crates.io-index"
10603checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10604dependencies = [
10605 "libmimalloc-sys",
10606]
10607
10608[[package]]
10609name = "mime"
10610version = "0.3.17"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10613
10614[[package]]
10615name = "mime_guess"
10616version = "2.0.5"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10619dependencies = [
10620 "mime",
10621 "unicase",
10622]
10623
10624[[package]]
10625name = "minidump-common"
10626version = "0.26.1"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10629dependencies = [
10630 "bitflags 2.10.0",
10631 "debugid",
10632 "num-derive",
10633 "num-traits",
10634 "range-map",
10635 "scroll",
10636 "smart-default",
10637]
10638
10639[[package]]
10640name = "minidump-writer"
10641version = "0.11.0"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10644dependencies = [
10645 "bitflags 2.10.0",
10646 "byteorder",
10647 "cfg-if",
10648 "crash-context",
10649 "error-graph",
10650 "failspot",
10651 "goblin",
10652 "libc",
10653 "log",
10654 "mach2 0.4.3",
10655 "memmap2",
10656 "memoffset",
10657 "minidump-common",
10658 "nix 0.29.0",
10659 "procfs-core",
10660 "scroll",
10661 "serde",
10662 "serde_json",
10663 "tempfile",
10664 "thiserror 2.0.17",
10665]
10666
10667[[package]]
10668name = "minidumper"
10669version = "0.9.0"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10672dependencies = [
10673 "cfg-if",
10674 "crash-context",
10675 "libc",
10676 "log",
10677 "minidump-writer",
10678 "parking_lot",
10679 "polling",
10680 "scroll",
10681 "thiserror 2.0.17",
10682 "uds",
10683]
10684
10685[[package]]
10686name = "minimal-lexical"
10687version = "0.2.1"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10690
10691[[package]]
10692name = "miniprofiler_ui"
10693version = "0.1.0"
10694dependencies = [
10695 "gpui",
10696 "rpc",
10697 "serde_json",
10698 "smol",
10699 "theme_settings",
10700 "util",
10701 "workspace",
10702 "zed_actions",
10703]
10704
10705[[package]]
10706name = "miniz_oxide"
10707version = "0.8.9"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10710dependencies = [
10711 "adler2",
10712 "simd-adler32",
10713]
10714
10715[[package]]
10716name = "mio"
10717version = "0.8.11"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10720dependencies = [
10721 "libc",
10722 "log",
10723 "wasi",
10724 "windows-sys 0.48.0",
10725]
10726
10727[[package]]
10728name = "mio"
10729version = "1.1.0"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10732dependencies = [
10733 "libc",
10734 "log",
10735 "wasi",
10736 "windows-sys 0.61.2",
10737]
10738
10739[[package]]
10740name = "miow"
10741version = "0.6.1"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10744dependencies = [
10745 "windows-sys 0.61.2",
10746]
10747
10748[[package]]
10749name = "mistral"
10750version = "0.1.0"
10751dependencies = [
10752 "anyhow",
10753 "futures 0.3.32",
10754 "http_client",
10755 "schemars",
10756 "serde",
10757 "serde_json",
10758 "strum 0.27.2",
10759]
10760
10761[[package]]
10762name = "moka"
10763version = "0.12.11"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10766dependencies = [
10767 "crossbeam-channel",
10768 "crossbeam-epoch",
10769 "crossbeam-utils",
10770 "equivalent",
10771 "parking_lot",
10772 "portable-atomic",
10773 "rustc_version",
10774 "smallvec",
10775 "tagptr",
10776 "uuid",
10777]
10778
10779[[package]]
10780name = "moxcms"
10781version = "0.8.1"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10784dependencies = [
10785 "num-traits",
10786 "pxfm",
10787]
10788
10789[[package]]
10790name = "msvc_spectre_libs"
10791version = "0.1.3"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10794dependencies = [
10795 "cc",
10796]
10797
10798[[package]]
10799name = "multi_buffer"
10800version = "0.1.0"
10801dependencies = [
10802 "anyhow",
10803 "buffer_diff",
10804 "clock",
10805 "collections",
10806 "ctor",
10807 "gpui",
10808 "indoc",
10809 "itertools 0.14.0",
10810 "language",
10811 "log",
10812 "parking_lot",
10813 "pretty_assertions",
10814 "rand 0.9.3",
10815 "rope",
10816 "serde",
10817 "settings",
10818 "smallvec",
10819 "smol",
10820 "sum_tree",
10821 "text",
10822 "theme",
10823 "tracing",
10824 "tree-sitter",
10825 "unicode-segmentation",
10826 "util",
10827 "zlog",
10828 "ztracing",
10829]
10830
10831[[package]]
10832name = "multimap"
10833version = "0.8.3"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10836
10837[[package]]
10838name = "naga"
10839version = "29.0.0"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10842dependencies = [
10843 "arrayvec",
10844 "bit-set 0.9.1",
10845 "bitflags 2.10.0",
10846 "cfg-if",
10847 "cfg_aliases 0.2.1",
10848 "codespan-reporting",
10849 "half",
10850 "hashbrown 0.16.1",
10851 "hexf-parse",
10852 "indexmap",
10853 "libm",
10854 "log",
10855 "num-traits",
10856 "once_cell",
10857 "rustc-hash 1.1.0",
10858 "thiserror 2.0.17",
10859 "unicode-ident",
10860]
10861
10862[[package]]
10863name = "naga"
10864version = "29.0.0"
10865source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10866dependencies = [
10867 "arrayvec",
10868 "bit-set 0.9.1",
10869 "bitflags 2.10.0",
10870 "cfg-if",
10871 "cfg_aliases 0.2.1",
10872 "codespan-reporting",
10873 "half",
10874 "hashbrown 0.16.1",
10875 "hexf-parse",
10876 "indexmap",
10877 "libm",
10878 "log",
10879 "num-traits",
10880 "once_cell",
10881 "rustc-hash 1.1.0",
10882 "spirv",
10883 "thiserror 2.0.17",
10884 "unicode-ident",
10885]
10886
10887[[package]]
10888name = "nanoid"
10889version = "0.4.0"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10892dependencies = [
10893 "rand 0.8.5",
10894]
10895
10896[[package]]
10897name = "nanorand"
10898version = "0.7.0"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10901dependencies = [
10902 "getrandom 0.2.16",
10903]
10904
10905[[package]]
10906name = "native-tls"
10907version = "0.2.14"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10910dependencies = [
10911 "libc",
10912 "log",
10913 "openssl",
10914 "openssl-probe",
10915 "openssl-sys",
10916 "schannel",
10917 "security-framework 2.11.1",
10918 "security-framework-sys",
10919 "tempfile",
10920]
10921
10922[[package]]
10923name = "nbformat"
10924version = "1.2.0"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10927dependencies = [
10928 "anyhow",
10929 "chrono",
10930 "jupyter-protocol",
10931 "serde",
10932 "serde_json",
10933 "thiserror 1.0.69",
10934 "uuid",
10935]
10936
10937[[package]]
10938name = "nc"
10939version = "0.1.0"
10940dependencies = [
10941 "anyhow",
10942 "futures 0.3.32",
10943 "net",
10944 "smol",
10945]
10946
10947[[package]]
10948name = "ndk"
10949version = "0.9.0"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10952dependencies = [
10953 "bitflags 2.10.0",
10954 "jni-sys",
10955 "log",
10956 "ndk-sys",
10957 "num_enum",
10958 "thiserror 1.0.69",
10959]
10960
10961[[package]]
10962name = "ndk-context"
10963version = "0.1.1"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10966
10967[[package]]
10968name = "ndk-sys"
10969version = "0.6.0+11769913"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10972dependencies = [
10973 "jni-sys",
10974]
10975
10976[[package]]
10977name = "net"
10978version = "0.1.0"
10979dependencies = [
10980 "anyhow",
10981 "async-io",
10982 "smol",
10983 "tempfile",
10984 "windows 0.61.3",
10985]
10986
10987[[package]]
10988name = "new_debug_unreachable"
10989version = "1.0.6"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10992
10993[[package]]
10994name = "nix"
10995version = "0.28.0"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10998dependencies = [
10999 "bitflags 2.10.0",
11000 "cfg-if",
11001 "cfg_aliases 0.1.1",
11002 "libc",
11003]
11004
11005[[package]]
11006name = "nix"
11007version = "0.29.0"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11010dependencies = [
11011 "bitflags 2.10.0",
11012 "cfg-if",
11013 "cfg_aliases 0.2.1",
11014 "libc",
11015]
11016
11017[[package]]
11018name = "nix"
11019version = "0.30.1"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11022dependencies = [
11023 "bitflags 2.10.0",
11024 "cfg-if",
11025 "cfg_aliases 0.2.1",
11026 "libc",
11027]
11028
11029[[package]]
11030name = "node_runtime"
11031version = "0.1.0"
11032dependencies = [
11033 "anyhow",
11034 "async-compression",
11035 "async-std",
11036 "async-tar",
11037 "async-trait",
11038 "futures 0.3.32",
11039 "http_client",
11040 "log",
11041 "paths",
11042 "semver",
11043 "serde",
11044 "serde_json",
11045 "smol",
11046 "util",
11047 "watch",
11048 "which 6.0.3",
11049]
11050
11051[[package]]
11052name = "nom"
11053version = "7.1.3"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11056dependencies = [
11057 "memchr",
11058 "minimal-lexical",
11059]
11060
11061[[package]]
11062name = "nom"
11063version = "8.0.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11066dependencies = [
11067 "memchr",
11068]
11069
11070[[package]]
11071name = "noop_proc_macro"
11072version = "0.3.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11075
11076[[package]]
11077name = "normpath"
11078version = "1.5.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11081dependencies = [
11082 "windows-sys 0.61.2",
11083]
11084
11085[[package]]
11086name = "notifications"
11087version = "0.1.0"
11088dependencies = [
11089 "anyhow",
11090 "channel",
11091 "client",
11092 "component",
11093 "db",
11094 "gpui",
11095 "rpc",
11096 "sum_tree",
11097 "time",
11098 "ui",
11099 "util",
11100 "workspace",
11101 "zed_actions",
11102]
11103
11104[[package]]
11105name = "notify"
11106version = "6.1.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11109dependencies = [
11110 "bitflags 2.10.0",
11111 "crossbeam-channel",
11112 "filetime",
11113 "fsevent-sys",
11114 "inotify 0.9.6",
11115 "kqueue",
11116 "libc",
11117 "log",
11118 "mio 0.8.11",
11119 "walkdir",
11120 "windows-sys 0.48.0",
11121]
11122
11123[[package]]
11124name = "notify"
11125version = "8.2.0"
11126source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11127dependencies = [
11128 "bitflags 2.10.0",
11129 "fsevent-sys",
11130 "inotify 0.11.0",
11131 "kqueue",
11132 "libc",
11133 "log",
11134 "mio 1.1.0",
11135 "notify-types",
11136 "walkdir",
11137 "windows-sys 0.60.2",
11138]
11139
11140[[package]]
11141name = "notify-debouncer-mini"
11142version = "0.4.1"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11145dependencies = [
11146 "crossbeam-channel",
11147 "log",
11148 "notify 6.1.1",
11149]
11150
11151[[package]]
11152name = "notify-types"
11153version = "2.0.0"
11154source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11155
11156[[package]]
11157name = "ntapi"
11158version = "0.4.1"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11161dependencies = [
11162 "winapi",
11163]
11164
11165[[package]]
11166name = "nu-ansi-term"
11167version = "0.50.3"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11170dependencies = [
11171 "windows-sys 0.61.2",
11172]
11173
11174[[package]]
11175name = "nucleo"
11176version = "0.5.0"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11179dependencies = [
11180 "nucleo-matcher",
11181 "parking_lot",
11182 "rayon",
11183]
11184
11185[[package]]
11186name = "nucleo-matcher"
11187version = "0.3.1"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11190dependencies = [
11191 "memchr",
11192 "unicode-segmentation",
11193]
11194
11195[[package]]
11196name = "num"
11197version = "0.4.3"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11200dependencies = [
11201 "num-bigint",
11202 "num-complex",
11203 "num-integer",
11204 "num-iter",
11205 "num-rational",
11206 "num-traits",
11207]
11208
11209[[package]]
11210name = "num-bigint"
11211version = "0.4.6"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11214dependencies = [
11215 "num-integer",
11216 "num-traits",
11217]
11218
11219[[package]]
11220name = "num-bigint-dig"
11221version = "0.8.6"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11224dependencies = [
11225 "lazy_static",
11226 "libm",
11227 "num-integer",
11228 "num-iter",
11229 "num-traits",
11230 "rand 0.8.5",
11231 "smallvec",
11232 "zeroize",
11233]
11234
11235[[package]]
11236name = "num-bigint-dig"
11237version = "0.9.1"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11240dependencies = [
11241 "libm",
11242 "num-integer",
11243 "num-iter",
11244 "num-traits",
11245 "once_cell",
11246 "rand 0.9.3",
11247 "serde",
11248 "smallvec",
11249 "zeroize",
11250]
11251
11252[[package]]
11253name = "num-cmp"
11254version = "0.1.0"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11257
11258[[package]]
11259name = "num-complex"
11260version = "0.4.6"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11263dependencies = [
11264 "bytemuck",
11265 "num-traits",
11266]
11267
11268[[package]]
11269name = "num-conv"
11270version = "0.2.0"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11273
11274[[package]]
11275name = "num-derive"
11276version = "0.4.2"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11279dependencies = [
11280 "proc-macro2",
11281 "quote",
11282 "syn 2.0.117",
11283]
11284
11285[[package]]
11286name = "num-format"
11287version = "0.4.4"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11290dependencies = [
11291 "arrayvec",
11292 "itoa",
11293]
11294
11295[[package]]
11296name = "num-integer"
11297version = "0.1.46"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11300dependencies = [
11301 "num-traits",
11302]
11303
11304[[package]]
11305name = "num-iter"
11306version = "0.1.45"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11309dependencies = [
11310 "autocfg",
11311 "num-integer",
11312 "num-traits",
11313]
11314
11315[[package]]
11316name = "num-rational"
11317version = "0.4.2"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11320dependencies = [
11321 "num-bigint",
11322 "num-integer",
11323 "num-traits",
11324]
11325
11326[[package]]
11327name = "num-traits"
11328version = "0.2.19"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11331dependencies = [
11332 "autocfg",
11333 "libm",
11334]
11335
11336[[package]]
11337name = "num_cpus"
11338version = "1.17.0"
11339source = "registry+https://github.com/rust-lang/crates.io-index"
11340checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11341dependencies = [
11342 "hermit-abi",
11343 "libc",
11344]
11345
11346[[package]]
11347name = "num_enum"
11348version = "0.7.4"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11351dependencies = [
11352 "num_enum_derive",
11353 "rustversion",
11354]
11355
11356[[package]]
11357name = "num_enum_derive"
11358version = "0.7.4"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11361dependencies = [
11362 "proc-macro-crate",
11363 "proc-macro2",
11364 "quote",
11365 "syn 2.0.117",
11366]
11367
11368[[package]]
11369name = "num_threads"
11370version = "0.1.7"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11373dependencies = [
11374 "libc",
11375]
11376
11377[[package]]
11378name = "nvim-rs"
11379version = "0.9.2"
11380source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11381dependencies = [
11382 "async-trait",
11383 "futures 0.3.32",
11384 "log",
11385 "rmp",
11386 "rmpv",
11387 "tokio",
11388 "tokio-util",
11389]
11390
11391[[package]]
11392name = "objc"
11393version = "0.2.7"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11396dependencies = [
11397 "malloc_buf",
11398 "objc_exception",
11399]
11400
11401[[package]]
11402name = "objc-foundation"
11403version = "0.1.1"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11406dependencies = [
11407 "block",
11408 "objc",
11409 "objc_id",
11410]
11411
11412[[package]]
11413name = "objc2"
11414version = "0.6.3"
11415source = "registry+https://github.com/rust-lang/crates.io-index"
11416checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11417dependencies = [
11418 "objc2-encode",
11419]
11420
11421[[package]]
11422name = "objc2-app-kit"
11423version = "0.3.1"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11426dependencies = [
11427 "objc2",
11428 "objc2-foundation",
11429]
11430
11431[[package]]
11432name = "objc2-audio-toolbox"
11433version = "0.3.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11436dependencies = [
11437 "bitflags 2.10.0",
11438 "libc",
11439 "objc2",
11440 "objc2-core-audio",
11441 "objc2-core-audio-types",
11442 "objc2-core-foundation",
11443 "objc2-foundation",
11444]
11445
11446[[package]]
11447name = "objc2-avf-audio"
11448version = "0.3.2"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11451dependencies = [
11452 "objc2",
11453 "objc2-foundation",
11454]
11455
11456[[package]]
11457name = "objc2-core-audio"
11458version = "0.3.2"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11461dependencies = [
11462 "dispatch2",
11463 "objc2",
11464 "objc2-core-audio-types",
11465 "objc2-core-foundation",
11466 "objc2-foundation",
11467]
11468
11469[[package]]
11470name = "objc2-core-audio-types"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11474dependencies = [
11475 "bitflags 2.10.0",
11476 "objc2",
11477]
11478
11479[[package]]
11480name = "objc2-core-foundation"
11481version = "0.3.2"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11484dependencies = [
11485 "bitflags 2.10.0",
11486 "block2",
11487 "dispatch2",
11488 "libc",
11489 "objc2",
11490]
11491
11492[[package]]
11493name = "objc2-encode"
11494version = "4.1.0"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11497
11498[[package]]
11499name = "objc2-foundation"
11500version = "0.3.2"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11503dependencies = [
11504 "bitflags 2.10.0",
11505 "block2",
11506 "libc",
11507 "objc2",
11508 "objc2-core-foundation",
11509]
11510
11511[[package]]
11512name = "objc2-io-kit"
11513version = "0.3.2"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11516dependencies = [
11517 "libc",
11518 "objc2-core-foundation",
11519]
11520
11521[[package]]
11522name = "objc2-metal"
11523version = "0.3.2"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11526dependencies = [
11527 "bitflags 2.10.0",
11528 "block2",
11529 "dispatch2",
11530 "objc2",
11531 "objc2-core-foundation",
11532 "objc2-foundation",
11533]
11534
11535[[package]]
11536name = "objc2-quartz-core"
11537version = "0.3.2"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11540dependencies = [
11541 "bitflags 2.10.0",
11542 "objc2",
11543 "objc2-core-foundation",
11544 "objc2-foundation",
11545 "objc2-metal",
11546]
11547
11548[[package]]
11549name = "objc_exception"
11550version = "0.1.2"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11553dependencies = [
11554 "cc",
11555]
11556
11557[[package]]
11558name = "objc_id"
11559version = "0.1.1"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11562dependencies = [
11563 "objc",
11564]
11565
11566[[package]]
11567name = "object"
11568version = "0.37.3"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11571dependencies = [
11572 "crc32fast",
11573 "hashbrown 0.15.5",
11574 "indexmap",
11575 "memchr",
11576]
11577
11578[[package]]
11579name = "octocrab"
11580version = "0.49.7"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11583dependencies = [
11584 "arc-swap",
11585 "async-trait",
11586 "base64 0.22.1",
11587 "bytes 1.11.1",
11588 "cargo_metadata 0.23.1",
11589 "cfg-if",
11590 "chrono",
11591 "either",
11592 "futures 0.3.32",
11593 "futures-core",
11594 "futures-util",
11595 "getrandom 0.2.16",
11596 "http 1.3.1",
11597 "http-body 1.0.1",
11598 "http-body-util",
11599 "hyper 1.7.0",
11600 "hyper-rustls 0.27.7",
11601 "hyper-timeout",
11602 "hyper-util",
11603 "jsonwebtoken",
11604 "once_cell",
11605 "percent-encoding",
11606 "pin-project",
11607 "secrecy",
11608 "serde",
11609 "serde_json",
11610 "serde_path_to_error",
11611 "serde_urlencoded",
11612 "snafu",
11613 "tokio",
11614 "tower 0.5.2",
11615 "tower-http 0.6.6",
11616 "url",
11617 "web-time",
11618]
11619
11620[[package]]
11621name = "ollama"
11622version = "0.1.0"
11623dependencies = [
11624 "anyhow",
11625 "futures 0.3.32",
11626 "http_client",
11627 "schemars",
11628 "serde",
11629 "serde_json",
11630 "settings",
11631]
11632
11633[[package]]
11634name = "onboarding"
11635version = "0.1.0"
11636dependencies = [
11637 "anyhow",
11638 "client",
11639 "cloud_api_types",
11640 "collections",
11641 "component",
11642 "db",
11643 "documented",
11644 "fs",
11645 "fuzzy",
11646 "gpui",
11647 "menu",
11648 "notifications",
11649 "picker",
11650 "project",
11651 "schemars",
11652 "serde",
11653 "settings",
11654 "telemetry",
11655 "theme",
11656 "theme_settings",
11657 "ui",
11658 "util",
11659 "vim_mode_setting",
11660 "workspace",
11661 "zed_actions",
11662 "zlog",
11663]
11664
11665[[package]]
11666name = "once_cell"
11667version = "1.21.3"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11670
11671[[package]]
11672name = "once_cell_polyfill"
11673version = "1.70.1"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11676
11677[[package]]
11678name = "oo7"
11679version = "0.6.0"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11682dependencies = [
11683 "aes",
11684 "ashpd",
11685 "async-fs",
11686 "async-io",
11687 "async-lock 3.4.2",
11688 "blocking",
11689 "cbc",
11690 "cipher",
11691 "digest",
11692 "endi",
11693 "futures-lite 2.6.1",
11694 "futures-util",
11695 "getrandom 0.4.1",
11696 "hkdf",
11697 "hmac",
11698 "md-5",
11699 "num",
11700 "num-bigint-dig 0.9.1",
11701 "pbkdf2 0.12.2",
11702 "serde",
11703 "serde_bytes",
11704 "sha2",
11705 "subtle",
11706 "zbus",
11707 "zbus_macros",
11708 "zeroize",
11709 "zvariant",
11710]
11711
11712[[package]]
11713name = "oorandom"
11714version = "11.1.5"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11717
11718[[package]]
11719name = "open"
11720version = "5.3.2"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11723dependencies = [
11724 "is-wsl",
11725 "libc",
11726 "pathdiff",
11727]
11728
11729[[package]]
11730name = "open_ai"
11731version = "0.1.0"
11732dependencies = [
11733 "anyhow",
11734 "collections",
11735 "futures 0.3.32",
11736 "http_client",
11737 "language_model_core",
11738 "log",
11739 "pretty_assertions",
11740 "rand 0.9.3",
11741 "schemars",
11742 "serde",
11743 "serde_json",
11744 "strum 0.27.2",
11745 "thiserror 2.0.17",
11746 "tiktoken-rs",
11747]
11748
11749[[package]]
11750name = "open_path_prompt"
11751version = "0.1.0"
11752dependencies = [
11753 "editor",
11754 "file_icons",
11755 "futures 0.3.32",
11756 "fuzzy",
11757 "gpui",
11758 "picker",
11759 "project",
11760 "schemars",
11761 "serde",
11762 "serde_json",
11763 "settings",
11764 "theme",
11765 "theme_settings",
11766 "ui",
11767 "util",
11768 "workspace",
11769]
11770
11771[[package]]
11772name = "open_router"
11773version = "0.1.0"
11774dependencies = [
11775 "anyhow",
11776 "futures 0.3.32",
11777 "http_client",
11778 "language_model_core",
11779 "schemars",
11780 "serde",
11781 "serde_json",
11782 "settings",
11783 "strum 0.27.2",
11784 "thiserror 2.0.17",
11785]
11786
11787[[package]]
11788name = "opencode"
11789version = "0.1.0"
11790dependencies = [
11791 "anyhow",
11792 "futures 0.3.32",
11793 "google_ai",
11794 "http_client",
11795 "schemars",
11796 "serde",
11797 "serde_json",
11798 "strum 0.27.2",
11799]
11800
11801[[package]]
11802name = "opener"
11803version = "0.7.2"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11806dependencies = [
11807 "bstr",
11808 "dbus",
11809 "normpath",
11810 "windows-sys 0.59.0",
11811]
11812
11813[[package]]
11814name = "openssl"
11815version = "0.10.74"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11818dependencies = [
11819 "bitflags 2.10.0",
11820 "cfg-if",
11821 "foreign-types 0.3.2",
11822 "libc",
11823 "once_cell",
11824 "openssl-macros",
11825 "openssl-sys",
11826]
11827
11828[[package]]
11829name = "openssl-macros"
11830version = "0.1.1"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11833dependencies = [
11834 "proc-macro2",
11835 "quote",
11836 "syn 2.0.117",
11837]
11838
11839[[package]]
11840name = "openssl-probe"
11841version = "0.1.6"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11844
11845[[package]]
11846name = "openssl-sys"
11847version = "0.9.110"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11850dependencies = [
11851 "cc",
11852 "libc",
11853 "pkg-config",
11854 "vcpkg",
11855]
11856
11857[[package]]
11858name = "optfield"
11859version = "0.4.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11862dependencies = [
11863 "proc-macro2",
11864 "quote",
11865 "syn 2.0.117",
11866]
11867
11868[[package]]
11869name = "option-ext"
11870version = "0.2.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11873
11874[[package]]
11875name = "ordered-float"
11876version = "2.10.1"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11879dependencies = [
11880 "num-traits",
11881]
11882
11883[[package]]
11884name = "ordered-float"
11885version = "4.6.0"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11888dependencies = [
11889 "num-traits",
11890]
11891
11892[[package]]
11893name = "ordered-stream"
11894version = "0.2.0"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11897dependencies = [
11898 "futures-core",
11899 "pin-project-lite",
11900]
11901
11902[[package]]
11903name = "ouroboros"
11904version = "0.18.5"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11907dependencies = [
11908 "aliasable",
11909 "ouroboros_macro",
11910 "static_assertions",
11911]
11912
11913[[package]]
11914name = "ouroboros_macro"
11915version = "0.18.5"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11918dependencies = [
11919 "heck 0.4.1",
11920 "proc-macro2",
11921 "proc-macro2-diagnostics",
11922 "quote",
11923 "syn 2.0.117",
11924]
11925
11926[[package]]
11927name = "outline"
11928version = "0.1.0"
11929dependencies = [
11930 "editor",
11931 "fuzzy",
11932 "gpui",
11933 "indoc",
11934 "language",
11935 "lsp",
11936 "menu",
11937 "ordered-float 2.10.1",
11938 "picker",
11939 "project",
11940 "rope",
11941 "serde_json",
11942 "settings",
11943 "smol",
11944 "theme",
11945 "theme_settings",
11946 "ui",
11947 "util",
11948 "workspace",
11949 "zed_actions",
11950]
11951
11952[[package]]
11953name = "outline_panel"
11954version = "0.1.0"
11955dependencies = [
11956 "anyhow",
11957 "collections",
11958 "db",
11959 "editor",
11960 "file_icons",
11961 "fuzzy",
11962 "gpui",
11963 "itertools 0.14.0",
11964 "language",
11965 "log",
11966 "lsp",
11967 "menu",
11968 "outline",
11969 "pretty_assertions",
11970 "project",
11971 "search",
11972 "serde",
11973 "serde_json",
11974 "settings",
11975 "smallvec",
11976 "smol",
11977 "theme",
11978 "theme_settings",
11979 "ui",
11980 "util",
11981 "workspace",
11982 "worktree",
11983 "zed_actions",
11984]
11985
11986[[package]]
11987name = "outref"
11988version = "0.5.2"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11991
11992[[package]]
11993name = "p256"
11994version = "0.11.1"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11997dependencies = [
11998 "ecdsa",
11999 "elliptic-curve",
12000 "sha2",
12001]
12002
12003[[package]]
12004name = "page_size"
12005version = "0.6.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12008dependencies = [
12009 "libc",
12010 "winapi",
12011]
12012
12013[[package]]
12014name = "palette"
12015version = "0.7.6"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12018dependencies = [
12019 "approx",
12020 "fast-srgb8",
12021 "palette_derive",
12022]
12023
12024[[package]]
12025name = "palette_derive"
12026version = "0.7.6"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12029dependencies = [
12030 "by_address",
12031 "proc-macro2",
12032 "quote",
12033 "syn 2.0.117",
12034]
12035
12036[[package]]
12037name = "panel"
12038version = "0.1.0"
12039dependencies = [
12040 "gpui",
12041 "ui",
12042 "workspace",
12043]
12044
12045[[package]]
12046name = "parking"
12047version = "2.2.1"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12050
12051[[package]]
12052name = "parking_lot"
12053version = "0.12.5"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12056dependencies = [
12057 "lock_api",
12058 "parking_lot_core",
12059]
12060
12061[[package]]
12062name = "parking_lot_core"
12063version = "0.9.12"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12066dependencies = [
12067 "cfg-if",
12068 "libc",
12069 "redox_syscall 0.5.18",
12070 "smallvec",
12071 "windows-link 0.2.1",
12072]
12073
12074[[package]]
12075name = "parse_int"
12076version = "0.9.0"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12079dependencies = [
12080 "num-traits",
12081]
12082
12083[[package]]
12084name = "partial-json-fixer"
12085version = "0.5.3"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12088
12089[[package]]
12090name = "password-hash"
12091version = "0.4.2"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12094dependencies = [
12095 "base64ct",
12096 "rand_core 0.6.4",
12097 "subtle",
12098]
12099
12100[[package]]
12101name = "paste"
12102version = "1.0.15"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12105
12106[[package]]
12107name = "pastey"
12108version = "0.1.1"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12111
12112[[package]]
12113name = "pathdiff"
12114version = "0.2.3"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12117
12118[[package]]
12119name = "pathfinder_geometry"
12120version = "0.5.1"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12123dependencies = [
12124 "log",
12125 "pathfinder_simd",
12126]
12127
12128[[package]]
12129name = "pathfinder_simd"
12130version = "0.5.5"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12133dependencies = [
12134 "rustc_version",
12135]
12136
12137[[package]]
12138name = "paths"
12139version = "0.1.0"
12140dependencies = [
12141 "dirs",
12142 "ignore",
12143 "util",
12144]
12145
12146[[package]]
12147name = "pbjson"
12148version = "0.6.0"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12151dependencies = [
12152 "base64 0.21.7",
12153 "serde",
12154]
12155
12156[[package]]
12157name = "pbjson-build"
12158version = "0.6.2"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12161dependencies = [
12162 "heck 0.4.1",
12163 "itertools 0.11.0",
12164 "prost 0.12.6",
12165 "prost-types 0.12.6",
12166]
12167
12168[[package]]
12169name = "pbjson-types"
12170version = "0.6.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12173dependencies = [
12174 "bytes 1.11.1",
12175 "chrono",
12176 "pbjson",
12177 "pbjson-build",
12178 "prost 0.12.6",
12179 "prost-build 0.12.6",
12180 "serde",
12181]
12182
12183[[package]]
12184name = "pbkdf2"
12185version = "0.11.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12188dependencies = [
12189 "digest",
12190 "hmac",
12191 "password-hash",
12192 "sha2",
12193]
12194
12195[[package]]
12196name = "pbkdf2"
12197version = "0.12.2"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12200dependencies = [
12201 "digest",
12202 "hmac",
12203]
12204
12205[[package]]
12206name = "pciid-parser"
12207version = "0.8.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12210
12211[[package]]
12212name = "peg"
12213version = "0.8.5"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12216dependencies = [
12217 "peg-macros",
12218 "peg-runtime",
12219]
12220
12221[[package]]
12222name = "peg-macros"
12223version = "0.8.5"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12226dependencies = [
12227 "peg-runtime",
12228 "proc-macro2",
12229 "quote",
12230]
12231
12232[[package]]
12233name = "peg-runtime"
12234version = "0.8.5"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12237
12238[[package]]
12239name = "pem"
12240version = "3.0.6"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12243dependencies = [
12244 "base64 0.22.1",
12245 "serde_core",
12246]
12247
12248[[package]]
12249name = "pem-rfc7468"
12250version = "0.7.0"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12253dependencies = [
12254 "base64ct",
12255]
12256
12257[[package]]
12258name = "percent-encoding"
12259version = "2.3.2"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12262
12263[[package]]
12264name = "perf"
12265version = "0.1.0"
12266dependencies = [
12267 "collections",
12268 "serde",
12269 "serde_json",
12270]
12271
12272[[package]]
12273name = "pest"
12274version = "2.8.3"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12277dependencies = [
12278 "memchr",
12279 "ucd-trie",
12280]
12281
12282[[package]]
12283name = "pest_derive"
12284version = "2.8.3"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12287dependencies = [
12288 "pest",
12289 "pest_generator",
12290]
12291
12292[[package]]
12293name = "pest_generator"
12294version = "2.8.3"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12297dependencies = [
12298 "pest",
12299 "pest_meta",
12300 "proc-macro2",
12301 "quote",
12302 "syn 2.0.117",
12303]
12304
12305[[package]]
12306name = "pest_meta"
12307version = "2.8.3"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12310dependencies = [
12311 "pest",
12312 "sha2",
12313]
12314
12315[[package]]
12316name = "pet"
12317version = "0.1.0"
12318source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12319dependencies = [
12320 "clap",
12321 "env_logger 0.10.2",
12322 "lazy_static",
12323 "log",
12324 "msvc_spectre_libs",
12325 "pet-conda",
12326 "pet-core",
12327 "pet-env-var-path",
12328 "pet-fs",
12329 "pet-global-virtualenvs",
12330 "pet-homebrew",
12331 "pet-jsonrpc",
12332 "pet-linux-global-python",
12333 "pet-mac-commandlinetools",
12334 "pet-mac-python-org",
12335 "pet-mac-xcode",
12336 "pet-pipenv",
12337 "pet-pixi",
12338 "pet-poetry",
12339 "pet-pyenv",
12340 "pet-python-utils",
12341 "pet-reporter",
12342 "pet-telemetry",
12343 "pet-uv",
12344 "pet-venv",
12345 "pet-virtualenv",
12346 "pet-virtualenvwrapper",
12347 "pet-windows-registry",
12348 "pet-windows-store",
12349 "pet-winpython",
12350 "serde",
12351 "serde_json",
12352 "tracing",
12353 "tracing-subscriber",
12354 "winresource",
12355]
12356
12357[[package]]
12358name = "pet-conda"
12359version = "0.1.0"
12360source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12361dependencies = [
12362 "env_logger 0.10.2",
12363 "lazy_static",
12364 "log",
12365 "msvc_spectre_libs",
12366 "pet-core",
12367 "pet-fs",
12368 "pet-python-utils",
12369 "pet-reporter",
12370 "rayon",
12371 "regex",
12372 "serde",
12373 "serde_json",
12374 "yaml-rust2",
12375]
12376
12377[[package]]
12378name = "pet-core"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "clap",
12383 "lazy_static",
12384 "log",
12385 "msvc_spectre_libs",
12386 "pet-fs",
12387 "regex",
12388 "serde",
12389 "serde_json",
12390]
12391
12392[[package]]
12393name = "pet-env-var-path"
12394version = "0.1.0"
12395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12396dependencies = [
12397 "lazy_static",
12398 "log",
12399 "msvc_spectre_libs",
12400 "pet-conda",
12401 "pet-core",
12402 "pet-fs",
12403 "pet-python-utils",
12404 "pet-virtualenv",
12405 "regex",
12406]
12407
12408[[package]]
12409name = "pet-fs"
12410version = "0.1.0"
12411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12412dependencies = [
12413 "glob",
12414 "log",
12415 "msvc_spectre_libs",
12416 "windows-sys 0.59.0",
12417]
12418
12419[[package]]
12420name = "pet-global-virtualenvs"
12421version = "0.1.0"
12422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12423dependencies = [
12424 "log",
12425 "msvc_spectre_libs",
12426 "pet-conda",
12427 "pet-core",
12428 "pet-fs",
12429 "pet-virtualenv",
12430]
12431
12432[[package]]
12433name = "pet-homebrew"
12434version = "0.1.0"
12435source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12436dependencies = [
12437 "lazy_static",
12438 "log",
12439 "msvc_spectre_libs",
12440 "pet-conda",
12441 "pet-core",
12442 "pet-fs",
12443 "pet-python-utils",
12444 "pet-virtualenv",
12445 "rayon",
12446 "regex",
12447 "serde",
12448 "serde_json",
12449]
12450
12451[[package]]
12452name = "pet-jsonrpc"
12453version = "0.1.0"
12454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12455dependencies = [
12456 "env_logger 0.10.2",
12457 "log",
12458 "msvc_spectre_libs",
12459 "pet-core",
12460 "serde",
12461 "serde_json",
12462]
12463
12464[[package]]
12465name = "pet-linux-global-python"
12466version = "0.1.0"
12467source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12468dependencies = [
12469 "log",
12470 "msvc_spectre_libs",
12471 "pet-core",
12472 "pet-fs",
12473 "pet-python-utils",
12474 "pet-virtualenv",
12475]
12476
12477[[package]]
12478name = "pet-mac-commandlinetools"
12479version = "0.1.0"
12480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12481dependencies = [
12482 "log",
12483 "msvc_spectre_libs",
12484 "pet-core",
12485 "pet-fs",
12486 "pet-python-utils",
12487 "pet-virtualenv",
12488]
12489
12490[[package]]
12491name = "pet-mac-python-org"
12492version = "0.1.0"
12493source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12494dependencies = [
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-fs",
12499 "pet-python-utils",
12500 "pet-virtualenv",
12501]
12502
12503[[package]]
12504name = "pet-mac-xcode"
12505version = "0.1.0"
12506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12507dependencies = [
12508 "log",
12509 "msvc_spectre_libs",
12510 "pet-core",
12511 "pet-fs",
12512 "pet-python-utils",
12513 "pet-virtualenv",
12514]
12515
12516[[package]]
12517name = "pet-pipenv"
12518version = "0.1.0"
12519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12520dependencies = [
12521 "lazy_static",
12522 "log",
12523 "msvc_spectre_libs",
12524 "pet-core",
12525 "pet-fs",
12526 "pet-python-utils",
12527 "pet-virtualenv",
12528 "regex",
12529]
12530
12531[[package]]
12532name = "pet-pixi"
12533version = "0.1.0"
12534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12535dependencies = [
12536 "log",
12537 "msvc_spectre_libs",
12538 "pet-conda",
12539 "pet-core",
12540 "pet-python-utils",
12541]
12542
12543[[package]]
12544name = "pet-poetry"
12545version = "0.1.0"
12546source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12547dependencies = [
12548 "base64 0.22.1",
12549 "lazy_static",
12550 "log",
12551 "msvc_spectre_libs",
12552 "pet-core",
12553 "pet-fs",
12554 "pet-python-utils",
12555 "pet-reporter",
12556 "pet-virtualenv",
12557 "regex",
12558 "serde",
12559 "serde_json",
12560 "sha2",
12561 "toml 0.8.23",
12562]
12563
12564[[package]]
12565name = "pet-pyenv"
12566version = "0.1.0"
12567source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12568dependencies = [
12569 "lazy_static",
12570 "log",
12571 "msvc_spectre_libs",
12572 "pet-conda",
12573 "pet-core",
12574 "pet-fs",
12575 "pet-python-utils",
12576 "pet-reporter",
12577 "regex",
12578 "serde",
12579 "serde_json",
12580]
12581
12582[[package]]
12583name = "pet-python-utils"
12584version = "0.1.0"
12585source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12586dependencies = [
12587 "env_logger 0.10.2",
12588 "lazy_static",
12589 "log",
12590 "msvc_spectre_libs",
12591 "pet-core",
12592 "pet-fs",
12593 "regex",
12594 "serde",
12595 "serde_json",
12596 "sha2",
12597]
12598
12599[[package]]
12600name = "pet-reporter"
12601version = "0.1.0"
12602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12603dependencies = [
12604 "env_logger 0.10.2",
12605 "log",
12606 "msvc_spectre_libs",
12607 "pet-core",
12608 "pet-jsonrpc",
12609 "serde",
12610 "serde_json",
12611]
12612
12613[[package]]
12614name = "pet-telemetry"
12615version = "0.1.0"
12616source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12617dependencies = [
12618 "env_logger 0.10.2",
12619 "lazy_static",
12620 "log",
12621 "msvc_spectre_libs",
12622 "pet-core",
12623 "pet-fs",
12624 "pet-python-utils",
12625 "regex",
12626]
12627
12628[[package]]
12629name = "pet-uv"
12630version = "0.1.0"
12631source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12632dependencies = [
12633 "log",
12634 "pet-core",
12635 "pet-python-utils",
12636 "serde",
12637 "toml 0.9.8",
12638]
12639
12640[[package]]
12641name = "pet-venv"
12642version = "0.1.0"
12643source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12644dependencies = [
12645 "log",
12646 "msvc_spectre_libs",
12647 "pet-core",
12648 "pet-python-utils",
12649 "pet-virtualenv",
12650]
12651
12652[[package]]
12653name = "pet-virtualenv"
12654version = "0.1.0"
12655source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12656dependencies = [
12657 "log",
12658 "msvc_spectre_libs",
12659 "pet-core",
12660 "pet-fs",
12661 "pet-python-utils",
12662]
12663
12664[[package]]
12665name = "pet-virtualenvwrapper"
12666version = "0.1.0"
12667source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12668dependencies = [
12669 "log",
12670 "msvc_spectre_libs",
12671 "pet-core",
12672 "pet-fs",
12673 "pet-python-utils",
12674 "pet-virtualenv",
12675]
12676
12677[[package]]
12678name = "pet-windows-registry"
12679version = "0.1.0"
12680source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12681dependencies = [
12682 "lazy_static",
12683 "log",
12684 "msvc_spectre_libs",
12685 "pet-conda",
12686 "pet-core",
12687 "pet-fs",
12688 "pet-python-utils",
12689 "pet-virtualenv",
12690 "pet-windows-store",
12691 "regex",
12692 "winreg 0.55.0",
12693]
12694
12695[[package]]
12696name = "pet-windows-store"
12697version = "0.1.0"
12698source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12699dependencies = [
12700 "lazy_static",
12701 "log",
12702 "msvc_spectre_libs",
12703 "pet-core",
12704 "pet-fs",
12705 "pet-python-utils",
12706 "pet-virtualenv",
12707 "regex",
12708 "winreg 0.55.0",
12709]
12710
12711[[package]]
12712name = "pet-winpython"
12713version = "0.1.0"
12714source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12715dependencies = [
12716 "lazy_static",
12717 "log",
12718 "pet-core",
12719 "pet-fs",
12720 "pet-python-utils",
12721 "pet-virtualenv",
12722 "regex",
12723]
12724
12725[[package]]
12726name = "petgraph"
12727version = "0.6.5"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12730dependencies = [
12731 "fixedbitset 0.4.2",
12732 "indexmap",
12733]
12734
12735[[package]]
12736name = "pgvector"
12737version = "0.4.1"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12740dependencies = [
12741 "serde",
12742]
12743
12744[[package]]
12745name = "phf"
12746version = "0.11.3"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12749dependencies = [
12750 "phf_macros 0.11.3",
12751 "phf_shared 0.11.3",
12752]
12753
12754[[package]]
12755name = "phf"
12756version = "0.12.1"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12759dependencies = [
12760 "phf_macros 0.12.1",
12761 "phf_shared 0.12.1",
12762]
12763
12764[[package]]
12765name = "phf_codegen"
12766version = "0.11.3"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12769dependencies = [
12770 "phf_generator 0.11.3",
12771 "phf_shared 0.11.3",
12772]
12773
12774[[package]]
12775name = "phf_generator"
12776version = "0.11.3"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12779dependencies = [
12780 "phf_shared 0.11.3",
12781 "rand 0.8.5",
12782]
12783
12784[[package]]
12785name = "phf_generator"
12786version = "0.12.1"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12789dependencies = [
12790 "fastrand 2.3.0",
12791 "phf_shared 0.12.1",
12792]
12793
12794[[package]]
12795name = "phf_macros"
12796version = "0.11.3"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12799dependencies = [
12800 "phf_generator 0.11.3",
12801 "phf_shared 0.11.3",
12802 "proc-macro2",
12803 "quote",
12804 "syn 2.0.117",
12805]
12806
12807[[package]]
12808name = "phf_macros"
12809version = "0.12.1"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12812dependencies = [
12813 "phf_generator 0.12.1",
12814 "phf_shared 0.12.1",
12815 "proc-macro2",
12816 "quote",
12817 "syn 2.0.117",
12818]
12819
12820[[package]]
12821name = "phf_shared"
12822version = "0.11.3"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12825dependencies = [
12826 "siphasher 1.0.1",
12827]
12828
12829[[package]]
12830name = "phf_shared"
12831version = "0.12.1"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12834dependencies = [
12835 "siphasher 1.0.1",
12836]
12837
12838[[package]]
12839name = "picker"
12840version = "0.1.0"
12841dependencies = [
12842 "anyhow",
12843 "editor",
12844 "gpui",
12845 "menu",
12846 "schemars",
12847 "serde",
12848 "settings",
12849 "theme",
12850 "theme_settings",
12851 "ui",
12852 "ui_input",
12853 "workspace",
12854 "zed_actions",
12855]
12856
12857[[package]]
12858name = "pico-args"
12859version = "0.5.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12862
12863[[package]]
12864name = "pin-project"
12865version = "1.1.10"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12868dependencies = [
12869 "pin-project-internal",
12870]
12871
12872[[package]]
12873name = "pin-project-internal"
12874version = "1.1.10"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12877dependencies = [
12878 "proc-macro2",
12879 "quote",
12880 "syn 2.0.117",
12881]
12882
12883[[package]]
12884name = "pin-project-lite"
12885version = "0.2.16"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12888
12889[[package]]
12890name = "pin-utils"
12891version = "0.1.0"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12894
12895[[package]]
12896name = "piper"
12897version = "0.2.4"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12900dependencies = [
12901 "atomic-waker",
12902 "fastrand 2.3.0",
12903 "futures-io",
12904]
12905
12906[[package]]
12907name = "pkcs1"
12908version = "0.7.5"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12911dependencies = [
12912 "der 0.7.10",
12913 "pkcs8 0.10.2",
12914 "spki 0.7.3",
12915]
12916
12917[[package]]
12918name = "pkcs8"
12919version = "0.9.0"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12922dependencies = [
12923 "der 0.6.1",
12924 "spki 0.6.0",
12925]
12926
12927[[package]]
12928name = "pkcs8"
12929version = "0.10.2"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12932dependencies = [
12933 "der 0.7.10",
12934 "spki 0.7.3",
12935]
12936
12937[[package]]
12938name = "pkg-config"
12939version = "0.3.32"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12942
12943[[package]]
12944name = "plain"
12945version = "0.2.3"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12948
12949[[package]]
12950name = "platform_title_bar"
12951version = "0.1.0"
12952dependencies = [
12953 "gpui",
12954 "project",
12955 "settings",
12956 "smallvec",
12957 "theme",
12958 "theme_settings",
12959 "ui",
12960 "windows 0.61.3",
12961 "workspace",
12962 "zed_actions",
12963]
12964
12965[[package]]
12966name = "plist"
12967version = "1.8.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12970dependencies = [
12971 "base64 0.22.1",
12972 "indexmap",
12973 "quick-xml 0.38.3",
12974 "serde",
12975 "time",
12976]
12977
12978[[package]]
12979name = "plotters"
12980version = "0.3.7"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12983dependencies = [
12984 "num-traits",
12985 "plotters-backend",
12986 "plotters-svg",
12987 "wasm-bindgen",
12988 "web-sys",
12989]
12990
12991[[package]]
12992name = "plotters-backend"
12993version = "0.3.7"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12996
12997[[package]]
12998name = "plotters-svg"
12999version = "0.3.7"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13002dependencies = [
13003 "plotters-backend",
13004]
13005
13006[[package]]
13007name = "png"
13008version = "0.17.16"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13011dependencies = [
13012 "bitflags 1.3.2",
13013 "crc32fast",
13014 "fdeflate",
13015 "flate2",
13016 "miniz_oxide",
13017]
13018
13019[[package]]
13020name = "png"
13021version = "0.18.0"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13024dependencies = [
13025 "bitflags 2.10.0",
13026 "crc32fast",
13027 "fdeflate",
13028 "flate2",
13029 "miniz_oxide",
13030]
13031
13032[[package]]
13033name = "polling"
13034version = "3.11.0"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13037dependencies = [
13038 "cfg-if",
13039 "concurrent-queue",
13040 "hermit-abi",
13041 "pin-project-lite",
13042 "rustix 1.1.2",
13043 "windows-sys 0.61.2",
13044]
13045
13046[[package]]
13047name = "pollster"
13048version = "0.2.5"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13051
13052[[package]]
13053name = "pollster"
13054version = "0.4.0"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13057
13058[[package]]
13059name = "pori"
13060version = "0.0.0"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13063dependencies = [
13064 "nom 7.1.3",
13065]
13066
13067[[package]]
13068name = "portable-atomic"
13069version = "1.11.1"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13072
13073[[package]]
13074name = "portable-atomic-util"
13075version = "0.2.4"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13078dependencies = [
13079 "portable-atomic",
13080]
13081
13082[[package]]
13083name = "portable-pty"
13084version = "0.9.0"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13087dependencies = [
13088 "anyhow",
13089 "bitflags 1.3.2",
13090 "downcast-rs",
13091 "filedescriptor",
13092 "lazy_static",
13093 "libc",
13094 "log",
13095 "nix 0.28.0",
13096 "serial2",
13097 "shared_library",
13098 "shell-words",
13099 "winapi",
13100 "winreg 0.10.1",
13101]
13102
13103[[package]]
13104name = "postage"
13105version = "0.5.0"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13108dependencies = [
13109 "atomic",
13110 "crossbeam-queue",
13111 "futures 0.3.32",
13112 "log",
13113 "parking_lot",
13114 "pin-project",
13115 "pollster 0.2.5",
13116 "static_assertions",
13117 "thiserror 1.0.69",
13118]
13119
13120[[package]]
13121name = "postcard"
13122version = "1.1.3"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13125dependencies = [
13126 "cobs",
13127 "embedded-io 0.4.0",
13128 "embedded-io 0.6.1",
13129 "serde",
13130]
13131
13132[[package]]
13133name = "potential_utf"
13134version = "0.1.3"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13137dependencies = [
13138 "zerovec",
13139]
13140
13141[[package]]
13142name = "powerfmt"
13143version = "0.2.0"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13146
13147[[package]]
13148name = "ppv-lite86"
13149version = "0.2.21"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13152dependencies = [
13153 "zerocopy",
13154]
13155
13156[[package]]
13157name = "precomputed-hash"
13158version = "0.1.1"
13159source = "registry+https://github.com/rust-lang/crates.io-index"
13160checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13161
13162[[package]]
13163name = "presser"
13164version = "0.3.1"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13167
13168[[package]]
13169name = "prettier"
13170version = "0.1.0"
13171dependencies = [
13172 "anyhow",
13173 "collections",
13174 "fs",
13175 "gpui",
13176 "language",
13177 "log",
13178 "lsp",
13179 "node_runtime",
13180 "parking_lot",
13181 "paths",
13182 "serde",
13183 "serde_json",
13184 "util",
13185]
13186
13187[[package]]
13188name = "pretty_assertions"
13189version = "1.4.1"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13192dependencies = [
13193 "diff",
13194 "yansi",
13195]
13196
13197[[package]]
13198name = "prettyplease"
13199version = "0.2.37"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13202dependencies = [
13203 "proc-macro2",
13204 "syn 2.0.117",
13205]
13206
13207[[package]]
13208name = "primal-check"
13209version = "0.3.4"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13212dependencies = [
13213 "num-integer",
13214]
13215
13216[[package]]
13217name = "proc-macro-crate"
13218version = "3.4.0"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13221dependencies = [
13222 "toml_edit 0.23.7",
13223]
13224
13225[[package]]
13226name = "proc-macro-error"
13227version = "1.0.4"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13230dependencies = [
13231 "proc-macro-error-attr",
13232 "proc-macro2",
13233 "quote",
13234 "syn 1.0.109",
13235 "version_check",
13236]
13237
13238[[package]]
13239name = "proc-macro-error-attr"
13240version = "1.0.4"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13243dependencies = [
13244 "proc-macro2",
13245 "quote",
13246 "version_check",
13247]
13248
13249[[package]]
13250name = "proc-macro-error-attr2"
13251version = "2.0.0"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13254dependencies = [
13255 "proc-macro2",
13256 "quote",
13257]
13258
13259[[package]]
13260name = "proc-macro-error2"
13261version = "2.0.1"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13264dependencies = [
13265 "proc-macro-error-attr2",
13266 "proc-macro2",
13267 "quote",
13268 "syn 2.0.117",
13269]
13270
13271[[package]]
13272name = "proc-macro2"
13273version = "1.0.101"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13276dependencies = [
13277 "unicode-ident",
13278]
13279
13280[[package]]
13281name = "proc-macro2-diagnostics"
13282version = "0.10.1"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13285dependencies = [
13286 "proc-macro2",
13287 "quote",
13288 "syn 2.0.117",
13289 "version_check",
13290 "yansi",
13291]
13292
13293[[package]]
13294name = "procfs-core"
13295version = "0.17.0"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13298dependencies = [
13299 "bitflags 2.10.0",
13300 "hex",
13301 "serde",
13302]
13303
13304[[package]]
13305name = "profiling"
13306version = "1.0.17"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13309dependencies = [
13310 "profiling-procmacros",
13311]
13312
13313[[package]]
13314name = "profiling-procmacros"
13315version = "1.0.17"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13318dependencies = [
13319 "quote",
13320 "syn 2.0.117",
13321]
13322
13323[[package]]
13324name = "project"
13325version = "0.1.0"
13326dependencies = [
13327 "aho-corasick",
13328 "anyhow",
13329 "askpass",
13330 "async-trait",
13331 "base64 0.22.1",
13332 "buffer_diff",
13333 "circular-buffer",
13334 "client",
13335 "clock",
13336 "collections",
13337 "context_server",
13338 "credentials_provider",
13339 "dap",
13340 "encoding_rs",
13341 "extension",
13342 "fancy-regex 0.17.0",
13343 "fs",
13344 "futures 0.3.32",
13345 "fuzzy",
13346 "fuzzy_nucleo",
13347 "git",
13348 "git2",
13349 "git_hosting_providers",
13350 "globset",
13351 "gpui",
13352 "http_client",
13353 "image",
13354 "indexmap",
13355 "itertools 0.14.0",
13356 "language",
13357 "log",
13358 "lsp",
13359 "markdown",
13360 "node_runtime",
13361 "parking_lot",
13362 "paths",
13363 "percent-encoding",
13364 "postage",
13365 "prettier",
13366 "pretty_assertions",
13367 "project",
13368 "rand 0.9.3",
13369 "regex",
13370 "release_channel",
13371 "remote",
13372 "rpc",
13373 "schemars",
13374 "semver",
13375 "serde",
13376 "serde_json",
13377 "settings",
13378 "sha2",
13379 "shellexpand",
13380 "smallvec",
13381 "smol",
13382 "snippet",
13383 "snippet_provider",
13384 "sum_tree",
13385 "task",
13386 "tempfile",
13387 "terminal",
13388 "text",
13389 "toml 0.8.23",
13390 "tracing",
13391 "unindent",
13392 "url",
13393 "util",
13394 "watch",
13395 "wax",
13396 "which 6.0.3",
13397 "worktree",
13398 "zed_credentials_provider",
13399 "zeroize",
13400 "zlog",
13401 "ztracing",
13402]
13403
13404[[package]]
13405name = "project_benchmarks"
13406version = "0.1.0"
13407dependencies = [
13408 "anyhow",
13409 "askpass",
13410 "clap",
13411 "client",
13412 "futures 0.3.32",
13413 "gpui",
13414 "gpui_platform",
13415 "http_client",
13416 "language",
13417 "node_runtime",
13418 "project",
13419 "release_channel",
13420 "remote",
13421 "rpassword",
13422 "semver",
13423 "settings",
13424 "watch",
13425]
13426
13427[[package]]
13428name = "project_panel"
13429version = "0.1.0"
13430dependencies = [
13431 "anyhow",
13432 "client",
13433 "collections",
13434 "command_palette_hooks",
13435 "criterion",
13436 "editor",
13437 "feature_flags",
13438 "file_icons",
13439 "fs",
13440 "futures 0.3.32",
13441 "git",
13442 "git_ui",
13443 "gpui",
13444 "itertools 0.14.0",
13445 "language",
13446 "menu",
13447 "notifications",
13448 "pretty_assertions",
13449 "project",
13450 "rayon",
13451 "remote_connection",
13452 "schemars",
13453 "search",
13454 "serde",
13455 "serde_json",
13456 "settings",
13457 "smallvec",
13458 "telemetry",
13459 "tempfile",
13460 "theme",
13461 "theme_settings",
13462 "ui",
13463 "util",
13464 "workspace",
13465 "worktree",
13466 "zed_actions",
13467]
13468
13469[[package]]
13470name = "project_symbols"
13471version = "0.1.0"
13472dependencies = [
13473 "anyhow",
13474 "editor",
13475 "futures 0.3.32",
13476 "fuzzy",
13477 "gpui",
13478 "language",
13479 "lsp",
13480 "ordered-float 2.10.1",
13481 "picker",
13482 "project",
13483 "release_channel",
13484 "semver",
13485 "serde_json",
13486 "settings",
13487 "theme",
13488 "theme_settings",
13489 "util",
13490 "workspace",
13491]
13492
13493[[package]]
13494name = "prometheus"
13495version = "0.14.0"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13498dependencies = [
13499 "cfg-if",
13500 "fnv",
13501 "lazy_static",
13502 "memchr",
13503 "parking_lot",
13504 "protobuf",
13505 "thiserror 2.0.17",
13506]
13507
13508[[package]]
13509name = "prompt_store"
13510version = "0.1.0"
13511dependencies = [
13512 "anyhow",
13513 "assets",
13514 "chrono",
13515 "collections",
13516 "fs",
13517 "futures 0.3.32",
13518 "fuzzy",
13519 "gpui",
13520 "handlebars 4.5.0",
13521 "heed",
13522 "language",
13523 "log",
13524 "parking_lot",
13525 "paths",
13526 "rope",
13527 "serde",
13528 "strum 0.27.2",
13529 "tempfile",
13530 "text",
13531 "util",
13532 "uuid",
13533]
13534
13535[[package]]
13536name = "proptest"
13537version = "1.10.0"
13538source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13539dependencies = [
13540 "bit-set 0.8.0",
13541 "bit-vec 0.8.0",
13542 "bitflags 2.10.0",
13543 "num-traits",
13544 "proptest-macro",
13545 "rand 0.9.3",
13546 "rand_chacha 0.9.0",
13547 "rand_xorshift",
13548 "regex-syntax",
13549 "rusty-fork",
13550 "tempfile",
13551 "unarray",
13552]
13553
13554[[package]]
13555name = "proptest-derive"
13556version = "0.8.0"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13559dependencies = [
13560 "proc-macro2",
13561 "quote",
13562 "syn 2.0.117",
13563]
13564
13565[[package]]
13566name = "proptest-macro"
13567version = "0.5.0"
13568source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13569dependencies = [
13570 "convert_case 0.11.0",
13571 "proc-macro2",
13572 "quote",
13573 "syn 2.0.117",
13574]
13575
13576[[package]]
13577name = "prost"
13578version = "0.9.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13581dependencies = [
13582 "bytes 1.11.1",
13583 "prost-derive 0.9.0",
13584]
13585
13586[[package]]
13587name = "prost"
13588version = "0.12.6"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13591dependencies = [
13592 "bytes 1.11.1",
13593 "prost-derive 0.12.6",
13594]
13595
13596[[package]]
13597name = "prost-build"
13598version = "0.9.0"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13601dependencies = [
13602 "bytes 1.11.1",
13603 "heck 0.3.3",
13604 "itertools 0.10.5",
13605 "lazy_static",
13606 "log",
13607 "multimap",
13608 "petgraph",
13609 "prost 0.9.0",
13610 "prost-types 0.9.0",
13611 "regex",
13612 "tempfile",
13613 "which 4.4.2",
13614]
13615
13616[[package]]
13617name = "prost-build"
13618version = "0.12.6"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13621dependencies = [
13622 "bytes 1.11.1",
13623 "heck 0.4.1",
13624 "itertools 0.10.5",
13625 "log",
13626 "multimap",
13627 "once_cell",
13628 "petgraph",
13629 "prettyplease",
13630 "prost 0.12.6",
13631 "prost-types 0.12.6",
13632 "regex",
13633 "syn 2.0.117",
13634 "tempfile",
13635]
13636
13637[[package]]
13638name = "prost-derive"
13639version = "0.9.0"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13642dependencies = [
13643 "anyhow",
13644 "itertools 0.10.5",
13645 "proc-macro2",
13646 "quote",
13647 "syn 1.0.109",
13648]
13649
13650[[package]]
13651name = "prost-derive"
13652version = "0.12.6"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13655dependencies = [
13656 "anyhow",
13657 "itertools 0.10.5",
13658 "proc-macro2",
13659 "quote",
13660 "syn 2.0.117",
13661]
13662
13663[[package]]
13664name = "prost-types"
13665version = "0.9.0"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13668dependencies = [
13669 "bytes 1.11.1",
13670 "prost 0.9.0",
13671]
13672
13673[[package]]
13674name = "prost-types"
13675version = "0.12.6"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13678dependencies = [
13679 "prost 0.12.6",
13680]
13681
13682[[package]]
13683name = "proto"
13684version = "0.1.0"
13685dependencies = [
13686 "anyhow",
13687 "prost 0.9.0",
13688 "prost-build 0.9.0",
13689 "serde",
13690]
13691
13692[[package]]
13693name = "protobuf"
13694version = "3.7.2"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13697dependencies = [
13698 "once_cell",
13699 "protobuf-support",
13700 "thiserror 1.0.69",
13701]
13702
13703[[package]]
13704name = "protobuf-support"
13705version = "3.7.2"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13708dependencies = [
13709 "thiserror 1.0.69",
13710]
13711
13712[[package]]
13713name = "psm"
13714version = "0.1.30"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13717dependencies = [
13718 "ar_archive_writer",
13719 "cc",
13720]
13721
13722[[package]]
13723name = "ptr_meta"
13724version = "0.1.4"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13727dependencies = [
13728 "ptr_meta_derive",
13729]
13730
13731[[package]]
13732name = "ptr_meta_derive"
13733version = "0.1.4"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13736dependencies = [
13737 "proc-macro2",
13738 "quote",
13739 "syn 1.0.109",
13740]
13741
13742[[package]]
13743name = "pulldown-cmark"
13744version = "0.10.3"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13747dependencies = [
13748 "bitflags 2.10.0",
13749 "memchr",
13750 "pulldown-cmark-escape",
13751 "unicase",
13752]
13753
13754[[package]]
13755name = "pulldown-cmark"
13756version = "0.13.0"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13759dependencies = [
13760 "bitflags 2.10.0",
13761 "memchr",
13762 "unicase",
13763]
13764
13765[[package]]
13766name = "pulldown-cmark-escape"
13767version = "0.10.1"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13770
13771[[package]]
13772name = "pulley-interpreter"
13773version = "36.0.7"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13776dependencies = [
13777 "cranelift-bitset",
13778 "log",
13779 "pulley-macros",
13780 "wasmtime-internal-math",
13781]
13782
13783[[package]]
13784name = "pulley-macros"
13785version = "36.0.7"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13788dependencies = [
13789 "proc-macro2",
13790 "quote",
13791 "syn 2.0.117",
13792]
13793
13794[[package]]
13795name = "pulp"
13796version = "0.18.22"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13799dependencies = [
13800 "bytemuck",
13801 "libm",
13802 "num-complex",
13803 "reborrow",
13804]
13805
13806[[package]]
13807name = "pulp"
13808version = "0.21.5"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13811dependencies = [
13812 "bytemuck",
13813 "cfg-if",
13814 "libm",
13815 "num-complex",
13816 "reborrow",
13817 "version_check",
13818]
13819
13820[[package]]
13821name = "pxfm"
13822version = "0.1.25"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13825dependencies = [
13826 "num-traits",
13827]
13828
13829[[package]]
13830name = "qoi"
13831version = "0.4.1"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13834dependencies = [
13835 "bytemuck",
13836]
13837
13838[[package]]
13839name = "quick-error"
13840version = "1.2.3"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13843
13844[[package]]
13845name = "quick-error"
13846version = "2.0.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13849
13850[[package]]
13851name = "quick-xml"
13852version = "0.30.0"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13855dependencies = [
13856 "memchr",
13857]
13858
13859[[package]]
13860name = "quick-xml"
13861version = "0.37.5"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13864dependencies = [
13865 "memchr",
13866]
13867
13868[[package]]
13869name = "quick-xml"
13870version = "0.38.3"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13873dependencies = [
13874 "memchr",
13875]
13876
13877[[package]]
13878name = "quinn"
13879version = "0.11.9"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13882dependencies = [
13883 "bytes 1.11.1",
13884 "cfg_aliases 0.2.1",
13885 "pin-project-lite",
13886 "quinn-proto",
13887 "quinn-udp",
13888 "rustc-hash 2.1.1",
13889 "rustls 0.23.33",
13890 "socket2 0.6.1",
13891 "thiserror 2.0.17",
13892 "tokio",
13893 "tracing",
13894 "web-time",
13895]
13896
13897[[package]]
13898name = "quinn-proto"
13899version = "0.11.13"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13902dependencies = [
13903 "bytes 1.11.1",
13904 "getrandom 0.3.4",
13905 "lru-slab",
13906 "rand 0.9.3",
13907 "ring",
13908 "rustc-hash 2.1.1",
13909 "rustls 0.23.33",
13910 "rustls-pki-types",
13911 "slab",
13912 "thiserror 2.0.17",
13913 "tinyvec",
13914 "tracing",
13915 "web-time",
13916]
13917
13918[[package]]
13919name = "quinn-udp"
13920version = "0.5.14"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13923dependencies = [
13924 "cfg_aliases 0.2.1",
13925 "libc",
13926 "once_cell",
13927 "socket2 0.6.1",
13928 "tracing",
13929 "windows-sys 0.60.2",
13930]
13931
13932[[package]]
13933name = "quote"
13934version = "1.0.41"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13937dependencies = [
13938 "proc-macro2",
13939]
13940
13941[[package]]
13942name = "r-efi"
13943version = "5.3.0"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13946
13947[[package]]
13948name = "radium"
13949version = "0.7.0"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13952
13953[[package]]
13954name = "rand"
13955version = "0.3.23"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13958dependencies = [
13959 "libc",
13960 "rand 0.4.6",
13961]
13962
13963[[package]]
13964name = "rand"
13965version = "0.4.6"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13968dependencies = [
13969 "fuchsia-cprng",
13970 "libc",
13971 "rand_core 0.3.1",
13972 "rdrand",
13973 "winapi",
13974]
13975
13976[[package]]
13977name = "rand"
13978version = "0.8.5"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13981dependencies = [
13982 "libc",
13983 "rand_chacha 0.3.1",
13984 "rand_core 0.6.4",
13985]
13986
13987[[package]]
13988name = "rand"
13989version = "0.9.3"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13992dependencies = [
13993 "rand_chacha 0.9.0",
13994 "rand_core 0.9.3",
13995]
13996
13997[[package]]
13998name = "rand_chacha"
13999version = "0.3.1"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14002dependencies = [
14003 "ppv-lite86",
14004 "rand_core 0.6.4",
14005]
14006
14007[[package]]
14008name = "rand_chacha"
14009version = "0.9.0"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14012dependencies = [
14013 "ppv-lite86",
14014 "rand_core 0.9.3",
14015]
14016
14017[[package]]
14018name = "rand_core"
14019version = "0.3.1"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14022dependencies = [
14023 "rand_core 0.4.2",
14024]
14025
14026[[package]]
14027name = "rand_core"
14028version = "0.4.2"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14031
14032[[package]]
14033name = "rand_core"
14034version = "0.6.4"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14037dependencies = [
14038 "getrandom 0.2.16",
14039]
14040
14041[[package]]
14042name = "rand_core"
14043version = "0.9.3"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14046dependencies = [
14047 "getrandom 0.3.4",
14048]
14049
14050[[package]]
14051name = "rand_distr"
14052version = "0.5.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14055dependencies = [
14056 "num-traits",
14057 "rand 0.9.3",
14058]
14059
14060[[package]]
14061name = "rand_pcg"
14062version = "0.3.1"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14065dependencies = [
14066 "rand_core 0.6.4",
14067]
14068
14069[[package]]
14070name = "rand_xorshift"
14071version = "0.4.0"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14074dependencies = [
14075 "rand_core 0.9.3",
14076]
14077
14078[[package]]
14079name = "random_choice"
14080version = "0.3.2"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14083dependencies = [
14084 "rand 0.3.23",
14085]
14086
14087[[package]]
14088name = "range-alloc"
14089version = "0.1.4"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14092
14093[[package]]
14094name = "range-map"
14095version = "0.2.0"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14098dependencies = [
14099 "num-traits",
14100]
14101
14102[[package]]
14103name = "rangemap"
14104version = "1.7.1"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14107
14108[[package]]
14109name = "rav1e"
14110version = "0.8.1"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14113dependencies = [
14114 "aligned-vec",
14115 "arbitrary",
14116 "arg_enum_proc_macro",
14117 "arrayvec",
14118 "av-scenechange",
14119 "av1-grain",
14120 "bitstream-io",
14121 "built",
14122 "cfg-if",
14123 "interpolate_name",
14124 "itertools 0.14.0",
14125 "libc",
14126 "libfuzzer-sys",
14127 "log",
14128 "maybe-rayon",
14129 "new_debug_unreachable",
14130 "noop_proc_macro",
14131 "num-derive",
14132 "num-traits",
14133 "paste",
14134 "profiling",
14135 "rand 0.9.3",
14136 "rand_chacha 0.9.0",
14137 "simd_helpers",
14138 "thiserror 2.0.17",
14139 "v_frame",
14140 "wasm-bindgen",
14141]
14142
14143[[package]]
14144name = "ravif"
14145version = "0.13.0"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14148dependencies = [
14149 "avif-serialize",
14150 "imgref",
14151 "loop9",
14152 "quick-error 2.0.1",
14153 "rav1e",
14154 "rayon",
14155 "rgb",
14156]
14157
14158[[package]]
14159name = "raw-cpuid"
14160version = "10.7.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14163dependencies = [
14164 "bitflags 1.3.2",
14165]
14166
14167[[package]]
14168name = "raw-cpuid"
14169version = "11.6.0"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14172dependencies = [
14173 "bitflags 2.10.0",
14174]
14175
14176[[package]]
14177name = "raw-window-handle"
14178version = "0.6.2"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14181
14182[[package]]
14183name = "raw-window-metal"
14184version = "1.1.0"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14187dependencies = [
14188 "objc2",
14189 "objc2-core-foundation",
14190 "objc2-foundation",
14191 "objc2-quartz-core",
14192]
14193
14194[[package]]
14195name = "rayon"
14196version = "1.11.0"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14199dependencies = [
14200 "either",
14201 "rayon-core",
14202]
14203
14204[[package]]
14205name = "rayon-core"
14206version = "1.13.0"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14209dependencies = [
14210 "crossbeam-deque",
14211 "crossbeam-utils",
14212]
14213
14214[[package]]
14215name = "rdrand"
14216version = "0.4.0"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14219dependencies = [
14220 "rand_core 0.3.1",
14221]
14222
14223[[package]]
14224name = "read-fonts"
14225version = "0.35.0"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14228dependencies = [
14229 "bytemuck",
14230 "font-types 0.10.0",
14231]
14232
14233[[package]]
14234name = "read-fonts"
14235version = "0.37.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14238dependencies = [
14239 "bytemuck",
14240 "core_maths",
14241 "font-types 0.11.0",
14242]
14243
14244[[package]]
14245name = "realfft"
14246version = "3.5.0"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14249dependencies = [
14250 "rustfft",
14251]
14252
14253[[package]]
14254name = "reborrow"
14255version = "0.5.5"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14258
14259[[package]]
14260name = "recent_projects"
14261version = "0.1.0"
14262dependencies = [
14263 "anyhow",
14264 "askpass",
14265 "chrono",
14266 "db",
14267 "dev_container",
14268 "editor",
14269 "extension",
14270 "extension_host",
14271 "fs",
14272 "futures 0.3.32",
14273 "fuzzy",
14274 "gpui",
14275 "http_client",
14276 "indoc",
14277 "language",
14278 "log",
14279 "menu",
14280 "node_runtime",
14281 "open_path_prompt",
14282 "ordered-float 2.10.1",
14283 "paths",
14284 "picker",
14285 "project",
14286 "release_channel",
14287 "remote",
14288 "remote_connection",
14289 "remote_server",
14290 "semver",
14291 "serde",
14292 "serde_json",
14293 "settings",
14294 "smol",
14295 "task",
14296 "telemetry",
14297 "ui",
14298 "ui_input",
14299 "util",
14300 "windows-registry 0.6.1",
14301 "workspace",
14302 "worktree",
14303 "zed_actions",
14304]
14305
14306[[package]]
14307name = "redox_syscall"
14308version = "0.2.16"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14311dependencies = [
14312 "bitflags 1.3.2",
14313]
14314
14315[[package]]
14316name = "redox_syscall"
14317version = "0.5.18"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14320dependencies = [
14321 "bitflags 2.10.0",
14322]
14323
14324[[package]]
14325name = "redox_users"
14326version = "0.5.2"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14329dependencies = [
14330 "getrandom 0.2.16",
14331 "libredox",
14332 "thiserror 2.0.17",
14333]
14334
14335[[package]]
14336name = "ref-cast"
14337version = "1.0.25"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14340dependencies = [
14341 "ref-cast-impl",
14342]
14343
14344[[package]]
14345name = "ref-cast-impl"
14346version = "1.0.25"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14349dependencies = [
14350 "proc-macro2",
14351 "quote",
14352 "syn 2.0.117",
14353]
14354
14355[[package]]
14356name = "referencing"
14357version = "0.37.4"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14360dependencies = [
14361 "ahash 0.8.12",
14362 "fluent-uri",
14363 "getrandom 0.3.4",
14364 "hashbrown 0.16.1",
14365 "parking_lot",
14366 "percent-encoding",
14367 "serde_json",
14368]
14369
14370[[package]]
14371name = "refineable"
14372version = "0.1.0"
14373dependencies = [
14374 "derive_refineable",
14375]
14376
14377[[package]]
14378name = "regalloc2"
14379version = "0.12.2"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14382dependencies = [
14383 "allocator-api2",
14384 "bumpalo",
14385 "hashbrown 0.15.5",
14386 "log",
14387 "rustc-hash 2.1.1",
14388 "serde",
14389 "smallvec",
14390]
14391
14392[[package]]
14393name = "regex"
14394version = "1.12.2"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14397dependencies = [
14398 "aho-corasick",
14399 "memchr",
14400 "regex-automata",
14401 "regex-syntax",
14402]
14403
14404[[package]]
14405name = "regex-automata"
14406version = "0.4.13"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14409dependencies = [
14410 "aho-corasick",
14411 "memchr",
14412 "regex-syntax",
14413]
14414
14415[[package]]
14416name = "regex-lite"
14417version = "0.1.8"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14420
14421[[package]]
14422name = "regex-syntax"
14423version = "0.8.8"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14426
14427[[package]]
14428name = "release_channel"
14429version = "0.1.0"
14430dependencies = [
14431 "gpui",
14432 "semver",
14433]
14434
14435[[package]]
14436name = "remote"
14437version = "0.1.0"
14438dependencies = [
14439 "anyhow",
14440 "askpass",
14441 "async-trait",
14442 "base64 0.22.1",
14443 "collections",
14444 "fs",
14445 "futures 0.3.32",
14446 "gpui",
14447 "log",
14448 "parking_lot",
14449 "paths",
14450 "prost 0.9.0",
14451 "release_channel",
14452 "rpc",
14453 "schemars",
14454 "semver",
14455 "serde",
14456 "serde_json",
14457 "settings",
14458 "smol",
14459 "tempfile",
14460 "thiserror 2.0.17",
14461 "urlencoding",
14462 "util",
14463 "which 6.0.3",
14464]
14465
14466[[package]]
14467name = "remote_connection"
14468version = "0.1.0"
14469dependencies = [
14470 "anyhow",
14471 "askpass",
14472 "auto_update",
14473 "futures 0.3.32",
14474 "gpui",
14475 "log",
14476 "markdown",
14477 "menu",
14478 "release_channel",
14479 "remote",
14480 "semver",
14481 "settings",
14482 "theme_settings",
14483 "ui",
14484 "ui_input",
14485 "workspace",
14486]
14487
14488[[package]]
14489name = "remote_server"
14490version = "0.1.0"
14491dependencies = [
14492 "action_log",
14493 "agent",
14494 "anyhow",
14495 "askpass",
14496 "cargo_toml",
14497 "clap",
14498 "client",
14499 "clock",
14500 "collections",
14501 "crash-handler",
14502 "crashes",
14503 "dap_adapters",
14504 "debug_adapter_extension",
14505 "editor",
14506 "env_logger 0.11.8",
14507 "extension",
14508 "extension_host",
14509 "fork",
14510 "fs",
14511 "futures 0.3.32",
14512 "git",
14513 "git2",
14514 "git_hosting_providers",
14515 "gpui",
14516 "gpui_platform",
14517 "gpui_tokio",
14518 "http_client",
14519 "image",
14520 "json_schema_store",
14521 "language",
14522 "language_extension",
14523 "language_model",
14524 "languages",
14525 "libc",
14526 "log",
14527 "lsp",
14528 "minidumper",
14529 "net",
14530 "node_runtime",
14531 "paths",
14532 "pretty_assertions",
14533 "project",
14534 "proto",
14535 "rayon",
14536 "release_channel",
14537 "remote",
14538 "reqwest_client",
14539 "rpc",
14540 "rust-embed",
14541 "semver",
14542 "serde",
14543 "serde_json",
14544 "settings",
14545 "shellexpand",
14546 "smol",
14547 "sysinfo 0.37.2",
14548 "task",
14549 "theme",
14550 "theme_settings",
14551 "thiserror 2.0.17",
14552 "toml 0.8.23",
14553 "unindent",
14554 "util",
14555 "uuid",
14556 "watch",
14557 "windows 0.61.3",
14558 "worktree",
14559 "zlog",
14560]
14561
14562[[package]]
14563name = "rend"
14564version = "0.4.2"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14567dependencies = [
14568 "bytecheck",
14569]
14570
14571[[package]]
14572name = "renderdoc-sys"
14573version = "1.1.0"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14576
14577[[package]]
14578name = "repl"
14579version = "0.1.0"
14580dependencies = [
14581 "alacritty_terminal",
14582 "anyhow",
14583 "async-dispatcher",
14584 "async-task",
14585 "async-tungstenite",
14586 "base64 0.22.1",
14587 "client",
14588 "collections",
14589 "command_palette_hooks",
14590 "editor",
14591 "feature_flags",
14592 "file_icons",
14593 "futures 0.3.32",
14594 "gpui",
14595 "html_to_markdown",
14596 "http_client",
14597 "image",
14598 "indoc",
14599 "jupyter-protocol",
14600 "jupyter-websocket-client",
14601 "language",
14602 "languages",
14603 "log",
14604 "markdown",
14605 "menu",
14606 "multi_buffer",
14607 "nbformat",
14608 "picker",
14609 "project",
14610 "remote",
14611 "runtimelib",
14612 "serde",
14613 "serde_json",
14614 "settings",
14615 "shlex",
14616 "smol",
14617 "telemetry",
14618 "terminal",
14619 "terminal_view",
14620 "theme",
14621 "theme_settings",
14622 "tree-sitter-md",
14623 "tree-sitter-python",
14624 "tree-sitter-typescript",
14625 "ui",
14626 "util",
14627 "uuid",
14628 "workspace",
14629 "zed_actions",
14630]
14631
14632[[package]]
14633name = "reqwest"
14634version = "0.11.27"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14637dependencies = [
14638 "base64 0.21.7",
14639 "bytes 1.11.1",
14640 "encoding_rs",
14641 "futures-core",
14642 "futures-util",
14643 "h2 0.3.27",
14644 "http 0.2.12",
14645 "http-body 0.4.6",
14646 "hyper 0.14.32",
14647 "hyper-tls",
14648 "ipnet",
14649 "js-sys",
14650 "log",
14651 "mime",
14652 "native-tls",
14653 "once_cell",
14654 "percent-encoding",
14655 "pin-project-lite",
14656 "rustls-pemfile 1.0.4",
14657 "serde",
14658 "serde_json",
14659 "serde_urlencoded",
14660 "sync_wrapper 0.1.2",
14661 "system-configuration 0.5.1",
14662 "tokio",
14663 "tokio-native-tls",
14664 "tower-service",
14665 "url",
14666 "wasm-bindgen",
14667 "wasm-bindgen-futures",
14668 "web-sys",
14669 "winreg 0.50.0",
14670]
14671
14672[[package]]
14673name = "reqwest"
14674version = "0.12.24"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14677dependencies = [
14678 "base64 0.22.1",
14679 "bytes 1.11.1",
14680 "futures-channel",
14681 "futures-core",
14682 "futures-util",
14683 "http 1.3.1",
14684 "http-body 1.0.1",
14685 "http-body-util",
14686 "hyper 1.7.0",
14687 "hyper-rustls 0.27.7",
14688 "hyper-util",
14689 "js-sys",
14690 "log",
14691 "percent-encoding",
14692 "pin-project-lite",
14693 "quinn",
14694 "rustls 0.23.33",
14695 "rustls-native-certs 0.8.2",
14696 "rustls-pki-types",
14697 "serde",
14698 "serde_json",
14699 "serde_urlencoded",
14700 "sync_wrapper 1.0.2",
14701 "tokio",
14702 "tokio-rustls 0.26.2",
14703 "tower 0.5.2",
14704 "tower-http 0.6.6",
14705 "tower-service",
14706 "url",
14707 "wasm-bindgen",
14708 "wasm-bindgen-futures",
14709 "web-sys",
14710]
14711
14712[[package]]
14713name = "reqwest_client"
14714version = "0.1.0"
14715dependencies = [
14716 "anyhow",
14717 "bytes 1.11.1",
14718 "futures 0.3.32",
14719 "gpui_util",
14720 "http_client",
14721 "http_client_tls",
14722 "log",
14723 "regex",
14724 "serde",
14725 "tokio",
14726 "zed-reqwest",
14727]
14728
14729[[package]]
14730name = "resvg"
14731version = "0.45.1"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14734dependencies = [
14735 "gif 0.13.3",
14736 "image-webp",
14737 "log",
14738 "pico-args",
14739 "rgb",
14740 "svgtypes",
14741 "tiny-skia",
14742 "usvg",
14743 "zune-jpeg 0.4.21",
14744]
14745
14746[[package]]
14747name = "rfc6979"
14748version = "0.3.1"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14751dependencies = [
14752 "crypto-bigint 0.4.9",
14753 "hmac",
14754 "zeroize",
14755]
14756
14757[[package]]
14758name = "rgb"
14759version = "0.8.52"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14762dependencies = [
14763 "bytemuck",
14764]
14765
14766[[package]]
14767name = "ring"
14768version = "0.17.14"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14771dependencies = [
14772 "cc",
14773 "cfg-if",
14774 "getrandom 0.2.16",
14775 "libc",
14776 "untrusted 0.9.0",
14777 "windows-sys 0.52.0",
14778]
14779
14780[[package]]
14781name = "rkyv"
14782version = "0.7.45"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14785dependencies = [
14786 "bitvec",
14787 "bytecheck",
14788 "bytes 1.11.1",
14789 "hashbrown 0.12.3",
14790 "ptr_meta",
14791 "rend",
14792 "rkyv_derive",
14793 "seahash",
14794 "tinyvec",
14795 "uuid",
14796]
14797
14798[[package]]
14799name = "rkyv_derive"
14800version = "0.7.45"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14803dependencies = [
14804 "proc-macro2",
14805 "quote",
14806 "syn 1.0.109",
14807]
14808
14809[[package]]
14810name = "rmp"
14811version = "0.8.14"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14814dependencies = [
14815 "byteorder",
14816 "num-traits",
14817 "paste",
14818]
14819
14820[[package]]
14821name = "rmpv"
14822version = "1.3.0"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14825dependencies = [
14826 "num-traits",
14827 "rmp",
14828]
14829
14830[[package]]
14831name = "rodio"
14832version = "0.21.1"
14833source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14834dependencies = [
14835 "cpal",
14836 "dasp_sample",
14837 "hound",
14838 "num-rational",
14839 "rand 0.9.3",
14840 "rand_distr",
14841 "rtrb",
14842 "symphonia",
14843 "thiserror 2.0.17",
14844]
14845
14846[[package]]
14847name = "rope"
14848version = "0.1.0"
14849dependencies = [
14850 "criterion",
14851 "ctor",
14852 "gpui",
14853 "heapless",
14854 "log",
14855 "rand 0.9.3",
14856 "rayon",
14857 "sum_tree",
14858 "tracing",
14859 "unicode-segmentation",
14860 "util",
14861 "zlog",
14862 "ztracing",
14863]
14864
14865[[package]]
14866name = "roxmltree"
14867version = "0.20.0"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14870
14871[[package]]
14872name = "rpassword"
14873version = "7.4.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14876dependencies = [
14877 "libc",
14878 "rtoolbox",
14879 "windows-sys 0.59.0",
14880]
14881
14882[[package]]
14883name = "rpc"
14884version = "0.1.0"
14885dependencies = [
14886 "anyhow",
14887 "async-tungstenite",
14888 "base64 0.22.1",
14889 "collections",
14890 "futures 0.3.32",
14891 "gpui",
14892 "parking_lot",
14893 "proto",
14894 "rand 0.9.3",
14895 "rsa",
14896 "serde",
14897 "serde_json",
14898 "sha2",
14899 "strum 0.27.2",
14900 "tracing",
14901 "util",
14902 "zlog",
14903 "zstd",
14904]
14905
14906[[package]]
14907name = "rsa"
14908version = "0.9.10"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14911dependencies = [
14912 "const-oid",
14913 "digest",
14914 "num-bigint-dig 0.8.6",
14915 "num-integer",
14916 "num-traits",
14917 "pkcs1",
14918 "pkcs8 0.10.2",
14919 "rand_core 0.6.4",
14920 "signature 2.2.0",
14921 "spki 0.7.3",
14922 "subtle",
14923 "zeroize",
14924]
14925
14926[[package]]
14927name = "rtoolbox"
14928version = "0.0.3"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14931dependencies = [
14932 "libc",
14933 "windows-sys 0.52.0",
14934]
14935
14936[[package]]
14937name = "rtrb"
14938version = "0.3.2"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14941
14942[[package]]
14943name = "rules_library"
14944version = "0.1.0"
14945dependencies = [
14946 "anyhow",
14947 "collections",
14948 "editor",
14949 "gpui",
14950 "language",
14951 "language_model",
14952 "log",
14953 "menu",
14954 "picker",
14955 "platform_title_bar",
14956 "prompt_store",
14957 "release_channel",
14958 "rope",
14959 "serde",
14960 "settings",
14961 "theme_settings",
14962 "ui",
14963 "ui_input",
14964 "util",
14965 "workspace",
14966 "zed_actions",
14967]
14968
14969[[package]]
14970name = "runtimelib"
14971version = "1.4.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14974dependencies = [
14975 "async-dispatcher",
14976 "async-std",
14977 "aws-lc-rs",
14978 "base64 0.22.1",
14979 "bytes 1.11.1",
14980 "chrono",
14981 "data-encoding",
14982 "dirs",
14983 "futures 0.3.32",
14984 "glob",
14985 "jupyter-protocol",
14986 "serde",
14987 "serde_json",
14988 "shellexpand",
14989 "smol",
14990 "thiserror 2.0.17",
14991 "uuid",
14992 "zeromq",
14993]
14994
14995[[package]]
14996name = "rust-embed"
14997version = "8.11.0"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15000dependencies = [
15001 "rust-embed-impl",
15002 "rust-embed-utils",
15003 "walkdir",
15004]
15005
15006[[package]]
15007name = "rust-embed-impl"
15008version = "8.11.0"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15011dependencies = [
15012 "proc-macro2",
15013 "quote",
15014 "rust-embed-utils",
15015 "syn 2.0.117",
15016 "walkdir",
15017]
15018
15019[[package]]
15020name = "rust-embed-utils"
15021version = "8.11.0"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15024dependencies = [
15025 "globset",
15026 "sha2",
15027 "walkdir",
15028]
15029
15030[[package]]
15031name = "rust_decimal"
15032version = "1.39.0"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15035dependencies = [
15036 "arrayvec",
15037 "borsh",
15038 "bytes 1.11.1",
15039 "num-traits",
15040 "rand 0.8.5",
15041 "rkyv",
15042 "serde",
15043 "serde_json",
15044]
15045
15046[[package]]
15047name = "rustc-demangle"
15048version = "0.1.26"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15051
15052[[package]]
15053name = "rustc-hash"
15054version = "1.1.0"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15057
15058[[package]]
15059name = "rustc-hash"
15060version = "2.1.1"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15063
15064[[package]]
15065name = "rustc_version"
15066version = "0.4.1"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15069dependencies = [
15070 "semver",
15071]
15072
15073[[package]]
15074name = "rustfft"
15075version = "6.4.1"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15078dependencies = [
15079 "num-complex",
15080 "num-integer",
15081 "num-traits",
15082 "primal-check",
15083 "strength_reduce",
15084 "transpose",
15085]
15086
15087[[package]]
15088name = "rustix"
15089version = "0.38.44"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15092dependencies = [
15093 "bitflags 2.10.0",
15094 "errno 0.3.14",
15095 "libc",
15096 "linux-raw-sys 0.4.15",
15097 "windows-sys 0.59.0",
15098]
15099
15100[[package]]
15101name = "rustix"
15102version = "1.1.2"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15105dependencies = [
15106 "bitflags 2.10.0",
15107 "errno 0.3.14",
15108 "libc",
15109 "linux-raw-sys 0.11.0",
15110 "windows-sys 0.61.2",
15111]
15112
15113[[package]]
15114name = "rustix-linux-procfs"
15115version = "0.1.1"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15118dependencies = [
15119 "once_cell",
15120 "rustix 1.1.2",
15121]
15122
15123[[package]]
15124name = "rustix-openpty"
15125version = "0.2.0"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15128dependencies = [
15129 "errno 0.3.14",
15130 "libc",
15131 "rustix 1.1.2",
15132]
15133
15134[[package]]
15135name = "rustls"
15136version = "0.21.12"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15139dependencies = [
15140 "log",
15141 "ring",
15142 "rustls-webpki 0.101.7",
15143 "sct",
15144]
15145
15146[[package]]
15147name = "rustls"
15148version = "0.23.33"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15151dependencies = [
15152 "aws-lc-rs",
15153 "log",
15154 "once_cell",
15155 "ring",
15156 "rustls-pki-types",
15157 "rustls-webpki 0.103.7",
15158 "subtle",
15159 "zeroize",
15160]
15161
15162[[package]]
15163name = "rustls-native-certs"
15164version = "0.6.3"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15167dependencies = [
15168 "openssl-probe",
15169 "rustls-pemfile 1.0.4",
15170 "schannel",
15171 "security-framework 2.11.1",
15172]
15173
15174[[package]]
15175name = "rustls-native-certs"
15176version = "0.8.2"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15179dependencies = [
15180 "openssl-probe",
15181 "rustls-pki-types",
15182 "schannel",
15183 "security-framework 3.5.1",
15184]
15185
15186[[package]]
15187name = "rustls-pemfile"
15188version = "1.0.4"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15191dependencies = [
15192 "base64 0.21.7",
15193]
15194
15195[[package]]
15196name = "rustls-pemfile"
15197version = "2.2.0"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15200dependencies = [
15201 "rustls-pki-types",
15202]
15203
15204[[package]]
15205name = "rustls-pki-types"
15206version = "1.12.0"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15209dependencies = [
15210 "web-time",
15211 "zeroize",
15212]
15213
15214[[package]]
15215name = "rustls-platform-verifier"
15216version = "0.5.3"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15219dependencies = [
15220 "core-foundation 0.10.0",
15221 "core-foundation-sys",
15222 "jni",
15223 "log",
15224 "once_cell",
15225 "rustls 0.23.33",
15226 "rustls-native-certs 0.8.2",
15227 "rustls-platform-verifier-android",
15228 "rustls-webpki 0.103.7",
15229 "security-framework 3.5.1",
15230 "security-framework-sys",
15231 "webpki-root-certs",
15232 "windows-sys 0.59.0",
15233]
15234
15235[[package]]
15236name = "rustls-platform-verifier-android"
15237version = "0.1.1"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15240
15241[[package]]
15242name = "rustls-webpki"
15243version = "0.101.7"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15246dependencies = [
15247 "ring",
15248 "untrusted 0.9.0",
15249]
15250
15251[[package]]
15252name = "rustls-webpki"
15253version = "0.103.7"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15256dependencies = [
15257 "aws-lc-rs",
15258 "ring",
15259 "rustls-pki-types",
15260 "untrusted 0.9.0",
15261]
15262
15263[[package]]
15264name = "rustversion"
15265version = "1.0.22"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15268
15269[[package]]
15270name = "rusty-fork"
15271version = "0.3.1"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15274dependencies = [
15275 "fnv",
15276 "quick-error 1.2.3",
15277 "tempfile",
15278 "wait-timeout",
15279]
15280
15281[[package]]
15282name = "rustybuzz"
15283version = "0.20.1"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15286dependencies = [
15287 "bitflags 2.10.0",
15288 "bytemuck",
15289 "core_maths",
15290 "log",
15291 "smallvec",
15292 "ttf-parser 0.25.1",
15293 "unicode-bidi-mirroring",
15294 "unicode-ccc",
15295 "unicode-properties",
15296 "unicode-script",
15297]
15298
15299[[package]]
15300name = "ryu"
15301version = "1.0.20"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15304
15305[[package]]
15306name = "saa"
15307version = "5.4.9"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15310
15311[[package]]
15312name = "safetensors"
15313version = "0.4.5"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15316dependencies = [
15317 "serde",
15318 "serde_json",
15319]
15320
15321[[package]]
15322name = "same-file"
15323version = "1.0.6"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15326dependencies = [
15327 "winapi-util",
15328]
15329
15330[[package]]
15331name = "scc"
15332version = "3.5.6"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15335dependencies = [
15336 "saa",
15337 "sdd",
15338]
15339
15340[[package]]
15341name = "schannel"
15342version = "0.1.28"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15345dependencies = [
15346 "windows-sys 0.61.2",
15347]
15348
15349[[package]]
15350name = "scheduler"
15351version = "0.1.0"
15352dependencies = [
15353 "async-task",
15354 "backtrace",
15355 "chrono",
15356 "flume",
15357 "futures 0.3.32",
15358 "parking_lot",
15359 "rand 0.9.3",
15360 "web-time",
15361]
15362
15363[[package]]
15364name = "schema_generator"
15365version = "0.1.0"
15366dependencies = [
15367 "anyhow",
15368 "clap",
15369 "env_logger 0.11.8",
15370 "schemars",
15371 "serde",
15372 "serde_json",
15373 "settings",
15374 "theme",
15375 "theme_settings",
15376]
15377
15378[[package]]
15379name = "schemars"
15380version = "1.0.4"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15383dependencies = [
15384 "dyn-clone",
15385 "indexmap",
15386 "ref-cast",
15387 "schemars_derive",
15388 "serde",
15389 "serde_json",
15390]
15391
15392[[package]]
15393name = "schemars_derive"
15394version = "1.0.4"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15397dependencies = [
15398 "proc-macro2",
15399 "quote",
15400 "serde_derive_internals",
15401 "syn 2.0.117",
15402]
15403
15404[[package]]
15405name = "scoped-tls"
15406version = "1.0.1"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15409
15410[[package]]
15411name = "scopeguard"
15412version = "1.2.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15415
15416[[package]]
15417name = "scratch"
15418version = "1.0.9"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15421
15422[[package]]
15423name = "screencapturekit"
15424version = "0.2.8"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15427dependencies = [
15428 "screencapturekit-sys",
15429]
15430
15431[[package]]
15432name = "screencapturekit-sys"
15433version = "0.2.8"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15436dependencies = [
15437 "block",
15438 "dispatch",
15439 "objc",
15440 "objc-foundation",
15441 "objc_id",
15442 "once_cell",
15443]
15444
15445[[package]]
15446name = "scroll"
15447version = "0.12.0"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15450dependencies = [
15451 "scroll_derive",
15452]
15453
15454[[package]]
15455name = "scroll_derive"
15456version = "0.12.1"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15459dependencies = [
15460 "proc-macro2",
15461 "quote",
15462 "syn 2.0.117",
15463]
15464
15465[[package]]
15466name = "sct"
15467version = "0.7.1"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15470dependencies = [
15471 "ring",
15472 "untrusted 0.9.0",
15473]
15474
15475[[package]]
15476name = "sdd"
15477version = "4.6.2"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15480
15481[[package]]
15482name = "sea-bae"
15483version = "0.2.1"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15486dependencies = [
15487 "heck 0.4.1",
15488 "proc-macro-error2",
15489 "proc-macro2",
15490 "quote",
15491 "syn 2.0.117",
15492]
15493
15494[[package]]
15495name = "sea-orm"
15496version = "1.1.10"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15499dependencies = [
15500 "async-stream",
15501 "async-trait",
15502 "bigdecimal",
15503 "chrono",
15504 "futures-util",
15505 "log",
15506 "ouroboros",
15507 "pgvector",
15508 "rust_decimal",
15509 "sea-orm-macros",
15510 "sea-query",
15511 "sea-query-binder",
15512 "serde",
15513 "serde_json",
15514 "sqlx",
15515 "strum 0.26.3",
15516 "thiserror 2.0.17",
15517 "time",
15518 "tracing",
15519 "url",
15520 "uuid",
15521]
15522
15523[[package]]
15524name = "sea-orm-macros"
15525version = "1.1.10"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15528dependencies = [
15529 "heck 0.4.1",
15530 "proc-macro2",
15531 "quote",
15532 "sea-bae",
15533 "syn 2.0.117",
15534 "unicode-ident",
15535]
15536
15537[[package]]
15538name = "sea-query"
15539version = "0.32.7"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15542dependencies = [
15543 "bigdecimal",
15544 "chrono",
15545 "inherent",
15546 "ordered-float 4.6.0",
15547 "rust_decimal",
15548 "serde_json",
15549 "time",
15550 "uuid",
15551]
15552
15553[[package]]
15554name = "sea-query-binder"
15555version = "0.7.0"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15558dependencies = [
15559 "bigdecimal",
15560 "chrono",
15561 "rust_decimal",
15562 "sea-query",
15563 "serde_json",
15564 "sqlx",
15565 "time",
15566 "uuid",
15567]
15568
15569[[package]]
15570name = "seahash"
15571version = "4.1.0"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15574
15575[[package]]
15576name = "search"
15577version = "0.1.0"
15578dependencies = [
15579 "any_vec",
15580 "anyhow",
15581 "bitflags 2.10.0",
15582 "collections",
15583 "editor",
15584 "fs",
15585 "futures 0.3.32",
15586 "gpui",
15587 "itertools 0.14.0",
15588 "language",
15589 "lsp",
15590 "menu",
15591 "multi_buffer",
15592 "pretty_assertions",
15593 "project",
15594 "serde",
15595 "serde_json",
15596 "settings",
15597 "smol",
15598 "theme",
15599 "theme_settings",
15600 "tracing",
15601 "ui",
15602 "unindent",
15603 "util",
15604 "util_macros",
15605 "workspace",
15606 "zed_actions",
15607 "ztracing",
15608]
15609
15610[[package]]
15611name = "sec1"
15612version = "0.3.0"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15615dependencies = [
15616 "base16ct",
15617 "der 0.6.1",
15618 "generic-array",
15619 "pkcs8 0.9.0",
15620 "subtle",
15621 "zeroize",
15622]
15623
15624[[package]]
15625name = "secrecy"
15626version = "0.10.3"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15629dependencies = [
15630 "zeroize",
15631]
15632
15633[[package]]
15634name = "security-framework"
15635version = "2.11.1"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15638dependencies = [
15639 "bitflags 2.10.0",
15640 "core-foundation 0.9.4",
15641 "core-foundation-sys",
15642 "libc",
15643 "security-framework-sys",
15644]
15645
15646[[package]]
15647name = "security-framework"
15648version = "3.5.1"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15651dependencies = [
15652 "bitflags 2.10.0",
15653 "core-foundation 0.10.0",
15654 "core-foundation-sys",
15655 "libc",
15656 "security-framework-sys",
15657]
15658
15659[[package]]
15660name = "security-framework-sys"
15661version = "2.15.0"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15664dependencies = [
15665 "core-foundation-sys",
15666 "libc",
15667]
15668
15669[[package]]
15670name = "self_cell"
15671version = "1.2.2"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15674
15675[[package]]
15676name = "semver"
15677version = "1.0.27"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15680dependencies = [
15681 "serde",
15682 "serde_core",
15683]
15684
15685[[package]]
15686name = "seq-macro"
15687version = "0.3.6"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15690
15691[[package]]
15692name = "serde"
15693version = "1.0.228"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15696dependencies = [
15697 "serde_core",
15698 "serde_derive",
15699]
15700
15701[[package]]
15702name = "serde_bytes"
15703version = "0.11.19"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15706dependencies = [
15707 "serde",
15708 "serde_core",
15709]
15710
15711[[package]]
15712name = "serde_core"
15713version = "1.0.228"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15716dependencies = [
15717 "serde_derive",
15718]
15719
15720[[package]]
15721name = "serde_derive"
15722version = "1.0.228"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15725dependencies = [
15726 "proc-macro2",
15727 "quote",
15728 "syn 2.0.117",
15729]
15730
15731[[package]]
15732name = "serde_derive_internals"
15733version = "0.29.1"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15736dependencies = [
15737 "proc-macro2",
15738 "quote",
15739 "syn 2.0.117",
15740]
15741
15742[[package]]
15743name = "serde_fmt"
15744version = "1.0.3"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15747dependencies = [
15748 "serde",
15749]
15750
15751[[package]]
15752name = "serde_json"
15753version = "1.0.145"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15756dependencies = [
15757 "indexmap",
15758 "itoa",
15759 "memchr",
15760 "ryu",
15761 "serde",
15762 "serde_core",
15763]
15764
15765[[package]]
15766name = "serde_json_lenient"
15767version = "0.2.4"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15770dependencies = [
15771 "indexmap",
15772 "itoa",
15773 "memchr",
15774 "ryu",
15775 "serde",
15776]
15777
15778[[package]]
15779name = "serde_path_to_error"
15780version = "0.1.20"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15783dependencies = [
15784 "itoa",
15785 "serde",
15786 "serde_core",
15787]
15788
15789[[package]]
15790name = "serde_repr"
15791version = "0.1.20"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15794dependencies = [
15795 "proc-macro2",
15796 "quote",
15797 "syn 2.0.117",
15798]
15799
15800[[package]]
15801name = "serde_spanned"
15802version = "0.6.9"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15805dependencies = [
15806 "serde",
15807]
15808
15809[[package]]
15810name = "serde_spanned"
15811version = "1.0.3"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15814dependencies = [
15815 "serde_core",
15816]
15817
15818[[package]]
15819name = "serde_urlencoded"
15820version = "0.7.1"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15823dependencies = [
15824 "form_urlencoded",
15825 "itoa",
15826 "ryu",
15827 "serde",
15828]
15829
15830[[package]]
15831name = "serde_yaml"
15832version = "0.9.34+deprecated"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15835dependencies = [
15836 "indexmap",
15837 "itoa",
15838 "ryu",
15839 "serde",
15840 "unsafe-libyaml",
15841]
15842
15843[[package]]
15844name = "serial2"
15845version = "0.2.33"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15848dependencies = [
15849 "cfg-if",
15850 "libc",
15851 "winapi",
15852]
15853
15854[[package]]
15855name = "session"
15856version = "0.1.0"
15857dependencies = [
15858 "db",
15859 "gpui",
15860 "serde_json",
15861 "util",
15862 "uuid",
15863]
15864
15865[[package]]
15866name = "settings"
15867version = "0.1.0"
15868dependencies = [
15869 "anyhow",
15870 "collections",
15871 "ec4rs",
15872 "fs",
15873 "futures 0.3.32",
15874 "gpui",
15875 "indoc",
15876 "inventory",
15877 "log",
15878 "migrator",
15879 "paths",
15880 "pretty_assertions",
15881 "release_channel",
15882 "rust-embed",
15883 "schemars",
15884 "serde",
15885 "serde_json",
15886 "serde_json_lenient",
15887 "settings_content",
15888 "settings_json",
15889 "settings_macros",
15890 "smallvec",
15891 "unindent",
15892 "util",
15893 "zlog",
15894]
15895
15896[[package]]
15897name = "settings_content"
15898version = "0.1.0"
15899dependencies = [
15900 "anyhow",
15901 "collections",
15902 "derive_more",
15903 "gpui",
15904 "language_model_core",
15905 "log",
15906 "schemars",
15907 "serde",
15908 "serde_json",
15909 "serde_json_lenient",
15910 "settings_json",
15911 "settings_macros",
15912 "strum 0.27.2",
15913 "util",
15914]
15915
15916[[package]]
15917name = "settings_json"
15918version = "0.1.0"
15919dependencies = [
15920 "anyhow",
15921 "pretty_assertions",
15922 "serde",
15923 "serde_json",
15924 "serde_json_lenient",
15925 "serde_path_to_error",
15926 "tree-sitter",
15927 "tree-sitter-json",
15928 "unindent",
15929 "util",
15930]
15931
15932[[package]]
15933name = "settings_macros"
15934version = "0.1.0"
15935dependencies = [
15936 "quote",
15937 "settings",
15938 "syn 2.0.117",
15939]
15940
15941[[package]]
15942name = "settings_profile_selector"
15943version = "0.1.0"
15944dependencies = [
15945 "editor",
15946 "fuzzy",
15947 "gpui",
15948 "menu",
15949 "picker",
15950 "project",
15951 "serde_json",
15952 "settings",
15953 "theme",
15954 "theme_settings",
15955 "ui",
15956 "workspace",
15957 "zed_actions",
15958]
15959
15960[[package]]
15961name = "settings_ui"
15962version = "0.1.0"
15963dependencies = [
15964 "agent",
15965 "agent_settings",
15966 "anyhow",
15967 "audio",
15968 "codestral",
15969 "component",
15970 "copilot",
15971 "copilot_ui",
15972 "cpal",
15973 "edit_prediction",
15974 "edit_prediction_ui",
15975 "editor",
15976 "feature_flags",
15977 "fs",
15978 "futures 0.3.32",
15979 "fuzzy",
15980 "gpui",
15981 "heck 0.5.0",
15982 "itertools 0.14.0",
15983 "language",
15984 "log",
15985 "menu",
15986 "paths",
15987 "picker",
15988 "platform_title_bar",
15989 "pretty_assertions",
15990 "project",
15991 "regex",
15992 "release_channel",
15993 "rodio",
15994 "schemars",
15995 "search",
15996 "serde",
15997 "serde_json",
15998 "settings",
15999 "shell_command_parser",
16000 "strum 0.27.2",
16001 "telemetry",
16002 "theme",
16003 "theme_settings",
16004 "title_bar",
16005 "ui",
16006 "util",
16007 "workspace",
16008 "zed_actions",
16009 "zed_credentials_provider",
16010]
16011
16012[[package]]
16013name = "sha-1"
16014version = "0.10.1"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16017dependencies = [
16018 "cfg-if",
16019 "cpufeatures",
16020 "digest",
16021]
16022
16023[[package]]
16024name = "sha1"
16025version = "0.10.6"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16028dependencies = [
16029 "cfg-if",
16030 "cpufeatures",
16031 "digest",
16032]
16033
16034[[package]]
16035name = "sha1_smol"
16036version = "1.0.1"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16039
16040[[package]]
16041name = "sha2"
16042version = "0.10.9"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16045dependencies = [
16046 "cfg-if",
16047 "cpufeatures",
16048 "digest",
16049]
16050
16051[[package]]
16052name = "sharded-slab"
16053version = "0.1.7"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16056dependencies = [
16057 "lazy_static",
16058]
16059
16060[[package]]
16061name = "shared_library"
16062version = "0.1.9"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16065dependencies = [
16066 "lazy_static",
16067 "libc",
16068]
16069
16070[[package]]
16071name = "shell-words"
16072version = "1.1.0"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16075
16076[[package]]
16077name = "shell_command_parser"
16078version = "0.1.0"
16079dependencies = [
16080 "brush-parser",
16081]
16082
16083[[package]]
16084name = "shellexpand"
16085version = "3.1.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16088dependencies = [
16089 "dirs",
16090]
16091
16092[[package]]
16093name = "shingles"
16094version = "0.1.1"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16097
16098[[package]]
16099name = "shlex"
16100version = "1.3.0"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16103
16104[[package]]
16105name = "sidebar"
16106version = "0.1.0"
16107dependencies = [
16108 "acp_thread",
16109 "action_log",
16110 "agent",
16111 "agent-client-protocol",
16112 "agent_settings",
16113 "agent_ui",
16114 "anyhow",
16115 "chrono",
16116 "client",
16117 "clock",
16118 "db",
16119 "editor",
16120 "extension",
16121 "fs",
16122 "git",
16123 "gpui",
16124 "http_client",
16125 "language",
16126 "language_model",
16127 "log",
16128 "menu",
16129 "node_runtime",
16130 "platform_title_bar",
16131 "pretty_assertions",
16132 "project",
16133 "prompt_store",
16134 "recent_projects",
16135 "release_channel",
16136 "remote",
16137 "remote_connection",
16138 "remote_server",
16139 "semver",
16140 "serde",
16141 "serde_json",
16142 "settings",
16143 "smol",
16144 "telemetry",
16145 "theme",
16146 "theme_settings",
16147 "ui",
16148 "util",
16149 "vim_mode_setting",
16150 "workspace",
16151 "zed_actions",
16152]
16153
16154[[package]]
16155name = "signal-hook"
16156version = "0.3.18"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16159dependencies = [
16160 "libc",
16161 "signal-hook-registry",
16162]
16163
16164[[package]]
16165name = "signal-hook-registry"
16166version = "1.4.6"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16169dependencies = [
16170 "libc",
16171]
16172
16173[[package]]
16174name = "signature"
16175version = "1.6.4"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16178dependencies = [
16179 "digest",
16180 "rand_core 0.6.4",
16181]
16182
16183[[package]]
16184name = "signature"
16185version = "2.2.0"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16188dependencies = [
16189 "digest",
16190 "rand_core 0.6.4",
16191]
16192
16193[[package]]
16194name = "simd-adler32"
16195version = "0.3.7"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16198
16199[[package]]
16200name = "simd_helpers"
16201version = "0.1.0"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16204dependencies = [
16205 "quote",
16206]
16207
16208[[package]]
16209name = "simdutf8"
16210version = "0.1.5"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16213
16214[[package]]
16215name = "similar"
16216version = "2.7.0"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16219
16220[[package]]
16221name = "simple_asn1"
16222version = "0.6.3"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16225dependencies = [
16226 "num-bigint",
16227 "num-traits",
16228 "thiserror 2.0.17",
16229 "time",
16230]
16231
16232[[package]]
16233name = "simplecss"
16234version = "0.2.2"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16237dependencies = [
16238 "log",
16239]
16240
16241[[package]]
16242name = "simplelog"
16243version = "0.12.2"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16246dependencies = [
16247 "log",
16248 "termcolor",
16249 "time",
16250]
16251
16252[[package]]
16253name = "siphasher"
16254version = "0.3.11"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16257
16258[[package]]
16259name = "siphasher"
16260version = "1.0.1"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16263
16264[[package]]
16265name = "skrifa"
16266version = "0.37.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16269dependencies = [
16270 "bytemuck",
16271 "read-fonts 0.35.0",
16272]
16273
16274[[package]]
16275name = "skrifa"
16276version = "0.40.0"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16279dependencies = [
16280 "bytemuck",
16281 "read-fonts 0.37.0",
16282]
16283
16284[[package]]
16285name = "slab"
16286version = "0.4.11"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16289
16290[[package]]
16291name = "slotmap"
16292version = "1.0.7"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16295dependencies = [
16296 "version_check",
16297]
16298
16299[[package]]
16300name = "smallvec"
16301version = "1.15.1"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16304dependencies = [
16305 "serde",
16306]
16307
16308[[package]]
16309name = "smart-default"
16310version = "0.7.1"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16313dependencies = [
16314 "proc-macro2",
16315 "quote",
16316 "syn 2.0.117",
16317]
16318
16319[[package]]
16320name = "smol"
16321version = "2.0.2"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16324dependencies = [
16325 "async-channel 2.5.0",
16326 "async-executor",
16327 "async-fs",
16328 "async-io",
16329 "async-lock 3.4.2",
16330 "async-net",
16331 "async-process",
16332 "blocking",
16333 "futures-lite 2.6.1",
16334]
16335
16336[[package]]
16337name = "smol_str"
16338version = "0.3.5"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16341
16342[[package]]
16343name = "snafu"
16344version = "0.8.9"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16347dependencies = [
16348 "snafu-derive",
16349]
16350
16351[[package]]
16352name = "snafu-derive"
16353version = "0.8.9"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16356dependencies = [
16357 "heck 0.4.1",
16358 "proc-macro2",
16359 "quote",
16360 "syn 2.0.117",
16361]
16362
16363[[package]]
16364name = "snippet"
16365version = "0.1.0"
16366dependencies = [
16367 "anyhow",
16368 "smallvec",
16369]
16370
16371[[package]]
16372name = "snippet_provider"
16373version = "0.1.0"
16374dependencies = [
16375 "anyhow",
16376 "collections",
16377 "extension",
16378 "fs",
16379 "futures 0.3.32",
16380 "gpui",
16381 "indoc",
16382 "parking_lot",
16383 "paths",
16384 "schemars",
16385 "serde",
16386 "serde_json",
16387 "serde_json_lenient",
16388 "snippet",
16389 "util",
16390]
16391
16392[[package]]
16393name = "snippets_ui"
16394version = "0.1.0"
16395dependencies = [
16396 "file_icons",
16397 "fuzzy",
16398 "gpui",
16399 "language",
16400 "open_path_prompt",
16401 "paths",
16402 "picker",
16403 "settings",
16404 "ui",
16405 "util",
16406 "workspace",
16407]
16408
16409[[package]]
16410name = "socket2"
16411version = "0.5.10"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16414dependencies = [
16415 "libc",
16416 "windows-sys 0.52.0",
16417]
16418
16419[[package]]
16420name = "socket2"
16421version = "0.6.1"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16424dependencies = [
16425 "libc",
16426 "windows-sys 0.60.2",
16427]
16428
16429[[package]]
16430name = "spdx"
16431version = "0.10.9"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16434dependencies = [
16435 "smallvec",
16436]
16437
16438[[package]]
16439name = "spin"
16440version = "0.9.8"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16443dependencies = [
16444 "lock_api",
16445]
16446
16447[[package]]
16448name = "spin"
16449version = "0.10.0"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16452dependencies = [
16453 "lock_api",
16454]
16455
16456[[package]]
16457name = "spirv"
16458version = "0.4.0+sdk-1.4.341.0"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16461dependencies = [
16462 "bitflags 2.10.0",
16463]
16464
16465[[package]]
16466name = "spki"
16467version = "0.6.0"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16470dependencies = [
16471 "base64ct",
16472 "der 0.6.1",
16473]
16474
16475[[package]]
16476name = "spki"
16477version = "0.7.3"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16480dependencies = [
16481 "base64ct",
16482 "der 0.7.10",
16483]
16484
16485[[package]]
16486name = "sqlez"
16487version = "0.1.0"
16488dependencies = [
16489 "anyhow",
16490 "collections",
16491 "futures 0.3.32",
16492 "indoc",
16493 "libsqlite3-sys",
16494 "log",
16495 "parking_lot",
16496 "smol",
16497 "sqlformat",
16498 "thread_local",
16499 "util",
16500 "uuid",
16501]
16502
16503[[package]]
16504name = "sqlez_macros"
16505version = "0.1.0"
16506dependencies = [
16507 "sqlez",
16508 "sqlformat",
16509 "syn 2.0.117",
16510]
16511
16512[[package]]
16513name = "sqlformat"
16514version = "0.2.6"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16517dependencies = [
16518 "nom 7.1.3",
16519 "unicode_categories",
16520]
16521
16522[[package]]
16523name = "sqlx"
16524version = "0.8.6"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16527dependencies = [
16528 "sqlx-core",
16529 "sqlx-macros",
16530 "sqlx-mysql",
16531 "sqlx-postgres",
16532 "sqlx-sqlite",
16533]
16534
16535[[package]]
16536name = "sqlx-core"
16537version = "0.8.6"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16540dependencies = [
16541 "base64 0.22.1",
16542 "bigdecimal",
16543 "bytes 1.11.1",
16544 "chrono",
16545 "crc",
16546 "crossbeam-queue",
16547 "either",
16548 "event-listener 5.4.1",
16549 "futures-core",
16550 "futures-intrusive",
16551 "futures-io",
16552 "futures-util",
16553 "hashbrown 0.15.5",
16554 "hashlink 0.10.0",
16555 "indexmap",
16556 "log",
16557 "memchr",
16558 "once_cell",
16559 "percent-encoding",
16560 "rust_decimal",
16561 "rustls 0.23.33",
16562 "serde",
16563 "serde_json",
16564 "sha2",
16565 "smallvec",
16566 "thiserror 2.0.17",
16567 "time",
16568 "tokio",
16569 "tokio-stream",
16570 "tracing",
16571 "url",
16572 "uuid",
16573 "webpki-roots",
16574]
16575
16576[[package]]
16577name = "sqlx-macros"
16578version = "0.8.6"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16581dependencies = [
16582 "proc-macro2",
16583 "quote",
16584 "sqlx-core",
16585 "sqlx-macros-core",
16586 "syn 2.0.117",
16587]
16588
16589[[package]]
16590name = "sqlx-macros-core"
16591version = "0.8.6"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16594dependencies = [
16595 "dotenvy",
16596 "either",
16597 "heck 0.5.0",
16598 "hex",
16599 "once_cell",
16600 "proc-macro2",
16601 "quote",
16602 "serde",
16603 "serde_json",
16604 "sha2",
16605 "sqlx-core",
16606 "sqlx-mysql",
16607 "sqlx-postgres",
16608 "sqlx-sqlite",
16609 "syn 2.0.117",
16610 "tokio",
16611 "url",
16612]
16613
16614[[package]]
16615name = "sqlx-mysql"
16616version = "0.8.6"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16619dependencies = [
16620 "atoi",
16621 "base64 0.22.1",
16622 "bigdecimal",
16623 "bitflags 2.10.0",
16624 "byteorder",
16625 "bytes 1.11.1",
16626 "chrono",
16627 "crc",
16628 "digest",
16629 "dotenvy",
16630 "either",
16631 "futures-channel",
16632 "futures-core",
16633 "futures-io",
16634 "futures-util",
16635 "generic-array",
16636 "hex",
16637 "hkdf",
16638 "hmac",
16639 "itoa",
16640 "log",
16641 "md-5",
16642 "memchr",
16643 "once_cell",
16644 "percent-encoding",
16645 "rand 0.8.5",
16646 "rsa",
16647 "rust_decimal",
16648 "serde",
16649 "sha1",
16650 "sha2",
16651 "smallvec",
16652 "sqlx-core",
16653 "stringprep",
16654 "thiserror 2.0.17",
16655 "time",
16656 "tracing",
16657 "uuid",
16658 "whoami",
16659]
16660
16661[[package]]
16662name = "sqlx-postgres"
16663version = "0.8.6"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16666dependencies = [
16667 "atoi",
16668 "base64 0.22.1",
16669 "bigdecimal",
16670 "bitflags 2.10.0",
16671 "byteorder",
16672 "chrono",
16673 "crc",
16674 "dotenvy",
16675 "etcetera",
16676 "futures-channel",
16677 "futures-core",
16678 "futures-util",
16679 "hex",
16680 "hkdf",
16681 "hmac",
16682 "home",
16683 "itoa",
16684 "log",
16685 "md-5",
16686 "memchr",
16687 "num-bigint",
16688 "once_cell",
16689 "rand 0.8.5",
16690 "rust_decimal",
16691 "serde",
16692 "serde_json",
16693 "sha2",
16694 "smallvec",
16695 "sqlx-core",
16696 "stringprep",
16697 "thiserror 2.0.17",
16698 "time",
16699 "tracing",
16700 "uuid",
16701 "whoami",
16702]
16703
16704[[package]]
16705name = "sqlx-sqlite"
16706version = "0.8.6"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16709dependencies = [
16710 "atoi",
16711 "chrono",
16712 "flume",
16713 "futures-channel",
16714 "futures-core",
16715 "futures-executor",
16716 "futures-intrusive",
16717 "futures-util",
16718 "libsqlite3-sys",
16719 "log",
16720 "percent-encoding",
16721 "serde",
16722 "serde_urlencoded",
16723 "sqlx-core",
16724 "thiserror 2.0.17",
16725 "time",
16726 "tracing",
16727 "url",
16728 "uuid",
16729]
16730
16731[[package]]
16732name = "stable_deref_trait"
16733version = "1.2.1"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16736
16737[[package]]
16738name = "stacker"
16739version = "0.1.23"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16742dependencies = [
16743 "cc",
16744 "cfg-if",
16745 "libc",
16746 "psm",
16747 "windows-sys 0.59.0",
16748]
16749
16750[[package]]
16751name = "stacksafe"
16752version = "0.1.4"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16755dependencies = [
16756 "stacker",
16757 "stacksafe-macro",
16758]
16759
16760[[package]]
16761name = "stacksafe-macro"
16762version = "0.1.4"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16765dependencies = [
16766 "proc-macro-error2",
16767 "quote",
16768 "syn 2.0.117",
16769]
16770
16771[[package]]
16772name = "static_assertions"
16773version = "1.1.0"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16776
16777[[package]]
16778name = "streaming-iterator"
16779version = "0.1.9"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16782
16783[[package]]
16784name = "streaming_diff"
16785version = "0.1.0"
16786dependencies = [
16787 "ordered-float 2.10.1",
16788 "rand 0.9.3",
16789 "rope",
16790 "util",
16791]
16792
16793[[package]]
16794name = "strength_reduce"
16795version = "0.2.4"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16798
16799[[package]]
16800name = "strict-num"
16801version = "0.1.1"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16804dependencies = [
16805 "float-cmp",
16806]
16807
16808[[package]]
16809name = "string_cache"
16810version = "0.8.9"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16813dependencies = [
16814 "new_debug_unreachable",
16815 "parking_lot",
16816 "phf_shared 0.11.3",
16817 "precomputed-hash",
16818 "serde",
16819]
16820
16821[[package]]
16822name = "string_cache_codegen"
16823version = "0.5.4"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16826dependencies = [
16827 "phf_generator 0.11.3",
16828 "phf_shared 0.11.3",
16829 "proc-macro2",
16830 "quote",
16831]
16832
16833[[package]]
16834name = "stringprep"
16835version = "0.1.5"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16838dependencies = [
16839 "unicode-bidi",
16840 "unicode-normalization",
16841 "unicode-properties",
16842]
16843
16844[[package]]
16845name = "strsim"
16846version = "0.11.1"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16849
16850[[package]]
16851name = "strum"
16852version = "0.26.3"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16855
16856[[package]]
16857name = "strum"
16858version = "0.27.2"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16861dependencies = [
16862 "strum_macros 0.27.2",
16863]
16864
16865[[package]]
16866name = "strum"
16867version = "0.28.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16870dependencies = [
16871 "strum_macros 0.28.0",
16872]
16873
16874[[package]]
16875name = "strum_macros"
16876version = "0.27.2"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16879dependencies = [
16880 "heck 0.5.0",
16881 "proc-macro2",
16882 "quote",
16883 "syn 2.0.117",
16884]
16885
16886[[package]]
16887name = "strum_macros"
16888version = "0.28.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16891dependencies = [
16892 "heck 0.5.0",
16893 "proc-macro2",
16894 "quote",
16895 "syn 2.0.117",
16896]
16897
16898[[package]]
16899name = "subtle"
16900version = "2.6.1"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16903
16904[[package]]
16905name = "sum_tree"
16906version = "0.1.0"
16907dependencies = [
16908 "ctor",
16909 "heapless",
16910 "log",
16911 "proptest",
16912 "rand 0.9.3",
16913 "rayon",
16914 "tracing",
16915 "zlog",
16916 "ztracing",
16917]
16918
16919[[package]]
16920name = "sval"
16921version = "2.15.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16924
16925[[package]]
16926name = "sval_buffer"
16927version = "2.15.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16930dependencies = [
16931 "sval",
16932 "sval_ref",
16933]
16934
16935[[package]]
16936name = "sval_dynamic"
16937version = "2.15.0"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16940dependencies = [
16941 "sval",
16942]
16943
16944[[package]]
16945name = "sval_fmt"
16946version = "2.15.0"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16949dependencies = [
16950 "itoa",
16951 "ryu",
16952 "sval",
16953]
16954
16955[[package]]
16956name = "sval_json"
16957version = "2.15.0"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16960dependencies = [
16961 "itoa",
16962 "ryu",
16963 "sval",
16964]
16965
16966[[package]]
16967name = "sval_nested"
16968version = "2.15.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16971dependencies = [
16972 "sval",
16973 "sval_buffer",
16974 "sval_ref",
16975]
16976
16977[[package]]
16978name = "sval_ref"
16979version = "2.15.0"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16982dependencies = [
16983 "sval",
16984]
16985
16986[[package]]
16987name = "sval_serde"
16988version = "2.15.0"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16991dependencies = [
16992 "serde_core",
16993 "sval",
16994 "sval_nested",
16995]
16996
16997[[package]]
16998name = "svg_fmt"
16999version = "0.4.5"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17002
17003[[package]]
17004name = "svg_preview"
17005version = "0.1.0"
17006dependencies = [
17007 "file_icons",
17008 "gpui",
17009 "language",
17010 "multi_buffer",
17011 "ui",
17012 "workspace",
17013 "zed_actions",
17014]
17015
17016[[package]]
17017name = "svgtypes"
17018version = "0.15.3"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17021dependencies = [
17022 "kurbo",
17023 "siphasher 1.0.1",
17024]
17025
17026[[package]]
17027name = "swash"
17028version = "0.2.6"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17031dependencies = [
17032 "skrifa 0.37.0",
17033 "yazi",
17034 "zeno",
17035]
17036
17037[[package]]
17038name = "symphonia"
17039version = "0.5.5"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17042dependencies = [
17043 "lazy_static",
17044 "symphonia-bundle-flac",
17045 "symphonia-bundle-mp3",
17046 "symphonia-codec-aac",
17047 "symphonia-codec-pcm",
17048 "symphonia-codec-vorbis",
17049 "symphonia-core",
17050 "symphonia-format-isomp4",
17051 "symphonia-format-ogg",
17052 "symphonia-format-riff",
17053 "symphonia-metadata",
17054]
17055
17056[[package]]
17057name = "symphonia-bundle-flac"
17058version = "0.5.5"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17061dependencies = [
17062 "log",
17063 "symphonia-core",
17064 "symphonia-metadata",
17065 "symphonia-utils-xiph",
17066]
17067
17068[[package]]
17069name = "symphonia-bundle-mp3"
17070version = "0.5.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17073dependencies = [
17074 "lazy_static",
17075 "log",
17076 "symphonia-core",
17077 "symphonia-metadata",
17078]
17079
17080[[package]]
17081name = "symphonia-codec-aac"
17082version = "0.5.5"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17085dependencies = [
17086 "lazy_static",
17087 "log",
17088 "symphonia-core",
17089]
17090
17091[[package]]
17092name = "symphonia-codec-pcm"
17093version = "0.5.5"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17096dependencies = [
17097 "log",
17098 "symphonia-core",
17099]
17100
17101[[package]]
17102name = "symphonia-codec-vorbis"
17103version = "0.5.5"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17106dependencies = [
17107 "log",
17108 "symphonia-core",
17109 "symphonia-utils-xiph",
17110]
17111
17112[[package]]
17113name = "symphonia-core"
17114version = "0.5.5"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17117dependencies = [
17118 "arrayvec",
17119 "bitflags 1.3.2",
17120 "bytemuck",
17121 "lazy_static",
17122 "log",
17123]
17124
17125[[package]]
17126name = "symphonia-format-isomp4"
17127version = "0.5.5"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17130dependencies = [
17131 "encoding_rs",
17132 "log",
17133 "symphonia-core",
17134 "symphonia-metadata",
17135 "symphonia-utils-xiph",
17136]
17137
17138[[package]]
17139name = "symphonia-format-ogg"
17140version = "0.5.5"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17143dependencies = [
17144 "log",
17145 "symphonia-core",
17146 "symphonia-metadata",
17147 "symphonia-utils-xiph",
17148]
17149
17150[[package]]
17151name = "symphonia-format-riff"
17152version = "0.5.5"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17155dependencies = [
17156 "extended",
17157 "log",
17158 "symphonia-core",
17159 "symphonia-metadata",
17160]
17161
17162[[package]]
17163name = "symphonia-metadata"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17167dependencies = [
17168 "encoding_rs",
17169 "lazy_static",
17170 "log",
17171 "symphonia-core",
17172]
17173
17174[[package]]
17175name = "symphonia-utils-xiph"
17176version = "0.5.5"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17179dependencies = [
17180 "symphonia-core",
17181 "symphonia-metadata",
17182]
17183
17184[[package]]
17185name = "syn"
17186version = "1.0.109"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17189dependencies = [
17190 "proc-macro2",
17191 "quote",
17192 "unicode-ident",
17193]
17194
17195[[package]]
17196name = "syn"
17197version = "2.0.117"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17200dependencies = [
17201 "proc-macro2",
17202 "quote",
17203 "unicode-ident",
17204]
17205
17206[[package]]
17207name = "sync_wrapper"
17208version = "0.1.2"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17211
17212[[package]]
17213name = "sync_wrapper"
17214version = "1.0.2"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17217dependencies = [
17218 "futures-core",
17219]
17220
17221[[package]]
17222name = "synchronoise"
17223version = "1.0.1"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17226dependencies = [
17227 "crossbeam-queue",
17228]
17229
17230[[package]]
17231name = "synstructure"
17232version = "0.13.2"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17235dependencies = [
17236 "proc-macro2",
17237 "quote",
17238 "syn 2.0.117",
17239]
17240
17241[[package]]
17242name = "syntax_theme"
17243version = "0.1.0"
17244dependencies = [
17245 "gpui",
17246 "serde",
17247 "serde_json",
17248]
17249
17250[[package]]
17251name = "sys-locale"
17252version = "0.3.2"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17255dependencies = [
17256 "libc",
17257]
17258
17259[[package]]
17260name = "sysctl"
17261version = "0.5.5"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17264dependencies = [
17265 "bitflags 2.10.0",
17266 "byteorder",
17267 "enum-as-inner",
17268 "libc",
17269 "thiserror 1.0.69",
17270 "walkdir",
17271]
17272
17273[[package]]
17274name = "sysctl"
17275version = "0.6.0"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17278dependencies = [
17279 "bitflags 2.10.0",
17280 "byteorder",
17281 "enum-as-inner",
17282 "libc",
17283 "thiserror 1.0.69",
17284 "walkdir",
17285]
17286
17287[[package]]
17288name = "sysinfo"
17289version = "0.31.4"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17292dependencies = [
17293 "core-foundation-sys",
17294 "libc",
17295 "memchr",
17296 "ntapi",
17297 "rayon",
17298 "windows 0.57.0",
17299]
17300
17301[[package]]
17302name = "sysinfo"
17303version = "0.37.2"
17304source = "registry+https://github.com/rust-lang/crates.io-index"
17305checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17306dependencies = [
17307 "libc",
17308 "memchr",
17309 "ntapi",
17310 "objc2-core-foundation",
17311 "objc2-io-kit",
17312 "windows 0.61.3",
17313]
17314
17315[[package]]
17316name = "system-configuration"
17317version = "0.5.1"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17320dependencies = [
17321 "bitflags 1.3.2",
17322 "core-foundation 0.9.4",
17323 "system-configuration-sys 0.5.0",
17324]
17325
17326[[package]]
17327name = "system-configuration"
17328version = "0.6.1"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17331dependencies = [
17332 "bitflags 2.10.0",
17333 "core-foundation 0.9.4",
17334 "system-configuration-sys 0.6.0",
17335]
17336
17337[[package]]
17338name = "system-configuration-sys"
17339version = "0.5.0"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17342dependencies = [
17343 "core-foundation-sys",
17344 "libc",
17345]
17346
17347[[package]]
17348name = "system-configuration-sys"
17349version = "0.6.0"
17350source = "registry+https://github.com/rust-lang/crates.io-index"
17351checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17352dependencies = [
17353 "core-foundation-sys",
17354 "libc",
17355]
17356
17357[[package]]
17358name = "system-deps"
17359version = "7.0.7"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17362dependencies = [
17363 "cfg-expr",
17364 "heck 0.5.0",
17365 "pkg-config",
17366 "toml 0.9.8",
17367 "version-compare",
17368]
17369
17370[[package]]
17371name = "system-interface"
17372version = "0.27.3"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17375dependencies = [
17376 "bitflags 2.10.0",
17377 "cap-fs-ext",
17378 "cap-std",
17379 "fd-lock",
17380 "io-lifetimes",
17381 "rustix 0.38.44",
17382 "windows-sys 0.59.0",
17383 "winx",
17384]
17385
17386[[package]]
17387name = "system_specs"
17388version = "0.1.0"
17389dependencies = [
17390 "anyhow",
17391 "client",
17392 "gpui",
17393 "human_bytes",
17394 "pciid-parser",
17395 "release_channel",
17396 "semver",
17397 "serde",
17398 "sysinfo 0.37.2",
17399]
17400
17401[[package]]
17402name = "tab_switcher"
17403version = "0.1.0"
17404dependencies = [
17405 "collections",
17406 "ctor",
17407 "editor",
17408 "fuzzy",
17409 "gpui",
17410 "menu",
17411 "picker",
17412 "project",
17413 "schemars",
17414 "serde",
17415 "serde_json",
17416 "settings",
17417 "smol",
17418 "theme",
17419 "theme_settings",
17420 "ui",
17421 "util",
17422 "workspace",
17423 "zlog",
17424]
17425
17426[[package]]
17427name = "taffy"
17428version = "0.9.0"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17431dependencies = [
17432 "arrayvec",
17433 "grid",
17434 "serde",
17435 "slotmap",
17436]
17437
17438[[package]]
17439name = "tagptr"
17440version = "0.2.0"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17443
17444[[package]]
17445name = "take-until"
17446version = "0.2.0"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17449
17450[[package]]
17451name = "tao-core-video-sys"
17452version = "0.2.0"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17455dependencies = [
17456 "cfg-if",
17457 "core-foundation-sys",
17458 "libc",
17459 "objc",
17460]
17461
17462[[package]]
17463name = "tap"
17464version = "1.0.1"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17467
17468[[package]]
17469name = "target-lexicon"
17470version = "0.13.3"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17473
17474[[package]]
17475name = "task"
17476version = "0.1.0"
17477dependencies = [
17478 "anyhow",
17479 "collections",
17480 "futures 0.3.32",
17481 "gpui",
17482 "hex",
17483 "log",
17484 "parking_lot",
17485 "pretty_assertions",
17486 "proto",
17487 "schemars",
17488 "serde",
17489 "serde_json",
17490 "serde_json_lenient",
17491 "sha2",
17492 "shellexpand",
17493 "util",
17494 "zed_actions",
17495]
17496
17497[[package]]
17498name = "tasks_ui"
17499version = "0.1.0"
17500dependencies = [
17501 "anyhow",
17502 "collections",
17503 "editor",
17504 "file_icons",
17505 "fuzzy",
17506 "gpui",
17507 "itertools 0.14.0",
17508 "language",
17509 "menu",
17510 "picker",
17511 "project",
17512 "serde",
17513 "serde_json",
17514 "task",
17515 "tree-sitter-rust",
17516 "tree-sitter-typescript",
17517 "ui",
17518 "util",
17519 "workspace",
17520 "zed_actions",
17521]
17522
17523[[package]]
17524name = "telemetry"
17525version = "0.1.0"
17526dependencies = [
17527 "futures 0.3.32",
17528 "serde",
17529 "serde_json",
17530 "telemetry_events",
17531]
17532
17533[[package]]
17534name = "telemetry_events"
17535version = "0.1.0"
17536dependencies = [
17537 "semver",
17538 "serde",
17539 "serde_json",
17540]
17541
17542[[package]]
17543name = "tempfile"
17544version = "3.23.0"
17545source = "registry+https://github.com/rust-lang/crates.io-index"
17546checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17547dependencies = [
17548 "fastrand 2.3.0",
17549 "getrandom 0.3.4",
17550 "once_cell",
17551 "rustix 1.1.2",
17552 "windows-sys 0.61.2",
17553]
17554
17555[[package]]
17556name = "tendril"
17557version = "0.4.3"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17560dependencies = [
17561 "futf",
17562 "mac",
17563 "utf-8",
17564]
17565
17566[[package]]
17567name = "termcolor"
17568version = "1.4.1"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17571dependencies = [
17572 "winapi-util",
17573]
17574
17575[[package]]
17576name = "terminal"
17577version = "0.1.0"
17578dependencies = [
17579 "alacritty_terminal",
17580 "anyhow",
17581 "collections",
17582 "futures 0.3.32",
17583 "gpui",
17584 "itertools 0.14.0",
17585 "libc",
17586 "log",
17587 "parking_lot",
17588 "rand 0.9.3",
17589 "regex",
17590 "release_channel",
17591 "schemars",
17592 "serde",
17593 "settings",
17594 "smol",
17595 "sysinfo 0.37.2",
17596 "task",
17597 "theme",
17598 "theme_settings",
17599 "thiserror 2.0.17",
17600 "url",
17601 "urlencoding",
17602 "util",
17603 "util_macros",
17604 "windows 0.61.3",
17605]
17606
17607[[package]]
17608name = "terminal_size"
17609version = "0.4.3"
17610source = "registry+https://github.com/rust-lang/crates.io-index"
17611checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17612dependencies = [
17613 "rustix 1.1.2",
17614 "windows-sys 0.60.2",
17615]
17616
17617[[package]]
17618name = "terminal_view"
17619version = "0.1.0"
17620dependencies = [
17621 "anyhow",
17622 "async-recursion",
17623 "breadcrumbs",
17624 "collections",
17625 "db",
17626 "dirs",
17627 "editor",
17628 "futures 0.3.32",
17629 "gpui",
17630 "itertools 0.14.0",
17631 "language",
17632 "log",
17633 "menu",
17634 "pretty_assertions",
17635 "project",
17636 "regex",
17637 "schemars",
17638 "serde",
17639 "serde_json",
17640 "settings",
17641 "shellexpand",
17642 "task",
17643 "terminal",
17644 "theme",
17645 "theme_settings",
17646 "ui",
17647 "util",
17648 "workspace",
17649 "zed_actions",
17650]
17651
17652[[package]]
17653name = "text"
17654version = "0.1.0"
17655dependencies = [
17656 "anyhow",
17657 "clock",
17658 "collections",
17659 "ctor",
17660 "gpui",
17661 "log",
17662 "parking_lot",
17663 "postage",
17664 "rand 0.9.3",
17665 "regex",
17666 "rope",
17667 "smallvec",
17668 "sum_tree",
17669 "util",
17670 "zlog",
17671]
17672
17673[[package]]
17674name = "theme"
17675version = "0.1.0"
17676dependencies = [
17677 "anyhow",
17678 "collections",
17679 "gpui",
17680 "palette",
17681 "parking_lot",
17682 "refineable",
17683 "schemars",
17684 "serde",
17685 "serde_json",
17686 "serde_json_lenient",
17687 "strum 0.27.2",
17688 "syntax_theme",
17689 "thiserror 2.0.17",
17690 "uuid",
17691]
17692
17693[[package]]
17694name = "theme_extension"
17695version = "0.1.0"
17696dependencies = [
17697 "anyhow",
17698 "extension",
17699 "fs",
17700 "gpui",
17701 "theme",
17702 "theme_settings",
17703]
17704
17705[[package]]
17706name = "theme_importer"
17707version = "0.1.0"
17708dependencies = [
17709 "anyhow",
17710 "clap",
17711 "collections",
17712 "gpui",
17713 "indexmap",
17714 "log",
17715 "palette",
17716 "serde",
17717 "serde_json",
17718 "serde_json_lenient",
17719 "simplelog",
17720 "strum 0.27.2",
17721 "theme",
17722 "theme_settings",
17723 "vscode_theme",
17724]
17725
17726[[package]]
17727name = "theme_selector"
17728version = "0.1.0"
17729dependencies = [
17730 "editor",
17731 "fs",
17732 "fuzzy",
17733 "gpui",
17734 "log",
17735 "picker",
17736 "project",
17737 "serde",
17738 "serde_json",
17739 "settings",
17740 "telemetry",
17741 "theme",
17742 "theme_settings",
17743 "ui",
17744 "util",
17745 "workspace",
17746 "zed_actions",
17747]
17748
17749[[package]]
17750name = "theme_settings"
17751version = "0.1.0"
17752dependencies = [
17753 "anyhow",
17754 "collections",
17755 "gpui",
17756 "gpui_util",
17757 "log",
17758 "palette",
17759 "refineable",
17760 "schemars",
17761 "serde",
17762 "serde_json",
17763 "serde_json_lenient",
17764 "settings",
17765 "theme",
17766 "uuid",
17767]
17768
17769[[package]]
17770name = "thiserror"
17771version = "1.0.69"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17774dependencies = [
17775 "thiserror-impl 1.0.69",
17776]
17777
17778[[package]]
17779name = "thiserror"
17780version = "2.0.17"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17783dependencies = [
17784 "thiserror-impl 2.0.17",
17785]
17786
17787[[package]]
17788name = "thiserror-impl"
17789version = "1.0.69"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17792dependencies = [
17793 "proc-macro2",
17794 "quote",
17795 "syn 2.0.117",
17796]
17797
17798[[package]]
17799name = "thiserror-impl"
17800version = "2.0.17"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17803dependencies = [
17804 "proc-macro2",
17805 "quote",
17806 "syn 2.0.117",
17807]
17808
17809[[package]]
17810name = "thread_local"
17811version = "1.1.9"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17814dependencies = [
17815 "cfg-if",
17816]
17817
17818[[package]]
17819name = "tiff"
17820version = "0.11.3"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17823dependencies = [
17824 "fax",
17825 "flate2",
17826 "half",
17827 "quick-error 2.0.1",
17828 "weezl",
17829 "zune-jpeg 0.5.15",
17830]
17831
17832[[package]]
17833name = "tiktoken-rs"
17834version = "0.9.1"
17835source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17836dependencies = [
17837 "anyhow",
17838 "base64 0.22.1",
17839 "bstr",
17840 "fancy-regex 0.16.2",
17841 "lazy_static",
17842 "regex",
17843 "rustc-hash 1.1.0",
17844]
17845
17846[[package]]
17847name = "time"
17848version = "0.3.47"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17851dependencies = [
17852 "deranged",
17853 "itoa",
17854 "libc",
17855 "num-conv",
17856 "num_threads",
17857 "powerfmt",
17858 "serde_core",
17859 "time-core",
17860 "time-macros",
17861]
17862
17863[[package]]
17864name = "time-core"
17865version = "0.1.8"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17868
17869[[package]]
17870name = "time-macros"
17871version = "0.2.27"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17874dependencies = [
17875 "num-conv",
17876 "time-core",
17877]
17878
17879[[package]]
17880name = "time_format"
17881version = "0.1.0"
17882dependencies = [
17883 "core-foundation 0.10.0",
17884 "core-foundation-sys",
17885 "sys-locale",
17886 "time",
17887 "windows 0.61.3",
17888]
17889
17890[[package]]
17891name = "tiny-keccak"
17892version = "2.0.2"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17895dependencies = [
17896 "crunchy",
17897]
17898
17899[[package]]
17900name = "tiny-skia"
17901version = "0.11.4"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17904dependencies = [
17905 "arrayref",
17906 "arrayvec",
17907 "bytemuck",
17908 "cfg-if",
17909 "log",
17910 "png 0.17.16",
17911 "tiny-skia-path",
17912]
17913
17914[[package]]
17915name = "tiny-skia-path"
17916version = "0.11.4"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17919dependencies = [
17920 "arrayref",
17921 "bytemuck",
17922 "strict-num",
17923]
17924
17925[[package]]
17926name = "tiny_http"
17927version = "0.12.0"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17930dependencies = [
17931 "ascii",
17932 "chunked_transfer",
17933 "httpdate",
17934 "log",
17935]
17936
17937[[package]]
17938name = "tinystr"
17939version = "0.8.1"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17942dependencies = [
17943 "displaydoc",
17944 "zerovec",
17945]
17946
17947[[package]]
17948name = "tinytemplate"
17949version = "1.2.1"
17950source = "registry+https://github.com/rust-lang/crates.io-index"
17951checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17952dependencies = [
17953 "serde",
17954 "serde_json",
17955]
17956
17957[[package]]
17958name = "tinyvec"
17959version = "1.10.0"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17962dependencies = [
17963 "tinyvec_macros",
17964]
17965
17966[[package]]
17967name = "tinyvec_macros"
17968version = "0.1.1"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17971
17972[[package]]
17973name = "title_bar"
17974version = "0.1.0"
17975dependencies = [
17976 "anyhow",
17977 "auto_update",
17978 "call",
17979 "channel",
17980 "chrono",
17981 "client",
17982 "cloud_api_types",
17983 "db",
17984 "git_ui",
17985 "gpui",
17986 "icons",
17987 "livekit_client",
17988 "notifications",
17989 "platform_title_bar",
17990 "project",
17991 "recent_projects",
17992 "release_channel",
17993 "remote",
17994 "remote_connection",
17995 "rpc",
17996 "schemars",
17997 "semver",
17998 "serde",
17999 "settings",
18000 "smallvec",
18001 "telemetry",
18002 "theme",
18003 "ui",
18004 "util",
18005 "windows 0.61.3",
18006 "workspace",
18007 "zed_actions",
18008]
18009
18010[[package]]
18011name = "tokio"
18012version = "1.48.0"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18015dependencies = [
18016 "bytes 1.11.1",
18017 "libc",
18018 "mio 1.1.0",
18019 "parking_lot",
18020 "pin-project-lite",
18021 "signal-hook-registry",
18022 "socket2 0.6.1",
18023 "tokio-macros",
18024 "windows-sys 0.61.2",
18025]
18026
18027[[package]]
18028name = "tokio-io"
18029version = "0.1.13"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18032dependencies = [
18033 "bytes 0.4.12",
18034 "futures 0.1.31",
18035 "log",
18036]
18037
18038[[package]]
18039name = "tokio-macros"
18040version = "2.6.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18043dependencies = [
18044 "proc-macro2",
18045 "quote",
18046 "syn 2.0.117",
18047]
18048
18049[[package]]
18050name = "tokio-native-tls"
18051version = "0.3.1"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18054dependencies = [
18055 "native-tls",
18056 "tokio",
18057]
18058
18059[[package]]
18060name = "tokio-rustls"
18061version = "0.24.1"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18064dependencies = [
18065 "rustls 0.21.12",
18066 "tokio",
18067]
18068
18069[[package]]
18070name = "tokio-rustls"
18071version = "0.26.2"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18074dependencies = [
18075 "rustls 0.23.33",
18076 "tokio",
18077]
18078
18079[[package]]
18080name = "tokio-socks"
18081version = "0.5.2"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18084dependencies = [
18085 "either",
18086 "futures-io",
18087 "futures-util",
18088 "thiserror 1.0.69",
18089 "tokio",
18090]
18091
18092[[package]]
18093name = "tokio-stream"
18094version = "0.1.17"
18095source = "registry+https://github.com/rust-lang/crates.io-index"
18096checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18097dependencies = [
18098 "futures-core",
18099 "pin-project-lite",
18100 "tokio",
18101]
18102
18103[[package]]
18104name = "tokio-tungstenite"
18105version = "0.20.1"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18108dependencies = [
18109 "futures-util",
18110 "log",
18111 "tokio",
18112 "tungstenite 0.20.1",
18113]
18114
18115[[package]]
18116name = "tokio-tungstenite"
18117version = "0.21.0"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18120dependencies = [
18121 "futures-util",
18122 "log",
18123 "tokio",
18124 "tungstenite 0.21.0",
18125]
18126
18127[[package]]
18128name = "tokio-tungstenite"
18129version = "0.28.0"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18132dependencies = [
18133 "futures-util",
18134 "log",
18135 "rustls 0.23.33",
18136 "rustls-native-certs 0.8.2",
18137 "rustls-pki-types",
18138 "tokio",
18139 "tokio-rustls 0.26.2",
18140 "tungstenite 0.28.0",
18141]
18142
18143[[package]]
18144name = "tokio-util"
18145version = "0.7.16"
18146source = "registry+https://github.com/rust-lang/crates.io-index"
18147checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18148dependencies = [
18149 "bytes 1.11.1",
18150 "futures-core",
18151 "futures-io",
18152 "futures-sink",
18153 "pin-project-lite",
18154 "tokio",
18155]
18156
18157[[package]]
18158name = "toml"
18159version = "0.5.11"
18160source = "registry+https://github.com/rust-lang/crates.io-index"
18161checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18162dependencies = [
18163 "serde",
18164]
18165
18166[[package]]
18167name = "toml"
18168version = "0.8.23"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18171dependencies = [
18172 "serde",
18173 "serde_spanned 0.6.9",
18174 "toml_datetime 0.6.11",
18175 "toml_edit 0.22.27",
18176]
18177
18178[[package]]
18179name = "toml"
18180version = "0.9.8"
18181source = "registry+https://github.com/rust-lang/crates.io-index"
18182checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18183dependencies = [
18184 "indexmap",
18185 "serde_core",
18186 "serde_spanned 1.0.3",
18187 "toml_datetime 0.7.3",
18188 "toml_parser",
18189 "toml_writer",
18190 "winnow",
18191]
18192
18193[[package]]
18194name = "toml_datetime"
18195version = "0.6.11"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18198dependencies = [
18199 "serde",
18200]
18201
18202[[package]]
18203name = "toml_datetime"
18204version = "0.7.3"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18207dependencies = [
18208 "serde_core",
18209]
18210
18211[[package]]
18212name = "toml_edit"
18213version = "0.22.27"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18216dependencies = [
18217 "indexmap",
18218 "serde",
18219 "serde_spanned 0.6.9",
18220 "toml_datetime 0.6.11",
18221 "toml_write",
18222 "winnow",
18223]
18224
18225[[package]]
18226name = "toml_edit"
18227version = "0.23.7"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18230dependencies = [
18231 "indexmap",
18232 "toml_datetime 0.7.3",
18233 "toml_parser",
18234 "winnow",
18235]
18236
18237[[package]]
18238name = "toml_parser"
18239version = "1.0.4"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18242dependencies = [
18243 "winnow",
18244]
18245
18246[[package]]
18247name = "toml_write"
18248version = "0.1.2"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18251
18252[[package]]
18253name = "toml_writer"
18254version = "1.0.4"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18257
18258[[package]]
18259name = "toolchain_selector"
18260version = "0.1.0"
18261dependencies = [
18262 "anyhow",
18263 "convert_case 0.8.0",
18264 "editor",
18265 "futures 0.3.32",
18266 "fuzzy",
18267 "gpui",
18268 "language",
18269 "menu",
18270 "open_path_prompt",
18271 "picker",
18272 "project",
18273 "ui",
18274 "util",
18275 "workspace",
18276]
18277
18278[[package]]
18279name = "topological-sort"
18280version = "0.2.2"
18281source = "registry+https://github.com/rust-lang/crates.io-index"
18282checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18283
18284[[package]]
18285name = "tower"
18286version = "0.4.13"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18289dependencies = [
18290 "futures-core",
18291 "futures-util",
18292 "pin-project",
18293 "pin-project-lite",
18294 "tokio",
18295 "tower-layer",
18296 "tower-service",
18297 "tracing",
18298]
18299
18300[[package]]
18301name = "tower"
18302version = "0.5.2"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18305dependencies = [
18306 "futures-core",
18307 "futures-util",
18308 "pin-project-lite",
18309 "sync_wrapper 1.0.2",
18310 "tokio",
18311 "tokio-util",
18312 "tower-layer",
18313 "tower-service",
18314 "tracing",
18315]
18316
18317[[package]]
18318name = "tower-http"
18319version = "0.4.4"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18322dependencies = [
18323 "bitflags 2.10.0",
18324 "bytes 1.11.1",
18325 "futures-core",
18326 "futures-util",
18327 "http 0.2.12",
18328 "http-body 0.4.6",
18329 "http-range-header",
18330 "pin-project-lite",
18331 "tower-layer",
18332 "tower-service",
18333 "tracing",
18334]
18335
18336[[package]]
18337name = "tower-http"
18338version = "0.6.6"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18341dependencies = [
18342 "bitflags 2.10.0",
18343 "bytes 1.11.1",
18344 "futures-util",
18345 "http 1.3.1",
18346 "http-body 1.0.1",
18347 "iri-string",
18348 "pin-project-lite",
18349 "tower 0.5.2",
18350 "tower-layer",
18351 "tower-service",
18352 "tracing",
18353]
18354
18355[[package]]
18356name = "tower-layer"
18357version = "0.3.3"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18360
18361[[package]]
18362name = "tower-service"
18363version = "0.3.3"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18366
18367[[package]]
18368name = "tracing"
18369version = "0.1.43"
18370source = "registry+https://github.com/rust-lang/crates.io-index"
18371checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18372dependencies = [
18373 "log",
18374 "pin-project-lite",
18375 "tracing-attributes",
18376 "tracing-core",
18377]
18378
18379[[package]]
18380name = "tracing-attributes"
18381version = "0.1.31"
18382source = "registry+https://github.com/rust-lang/crates.io-index"
18383checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18384dependencies = [
18385 "proc-macro2",
18386 "quote",
18387 "syn 2.0.117",
18388]
18389
18390[[package]]
18391name = "tracing-core"
18392version = "0.1.35"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18395dependencies = [
18396 "once_cell",
18397 "valuable",
18398]
18399
18400[[package]]
18401name = "tracing-log"
18402version = "0.2.0"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18405dependencies = [
18406 "log",
18407 "once_cell",
18408 "tracing-core",
18409]
18410
18411[[package]]
18412name = "tracing-serde"
18413version = "0.2.0"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18416dependencies = [
18417 "serde",
18418 "tracing-core",
18419]
18420
18421[[package]]
18422name = "tracing-subscriber"
18423version = "0.3.22"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18426dependencies = [
18427 "matchers",
18428 "nu-ansi-term",
18429 "once_cell",
18430 "regex-automata",
18431 "serde",
18432 "serde_json",
18433 "sharded-slab",
18434 "smallvec",
18435 "thread_local",
18436 "tracing",
18437 "tracing-core",
18438 "tracing-log",
18439 "tracing-serde",
18440]
18441
18442[[package]]
18443name = "tracing-tracy"
18444version = "0.11.4"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18447dependencies = [
18448 "tracing-core",
18449 "tracing-subscriber",
18450 "tracy-client",
18451]
18452
18453[[package]]
18454name = "tracy-client"
18455version = "0.18.3"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18458dependencies = [
18459 "loom",
18460 "once_cell",
18461 "tracy-client-sys",
18462]
18463
18464[[package]]
18465name = "tracy-client-sys"
18466version = "0.27.0"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18469dependencies = [
18470 "cc",
18471 "windows-targets 0.52.6",
18472]
18473
18474[[package]]
18475name = "transpose"
18476version = "0.2.3"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18479dependencies = [
18480 "num-integer",
18481 "strength_reduce",
18482]
18483
18484[[package]]
18485name = "trash"
18486version = "5.2.5"
18487source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18488dependencies = [
18489 "chrono",
18490 "libc",
18491 "log",
18492 "objc2",
18493 "objc2-foundation",
18494 "once_cell",
18495 "percent-encoding",
18496 "scopeguard",
18497 "urlencoding",
18498 "windows 0.56.0",
18499 "windows-core 0.56.0",
18500]
18501
18502[[package]]
18503name = "tree-sitter"
18504version = "0.26.8"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18507dependencies = [
18508 "cc",
18509 "regex",
18510 "regex-syntax",
18511 "serde_json",
18512 "streaming-iterator",
18513 "tree-sitter-language",
18514 "wasmtime-c-api-impl",
18515]
18516
18517[[package]]
18518name = "tree-sitter-bash"
18519version = "0.25.1"
18520source = "registry+https://github.com/rust-lang/crates.io-index"
18521checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18522dependencies = [
18523 "cc",
18524 "tree-sitter-language",
18525]
18526
18527[[package]]
18528name = "tree-sitter-c"
18529version = "0.24.1"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18532dependencies = [
18533 "cc",
18534 "tree-sitter-language",
18535]
18536
18537[[package]]
18538name = "tree-sitter-cpp"
18539version = "0.23.4"
18540source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18541dependencies = [
18542 "cc",
18543 "tree-sitter-language",
18544]
18545
18546[[package]]
18547name = "tree-sitter-css"
18548version = "0.23.2"
18549source = "registry+https://github.com/rust-lang/crates.io-index"
18550checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18551dependencies = [
18552 "cc",
18553 "tree-sitter-language",
18554]
18555
18556[[package]]
18557name = "tree-sitter-diff"
18558version = "0.1.0"
18559source = "registry+https://github.com/rust-lang/crates.io-index"
18560checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-elixir"
18568version = "0.3.4"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-embedded-template"
18578version = "0.23.2"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-gitcommit"
18588version = "0.0.1"
18589source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-go"
18597version = "0.25.0"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-gomod"
18607version = "1.1.1"
18608source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-gowork"
18616version = "0.0.1"
18617source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-heex"
18625version = "0.0.1"
18626source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18627dependencies = [
18628 "cc",
18629 "tree-sitter-language",
18630]
18631
18632[[package]]
18633name = "tree-sitter-html"
18634version = "0.23.2"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18637dependencies = [
18638 "cc",
18639 "tree-sitter-language",
18640]
18641
18642[[package]]
18643name = "tree-sitter-jsdoc"
18644version = "0.23.2"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18647dependencies = [
18648 "cc",
18649 "tree-sitter-language",
18650]
18651
18652[[package]]
18653name = "tree-sitter-json"
18654version = "0.24.8"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18657dependencies = [
18658 "cc",
18659 "tree-sitter-language",
18660]
18661
18662[[package]]
18663name = "tree-sitter-language"
18664version = "0.1.5"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18667
18668[[package]]
18669name = "tree-sitter-md"
18670version = "0.3.2"
18671source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18672dependencies = [
18673 "cc",
18674 "tree-sitter-language",
18675]
18676
18677[[package]]
18678name = "tree-sitter-python"
18679version = "0.25.0"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18682dependencies = [
18683 "cc",
18684 "tree-sitter-language",
18685]
18686
18687[[package]]
18688name = "tree-sitter-regex"
18689version = "0.24.3"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18692dependencies = [
18693 "cc",
18694 "tree-sitter-language",
18695]
18696
18697[[package]]
18698name = "tree-sitter-ruby"
18699version = "0.23.1"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18702dependencies = [
18703 "cc",
18704 "tree-sitter-language",
18705]
18706
18707[[package]]
18708name = "tree-sitter-rust"
18709version = "0.24.2"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18712dependencies = [
18713 "cc",
18714 "tree-sitter-language",
18715]
18716
18717[[package]]
18718name = "tree-sitter-typescript"
18719version = "0.23.2"
18720source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18721dependencies = [
18722 "cc",
18723 "tree-sitter-language",
18724]
18725
18726[[package]]
18727name = "tree-sitter-yaml"
18728version = "0.6.1"
18729source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18730dependencies = [
18731 "cc",
18732 "tree-sitter-language",
18733]
18734
18735[[package]]
18736name = "triomphe"
18737version = "0.1.15"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18740dependencies = [
18741 "serde",
18742 "stable_deref_trait",
18743]
18744
18745[[package]]
18746name = "try-lock"
18747version = "0.2.5"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18750
18751[[package]]
18752name = "ttf-parser"
18753version = "0.20.0"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18756
18757[[package]]
18758name = "ttf-parser"
18759version = "0.25.1"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18762dependencies = [
18763 "core_maths",
18764]
18765
18766[[package]]
18767name = "tungstenite"
18768version = "0.20.1"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18771dependencies = [
18772 "byteorder",
18773 "bytes 1.11.1",
18774 "data-encoding",
18775 "http 0.2.12",
18776 "httparse",
18777 "log",
18778 "rand 0.8.5",
18779 "sha1",
18780 "thiserror 1.0.69",
18781 "url",
18782 "utf-8",
18783]
18784
18785[[package]]
18786name = "tungstenite"
18787version = "0.21.0"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18790dependencies = [
18791 "byteorder",
18792 "bytes 1.11.1",
18793 "data-encoding",
18794 "http 1.3.1",
18795 "httparse",
18796 "log",
18797 "rand 0.8.5",
18798 "sha1",
18799 "thiserror 1.0.69",
18800 "url",
18801 "utf-8",
18802]
18803
18804[[package]]
18805name = "tungstenite"
18806version = "0.27.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18809dependencies = [
18810 "bytes 1.11.1",
18811 "data-encoding",
18812 "http 1.3.1",
18813 "httparse",
18814 "log",
18815 "rand 0.9.3",
18816 "rustls 0.23.33",
18817 "rustls-pki-types",
18818 "sha1",
18819 "thiserror 2.0.17",
18820 "utf-8",
18821]
18822
18823[[package]]
18824name = "tungstenite"
18825version = "0.28.0"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18828dependencies = [
18829 "bytes 1.11.1",
18830 "data-encoding",
18831 "http 1.3.1",
18832 "httparse",
18833 "log",
18834 "rand 0.9.3",
18835 "rustls 0.23.33",
18836 "rustls-pki-types",
18837 "sha1",
18838 "thiserror 2.0.17",
18839 "utf-8",
18840]
18841
18842[[package]]
18843name = "typeid"
18844version = "1.0.3"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18847
18848[[package]]
18849name = "typenum"
18850version = "1.19.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18853
18854[[package]]
18855name = "ucd-trie"
18856version = "0.1.7"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18859
18860[[package]]
18861name = "uds"
18862version = "0.4.2"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18865dependencies = [
18866 "libc",
18867]
18868
18869[[package]]
18870name = "uds_windows"
18871version = "1.1.0"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18874dependencies = [
18875 "memoffset",
18876 "tempfile",
18877 "winapi",
18878]
18879
18880[[package]]
18881name = "ug"
18882version = "0.4.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18885dependencies = [
18886 "gemm 0.18.2",
18887 "half",
18888 "libloading",
18889 "memmap2",
18890 "num",
18891 "num-traits",
18892 "num_cpus",
18893 "rayon",
18894 "safetensors",
18895 "serde",
18896 "thiserror 1.0.69",
18897 "tracing",
18898 "yoke 0.7.5",
18899]
18900
18901[[package]]
18902name = "ui"
18903version = "0.1.0"
18904dependencies = [
18905 "chrono",
18906 "component",
18907 "documented",
18908 "gpui",
18909 "gpui_macros",
18910 "gpui_util",
18911 "icons",
18912 "itertools 0.14.0",
18913 "menu",
18914 "schemars",
18915 "serde",
18916 "smallvec",
18917 "strum 0.27.2",
18918 "theme",
18919 "ui_macros",
18920 "windows 0.61.3",
18921]
18922
18923[[package]]
18924name = "ui_input"
18925version = "0.1.0"
18926dependencies = [
18927 "component",
18928 "gpui",
18929 "ui",
18930]
18931
18932[[package]]
18933name = "ui_macros"
18934version = "0.1.0"
18935dependencies = [
18936 "component",
18937 "quote",
18938 "syn 2.0.117",
18939 "ui",
18940]
18941
18942[[package]]
18943name = "ui_prompt"
18944version = "0.1.0"
18945dependencies = [
18946 "gpui",
18947 "markdown",
18948 "menu",
18949 "settings",
18950 "theme_settings",
18951 "ui",
18952 "workspace",
18953]
18954
18955[[package]]
18956name = "unarray"
18957version = "0.1.4"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18960
18961[[package]]
18962name = "unicase"
18963version = "2.8.1"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18966
18967[[package]]
18968name = "unicode-bidi"
18969version = "0.3.18"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18972
18973[[package]]
18974name = "unicode-bidi-mirroring"
18975version = "0.4.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18978
18979[[package]]
18980name = "unicode-ccc"
18981version = "0.4.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18984
18985[[package]]
18986name = "unicode-general-category"
18987version = "1.1.0"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18990
18991[[package]]
18992name = "unicode-ident"
18993version = "1.0.19"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18996
18997[[package]]
18998name = "unicode-linebreak"
18999version = "0.1.5"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19002
19003[[package]]
19004name = "unicode-normalization"
19005version = "0.1.24"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19008dependencies = [
19009 "tinyvec",
19010]
19011
19012[[package]]
19013name = "unicode-properties"
19014version = "0.1.3"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19017
19018[[package]]
19019name = "unicode-script"
19020version = "0.5.8"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19023
19024[[package]]
19025name = "unicode-segmentation"
19026version = "1.12.0"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19029
19030[[package]]
19031name = "unicode-vo"
19032version = "0.1.0"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19035
19036[[package]]
19037name = "unicode-width"
19038version = "0.2.2"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19041
19042[[package]]
19043name = "unicode-xid"
19044version = "0.2.6"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19047
19048[[package]]
19049name = "unicode_categories"
19050version = "0.1.1"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19053
19054[[package]]
19055name = "unindent"
19056version = "0.2.4"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19059
19060[[package]]
19061name = "unsafe-libyaml"
19062version = "0.2.11"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19065
19066[[package]]
19067name = "untrusted"
19068version = "0.7.1"
19069source = "registry+https://github.com/rust-lang/crates.io-index"
19070checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19071
19072[[package]]
19073name = "untrusted"
19074version = "0.9.0"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19077
19078[[package]]
19079name = "url"
19080version = "2.5.7"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19083dependencies = [
19084 "form_urlencoded",
19085 "idna",
19086 "percent-encoding",
19087 "serde",
19088]
19089
19090[[package]]
19091name = "urlencoding"
19092version = "2.1.3"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19095
19096[[package]]
19097name = "usvg"
19098version = "0.45.1"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19101dependencies = [
19102 "base64 0.22.1",
19103 "data-url",
19104 "flate2",
19105 "fontdb 0.23.0",
19106 "imagesize",
19107 "kurbo",
19108 "log",
19109 "pico-args",
19110 "roxmltree",
19111 "rustybuzz",
19112 "simplecss",
19113 "siphasher 1.0.1",
19114 "strict-num",
19115 "svgtypes",
19116 "tiny-skia-path",
19117 "unicode-bidi",
19118 "unicode-script",
19119 "unicode-vo",
19120 "xmlwriter",
19121]
19122
19123[[package]]
19124name = "utf-8"
19125version = "0.7.6"
19126source = "registry+https://github.com/rust-lang/crates.io-index"
19127checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19128
19129[[package]]
19130name = "utf8-chars"
19131version = "3.0.6"
19132source = "registry+https://github.com/rust-lang/crates.io-index"
19133checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19134dependencies = [
19135 "arrayvec",
19136]
19137
19138[[package]]
19139name = "utf8_iter"
19140version = "1.0.4"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19143
19144[[package]]
19145name = "utf8parse"
19146version = "0.2.2"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19149
19150[[package]]
19151name = "util"
19152version = "0.1.0"
19153dependencies = [
19154 "anyhow",
19155 "async-fs",
19156 "async_zip",
19157 "collections",
19158 "command-fds",
19159 "dirs",
19160 "dunce",
19161 "futures 0.3.32",
19162 "futures-lite 1.13.0",
19163 "git2",
19164 "globset",
19165 "gpui_util",
19166 "itertools 0.14.0",
19167 "libc",
19168 "log",
19169 "mach2 0.5.0",
19170 "nix 0.29.0",
19171 "percent-encoding",
19172 "pretty_assertions",
19173 "rand 0.9.3",
19174 "regex",
19175 "rust-embed",
19176 "schemars",
19177 "serde",
19178 "serde_json",
19179 "serde_json_lenient",
19180 "shlex",
19181 "smol",
19182 "take-until",
19183 "tempfile",
19184 "tendril",
19185 "unicase",
19186 "url",
19187 "util_macros",
19188 "walkdir",
19189 "which 6.0.3",
19190]
19191
19192[[package]]
19193name = "util_macros"
19194version = "0.1.0"
19195dependencies = [
19196 "perf",
19197 "quote",
19198 "syn 2.0.117",
19199]
19200
19201[[package]]
19202name = "uuid"
19203version = "1.18.1"
19204source = "registry+https://github.com/rust-lang/crates.io-index"
19205checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19206dependencies = [
19207 "getrandom 0.3.4",
19208 "js-sys",
19209 "serde",
19210 "sha1_smol",
19211 "wasm-bindgen",
19212]
19213
19214[[package]]
19215name = "uuid-simd"
19216version = "0.8.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19219dependencies = [
19220 "outref",
19221 "vsimd",
19222]
19223
19224[[package]]
19225name = "v_frame"
19226version = "0.3.9"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19229dependencies = [
19230 "aligned-vec",
19231 "num-traits",
19232 "wasm-bindgen",
19233]
19234
19235[[package]]
19236name = "valuable"
19237version = "0.1.1"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19240
19241[[package]]
19242name = "value-bag"
19243version = "1.12.0"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19246dependencies = [
19247 "value-bag-serde1",
19248 "value-bag-sval2",
19249]
19250
19251[[package]]
19252name = "value-bag-serde1"
19253version = "1.12.0"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19256dependencies = [
19257 "erased-serde",
19258 "serde_core",
19259 "serde_fmt",
19260]
19261
19262[[package]]
19263name = "value-bag-sval2"
19264version = "1.12.0"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19267dependencies = [
19268 "sval",
19269 "sval_buffer",
19270 "sval_dynamic",
19271 "sval_fmt",
19272 "sval_json",
19273 "sval_ref",
19274 "sval_serde",
19275]
19276
19277[[package]]
19278name = "vcpkg"
19279version = "0.2.15"
19280source = "registry+https://github.com/rust-lang/crates.io-index"
19281checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19282
19283[[package]]
19284name = "vercel"
19285version = "0.1.0"
19286dependencies = [
19287 "anyhow",
19288 "schemars",
19289 "serde",
19290 "strum 0.27.2",
19291]
19292
19293[[package]]
19294name = "version-compare"
19295version = "0.2.0"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19298
19299[[package]]
19300name = "version_check"
19301version = "0.9.5"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19304
19305[[package]]
19306name = "vim"
19307version = "0.1.0"
19308dependencies = [
19309 "anyhow",
19310 "async-compat",
19311 "async-trait",
19312 "collections",
19313 "command_palette",
19314 "command_palette_hooks",
19315 "db",
19316 "editor",
19317 "env_logger 0.11.8",
19318 "futures 0.3.32",
19319 "fuzzy",
19320 "git_ui",
19321 "gpui",
19322 "indoc",
19323 "itertools 0.14.0",
19324 "language",
19325 "log",
19326 "lsp",
19327 "markdown_preview",
19328 "menu",
19329 "multi_buffer",
19330 "nvim-rs",
19331 "outline_panel",
19332 "parking_lot",
19333 "perf",
19334 "picker",
19335 "project",
19336 "project_panel",
19337 "regex",
19338 "release_channel",
19339 "schemars",
19340 "search",
19341 "semver",
19342 "serde",
19343 "serde_json",
19344 "settings",
19345 "settings_ui",
19346 "task",
19347 "text",
19348 "theme",
19349 "theme_settings",
19350 "tokio",
19351 "ui",
19352 "util",
19353 "util_macros",
19354 "vim_mode_setting",
19355 "workspace",
19356 "zed_actions",
19357]
19358
19359[[package]]
19360name = "vim_mode_setting"
19361version = "0.1.0"
19362dependencies = [
19363 "gpui",
19364 "settings",
19365]
19366
19367[[package]]
19368name = "vscode_theme"
19369version = "0.2.0"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19372dependencies = [
19373 "serde",
19374]
19375
19376[[package]]
19377name = "vsimd"
19378version = "0.8.0"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19381
19382[[package]]
19383name = "vswhom"
19384version = "0.1.0"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19387dependencies = [
19388 "libc",
19389 "vswhom-sys",
19390]
19391
19392[[package]]
19393name = "vswhom-sys"
19394version = "0.1.3"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19397dependencies = [
19398 "cc",
19399 "libc",
19400]
19401
19402[[package]]
19403name = "vte"
19404version = "0.15.0"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19407dependencies = [
19408 "arrayvec",
19409 "bitflags 2.10.0",
19410 "cursor-icon",
19411 "log",
19412 "memchr",
19413 "serde",
19414]
19415
19416[[package]]
19417name = "wait-timeout"
19418version = "0.2.1"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19421dependencies = [
19422 "libc",
19423]
19424
19425[[package]]
19426name = "waker-fn"
19427version = "1.2.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19430
19431[[package]]
19432name = "walkdir"
19433version = "2.5.0"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19436dependencies = [
19437 "same-file",
19438 "winapi-util",
19439]
19440
19441[[package]]
19442name = "want"
19443version = "0.3.1"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19446dependencies = [
19447 "try-lock",
19448]
19449
19450[[package]]
19451name = "warp"
19452version = "0.3.7"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19455dependencies = [
19456 "bytes 1.11.1",
19457 "futures-channel",
19458 "futures-util",
19459 "headers",
19460 "http 0.2.12",
19461 "hyper 0.14.32",
19462 "log",
19463 "mime",
19464 "mime_guess",
19465 "percent-encoding",
19466 "pin-project",
19467 "scoped-tls",
19468 "serde",
19469 "serde_json",
19470 "serde_urlencoded",
19471 "tokio",
19472 "tokio-tungstenite 0.21.0",
19473 "tokio-util",
19474 "tower-service",
19475 "tracing",
19476]
19477
19478[[package]]
19479name = "wasi"
19480version = "0.11.1+wasi-snapshot-preview1"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19483
19484[[package]]
19485name = "wasip2"
19486version = "1.0.1+wasi-0.2.4"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19489dependencies = [
19490 "wit-bindgen 0.46.0",
19491]
19492
19493[[package]]
19494name = "wasip3"
19495version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19498dependencies = [
19499 "wit-bindgen 0.51.0",
19500]
19501
19502[[package]]
19503name = "wasite"
19504version = "0.1.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19507
19508[[package]]
19509name = "wasm-bindgen"
19510version = "0.2.113"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19513dependencies = [
19514 "cfg-if",
19515 "once_cell",
19516 "rustversion",
19517 "wasm-bindgen-macro",
19518 "wasm-bindgen-shared",
19519]
19520
19521[[package]]
19522name = "wasm-bindgen-futures"
19523version = "0.4.63"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19526dependencies = [
19527 "cfg-if",
19528 "futures-util",
19529 "js-sys",
19530 "once_cell",
19531 "wasm-bindgen",
19532 "web-sys",
19533]
19534
19535[[package]]
19536name = "wasm-bindgen-macro"
19537version = "0.2.113"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19540dependencies = [
19541 "quote",
19542 "wasm-bindgen-macro-support",
19543]
19544
19545[[package]]
19546name = "wasm-bindgen-macro-support"
19547version = "0.2.113"
19548source = "registry+https://github.com/rust-lang/crates.io-index"
19549checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19550dependencies = [
19551 "bumpalo",
19552 "proc-macro2",
19553 "quote",
19554 "syn 2.0.117",
19555 "wasm-bindgen-shared",
19556]
19557
19558[[package]]
19559name = "wasm-bindgen-shared"
19560version = "0.2.113"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19563dependencies = [
19564 "unicode-ident",
19565]
19566
19567[[package]]
19568name = "wasm-encoder"
19569version = "0.201.0"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19572dependencies = [
19573 "leb128",
19574]
19575
19576[[package]]
19577name = "wasm-encoder"
19578version = "0.221.3"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19581dependencies = [
19582 "leb128",
19583 "wasmparser 0.221.3",
19584]
19585
19586[[package]]
19587name = "wasm-encoder"
19588version = "0.227.1"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19591dependencies = [
19592 "leb128fmt",
19593 "wasmparser 0.227.1",
19594]
19595
19596[[package]]
19597name = "wasm-encoder"
19598version = "0.236.1"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19601dependencies = [
19602 "leb128fmt",
19603 "wasmparser 0.236.1",
19604]
19605
19606[[package]]
19607name = "wasm-encoder"
19608version = "0.244.0"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19611dependencies = [
19612 "leb128fmt",
19613 "wasmparser 0.244.0",
19614]
19615
19616[[package]]
19617name = "wasm-metadata"
19618version = "0.201.0"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19621dependencies = [
19622 "anyhow",
19623 "indexmap",
19624 "serde",
19625 "serde_derive",
19626 "serde_json",
19627 "spdx",
19628 "wasm-encoder 0.201.0",
19629 "wasmparser 0.201.0",
19630]
19631
19632[[package]]
19633name = "wasm-metadata"
19634version = "0.227.1"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19637dependencies = [
19638 "anyhow",
19639 "auditable-serde",
19640 "flate2",
19641 "indexmap",
19642 "serde",
19643 "serde_derive",
19644 "serde_json",
19645 "spdx",
19646 "url",
19647 "wasm-encoder 0.227.1",
19648 "wasmparser 0.227.1",
19649]
19650
19651[[package]]
19652name = "wasm-metadata"
19653version = "0.244.0"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19656dependencies = [
19657 "anyhow",
19658 "indexmap",
19659 "wasm-encoder 0.244.0",
19660 "wasmparser 0.244.0",
19661]
19662
19663[[package]]
19664name = "wasm-streams"
19665version = "0.4.2"
19666source = "registry+https://github.com/rust-lang/crates.io-index"
19667checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19668dependencies = [
19669 "futures-util",
19670 "js-sys",
19671 "wasm-bindgen",
19672 "wasm-bindgen-futures",
19673 "web-sys",
19674]
19675
19676[[package]]
19677name = "wasm_thread"
19678version = "0.3.3"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19681dependencies = [
19682 "futures 0.3.32",
19683 "js-sys",
19684 "wasm-bindgen",
19685 "web-sys",
19686]
19687
19688[[package]]
19689name = "wasmparser"
19690version = "0.201.0"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19693dependencies = [
19694 "bitflags 2.10.0",
19695 "indexmap",
19696 "semver",
19697]
19698
19699[[package]]
19700name = "wasmparser"
19701version = "0.221.3"
19702source = "registry+https://github.com/rust-lang/crates.io-index"
19703checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19704dependencies = [
19705 "bitflags 2.10.0",
19706 "hashbrown 0.15.5",
19707 "indexmap",
19708 "semver",
19709 "serde",
19710]
19711
19712[[package]]
19713name = "wasmparser"
19714version = "0.227.1"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19717dependencies = [
19718 "bitflags 2.10.0",
19719 "hashbrown 0.15.5",
19720 "indexmap",
19721 "semver",
19722]
19723
19724[[package]]
19725name = "wasmparser"
19726version = "0.236.1"
19727source = "registry+https://github.com/rust-lang/crates.io-index"
19728checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19729dependencies = [
19730 "bitflags 2.10.0",
19731 "hashbrown 0.15.5",
19732 "indexmap",
19733 "semver",
19734 "serde",
19735]
19736
19737[[package]]
19738name = "wasmparser"
19739version = "0.244.0"
19740source = "registry+https://github.com/rust-lang/crates.io-index"
19741checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19742dependencies = [
19743 "bitflags 2.10.0",
19744 "hashbrown 0.15.5",
19745 "indexmap",
19746 "semver",
19747]
19748
19749[[package]]
19750name = "wasmprinter"
19751version = "0.236.1"
19752source = "registry+https://github.com/rust-lang/crates.io-index"
19753checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19754dependencies = [
19755 "anyhow",
19756 "termcolor",
19757 "wasmparser 0.236.1",
19758]
19759
19760[[package]]
19761name = "wasmtime"
19762version = "36.0.7"
19763source = "registry+https://github.com/rust-lang/crates.io-index"
19764checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19765dependencies = [
19766 "addr2line",
19767 "anyhow",
19768 "async-trait",
19769 "bitflags 2.10.0",
19770 "bumpalo",
19771 "cc",
19772 "cfg-if",
19773 "encoding_rs",
19774 "hashbrown 0.15.5",
19775 "indexmap",
19776 "libc",
19777 "log",
19778 "mach2 0.4.3",
19779 "memfd",
19780 "object",
19781 "once_cell",
19782 "postcard",
19783 "pulley-interpreter",
19784 "rayon",
19785 "rustix 1.1.2",
19786 "semver",
19787 "serde",
19788 "serde_derive",
19789 "smallvec",
19790 "target-lexicon",
19791 "wasmparser 0.236.1",
19792 "wasmtime-environ",
19793 "wasmtime-internal-asm-macros",
19794 "wasmtime-internal-component-macro",
19795 "wasmtime-internal-component-util",
19796 "wasmtime-internal-cranelift",
19797 "wasmtime-internal-fiber",
19798 "wasmtime-internal-jit-debug",
19799 "wasmtime-internal-jit-icache-coherence",
19800 "wasmtime-internal-math",
19801 "wasmtime-internal-slab",
19802 "wasmtime-internal-unwinder",
19803 "wasmtime-internal-versioned-export-macros",
19804 "wasmtime-internal-winch",
19805 "windows-sys 0.60.2",
19806]
19807
19808[[package]]
19809name = "wasmtime-c-api-impl"
19810version = "36.0.6"
19811source = "registry+https://github.com/rust-lang/crates.io-index"
19812checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19813dependencies = [
19814 "anyhow",
19815 "log",
19816 "tracing",
19817 "wasmtime",
19818 "wasmtime-internal-c-api-macros",
19819]
19820
19821[[package]]
19822name = "wasmtime-environ"
19823version = "36.0.7"
19824source = "registry+https://github.com/rust-lang/crates.io-index"
19825checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19826dependencies = [
19827 "anyhow",
19828 "cpp_demangle",
19829 "cranelift-bitset",
19830 "cranelift-entity",
19831 "gimli",
19832 "indexmap",
19833 "log",
19834 "object",
19835 "postcard",
19836 "rustc-demangle",
19837 "semver",
19838 "serde",
19839 "serde_derive",
19840 "smallvec",
19841 "target-lexicon",
19842 "wasm-encoder 0.236.1",
19843 "wasmparser 0.236.1",
19844 "wasmprinter",
19845 "wasmtime-internal-component-util",
19846]
19847
19848[[package]]
19849name = "wasmtime-internal-asm-macros"
19850version = "36.0.7"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19853dependencies = [
19854 "cfg-if",
19855]
19856
19857[[package]]
19858name = "wasmtime-internal-c-api-macros"
19859version = "36.0.6"
19860source = "registry+https://github.com/rust-lang/crates.io-index"
19861checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19862dependencies = [
19863 "proc-macro2",
19864 "quote",
19865]
19866
19867[[package]]
19868name = "wasmtime-internal-component-macro"
19869version = "36.0.7"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19872dependencies = [
19873 "anyhow",
19874 "proc-macro2",
19875 "quote",
19876 "syn 2.0.117",
19877 "wasmtime-internal-component-util",
19878 "wasmtime-internal-wit-bindgen",
19879 "wit-parser 0.236.1",
19880]
19881
19882[[package]]
19883name = "wasmtime-internal-component-util"
19884version = "36.0.7"
19885source = "registry+https://github.com/rust-lang/crates.io-index"
19886checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19887
19888[[package]]
19889name = "wasmtime-internal-cranelift"
19890version = "36.0.7"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19893dependencies = [
19894 "anyhow",
19895 "cfg-if",
19896 "cranelift-codegen",
19897 "cranelift-control",
19898 "cranelift-entity",
19899 "cranelift-frontend",
19900 "cranelift-native",
19901 "gimli",
19902 "itertools 0.14.0",
19903 "log",
19904 "object",
19905 "pulley-interpreter",
19906 "smallvec",
19907 "target-lexicon",
19908 "thiserror 2.0.17",
19909 "wasmparser 0.236.1",
19910 "wasmtime-environ",
19911 "wasmtime-internal-math",
19912 "wasmtime-internal-versioned-export-macros",
19913]
19914
19915[[package]]
19916name = "wasmtime-internal-fiber"
19917version = "36.0.7"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19920dependencies = [
19921 "anyhow",
19922 "cc",
19923 "cfg-if",
19924 "libc",
19925 "rustix 1.1.2",
19926 "wasmtime-internal-asm-macros",
19927 "wasmtime-internal-versioned-export-macros",
19928 "windows-sys 0.60.2",
19929]
19930
19931[[package]]
19932name = "wasmtime-internal-jit-debug"
19933version = "36.0.7"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19936dependencies = [
19937 "cc",
19938 "wasmtime-internal-versioned-export-macros",
19939]
19940
19941[[package]]
19942name = "wasmtime-internal-jit-icache-coherence"
19943version = "36.0.7"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19946dependencies = [
19947 "anyhow",
19948 "cfg-if",
19949 "libc",
19950 "windows-sys 0.60.2",
19951]
19952
19953[[package]]
19954name = "wasmtime-internal-math"
19955version = "36.0.7"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19958dependencies = [
19959 "libm",
19960]
19961
19962[[package]]
19963name = "wasmtime-internal-slab"
19964version = "36.0.7"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19967
19968[[package]]
19969name = "wasmtime-internal-unwinder"
19970version = "36.0.7"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19973dependencies = [
19974 "anyhow",
19975 "cfg-if",
19976 "cranelift-codegen",
19977 "log",
19978 "object",
19979]
19980
19981[[package]]
19982name = "wasmtime-internal-versioned-export-macros"
19983version = "36.0.7"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19986dependencies = [
19987 "proc-macro2",
19988 "quote",
19989 "syn 2.0.117",
19990]
19991
19992[[package]]
19993name = "wasmtime-internal-winch"
19994version = "36.0.7"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19997dependencies = [
19998 "anyhow",
19999 "cranelift-codegen",
20000 "gimli",
20001 "object",
20002 "target-lexicon",
20003 "wasmparser 0.236.1",
20004 "wasmtime-environ",
20005 "wasmtime-internal-cranelift",
20006 "winch-codegen",
20007]
20008
20009[[package]]
20010name = "wasmtime-internal-wit-bindgen"
20011version = "36.0.7"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20014dependencies = [
20015 "anyhow",
20016 "bitflags 2.10.0",
20017 "heck 0.5.0",
20018 "indexmap",
20019 "wit-parser 0.236.1",
20020]
20021
20022[[package]]
20023name = "wasmtime-wasi"
20024version = "36.0.6"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20027dependencies = [
20028 "anyhow",
20029 "async-trait",
20030 "bitflags 2.10.0",
20031 "bytes 1.11.1",
20032 "cap-fs-ext",
20033 "cap-net-ext",
20034 "cap-rand",
20035 "cap-std",
20036 "cap-time-ext",
20037 "fs-set-times",
20038 "futures 0.3.32",
20039 "io-extras",
20040 "io-lifetimes",
20041 "rustix 1.1.2",
20042 "system-interface",
20043 "thiserror 2.0.17",
20044 "tokio",
20045 "tracing",
20046 "url",
20047 "wasmtime",
20048 "wasmtime-wasi-io",
20049 "wiggle",
20050 "windows-sys 0.60.2",
20051]
20052
20053[[package]]
20054name = "wasmtime-wasi-io"
20055version = "36.0.6"
20056source = "registry+https://github.com/rust-lang/crates.io-index"
20057checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20058dependencies = [
20059 "anyhow",
20060 "async-trait",
20061 "bytes 1.11.1",
20062 "futures 0.3.32",
20063 "wasmtime",
20064]
20065
20066[[package]]
20067name = "wast"
20068version = "35.0.2"
20069source = "registry+https://github.com/rust-lang/crates.io-index"
20070checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20071dependencies = [
20072 "leb128",
20073]
20074
20075[[package]]
20076name = "watch"
20077version = "0.1.0"
20078dependencies = [
20079 "ctor",
20080 "futures 0.3.32",
20081 "gpui",
20082 "parking_lot",
20083 "zlog",
20084]
20085
20086[[package]]
20087name = "wax"
20088version = "0.7.0"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20091dependencies = [
20092 "const_format",
20093 "itertools 0.14.0",
20094 "nom 7.1.3",
20095 "pori",
20096 "regex",
20097 "thiserror 2.0.17",
20098 "walkdir",
20099]
20100
20101[[package]]
20102name = "wayland-backend"
20103version = "0.3.11"
20104source = "registry+https://github.com/rust-lang/crates.io-index"
20105checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20106dependencies = [
20107 "cc",
20108 "downcast-rs",
20109 "rustix 1.1.2",
20110 "scoped-tls",
20111 "smallvec",
20112 "wayland-sys",
20113]
20114
20115[[package]]
20116name = "wayland-client"
20117version = "0.31.11"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20120dependencies = [
20121 "bitflags 2.10.0",
20122 "rustix 1.1.2",
20123 "wayland-backend",
20124 "wayland-scanner",
20125]
20126
20127[[package]]
20128name = "wayland-cursor"
20129version = "0.31.11"
20130source = "registry+https://github.com/rust-lang/crates.io-index"
20131checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20132dependencies = [
20133 "rustix 1.1.2",
20134 "wayland-client",
20135 "xcursor",
20136]
20137
20138[[package]]
20139name = "wayland-protocols"
20140version = "0.32.9"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20143dependencies = [
20144 "bitflags 2.10.0",
20145 "wayland-backend",
20146 "wayland-client",
20147 "wayland-scanner",
20148]
20149
20150[[package]]
20151name = "wayland-protocols-plasma"
20152version = "0.3.9"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20155dependencies = [
20156 "bitflags 2.10.0",
20157 "wayland-backend",
20158 "wayland-client",
20159 "wayland-protocols",
20160 "wayland-scanner",
20161]
20162
20163[[package]]
20164name = "wayland-protocols-wlr"
20165version = "0.3.9"
20166source = "registry+https://github.com/rust-lang/crates.io-index"
20167checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20168dependencies = [
20169 "bitflags 2.10.0",
20170 "wayland-backend",
20171 "wayland-client",
20172 "wayland-protocols",
20173 "wayland-scanner",
20174]
20175
20176[[package]]
20177name = "wayland-scanner"
20178version = "0.31.7"
20179source = "registry+https://github.com/rust-lang/crates.io-index"
20180checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20181dependencies = [
20182 "proc-macro2",
20183 "quick-xml 0.37.5",
20184 "quote",
20185]
20186
20187[[package]]
20188name = "wayland-sys"
20189version = "0.31.7"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20192dependencies = [
20193 "dlib",
20194 "log",
20195 "once_cell",
20196 "pkg-config",
20197]
20198
20199[[package]]
20200name = "web-sys"
20201version = "0.3.90"
20202source = "registry+https://github.com/rust-lang/crates.io-index"
20203checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20204dependencies = [
20205 "js-sys",
20206 "wasm-bindgen",
20207]
20208
20209[[package]]
20210name = "web-time"
20211version = "1.1.0"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20214dependencies = [
20215 "js-sys",
20216 "serde",
20217 "wasm-bindgen",
20218]
20219
20220[[package]]
20221name = "web_atoms"
20222version = "0.1.3"
20223source = "registry+https://github.com/rust-lang/crates.io-index"
20224checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20225dependencies = [
20226 "phf 0.11.3",
20227 "phf_codegen",
20228 "string_cache",
20229 "string_cache_codegen",
20230]
20231
20232[[package]]
20233name = "web_search"
20234version = "0.1.0"
20235dependencies = [
20236 "anyhow",
20237 "cloud_llm_client",
20238 "collections",
20239 "gpui",
20240 "serde",
20241]
20242
20243[[package]]
20244name = "web_search_providers"
20245version = "0.1.0"
20246dependencies = [
20247 "anyhow",
20248 "client",
20249 "cloud_api_client",
20250 "cloud_api_types",
20251 "cloud_llm_client",
20252 "futures 0.3.32",
20253 "gpui",
20254 "http_client",
20255 "language_model",
20256 "serde",
20257 "serde_json",
20258 "web_search",
20259]
20260
20261[[package]]
20262name = "webpki-root-certs"
20263version = "0.26.8"
20264source = "registry+https://github.com/rust-lang/crates.io-index"
20265checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20266dependencies = [
20267 "rustls-pki-types",
20268]
20269
20270[[package]]
20271name = "webpki-roots"
20272version = "0.26.8"
20273source = "registry+https://github.com/rust-lang/crates.io-index"
20274checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20275dependencies = [
20276 "rustls-pki-types",
20277]
20278
20279[[package]]
20280name = "webrtc-sys"
20281version = "0.3.23"
20282source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20283dependencies = [
20284 "cc",
20285 "cxx",
20286 "cxx-build",
20287 "glob",
20288 "log",
20289 "pkg-config",
20290 "webrtc-sys-build",
20291]
20292
20293[[package]]
20294name = "webrtc-sys-build"
20295version = "0.3.13"
20296source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20297dependencies = [
20298 "anyhow",
20299 "fs2",
20300 "regex",
20301 "reqwest 0.12.24",
20302 "scratch",
20303 "semver",
20304 "zip 0.6.6",
20305]
20306
20307[[package]]
20308name = "weezl"
20309version = "0.1.10"
20310source = "registry+https://github.com/rust-lang/crates.io-index"
20311checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20312
20313[[package]]
20314name = "wgpu"
20315version = "29.0.0"
20316source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20317dependencies = [
20318 "arrayvec",
20319 "bitflags 2.10.0",
20320 "bytemuck",
20321 "cfg-if",
20322 "cfg_aliases 0.2.1",
20323 "document-features",
20324 "hashbrown 0.16.1",
20325 "js-sys",
20326 "log",
20327 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20328 "parking_lot",
20329 "portable-atomic",
20330 "profiling",
20331 "raw-window-handle",
20332 "smallvec",
20333 "static_assertions",
20334 "wasm-bindgen",
20335 "wasm-bindgen-futures",
20336 "web-sys",
20337 "wgpu-core",
20338 "wgpu-hal",
20339 "wgpu-types",
20340]
20341
20342[[package]]
20343name = "wgpu-core"
20344version = "29.0.0"
20345source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20346dependencies = [
20347 "arrayvec",
20348 "bit-set 0.9.1",
20349 "bit-vec 0.9.1",
20350 "bitflags 2.10.0",
20351 "bytemuck",
20352 "cfg_aliases 0.2.1",
20353 "document-features",
20354 "hashbrown 0.16.1",
20355 "indexmap",
20356 "log",
20357 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20358 "once_cell",
20359 "parking_lot",
20360 "portable-atomic",
20361 "profiling",
20362 "raw-window-handle",
20363 "rustc-hash 1.1.0",
20364 "smallvec",
20365 "thiserror 2.0.17",
20366 "wgpu-core-deps-apple",
20367 "wgpu-core-deps-emscripten",
20368 "wgpu-core-deps-windows-linux-android",
20369 "wgpu-hal",
20370 "wgpu-naga-bridge",
20371 "wgpu-types",
20372]
20373
20374[[package]]
20375name = "wgpu-core-deps-apple"
20376version = "29.0.0"
20377source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20378dependencies = [
20379 "wgpu-hal",
20380]
20381
20382[[package]]
20383name = "wgpu-core-deps-emscripten"
20384version = "29.0.0"
20385source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20386dependencies = [
20387 "wgpu-hal",
20388]
20389
20390[[package]]
20391name = "wgpu-core-deps-windows-linux-android"
20392version = "29.0.0"
20393source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20394dependencies = [
20395 "wgpu-hal",
20396]
20397
20398[[package]]
20399name = "wgpu-hal"
20400version = "29.0.0"
20401source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20402dependencies = [
20403 "android_system_properties",
20404 "arrayvec",
20405 "ash",
20406 "bit-set 0.9.1",
20407 "bitflags 2.10.0",
20408 "block2",
20409 "bytemuck",
20410 "cfg-if",
20411 "cfg_aliases 0.2.1",
20412 "glow",
20413 "glutin_wgl_sys",
20414 "gpu-allocator",
20415 "gpu-descriptor",
20416 "hashbrown 0.16.1",
20417 "js-sys",
20418 "khronos-egl",
20419 "libc",
20420 "libloading",
20421 "log",
20422 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20423 "ndk-sys",
20424 "objc2",
20425 "objc2-core-foundation",
20426 "objc2-foundation",
20427 "objc2-metal",
20428 "objc2-quartz-core",
20429 "once_cell",
20430 "ordered-float 4.6.0",
20431 "parking_lot",
20432 "portable-atomic",
20433 "portable-atomic-util",
20434 "profiling",
20435 "range-alloc",
20436 "raw-window-handle",
20437 "raw-window-metal",
20438 "renderdoc-sys",
20439 "smallvec",
20440 "thiserror 2.0.17",
20441 "wasm-bindgen",
20442 "wayland-sys",
20443 "web-sys",
20444 "wgpu-naga-bridge",
20445 "wgpu-types",
20446 "windows 0.62.2",
20447 "windows-core 0.62.2",
20448]
20449
20450[[package]]
20451name = "wgpu-naga-bridge"
20452version = "29.0.0"
20453source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20454dependencies = [
20455 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20456 "wgpu-types",
20457]
20458
20459[[package]]
20460name = "wgpu-types"
20461version = "29.0.0"
20462source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20463dependencies = [
20464 "bitflags 2.10.0",
20465 "bytemuck",
20466 "js-sys",
20467 "log",
20468 "raw-window-handle",
20469 "web-sys",
20470]
20471
20472[[package]]
20473name = "which"
20474version = "4.4.2"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20477dependencies = [
20478 "either",
20479 "home",
20480 "once_cell",
20481 "rustix 0.38.44",
20482]
20483
20484[[package]]
20485name = "which"
20486version = "6.0.3"
20487source = "registry+https://github.com/rust-lang/crates.io-index"
20488checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20489dependencies = [
20490 "either",
20491 "home",
20492 "rustix 0.38.44",
20493 "winsafe",
20494]
20495
20496[[package]]
20497name = "which_key"
20498version = "0.1.0"
20499dependencies = [
20500 "command_palette",
20501 "gpui",
20502 "serde",
20503 "settings",
20504 "theme_settings",
20505 "ui",
20506 "util",
20507 "workspace",
20508]
20509
20510[[package]]
20511name = "whoami"
20512version = "1.6.1"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20515dependencies = [
20516 "libredox",
20517 "wasite",
20518]
20519
20520[[package]]
20521name = "wiggle"
20522version = "36.0.6"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20525dependencies = [
20526 "anyhow",
20527 "async-trait",
20528 "bitflags 2.10.0",
20529 "thiserror 2.0.17",
20530 "tracing",
20531 "wasmtime",
20532 "wiggle-macro",
20533]
20534
20535[[package]]
20536name = "wiggle-generate"
20537version = "36.0.6"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20540dependencies = [
20541 "anyhow",
20542 "heck 0.5.0",
20543 "proc-macro2",
20544 "quote",
20545 "syn 2.0.117",
20546 "witx",
20547]
20548
20549[[package]]
20550name = "wiggle-macro"
20551version = "36.0.6"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20554dependencies = [
20555 "proc-macro2",
20556 "quote",
20557 "syn 2.0.117",
20558 "wiggle-generate",
20559]
20560
20561[[package]]
20562name = "winapi"
20563version = "0.3.9"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20566dependencies = [
20567 "winapi-i686-pc-windows-gnu",
20568 "winapi-x86_64-pc-windows-gnu",
20569]
20570
20571[[package]]
20572name = "winapi-i686-pc-windows-gnu"
20573version = "0.4.0"
20574source = "registry+https://github.com/rust-lang/crates.io-index"
20575checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20576
20577[[package]]
20578name = "winapi-util"
20579version = "0.1.11"
20580source = "registry+https://github.com/rust-lang/crates.io-index"
20581checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20582dependencies = [
20583 "windows-sys 0.61.2",
20584]
20585
20586[[package]]
20587name = "winapi-x86_64-pc-windows-gnu"
20588version = "0.4.0"
20589source = "registry+https://github.com/rust-lang/crates.io-index"
20590checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20591
20592[[package]]
20593name = "winch-codegen"
20594version = "36.0.7"
20595source = "registry+https://github.com/rust-lang/crates.io-index"
20596checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20597dependencies = [
20598 "anyhow",
20599 "cranelift-assembler-x64",
20600 "cranelift-codegen",
20601 "gimli",
20602 "regalloc2",
20603 "smallvec",
20604 "target-lexicon",
20605 "thiserror 2.0.17",
20606 "wasmparser 0.236.1",
20607 "wasmtime-environ",
20608 "wasmtime-internal-cranelift",
20609 "wasmtime-internal-math",
20610]
20611
20612[[package]]
20613name = "windows"
20614version = "0.56.0"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20617dependencies = [
20618 "windows-core 0.56.0",
20619 "windows-targets 0.52.6",
20620]
20621
20622[[package]]
20623name = "windows"
20624version = "0.57.0"
20625source = "registry+https://github.com/rust-lang/crates.io-index"
20626checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20627dependencies = [
20628 "windows-core 0.57.0",
20629 "windows-targets 0.52.6",
20630]
20631
20632[[package]]
20633name = "windows"
20634version = "0.58.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20637dependencies = [
20638 "windows-core 0.58.0",
20639 "windows-targets 0.52.6",
20640]
20641
20642[[package]]
20643name = "windows"
20644version = "0.61.3"
20645source = "registry+https://github.com/rust-lang/crates.io-index"
20646checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20647dependencies = [
20648 "windows-collections 0.2.0",
20649 "windows-core 0.61.2",
20650 "windows-future 0.2.1",
20651 "windows-link 0.1.3",
20652 "windows-numerics 0.2.0",
20653]
20654
20655[[package]]
20656name = "windows"
20657version = "0.62.2"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20660dependencies = [
20661 "windows-collections 0.3.2",
20662 "windows-core 0.62.2",
20663 "windows-future 0.3.2",
20664 "windows-numerics 0.3.1",
20665]
20666
20667[[package]]
20668name = "windows-bindgen"
20669version = "0.61.1"
20670source = "registry+https://github.com/rust-lang/crates.io-index"
20671checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20672dependencies = [
20673 "serde",
20674 "serde_json",
20675 "windows-threading 0.1.0",
20676]
20677
20678[[package]]
20679name = "windows-capture"
20680version = "1.4.3"
20681source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20682dependencies = [
20683 "clap",
20684 "ctrlc",
20685 "parking_lot",
20686 "rayon",
20687 "thiserror 2.0.17",
20688 "windows 0.61.3",
20689 "windows-future 0.2.1",
20690]
20691
20692[[package]]
20693name = "windows-collections"
20694version = "0.2.0"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20697dependencies = [
20698 "windows-core 0.61.2",
20699]
20700
20701[[package]]
20702name = "windows-collections"
20703version = "0.3.2"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20706dependencies = [
20707 "windows-core 0.62.2",
20708]
20709
20710[[package]]
20711name = "windows-core"
20712version = "0.56.0"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20715dependencies = [
20716 "windows-implement 0.56.0",
20717 "windows-interface 0.56.0",
20718 "windows-result 0.1.2",
20719 "windows-targets 0.52.6",
20720]
20721
20722[[package]]
20723name = "windows-core"
20724version = "0.57.0"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20727dependencies = [
20728 "windows-implement 0.57.0",
20729 "windows-interface 0.57.0",
20730 "windows-result 0.1.2",
20731 "windows-targets 0.52.6",
20732]
20733
20734[[package]]
20735name = "windows-core"
20736version = "0.58.0"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20739dependencies = [
20740 "windows-implement 0.58.0",
20741 "windows-interface 0.58.0",
20742 "windows-result 0.2.0",
20743 "windows-strings 0.1.0",
20744 "windows-targets 0.52.6",
20745]
20746
20747[[package]]
20748name = "windows-core"
20749version = "0.61.2"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20752dependencies = [
20753 "windows-implement 0.60.2",
20754 "windows-interface 0.59.3",
20755 "windows-link 0.1.3",
20756 "windows-result 0.3.4",
20757 "windows-strings 0.4.2",
20758]
20759
20760[[package]]
20761name = "windows-core"
20762version = "0.62.2"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20765dependencies = [
20766 "windows-implement 0.60.2",
20767 "windows-interface 0.59.3",
20768 "windows-link 0.2.1",
20769 "windows-result 0.4.1",
20770 "windows-strings 0.5.1",
20771]
20772
20773[[package]]
20774name = "windows-future"
20775version = "0.2.1"
20776source = "registry+https://github.com/rust-lang/crates.io-index"
20777checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20778dependencies = [
20779 "windows-core 0.61.2",
20780 "windows-link 0.1.3",
20781 "windows-threading 0.1.0",
20782]
20783
20784[[package]]
20785name = "windows-future"
20786version = "0.3.2"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20789dependencies = [
20790 "windows-core 0.62.2",
20791 "windows-link 0.2.1",
20792 "windows-threading 0.2.1",
20793]
20794
20795[[package]]
20796name = "windows-implement"
20797version = "0.56.0"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20800dependencies = [
20801 "proc-macro2",
20802 "quote",
20803 "syn 2.0.117",
20804]
20805
20806[[package]]
20807name = "windows-implement"
20808version = "0.57.0"
20809source = "registry+https://github.com/rust-lang/crates.io-index"
20810checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20811dependencies = [
20812 "proc-macro2",
20813 "quote",
20814 "syn 2.0.117",
20815]
20816
20817[[package]]
20818name = "windows-implement"
20819version = "0.58.0"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20822dependencies = [
20823 "proc-macro2",
20824 "quote",
20825 "syn 2.0.117",
20826]
20827
20828[[package]]
20829name = "windows-implement"
20830version = "0.60.2"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20833dependencies = [
20834 "proc-macro2",
20835 "quote",
20836 "syn 2.0.117",
20837]
20838
20839[[package]]
20840name = "windows-interface"
20841version = "0.56.0"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20844dependencies = [
20845 "proc-macro2",
20846 "quote",
20847 "syn 2.0.117",
20848]
20849
20850[[package]]
20851name = "windows-interface"
20852version = "0.57.0"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20855dependencies = [
20856 "proc-macro2",
20857 "quote",
20858 "syn 2.0.117",
20859]
20860
20861[[package]]
20862name = "windows-interface"
20863version = "0.58.0"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20866dependencies = [
20867 "proc-macro2",
20868 "quote",
20869 "syn 2.0.117",
20870]
20871
20872[[package]]
20873name = "windows-interface"
20874version = "0.59.3"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20877dependencies = [
20878 "proc-macro2",
20879 "quote",
20880 "syn 2.0.117",
20881]
20882
20883[[package]]
20884name = "windows-link"
20885version = "0.1.3"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20888
20889[[package]]
20890name = "windows-link"
20891version = "0.2.1"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20894
20895[[package]]
20896name = "windows-numerics"
20897version = "0.2.0"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20900dependencies = [
20901 "windows-core 0.61.2",
20902 "windows-link 0.1.3",
20903]
20904
20905[[package]]
20906name = "windows-numerics"
20907version = "0.3.1"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20910dependencies = [
20911 "windows-core 0.62.2",
20912 "windows-link 0.2.1",
20913]
20914
20915[[package]]
20916name = "windows-registry"
20917version = "0.4.0"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20920dependencies = [
20921 "windows-result 0.3.4",
20922 "windows-strings 0.3.1",
20923 "windows-targets 0.53.5",
20924]
20925
20926[[package]]
20927name = "windows-registry"
20928version = "0.5.3"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20931dependencies = [
20932 "windows-link 0.1.3",
20933 "windows-result 0.3.4",
20934 "windows-strings 0.4.2",
20935]
20936
20937[[package]]
20938name = "windows-registry"
20939version = "0.6.1"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20942dependencies = [
20943 "windows-link 0.2.1",
20944 "windows-result 0.4.1",
20945 "windows-strings 0.5.1",
20946]
20947
20948[[package]]
20949name = "windows-result"
20950version = "0.1.2"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20953dependencies = [
20954 "windows-targets 0.52.6",
20955]
20956
20957[[package]]
20958name = "windows-result"
20959version = "0.2.0"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20962dependencies = [
20963 "windows-targets 0.52.6",
20964]
20965
20966[[package]]
20967name = "windows-result"
20968version = "0.3.4"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20971dependencies = [
20972 "windows-link 0.1.3",
20973]
20974
20975[[package]]
20976name = "windows-result"
20977version = "0.4.1"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20980dependencies = [
20981 "windows-link 0.2.1",
20982]
20983
20984[[package]]
20985name = "windows-strings"
20986version = "0.1.0"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20989dependencies = [
20990 "windows-result 0.2.0",
20991 "windows-targets 0.52.6",
20992]
20993
20994[[package]]
20995name = "windows-strings"
20996version = "0.3.1"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20999dependencies = [
21000 "windows-link 0.1.3",
21001]
21002
21003[[package]]
21004name = "windows-strings"
21005version = "0.4.2"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21008dependencies = [
21009 "windows-link 0.1.3",
21010]
21011
21012[[package]]
21013name = "windows-strings"
21014version = "0.5.1"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21017dependencies = [
21018 "windows-link 0.2.1",
21019]
21020
21021[[package]]
21022name = "windows-sys"
21023version = "0.45.0"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21026dependencies = [
21027 "windows-targets 0.42.2",
21028]
21029
21030[[package]]
21031name = "windows-sys"
21032version = "0.48.0"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21035dependencies = [
21036 "windows-targets 0.48.5",
21037]
21038
21039[[package]]
21040name = "windows-sys"
21041version = "0.52.0"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21044dependencies = [
21045 "windows-targets 0.52.6",
21046]
21047
21048[[package]]
21049name = "windows-sys"
21050version = "0.59.0"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21053dependencies = [
21054 "windows-targets 0.52.6",
21055]
21056
21057[[package]]
21058name = "windows-sys"
21059version = "0.60.2"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21062dependencies = [
21063 "windows-targets 0.53.5",
21064]
21065
21066[[package]]
21067name = "windows-sys"
21068version = "0.61.2"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21071dependencies = [
21072 "windows-link 0.2.1",
21073]
21074
21075[[package]]
21076name = "windows-targets"
21077version = "0.42.2"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21080dependencies = [
21081 "windows_aarch64_gnullvm 0.42.2",
21082 "windows_aarch64_msvc 0.42.2",
21083 "windows_i686_gnu 0.42.2",
21084 "windows_i686_msvc 0.42.2",
21085 "windows_x86_64_gnu 0.42.2",
21086 "windows_x86_64_gnullvm 0.42.2",
21087 "windows_x86_64_msvc 0.42.2",
21088]
21089
21090[[package]]
21091name = "windows-targets"
21092version = "0.48.5"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21095dependencies = [
21096 "windows_aarch64_gnullvm 0.48.5",
21097 "windows_aarch64_msvc 0.48.5",
21098 "windows_i686_gnu 0.48.5",
21099 "windows_i686_msvc 0.48.5",
21100 "windows_x86_64_gnu 0.48.5",
21101 "windows_x86_64_gnullvm 0.48.5",
21102 "windows_x86_64_msvc 0.48.5",
21103]
21104
21105[[package]]
21106name = "windows-targets"
21107version = "0.52.6"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21110dependencies = [
21111 "windows_aarch64_gnullvm 0.52.6",
21112 "windows_aarch64_msvc 0.52.6",
21113 "windows_i686_gnu 0.52.6",
21114 "windows_i686_gnullvm 0.52.6",
21115 "windows_i686_msvc 0.52.6",
21116 "windows_x86_64_gnu 0.52.6",
21117 "windows_x86_64_gnullvm 0.52.6",
21118 "windows_x86_64_msvc 0.52.6",
21119]
21120
21121[[package]]
21122name = "windows-targets"
21123version = "0.53.5"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21126dependencies = [
21127 "windows-link 0.2.1",
21128 "windows_aarch64_gnullvm 0.53.1",
21129 "windows_aarch64_msvc 0.53.1",
21130 "windows_i686_gnu 0.53.1",
21131 "windows_i686_gnullvm 0.53.1",
21132 "windows_i686_msvc 0.53.1",
21133 "windows_x86_64_gnu 0.53.1",
21134 "windows_x86_64_gnullvm 0.53.1",
21135 "windows_x86_64_msvc 0.53.1",
21136]
21137
21138[[package]]
21139name = "windows-threading"
21140version = "0.1.0"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21143dependencies = [
21144 "windows-link 0.1.3",
21145]
21146
21147[[package]]
21148name = "windows-threading"
21149version = "0.2.1"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21152dependencies = [
21153 "windows-link 0.2.1",
21154]
21155
21156[[package]]
21157name = "windows_aarch64_gnullvm"
21158version = "0.42.2"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21161
21162[[package]]
21163name = "windows_aarch64_gnullvm"
21164version = "0.48.5"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21167
21168[[package]]
21169name = "windows_aarch64_gnullvm"
21170version = "0.52.6"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21173
21174[[package]]
21175name = "windows_aarch64_gnullvm"
21176version = "0.53.1"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21179
21180[[package]]
21181name = "windows_aarch64_msvc"
21182version = "0.42.2"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21185
21186[[package]]
21187name = "windows_aarch64_msvc"
21188version = "0.48.5"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21191
21192[[package]]
21193name = "windows_aarch64_msvc"
21194version = "0.52.6"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21197
21198[[package]]
21199name = "windows_aarch64_msvc"
21200version = "0.53.1"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21203
21204[[package]]
21205name = "windows_i686_gnu"
21206version = "0.42.2"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21209
21210[[package]]
21211name = "windows_i686_gnu"
21212version = "0.48.5"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21215
21216[[package]]
21217name = "windows_i686_gnu"
21218version = "0.52.6"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21221
21222[[package]]
21223name = "windows_i686_gnu"
21224version = "0.53.1"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21227
21228[[package]]
21229name = "windows_i686_gnullvm"
21230version = "0.52.6"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21233
21234[[package]]
21235name = "windows_i686_gnullvm"
21236version = "0.53.1"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21239
21240[[package]]
21241name = "windows_i686_msvc"
21242version = "0.42.2"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21245
21246[[package]]
21247name = "windows_i686_msvc"
21248version = "0.48.5"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21251
21252[[package]]
21253name = "windows_i686_msvc"
21254version = "0.52.6"
21255source = "registry+https://github.com/rust-lang/crates.io-index"
21256checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21257
21258[[package]]
21259name = "windows_i686_msvc"
21260version = "0.53.1"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21263
21264[[package]]
21265name = "windows_x86_64_gnu"
21266version = "0.42.2"
21267source = "registry+https://github.com/rust-lang/crates.io-index"
21268checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21269
21270[[package]]
21271name = "windows_x86_64_gnu"
21272version = "0.48.5"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21275
21276[[package]]
21277name = "windows_x86_64_gnu"
21278version = "0.52.6"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21281
21282[[package]]
21283name = "windows_x86_64_gnu"
21284version = "0.53.1"
21285source = "registry+https://github.com/rust-lang/crates.io-index"
21286checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21287
21288[[package]]
21289name = "windows_x86_64_gnullvm"
21290version = "0.42.2"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21293
21294[[package]]
21295name = "windows_x86_64_gnullvm"
21296version = "0.48.5"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21299
21300[[package]]
21301name = "windows_x86_64_gnullvm"
21302version = "0.52.6"
21303source = "registry+https://github.com/rust-lang/crates.io-index"
21304checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21305
21306[[package]]
21307name = "windows_x86_64_gnullvm"
21308version = "0.53.1"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21311
21312[[package]]
21313name = "windows_x86_64_msvc"
21314version = "0.42.2"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21317
21318[[package]]
21319name = "windows_x86_64_msvc"
21320version = "0.48.5"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21323
21324[[package]]
21325name = "windows_x86_64_msvc"
21326version = "0.52.6"
21327source = "registry+https://github.com/rust-lang/crates.io-index"
21328checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21329
21330[[package]]
21331name = "windows_x86_64_msvc"
21332version = "0.53.1"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21335
21336[[package]]
21337name = "winnow"
21338version = "0.7.13"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21341dependencies = [
21342 "memchr",
21343]
21344
21345[[package]]
21346name = "winreg"
21347version = "0.10.1"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21350dependencies = [
21351 "winapi",
21352]
21353
21354[[package]]
21355name = "winreg"
21356version = "0.50.0"
21357source = "registry+https://github.com/rust-lang/crates.io-index"
21358checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21359dependencies = [
21360 "cfg-if",
21361 "windows-sys 0.48.0",
21362]
21363
21364[[package]]
21365name = "winreg"
21366version = "0.55.0"
21367source = "registry+https://github.com/rust-lang/crates.io-index"
21368checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21369dependencies = [
21370 "cfg-if",
21371 "windows-sys 0.59.0",
21372]
21373
21374[[package]]
21375name = "winresource"
21376version = "0.1.23"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21379dependencies = [
21380 "toml 0.8.23",
21381 "version_check",
21382]
21383
21384[[package]]
21385name = "winsafe"
21386version = "0.0.19"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21389
21390[[package]]
21391name = "winx"
21392version = "0.36.4"
21393source = "registry+https://github.com/rust-lang/crates.io-index"
21394checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21395dependencies = [
21396 "bitflags 2.10.0",
21397 "windows-sys 0.59.0",
21398]
21399
21400[[package]]
21401name = "wio"
21402version = "0.2.2"
21403source = "registry+https://github.com/rust-lang/crates.io-index"
21404checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21405dependencies = [
21406 "winapi",
21407]
21408
21409[[package]]
21410name = "wit-bindgen"
21411version = "0.22.0"
21412source = "registry+https://github.com/rust-lang/crates.io-index"
21413checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21414dependencies = [
21415 "bitflags 2.10.0",
21416 "wit-bindgen-rt 0.22.0",
21417 "wit-bindgen-rust-macro 0.22.0",
21418]
21419
21420[[package]]
21421name = "wit-bindgen"
21422version = "0.41.0"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21425dependencies = [
21426 "wit-bindgen-rt 0.41.0",
21427 "wit-bindgen-rust-macro 0.41.0",
21428]
21429
21430[[package]]
21431name = "wit-bindgen"
21432version = "0.46.0"
21433source = "registry+https://github.com/rust-lang/crates.io-index"
21434checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21435
21436[[package]]
21437name = "wit-bindgen"
21438version = "0.51.0"
21439source = "registry+https://github.com/rust-lang/crates.io-index"
21440checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21441dependencies = [
21442 "wit-bindgen-rust-macro 0.51.0",
21443]
21444
21445[[package]]
21446name = "wit-bindgen-core"
21447version = "0.22.0"
21448source = "registry+https://github.com/rust-lang/crates.io-index"
21449checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21450dependencies = [
21451 "anyhow",
21452 "wit-parser 0.201.0",
21453]
21454
21455[[package]]
21456name = "wit-bindgen-core"
21457version = "0.41.0"
21458source = "registry+https://github.com/rust-lang/crates.io-index"
21459checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21460dependencies = [
21461 "anyhow",
21462 "heck 0.5.0",
21463 "wit-parser 0.227.1",
21464]
21465
21466[[package]]
21467name = "wit-bindgen-core"
21468version = "0.51.0"
21469source = "registry+https://github.com/rust-lang/crates.io-index"
21470checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21471dependencies = [
21472 "anyhow",
21473 "heck 0.5.0",
21474 "wit-parser 0.244.0",
21475]
21476
21477[[package]]
21478name = "wit-bindgen-rt"
21479version = "0.22.0"
21480source = "registry+https://github.com/rust-lang/crates.io-index"
21481checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21482
21483[[package]]
21484name = "wit-bindgen-rt"
21485version = "0.41.0"
21486source = "registry+https://github.com/rust-lang/crates.io-index"
21487checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21488dependencies = [
21489 "bitflags 2.10.0",
21490 "futures 0.3.32",
21491 "once_cell",
21492]
21493
21494[[package]]
21495name = "wit-bindgen-rust"
21496version = "0.22.0"
21497source = "registry+https://github.com/rust-lang/crates.io-index"
21498checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21499dependencies = [
21500 "anyhow",
21501 "heck 0.4.1",
21502 "indexmap",
21503 "wasm-metadata 0.201.0",
21504 "wit-bindgen-core 0.22.0",
21505 "wit-component 0.201.0",
21506]
21507
21508[[package]]
21509name = "wit-bindgen-rust"
21510version = "0.41.0"
21511source = "registry+https://github.com/rust-lang/crates.io-index"
21512checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21513dependencies = [
21514 "anyhow",
21515 "heck 0.5.0",
21516 "indexmap",
21517 "prettyplease",
21518 "syn 2.0.117",
21519 "wasm-metadata 0.227.1",
21520 "wit-bindgen-core 0.41.0",
21521 "wit-component 0.227.1",
21522]
21523
21524[[package]]
21525name = "wit-bindgen-rust"
21526version = "0.51.0"
21527source = "registry+https://github.com/rust-lang/crates.io-index"
21528checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21529dependencies = [
21530 "anyhow",
21531 "heck 0.5.0",
21532 "indexmap",
21533 "prettyplease",
21534 "syn 2.0.117",
21535 "wasm-metadata 0.244.0",
21536 "wit-bindgen-core 0.51.0",
21537 "wit-component 0.244.0",
21538]
21539
21540[[package]]
21541name = "wit-bindgen-rust-macro"
21542version = "0.22.0"
21543source = "registry+https://github.com/rust-lang/crates.io-index"
21544checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21545dependencies = [
21546 "anyhow",
21547 "proc-macro2",
21548 "quote",
21549 "syn 2.0.117",
21550 "wit-bindgen-core 0.22.0",
21551 "wit-bindgen-rust 0.22.0",
21552]
21553
21554[[package]]
21555name = "wit-bindgen-rust-macro"
21556version = "0.41.0"
21557source = "registry+https://github.com/rust-lang/crates.io-index"
21558checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21559dependencies = [
21560 "anyhow",
21561 "prettyplease",
21562 "proc-macro2",
21563 "quote",
21564 "syn 2.0.117",
21565 "wit-bindgen-core 0.41.0",
21566 "wit-bindgen-rust 0.41.0",
21567]
21568
21569[[package]]
21570name = "wit-bindgen-rust-macro"
21571version = "0.51.0"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21574dependencies = [
21575 "anyhow",
21576 "prettyplease",
21577 "proc-macro2",
21578 "quote",
21579 "syn 2.0.117",
21580 "wit-bindgen-core 0.51.0",
21581 "wit-bindgen-rust 0.51.0",
21582]
21583
21584[[package]]
21585name = "wit-component"
21586version = "0.201.0"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21589dependencies = [
21590 "anyhow",
21591 "bitflags 2.10.0",
21592 "indexmap",
21593 "log",
21594 "serde",
21595 "serde_derive",
21596 "serde_json",
21597 "wasm-encoder 0.201.0",
21598 "wasm-metadata 0.201.0",
21599 "wasmparser 0.201.0",
21600 "wit-parser 0.201.0",
21601]
21602
21603[[package]]
21604name = "wit-component"
21605version = "0.227.1"
21606source = "registry+https://github.com/rust-lang/crates.io-index"
21607checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21608dependencies = [
21609 "anyhow",
21610 "bitflags 2.10.0",
21611 "indexmap",
21612 "log",
21613 "serde",
21614 "serde_derive",
21615 "serde_json",
21616 "wasm-encoder 0.227.1",
21617 "wasm-metadata 0.227.1",
21618 "wasmparser 0.227.1",
21619 "wit-parser 0.227.1",
21620]
21621
21622[[package]]
21623name = "wit-component"
21624version = "0.244.0"
21625source = "registry+https://github.com/rust-lang/crates.io-index"
21626checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21627dependencies = [
21628 "anyhow",
21629 "bitflags 2.10.0",
21630 "indexmap",
21631 "log",
21632 "serde",
21633 "serde_derive",
21634 "serde_json",
21635 "wasm-encoder 0.244.0",
21636 "wasm-metadata 0.244.0",
21637 "wasmparser 0.244.0",
21638 "wit-parser 0.244.0",
21639]
21640
21641[[package]]
21642name = "wit-parser"
21643version = "0.201.0"
21644source = "registry+https://github.com/rust-lang/crates.io-index"
21645checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21646dependencies = [
21647 "anyhow",
21648 "id-arena",
21649 "indexmap",
21650 "log",
21651 "semver",
21652 "serde",
21653 "serde_derive",
21654 "serde_json",
21655 "unicode-xid",
21656 "wasmparser 0.201.0",
21657]
21658
21659[[package]]
21660name = "wit-parser"
21661version = "0.227.1"
21662source = "registry+https://github.com/rust-lang/crates.io-index"
21663checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21664dependencies = [
21665 "anyhow",
21666 "id-arena",
21667 "indexmap",
21668 "log",
21669 "semver",
21670 "serde",
21671 "serde_derive",
21672 "serde_json",
21673 "unicode-xid",
21674 "wasmparser 0.227.1",
21675]
21676
21677[[package]]
21678name = "wit-parser"
21679version = "0.236.1"
21680source = "registry+https://github.com/rust-lang/crates.io-index"
21681checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21682dependencies = [
21683 "anyhow",
21684 "id-arena",
21685 "indexmap",
21686 "log",
21687 "semver",
21688 "serde",
21689 "serde_derive",
21690 "serde_json",
21691 "unicode-xid",
21692 "wasmparser 0.236.1",
21693]
21694
21695[[package]]
21696name = "wit-parser"
21697version = "0.244.0"
21698source = "registry+https://github.com/rust-lang/crates.io-index"
21699checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21700dependencies = [
21701 "anyhow",
21702 "id-arena",
21703 "indexmap",
21704 "log",
21705 "semver",
21706 "serde",
21707 "serde_derive",
21708 "serde_json",
21709 "unicode-xid",
21710 "wasmparser 0.244.0",
21711]
21712
21713[[package]]
21714name = "witx"
21715version = "0.9.1"
21716source = "registry+https://github.com/rust-lang/crates.io-index"
21717checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21718dependencies = [
21719 "anyhow",
21720 "log",
21721 "thiserror 1.0.69",
21722 "wast",
21723]
21724
21725[[package]]
21726name = "workspace"
21727version = "0.1.0"
21728dependencies = [
21729 "agent_settings",
21730 "any_vec",
21731 "anyhow",
21732 "async-recursion",
21733 "chrono",
21734 "client",
21735 "clock",
21736 "collections",
21737 "component",
21738 "db",
21739 "fs",
21740 "futures 0.3.32",
21741 "git",
21742 "gpui",
21743 "http_client",
21744 "itertools 0.14.0",
21745 "language",
21746 "log",
21747 "markdown",
21748 "menu",
21749 "node_runtime",
21750 "parking_lot",
21751 "postage",
21752 "pretty_assertions",
21753 "project",
21754 "release_channel",
21755 "remote",
21756 "schemars",
21757 "serde",
21758 "serde_json",
21759 "session",
21760 "settings",
21761 "smallvec",
21762 "sqlez",
21763 "strum 0.27.2",
21764 "task",
21765 "telemetry",
21766 "tempfile",
21767 "theme",
21768 "theme_settings",
21769 "ui",
21770 "util",
21771 "uuid",
21772 "vim_mode_setting",
21773 "windows 0.61.3",
21774 "zed_actions",
21775 "zlog",
21776]
21777
21778[[package]]
21779name = "worktree"
21780version = "0.1.0"
21781dependencies = [
21782 "anyhow",
21783 "async-lock 2.8.0",
21784 "chardetng",
21785 "clock",
21786 "collections",
21787 "encoding_rs",
21788 "fs",
21789 "futures 0.3.32",
21790 "fuzzy",
21791 "git",
21792 "gpui",
21793 "ignore",
21794 "language",
21795 "log",
21796 "parking_lot",
21797 "paths",
21798 "postage",
21799 "pretty_assertions",
21800 "rand 0.9.3",
21801 "rpc",
21802 "serde",
21803 "serde_json",
21804 "settings",
21805 "smallvec",
21806 "smol",
21807 "sum_tree",
21808 "text",
21809 "tracing",
21810 "util",
21811 "worktree",
21812 "zlog",
21813 "ztracing",
21814]
21815
21816[[package]]
21817name = "worktree_benchmarks"
21818version = "0.1.0"
21819dependencies = [
21820 "fs",
21821 "gpui_platform",
21822 "settings",
21823 "worktree",
21824]
21825
21826[[package]]
21827name = "wprcontrol"
21828version = "0.1.0"
21829source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21830dependencies = [
21831 "windows 0.61.3",
21832 "windows-bindgen",
21833 "windows-core 0.61.2",
21834 "windows-link 0.2.1",
21835]
21836
21837[[package]]
21838name = "writeable"
21839version = "0.6.1"
21840source = "registry+https://github.com/rust-lang/crates.io-index"
21841checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21842
21843[[package]]
21844name = "wyz"
21845version = "0.5.1"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21848dependencies = [
21849 "tap",
21850]
21851
21852[[package]]
21853name = "x11"
21854version = "2.21.0"
21855source = "registry+https://github.com/rust-lang/crates.io-index"
21856checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21857dependencies = [
21858 "libc",
21859 "pkg-config",
21860]
21861
21862[[package]]
21863name = "x11-clipboard"
21864version = "0.9.3"
21865source = "registry+https://github.com/rust-lang/crates.io-index"
21866checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21867dependencies = [
21868 "libc",
21869 "x11rb",
21870]
21871
21872[[package]]
21873name = "x11rb"
21874version = "0.13.2"
21875source = "registry+https://github.com/rust-lang/crates.io-index"
21876checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21877dependencies = [
21878 "as-raw-xcb-connection",
21879 "gethostname",
21880 "libc",
21881 "rustix 1.1.2",
21882 "x11rb-protocol",
21883 "xcursor",
21884]
21885
21886[[package]]
21887name = "x11rb-protocol"
21888version = "0.13.2"
21889source = "registry+https://github.com/rust-lang/crates.io-index"
21890checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21891
21892[[package]]
21893name = "x_ai"
21894version = "0.1.0"
21895dependencies = [
21896 "anyhow",
21897 "language_model_core",
21898 "schemars",
21899 "serde",
21900 "strum 0.27.2",
21901 "tiktoken-rs",
21902]
21903
21904[[package]]
21905name = "xattr"
21906version = "0.2.3"
21907source = "registry+https://github.com/rust-lang/crates.io-index"
21908checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21909dependencies = [
21910 "libc",
21911]
21912
21913[[package]]
21914name = "xcb"
21915version = "1.6.0"
21916source = "registry+https://github.com/rust-lang/crates.io-index"
21917checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21918dependencies = [
21919 "bitflags 1.3.2",
21920 "libc",
21921 "quick-xml 0.30.0",
21922 "x11",
21923]
21924
21925[[package]]
21926name = "xcursor"
21927version = "0.3.10"
21928source = "registry+https://github.com/rust-lang/crates.io-index"
21929checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21930
21931[[package]]
21932name = "xim-ctext"
21933version = "0.3.0"
21934source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21935dependencies = [
21936 "encoding_rs",
21937]
21938
21939[[package]]
21940name = "xim-parser"
21941version = "0.2.1"
21942source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21943dependencies = [
21944 "bitflags 2.10.0",
21945]
21946
21947[[package]]
21948name = "xkbcommon"
21949version = "0.8.0"
21950source = "registry+https://github.com/rust-lang/crates.io-index"
21951checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21952dependencies = [
21953 "as-raw-xcb-connection",
21954 "libc",
21955 "memmap2",
21956 "xkeysym",
21957]
21958
21959[[package]]
21960name = "xkeysym"
21961version = "0.2.1"
21962source = "registry+https://github.com/rust-lang/crates.io-index"
21963checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21964
21965[[package]]
21966name = "xml-rs"
21967version = "0.8.28"
21968source = "registry+https://github.com/rust-lang/crates.io-index"
21969checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21970
21971[[package]]
21972name = "xml5ever"
21973version = "0.18.1"
21974source = "registry+https://github.com/rust-lang/crates.io-index"
21975checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21976dependencies = [
21977 "log",
21978 "mac",
21979 "markup5ever 0.12.1",
21980]
21981
21982[[package]]
21983name = "xmlparser"
21984version = "0.13.6"
21985source = "registry+https://github.com/rust-lang/crates.io-index"
21986checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21987
21988[[package]]
21989name = "xmlwriter"
21990version = "0.1.0"
21991source = "registry+https://github.com/rust-lang/crates.io-index"
21992checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21993
21994[[package]]
21995name = "xtask"
21996version = "0.1.0"
21997dependencies = [
21998 "annotate-snippets",
21999 "anyhow",
22000 "backtrace",
22001 "cargo_metadata 0.19.2",
22002 "cargo_toml",
22003 "clap",
22004 "compliance",
22005 "gh-workflow",
22006 "indexmap",
22007 "indoc",
22008 "itertools 0.14.0",
22009 "regex",
22010 "serde",
22011 "serde_json",
22012 "serde_yaml",
22013 "strum 0.27.2",
22014 "tokio",
22015 "toml 0.8.23",
22016 "toml_edit 0.22.27",
22017]
22018
22019[[package]]
22020name = "y4m"
22021version = "0.8.0"
22022source = "registry+https://github.com/rust-lang/crates.io-index"
22023checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22024
22025[[package]]
22026name = "yaml-rust2"
22027version = "0.8.1"
22028source = "registry+https://github.com/rust-lang/crates.io-index"
22029checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22030dependencies = [
22031 "arraydeque",
22032 "encoding_rs",
22033 "hashlink 0.8.4",
22034]
22035
22036[[package]]
22037name = "yansi"
22038version = "1.0.1"
22039source = "registry+https://github.com/rust-lang/crates.io-index"
22040checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22041
22042[[package]]
22043name = "yawc"
22044version = "0.2.5"
22045source = "registry+https://github.com/rust-lang/crates.io-index"
22046checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22047dependencies = [
22048 "base64 0.22.1",
22049 "bytes 1.11.1",
22050 "flate2",
22051 "futures 0.3.32",
22052 "http-body-util",
22053 "hyper 1.7.0",
22054 "hyper-util",
22055 "js-sys",
22056 "nom 8.0.0",
22057 "pin-project",
22058 "rand 0.8.5",
22059 "sha1",
22060 "thiserror 1.0.69",
22061 "tokio",
22062 "tokio-rustls 0.26.2",
22063 "tokio-util",
22064 "url",
22065 "wasm-bindgen",
22066 "wasm-bindgen-futures",
22067 "web-sys",
22068 "webpki-roots",
22069]
22070
22071[[package]]
22072name = "yazi"
22073version = "0.2.1"
22074source = "registry+https://github.com/rust-lang/crates.io-index"
22075checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22076
22077[[package]]
22078name = "yeslogic-fontconfig-sys"
22079version = "6.0.0"
22080source = "registry+https://github.com/rust-lang/crates.io-index"
22081checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22082dependencies = [
22083 "dlib",
22084 "once_cell",
22085 "pkg-config",
22086]
22087
22088[[package]]
22089name = "yoke"
22090version = "0.7.5"
22091source = "registry+https://github.com/rust-lang/crates.io-index"
22092checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22093dependencies = [
22094 "serde",
22095 "stable_deref_trait",
22096 "yoke-derive 0.7.5",
22097 "zerofrom",
22098]
22099
22100[[package]]
22101name = "yoke"
22102version = "0.8.0"
22103source = "registry+https://github.com/rust-lang/crates.io-index"
22104checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22105dependencies = [
22106 "serde",
22107 "stable_deref_trait",
22108 "yoke-derive 0.8.0",
22109 "zerofrom",
22110]
22111
22112[[package]]
22113name = "yoke-derive"
22114version = "0.7.5"
22115source = "registry+https://github.com/rust-lang/crates.io-index"
22116checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22117dependencies = [
22118 "proc-macro2",
22119 "quote",
22120 "syn 2.0.117",
22121 "synstructure",
22122]
22123
22124[[package]]
22125name = "yoke-derive"
22126version = "0.8.0"
22127source = "registry+https://github.com/rust-lang/crates.io-index"
22128checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22129dependencies = [
22130 "proc-macro2",
22131 "quote",
22132 "syn 2.0.117",
22133 "synstructure",
22134]
22135
22136[[package]]
22137name = "zbus"
22138version = "5.13.2"
22139source = "registry+https://github.com/rust-lang/crates.io-index"
22140checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22141dependencies = [
22142 "async-broadcast",
22143 "async-executor",
22144 "async-io",
22145 "async-lock 3.4.2",
22146 "async-process",
22147 "async-recursion",
22148 "async-task",
22149 "async-trait",
22150 "blocking",
22151 "enumflags2",
22152 "event-listener 5.4.1",
22153 "futures-core",
22154 "futures-lite 2.6.1",
22155 "hex",
22156 "libc",
22157 "ordered-stream",
22158 "rustix 1.1.2",
22159 "serde",
22160 "serde_repr",
22161 "tracing",
22162 "uds_windows",
22163 "uuid",
22164 "windows-sys 0.61.2",
22165 "winnow",
22166 "zbus_macros",
22167 "zbus_names",
22168 "zvariant",
22169]
22170
22171[[package]]
22172name = "zbus_macros"
22173version = "5.13.2"
22174source = "registry+https://github.com/rust-lang/crates.io-index"
22175checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22176dependencies = [
22177 "proc-macro-crate",
22178 "proc-macro2",
22179 "quote",
22180 "syn 2.0.117",
22181 "zbus_names",
22182 "zvariant",
22183 "zvariant_utils",
22184]
22185
22186[[package]]
22187name = "zbus_names"
22188version = "4.3.1"
22189source = "registry+https://github.com/rust-lang/crates.io-index"
22190checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22191dependencies = [
22192 "serde",
22193 "winnow",
22194 "zvariant",
22195]
22196
22197[[package]]
22198name = "zed"
22199version = "0.234.0"
22200dependencies = [
22201 "acp_thread",
22202 "acp_tools",
22203 "action_log",
22204 "activity_indicator",
22205 "agent",
22206 "agent-client-protocol",
22207 "agent_servers",
22208 "agent_settings",
22209 "agent_ui",
22210 "anyhow",
22211 "ashpd",
22212 "askpass",
22213 "assets",
22214 "audio",
22215 "auto_update",
22216 "auto_update_ui",
22217 "breadcrumbs",
22218 "call",
22219 "channel",
22220 "chrono",
22221 "clap",
22222 "cli",
22223 "client",
22224 "clock",
22225 "codestral",
22226 "collab_ui",
22227 "collections",
22228 "command_palette",
22229 "component",
22230 "component_preview",
22231 "copilot",
22232 "copilot_chat",
22233 "copilot_ui",
22234 "crashes",
22235 "csv_preview",
22236 "dap_adapters",
22237 "db",
22238 "debug_adapter_extension",
22239 "debugger_tools",
22240 "debugger_ui",
22241 "dev_container",
22242 "diagnostics",
22243 "edit_prediction",
22244 "edit_prediction_ui",
22245 "editor",
22246 "encoding_selector",
22247 "env_logger 0.11.8",
22248 "etw_tracing",
22249 "extension",
22250 "extension_host",
22251 "extensions_ui",
22252 "feature_flags",
22253 "feedback",
22254 "file_finder",
22255 "fs",
22256 "futures 0.3.32",
22257 "git",
22258 "git_graph",
22259 "git_hosting_providers",
22260 "git_ui",
22261 "go_to_line",
22262 "gpui",
22263 "gpui_platform",
22264 "gpui_tokio",
22265 "http_client",
22266 "image",
22267 "image_viewer",
22268 "input_latency_ui",
22269 "inspector_ui",
22270 "install_cli",
22271 "itertools 0.14.0",
22272 "journal",
22273 "json_schema_store",
22274 "keymap_editor",
22275 "language",
22276 "language_extension",
22277 "language_model",
22278 "language_models",
22279 "language_onboarding",
22280 "language_selector",
22281 "language_tools",
22282 "languages",
22283 "line_ending_selector",
22284 "log",
22285 "markdown",
22286 "markdown_preview",
22287 "menu",
22288 "migrator",
22289 "mimalloc",
22290 "miniprofiler_ui",
22291 "nc",
22292 "node_runtime",
22293 "notifications",
22294 "onboarding",
22295 "outline",
22296 "outline_panel",
22297 "parking_lot",
22298 "paths",
22299 "picker",
22300 "pkg-config",
22301 "pretty_assertions",
22302 "profiling",
22303 "project",
22304 "project_panel",
22305 "project_symbols",
22306 "prompt_store",
22307 "proto",
22308 "rayon",
22309 "recent_projects",
22310 "release_channel",
22311 "remote",
22312 "repl",
22313 "reqwest_client",
22314 "rope",
22315 "search",
22316 "semver",
22317 "serde",
22318 "serde_json",
22319 "session",
22320 "settings",
22321 "settings_profile_selector",
22322 "settings_ui",
22323 "shellexpand",
22324 "sidebar",
22325 "smol",
22326 "snippet_provider",
22327 "snippets_ui",
22328 "svg_preview",
22329 "sysinfo 0.37.2",
22330 "system_specs",
22331 "tab_switcher",
22332 "task",
22333 "tasks_ui",
22334 "telemetry",
22335 "telemetry_events",
22336 "tempfile",
22337 "terminal_view",
22338 "theme",
22339 "theme_extension",
22340 "theme_selector",
22341 "theme_settings",
22342 "time",
22343 "time_format",
22344 "title_bar",
22345 "toolchain_selector",
22346 "tracing",
22347 "ui",
22348 "ui_prompt",
22349 "url",
22350 "urlencoding",
22351 "util",
22352 "uuid",
22353 "vim",
22354 "vim_mode_setting",
22355 "watch",
22356 "web_search",
22357 "web_search_providers",
22358 "which_key",
22359 "windows 0.61.3",
22360 "winresource",
22361 "workspace",
22362 "zed-reqwest",
22363 "zed_actions",
22364 "zed_env_vars",
22365 "zlog",
22366 "zlog_settings",
22367 "ztracing",
22368]
22369
22370[[package]]
22371name = "zed-font-kit"
22372version = "0.14.1-zed"
22373source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22374dependencies = [
22375 "bitflags 2.10.0",
22376 "byteorder",
22377 "core-foundation 0.10.0",
22378 "core-graphics 0.24.0",
22379 "core-text",
22380 "dirs",
22381 "dwrote",
22382 "float-ord",
22383 "freetype-sys",
22384 "lazy_static",
22385 "libc",
22386 "log",
22387 "pathfinder_geometry",
22388 "pathfinder_simd",
22389 "walkdir",
22390 "winapi",
22391 "yeslogic-fontconfig-sys",
22392]
22393
22394[[package]]
22395name = "zed-reqwest"
22396version = "0.12.15-zed"
22397source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22398dependencies = [
22399 "base64 0.22.1",
22400 "bytes 1.11.1",
22401 "encoding_rs",
22402 "futures-core",
22403 "futures-util",
22404 "h2 0.4.12",
22405 "http 1.3.1",
22406 "http-body 1.0.1",
22407 "http-body-util",
22408 "hyper 1.7.0",
22409 "hyper-rustls 0.27.7",
22410 "hyper-util",
22411 "ipnet",
22412 "js-sys",
22413 "log",
22414 "mime",
22415 "mime_guess",
22416 "once_cell",
22417 "percent-encoding",
22418 "pin-project-lite",
22419 "quinn",
22420 "rustls 0.23.33",
22421 "rustls-native-certs 0.8.2",
22422 "rustls-pemfile 2.2.0",
22423 "rustls-pki-types",
22424 "serde",
22425 "serde_json",
22426 "serde_urlencoded",
22427 "sync_wrapper 1.0.2",
22428 "system-configuration 0.6.1",
22429 "tokio",
22430 "tokio-rustls 0.26.2",
22431 "tokio-socks",
22432 "tokio-util",
22433 "tower 0.5.2",
22434 "tower-service",
22435 "url",
22436 "wasm-bindgen",
22437 "wasm-bindgen-futures",
22438 "wasm-streams",
22439 "web-sys",
22440 "windows-registry 0.4.0",
22441]
22442
22443[[package]]
22444name = "zed-scap"
22445version = "0.0.8-zed"
22446source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22447dependencies = [
22448 "anyhow",
22449 "cocoa 0.25.0",
22450 "core-graphics-helmer-fork",
22451 "log",
22452 "objc",
22453 "rand 0.8.5",
22454 "screencapturekit",
22455 "screencapturekit-sys",
22456 "sysinfo 0.31.4",
22457 "tao-core-video-sys",
22458 "windows 0.61.3",
22459 "windows-capture",
22460 "x11",
22461 "xcb",
22462]
22463
22464[[package]]
22465name = "zed-xim"
22466version = "0.4.0-zed"
22467source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22468dependencies = [
22469 "ahash 0.8.12",
22470 "hashbrown 0.14.5",
22471 "log",
22472 "x11rb",
22473 "xim-ctext",
22474 "xim-parser",
22475]
22476
22477[[package]]
22478name = "zed_actions"
22479version = "0.1.0"
22480dependencies = [
22481 "gpui",
22482 "schemars",
22483 "serde",
22484 "util",
22485 "uuid",
22486]
22487
22488[[package]]
22489name = "zed_credentials_provider"
22490version = "0.1.0"
22491dependencies = [
22492 "anyhow",
22493 "credentials_provider",
22494 "futures 0.3.32",
22495 "gpui",
22496 "paths",
22497 "release_channel",
22498 "serde",
22499 "serde_json",
22500]
22501
22502[[package]]
22503name = "zed_env_vars"
22504version = "0.1.0"
22505dependencies = [
22506 "env_var",
22507]
22508
22509[[package]]
22510name = "zed_extension_api"
22511version = "0.1.0"
22512source = "registry+https://github.com/rust-lang/crates.io-index"
22513checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22514dependencies = [
22515 "serde",
22516 "serde_json",
22517 "wit-bindgen 0.22.0",
22518]
22519
22520[[package]]
22521name = "zed_extension_api"
22522version = "0.7.0"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22525dependencies = [
22526 "serde",
22527 "serde_json",
22528 "wit-bindgen 0.41.0",
22529]
22530
22531[[package]]
22532name = "zed_extension_api"
22533version = "0.8.0"
22534dependencies = [
22535 "serde",
22536 "serde_json",
22537 "wit-bindgen 0.41.0",
22538]
22539
22540[[package]]
22541name = "zed_glsl"
22542version = "0.2.3"
22543dependencies = [
22544 "zed_extension_api 0.1.0",
22545]
22546
22547[[package]]
22548name = "zed_html"
22549version = "0.3.1"
22550dependencies = [
22551 "zed_extension_api 0.7.0",
22552]
22553
22554[[package]]
22555name = "zed_proto"
22556version = "0.3.2"
22557dependencies = [
22558 "zed_extension_api 0.7.0",
22559]
22560
22561[[package]]
22562name = "zed_test_extension"
22563version = "0.1.0"
22564dependencies = [
22565 "zed_extension_api 0.8.0",
22566]
22567
22568[[package]]
22569name = "zeno"
22570version = "0.3.3"
22571source = "registry+https://github.com/rust-lang/crates.io-index"
22572checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22573
22574[[package]]
22575name = "zerocopy"
22576version = "0.8.27"
22577source = "registry+https://github.com/rust-lang/crates.io-index"
22578checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22579dependencies = [
22580 "zerocopy-derive",
22581]
22582
22583[[package]]
22584name = "zerocopy-derive"
22585version = "0.8.27"
22586source = "registry+https://github.com/rust-lang/crates.io-index"
22587checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22588dependencies = [
22589 "proc-macro2",
22590 "quote",
22591 "syn 2.0.117",
22592]
22593
22594[[package]]
22595name = "zerofrom"
22596version = "0.1.6"
22597source = "registry+https://github.com/rust-lang/crates.io-index"
22598checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22599dependencies = [
22600 "zerofrom-derive",
22601]
22602
22603[[package]]
22604name = "zerofrom-derive"
22605version = "0.1.6"
22606source = "registry+https://github.com/rust-lang/crates.io-index"
22607checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22608dependencies = [
22609 "proc-macro2",
22610 "quote",
22611 "syn 2.0.117",
22612 "synstructure",
22613]
22614
22615[[package]]
22616name = "zeroize"
22617version = "1.8.2"
22618source = "registry+https://github.com/rust-lang/crates.io-index"
22619checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22620dependencies = [
22621 "zeroize_derive",
22622]
22623
22624[[package]]
22625name = "zeroize_derive"
22626version = "1.4.2"
22627source = "registry+https://github.com/rust-lang/crates.io-index"
22628checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22629dependencies = [
22630 "proc-macro2",
22631 "quote",
22632 "syn 2.0.117",
22633]
22634
22635[[package]]
22636name = "zeromq"
22637version = "0.5.0"
22638source = "registry+https://github.com/rust-lang/crates.io-index"
22639checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22640dependencies = [
22641 "async-dispatcher",
22642 "async-std",
22643 "async-trait",
22644 "asynchronous-codec",
22645 "bytes 1.11.1",
22646 "crossbeam-queue",
22647 "futures 0.3.32",
22648 "log",
22649 "num-traits",
22650 "once_cell",
22651 "parking_lot",
22652 "rand 0.9.3",
22653 "regex",
22654 "scc",
22655 "thiserror 1.0.69",
22656 "uuid",
22657]
22658
22659[[package]]
22660name = "zerotrie"
22661version = "0.2.2"
22662source = "registry+https://github.com/rust-lang/crates.io-index"
22663checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22664dependencies = [
22665 "displaydoc",
22666 "yoke 0.8.0",
22667 "zerofrom",
22668]
22669
22670[[package]]
22671name = "zerovec"
22672version = "0.11.4"
22673source = "registry+https://github.com/rust-lang/crates.io-index"
22674checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22675dependencies = [
22676 "yoke 0.8.0",
22677 "zerofrom",
22678 "zerovec-derive",
22679]
22680
22681[[package]]
22682name = "zerovec-derive"
22683version = "0.11.1"
22684source = "registry+https://github.com/rust-lang/crates.io-index"
22685checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22686dependencies = [
22687 "proc-macro2",
22688 "quote",
22689 "syn 2.0.117",
22690]
22691
22692[[package]]
22693name = "zeta_prompt"
22694version = "0.1.0"
22695dependencies = [
22696 "anyhow",
22697 "imara-diff",
22698 "indoc",
22699 "serde",
22700 "strum 0.27.2",
22701]
22702
22703[[package]]
22704name = "zip"
22705version = "0.6.6"
22706source = "registry+https://github.com/rust-lang/crates.io-index"
22707checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22708dependencies = [
22709 "aes",
22710 "byteorder",
22711 "bzip2 0.4.4",
22712 "constant_time_eq",
22713 "crc32fast",
22714 "crossbeam-utils",
22715 "flate2",
22716 "hmac",
22717 "pbkdf2 0.11.0",
22718 "sha1",
22719 "time",
22720 "zstd",
22721]
22722
22723[[package]]
22724name = "zip"
22725version = "1.1.4"
22726source = "registry+https://github.com/rust-lang/crates.io-index"
22727checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22728dependencies = [
22729 "arbitrary",
22730 "crc32fast",
22731 "crossbeam-utils",
22732 "displaydoc",
22733 "indexmap",
22734 "num_enum",
22735 "thiserror 1.0.69",
22736]
22737
22738[[package]]
22739name = "zlog"
22740version = "0.1.0"
22741dependencies = [
22742 "anyhow",
22743 "chrono",
22744 "collections",
22745 "log",
22746 "tempfile",
22747]
22748
22749[[package]]
22750name = "zlog_settings"
22751version = "0.1.0"
22752dependencies = [
22753 "collections",
22754 "gpui",
22755 "settings",
22756 "zlog",
22757]
22758
22759[[package]]
22760name = "zstd"
22761version = "0.11.2+zstd.1.5.2"
22762source = "registry+https://github.com/rust-lang/crates.io-index"
22763checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22764dependencies = [
22765 "zstd-safe",
22766]
22767
22768[[package]]
22769name = "zstd-safe"
22770version = "5.0.2+zstd.1.5.2"
22771source = "registry+https://github.com/rust-lang/crates.io-index"
22772checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22773dependencies = [
22774 "libc",
22775 "zstd-sys",
22776]
22777
22778[[package]]
22779name = "zstd-sys"
22780version = "2.0.16+zstd.1.5.7"
22781source = "registry+https://github.com/rust-lang/crates.io-index"
22782checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22783dependencies = [
22784 "cc",
22785 "pkg-config",
22786]
22787
22788[[package]]
22789name = "ztracing"
22790version = "0.1.0"
22791dependencies = [
22792 "tracing",
22793 "tracing-subscriber",
22794 "tracing-tracy",
22795 "tracy-client",
22796 "zlog",
22797 "ztracing_macro",
22798]
22799
22800[[package]]
22801name = "ztracing_macro"
22802version = "0.1.0"
22803
22804[[package]]
22805name = "zune-core"
22806version = "0.4.12"
22807source = "registry+https://github.com/rust-lang/crates.io-index"
22808checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22809
22810[[package]]
22811name = "zune-core"
22812version = "0.5.1"
22813source = "registry+https://github.com/rust-lang/crates.io-index"
22814checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22815
22816[[package]]
22817name = "zune-inflate"
22818version = "0.2.54"
22819source = "registry+https://github.com/rust-lang/crates.io-index"
22820checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22821dependencies = [
22822 "simd-adler32",
22823]
22824
22825[[package]]
22826name = "zune-jpeg"
22827version = "0.4.21"
22828source = "registry+https://github.com/rust-lang/crates.io-index"
22829checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22830dependencies = [
22831 "zune-core 0.4.12",
22832]
22833
22834[[package]]
22835name = "zune-jpeg"
22836version = "0.5.15"
22837source = "registry+https://github.com/rust-lang/crates.io-index"
22838checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22839dependencies = [
22840 "zune-core 0.5.1",
22841]
22842
22843[[package]]
22844name = "zvariant"
22845version = "5.9.2"
22846source = "registry+https://github.com/rust-lang/crates.io-index"
22847checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22848dependencies = [
22849 "endi",
22850 "enumflags2",
22851 "serde",
22852 "serde_bytes",
22853 "winnow",
22854 "zvariant_derive",
22855 "zvariant_utils",
22856]
22857
22858[[package]]
22859name = "zvariant_derive"
22860version = "5.9.2"
22861source = "registry+https://github.com/rust-lang/crates.io-index"
22862checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22863dependencies = [
22864 "proc-macro-crate",
22865 "proc-macro2",
22866 "quote",
22867 "syn 2.0.117",
22868 "zvariant_utils",
22869]
22870
22871[[package]]
22872name = "zvariant_utils"
22873version = "3.3.0"
22874source = "registry+https://github.com/rust-lang/crates.io-index"
22875checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22876dependencies = [
22877 "proc-macro2",
22878 "quote",
22879 "serde",
22880 "syn 2.0.117",
22881 "winnow",
22882]