| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| dependencies = [ |
| "gimli 0.28.1", |
| ] |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "ammonia" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" |
| dependencies = [ |
| "html5ever", |
| "maplit", |
| "once_cell", |
| "tendril", |
| "url", |
| ] |
| |
| [[package]] |
| name = "android-tzdata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| |
| [[package]] |
| name = "android_system_properties" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
| dependencies = [ |
| "unicode-width 0.1.14", |
| "yansi-term", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4" |
| dependencies = [ |
| "anstyle", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
| |
| [[package]] |
| name = "anstyle-lossy" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "934ff8719effd2023a48cf63e69536c1c3ced9d3895068f6f5cc9a4ff845e59b" |
| dependencies = [ |
| "anstyle", |
| ] |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-svg" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3607949e9f6de49ea4bafe12f5e4fd73613ebf24795e48587302a8cc0e4bb35" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "anstyle-lossy", |
| "html-escape", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" |
| dependencies = [ |
| "anstyle", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
| |
| [[package]] |
| name = "ar_archive_writer" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4" |
| dependencies = [ |
| "object 0.36.7", |
| ] |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.71" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide 0.7.4", |
| "object 0.32.2", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| |
| [[package]] |
| name = "basic-toml" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bincode" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
| |
| [[package]] |
| name = "blake3" |
| version = "1.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" |
| dependencies = [ |
| "memchr", |
| "regex-automata 0.4.9", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "build-manifest" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "flate2", |
| "hex", |
| "rayon", |
| "serde", |
| "serde_json", |
| "sha2", |
| "tar", |
| "toml 0.5.11", |
| "xz2", |
| ] |
| |
| [[package]] |
| name = "build_helper" |
| version = "0.1.0" |
| dependencies = [ |
| "serde", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "bump-stage0" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "build_helper", |
| "curl", |
| "indexmap", |
| "serde", |
| "toml 0.5.11", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-miri" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo_metadata 0.18.1", |
| "directories", |
| "rustc-build-sysroot", |
| "rustc_tools_util", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.19.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.9", |
| ] |
| |
| [[package]] |
| name = "cargotest2" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" |
| dependencies = [ |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "num-traits", |
| "serde", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" |
| dependencies = [ |
| "chrono", |
| "chrono-tz-build", |
| "phf", |
| ] |
| |
| [[package]] |
| name = "chrono-tz-build" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7" |
| dependencies = [ |
| "parse-zoneinfo", |
| "phf_codegen", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common", |
| "inout", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.5.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap-cargo" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| dependencies = [ |
| "anstyle", |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.5.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac2e663e3e3bed2d32d065a8404024dad306e699a04263ec59919529f803aee9" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
| |
| [[package]] |
| name = "clippy" |
| version = "0.1.86" |
| dependencies = [ |
| "anstream", |
| "cargo_metadata 0.18.1", |
| "clippy_config", |
| "clippy_lints", |
| "clippy_utils", |
| "color-print", |
| "filetime", |
| "futures", |
| "if_chain", |
| "itertools", |
| "parking_lot", |
| "pulldown-cmark 0.11.3", |
| "quote", |
| "regex", |
| "rinja", |
| "rustc_tools_util", |
| "serde", |
| "serde_json", |
| "syn 2.0.94", |
| "tempfile", |
| "termize", |
| "tokio", |
| "toml 0.7.8", |
| "ui_test", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_config" |
| version = "0.1.86" |
| dependencies = [ |
| "clippy_utils", |
| "itertools", |
| "serde", |
| "toml 0.7.8", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_dev" |
| version = "0.0.1" |
| dependencies = [ |
| "aho-corasick", |
| "chrono", |
| "clap", |
| "indoc", |
| "itertools", |
| "opener", |
| "shell-escape", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_lints" |
| version = "0.1.86" |
| dependencies = [ |
| "arrayvec", |
| "cargo_metadata 0.18.1", |
| "clippy_config", |
| "clippy_utils", |
| "itertools", |
| "quine-mc_cluskey", |
| "regex", |
| "regex-syntax 0.8.5", |
| "semver", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "toml 0.7.8", |
| "unicode-normalization", |
| "unicode-script", |
| "url", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_utils" |
| version = "0.1.86" |
| dependencies = [ |
| "arrayvec", |
| "itertools", |
| "rustc_apfloat", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "collect-license-metadata" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "serde", |
| "serde_json", |
| "spdx-rs", |
| ] |
| |
| [[package]] |
| name = "color-eyre" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
| dependencies = [ |
| "backtrace", |
| "color-spantrace", |
| "eyre", |
| "indenter", |
| "once_cell", |
| "owo-colors", |
| "tracing-error", |
| ] |
| |
| [[package]] |
| name = "color-print" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" |
| dependencies = [ |
| "color-print-proc-macro", |
| ] |
| |
| [[package]] |
| name = "color-print-proc-macro" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" |
| dependencies = [ |
| "nom", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "color-spantrace" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
| dependencies = [ |
| "once_cell", |
| "owo-colors", |
| "tracing-core", |
| "tracing-error", |
| ] |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
| |
| [[package]] |
| name = "colored" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" |
| dependencies = [ |
| "lazy_static", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "comma" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| |
| [[package]] |
| name = "compiletest" |
| version = "0.0.0" |
| dependencies = [ |
| "anstyle-svg", |
| "anyhow", |
| "build_helper", |
| "colored", |
| "diff", |
| "getopts", |
| "glob", |
| "home", |
| "indexmap", |
| "libc", |
| "miow", |
| "miropt-test-tools", |
| "regex", |
| "rustfix", |
| "semver", |
| "serde", |
| "serde_json", |
| "tracing", |
| "tracing-subscriber", |
| "unified-diff", |
| "walkdir", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.15.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "once_cell", |
| "unicode-width 0.2.0", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| |
| [[package]] |
| name = "coverage-dump" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "leb128", |
| "md-5", |
| "miniz_oxide 0.7.4", |
| "regex", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" |
| dependencies = [ |
| "nix", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "curl" |
| version = "0.4.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265" |
| dependencies = [ |
| "curl-sys", |
| "libc", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.78+curl-8.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eec768341c5c7789611ae51cf6c459099f22e64a5d5d0ce4892434e33821eaf" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "datafrog" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
| |
| [[package]] |
| name = "dbus" |
| version = "0.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| dependencies = [ |
| "libc", |
| "libdbus-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| dependencies = [ |
| "powerfmt", |
| ] |
| |
| [[package]] |
| name = "derive-where" |
| version = "1.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "derive_builder" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| dependencies = [ |
| "derive_builder_macro", |
| ] |
| |
| [[package]] |
| name = "derive_builder_core" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "derive_builder_macro" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| dependencies = [ |
| "derive_builder_core", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "derive_setters" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| ] |
| |
| [[package]] |
| name = "directories" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-next" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| dependencies = [ |
| "cfg-if", |
| "dirs-sys-next", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "dirs-sys-next" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
| |
| [[package]] |
| name = "either" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| |
| [[package]] |
| name = "elasticlunr-rs" |
| version = "3.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
| dependencies = [ |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "elsa" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
| dependencies = [ |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "env_filter", |
| "humantime", |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "error_index_generator" |
| version = "0.0.0" |
| dependencies = [ |
| "mdbook", |
| ] |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "eyre" |
| version = "0.6.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
| dependencies = [ |
| "indenter", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| |
| [[package]] |
| name = "field-offset" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
| dependencies = [ |
| "memoffset", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "libredox", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide 0.8.2", |
| ] |
| |
| [[package]] |
| name = "fluent-bundle" |
| version = "0.15.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" |
| dependencies = [ |
| "fluent-langneg", |
| "fluent-syntax", |
| "intl-memoizer", |
| "intl_pluralrules", |
| "rustc-hash 1.1.0", |
| "self_cell 0.10.3", |
| "smallvec", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "fluent-langneg" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| dependencies = [ |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "fluent-syntax" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" |
| dependencies = [ |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fs-err" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "fs_extra" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| |
| [[package]] |
| name = "futf" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| dependencies = [ |
| "mac", |
| "new_debug_unreachable", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "generate-copyright" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "cargo_metadata 0.18.1", |
| "rinja", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "generate-windows-sys" |
| version = "0.1.0" |
| dependencies = [ |
| "windows-bindgen", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
| dependencies = [ |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
| |
| [[package]] |
| name = "gimli" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "log", |
| "regex-automata 0.4.9", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "gsgdt" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "6.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315" |
| dependencies = [ |
| "log", |
| "num-order", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| dependencies = [ |
| "ahash", |
| "allocator-api2", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| dependencies = [ |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "home" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "html-checker" |
| version = "0.1.0" |
| dependencies = [ |
| "rayon", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "html-escape" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| dependencies = [ |
| "utf8-width", |
| ] |
| |
| [[package]] |
| name = "html5ever" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" |
| dependencies = [ |
| "log", |
| "mac", |
| "markup5ever", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "humansize" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "wasm-bindgen", |
| "windows-core 0.52.0", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_list" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
| dependencies = [ |
| "displaydoc", |
| "icu_list_data", |
| "icu_locid_transform", |
| "icu_provider", |
| "regex-automata 0.2.0", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "icu_list_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" |
| |
| [[package]] |
| name = "icu_locid" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_locid_transform_data", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "utf16_iter", |
| "utf8_iter", |
| "write16", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locid_transform", |
| "icu_properties_data", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_provider_macros", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_adapters" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
| dependencies = [ |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_macros" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "id-arena" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "if_chain" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
| dependencies = [ |
| "crossbeam-deque", |
| "globset", |
| "log", |
| "memchr", |
| "regex-automata 0.4.9", |
| "same-file", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "indenter" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.15.2", |
| "rustc-rayon", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indicatif" |
| version = "0.17.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" |
| dependencies = [ |
| "console", |
| "number_prefix", |
| "portable-atomic", |
| "unicode-width 0.2.0", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
| |
| [[package]] |
| name = "inout" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "installer" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "flate2", |
| "rayon", |
| "tar", |
| "walkdir", |
| "xz2", |
| ] |
| |
| [[package]] |
| name = "intl-memoizer" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" |
| dependencies = [ |
| "type-map", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "intl_pluralrules" |
| version = "7.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
| dependencies = [ |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "jsondocck" |
| version = "0.1.0" |
| dependencies = [ |
| "fs-err", |
| "getopts", |
| "jsonpath_lib", |
| "regex", |
| "serde_json", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "jsondoclint" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "fs-err", |
| "rustc-hash 2.1.0", |
| "rustdoc-json-types", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "jsonpath_lib" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
| dependencies = [ |
| "log", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "leb128" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| |
| [[package]] |
| name = "levenshtein" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| |
| [[package]] |
| name = "lexopt" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.169" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
| |
| [[package]] |
| name = "libdbus-sys" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libffi" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
| dependencies = [ |
| "libc", |
| "libffi-sys", |
| ] |
| |
| [[package]] |
| name = "libffi-sys" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" |
| dependencies = [ |
| "cfg-if", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "linkchecker" |
| version = "0.1.0" |
| dependencies = [ |
| "html5ever", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "lint-docs" |
| version = "0.1.0" |
| dependencies = [ |
| "serde_json", |
| "tempfile", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
| |
| [[package]] |
| name = "lld-wrapper" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "llvm-bitcode-linker" |
| version = "0.0.1" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "thiserror 1.0.69", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| |
| [[package]] |
| name = "lzma-sys" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "mac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| |
| [[package]] |
| name = "maplit" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| |
| [[package]] |
| name = "markup5ever" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" |
| dependencies = [ |
| "log", |
| "phf", |
| "phf_codegen", |
| "string_cache", |
| "string_cache_codegen", |
| "tendril", |
| ] |
| |
| [[package]] |
| name = "matchers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| dependencies = [ |
| "regex-automata 0.1.10", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| dependencies = [ |
| "cfg-if", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "mdbook" |
| version = "0.4.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148" |
| dependencies = [ |
| "ammonia", |
| "anyhow", |
| "chrono", |
| "clap", |
| "clap_complete", |
| "elasticlunr-rs", |
| "env_logger", |
| "handlebars", |
| "log", |
| "memchr", |
| "once_cell", |
| "opener", |
| "pulldown-cmark 0.10.3", |
| "regex", |
| "serde", |
| "serde_json", |
| "shlex", |
| "tempfile", |
| "toml 0.5.11", |
| "topological-sort", |
| ] |
| |
| [[package]] |
| name = "measureme" |
| version = "11.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
| dependencies = [ |
| "log", |
| "memmap2", |
| "parking_lot", |
| "perf-event-open-sys", |
| "rustc-hash 1.1.0", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| |
| [[package]] |
| name = "mime_guess" |
| version = "2.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| dependencies = [ |
| "mime", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "minifier" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd559bbf5d350ac7f2c1cf92ed71a869b847a92bce0c1318b47932a5b5f65cdd" |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" |
| dependencies = [ |
| "adler2", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "miri" |
| version = "0.1.0" |
| dependencies = [ |
| "aes", |
| "chrono", |
| "chrono-tz", |
| "colored", |
| "directories", |
| "getrandom", |
| "libc", |
| "libffi", |
| "libloading", |
| "measureme", |
| "rand", |
| "regex", |
| "rustc_version", |
| "smallvec", |
| "tempfile", |
| "tikv-jemalloc-sys", |
| "ui_test", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "miropt-test-tools" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "new_debug_unreachable" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| |
| [[package]] |
| name = "nix" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "normpath" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.46.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| dependencies = [ |
| "overload", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-modular" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" |
| |
| [[package]] |
| name = "num-order" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" |
| dependencies = [ |
| "num-modular", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "number_prefix" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| |
| [[package]] |
| name = "object" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "hashbrown 0.15.2", |
| "indexmap", |
| "memchr", |
| "ruzstd", |
| "wasmparser 0.222.0", |
| ] |
| |
| [[package]] |
| name = "odht" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
| |
| [[package]] |
| name = "opener" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" |
| dependencies = [ |
| "bstr", |
| "dbus", |
| "normpath", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "opt-dist" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "build_helper", |
| "camino", |
| "clap", |
| "derive_builder", |
| "env_logger", |
| "fs_extra", |
| "glob", |
| "humansize", |
| "humantime", |
| "log", |
| "serde", |
| "serde_json", |
| "sysinfo", |
| "tabled", |
| "tar", |
| "tempfile", |
| "xz2", |
| ] |
| |
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "overload" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| |
| [[package]] |
| name = "owo-colors" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
| |
| [[package]] |
| name = "pad" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| dependencies = [ |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "papergrid" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
| dependencies = [ |
| "bytecount", |
| "fnv", |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "parse-zoneinfo" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| dependencies = [ |
| "regex", |
| ] |
| |
| [[package]] |
| name = "pathdiff" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[package]] |
| name = "perf-event-open-sys" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "pest" |
| version = "2.7.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" |
| dependencies = [ |
| "memchr", |
| "thiserror 2.0.9", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.7.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.7.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.7.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" |
| dependencies = [ |
| "once_cell", |
| "pest", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| dependencies = [ |
| "phf_shared 0.11.2", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| dependencies = [ |
| "phf_generator 0.11.2", |
| "phf_shared 0.11.2", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| dependencies = [ |
| "phf_shared 0.10.0", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| dependencies = [ |
| "phf_shared 0.11.2", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
| |
| [[package]] |
| name = "polonius-engine" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
| dependencies = [ |
| "datafrog", |
| "log", |
| "rustc-hash 1.1.0", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "precomputed-hash" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| |
| [[package]] |
| name = "prettydiff" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9" |
| dependencies = [ |
| "owo-colors", |
| "pad", |
| ] |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.20+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "pulldown-cmark-escape 0.10.1", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "pulldown-cmark-escape 0.11.0", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark-escape" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" |
| |
| [[package]] |
| name = "pulldown-cmark-escape" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| |
| [[package]] |
| name = "punycode" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
| |
| [[package]] |
| name = "quine-mc_cluskey" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "rand_xoshiro" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| dependencies = [ |
| "getrandom", |
| "libredox", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata 0.4.9", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| dependencies = [ |
| "regex-syntax 0.6.29", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| |
| [[package]] |
| name = "remote-test-client" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "remote-test-server" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "replace-version-placeholder" |
| version = "0.1.0" |
| dependencies = [ |
| "tidy", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rinja" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dc4940d00595430b3d7d5a01f6222b5e5b51395d1120bdb28d854bb8abb17a5" |
| dependencies = [ |
| "humansize", |
| "itoa", |
| "percent-encoding", |
| "rinja_derive", |
| ] |
| |
| [[package]] |
| name = "rinja_derive" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d9ed0146aef6e2825f1b1515f074510549efba38d71f4554eec32eb36ba18b" |
| dependencies = [ |
| "basic-toml", |
| "memchr", |
| "mime", |
| "mime_guess", |
| "proc-macro2", |
| "quote", |
| "rinja_parser", |
| "rustc-hash 2.1.0", |
| "serde", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "rinja_parser" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93f9a866e2e00a7a1fb27e46e9e324a6f7c0e7edc4543cae1d38f4e4a100c610" |
| dependencies = [ |
| "memchr", |
| "nom", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rls" |
| version = "2.0.0" |
| dependencies = [ |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "run_make_support" |
| version = "0.2.0" |
| dependencies = [ |
| "bstr", |
| "build_helper", |
| "gimli 0.31.1", |
| "libc", |
| "object 0.36.7", |
| "regex", |
| "serde_json", |
| "similar", |
| "wasmparser 0.219.1", |
| ] |
| |
| [[package]] |
| name = "rustc-build-sysroot" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38" |
| dependencies = [ |
| "anyhow", |
| "rustc_version", |
| "tempfile", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" |
| |
| [[package]] |
| name = "rustc-main" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_codegen_ssa", |
| "rustc_driver", |
| "rustc_driver_impl", |
| "rustc_smir", |
| "stable_mir", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "rustc-perf-wrapper" |
| version = "0.1.0" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
| dependencies = [ |
| "either", |
| "rustc-rayon-core", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon-core" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "rustc-stable-hash" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2febf9acc5ee5e99d1ad0afcdbccc02d87aa3f857a1f01f825b80eacf8edfcd1" |
| |
| [[package]] |
| name = "rustc-std-workspace-alloc" |
| version = "1.0.1" |
| |
| [[package]] |
| name = "rustc-std-workspace-core" |
| version = "1.0.1" |
| |
| [[package]] |
| name = "rustc-std-workspace-std" |
| version = "1.0.1" |
| |
| [[package]] |
| name = "rustc_abi" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rand", |
| "rand_xoshiro", |
| "rustc_data_structures", |
| "rustc_feature", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.2.2+llvm-462a31f5a5ab" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "121e2195ff969977a4e2b5c9965ea867fce7e4cb5aee5b09dee698a7932d574f" |
| dependencies = [ |
| "bitflags", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_arena" |
| version = "0.0.0" |
| dependencies = [ |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_ast" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "rustc_ast_ir", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_ast_ir" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_ast_lowering" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_ast_passes" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_macros", |
| "rustc_parse", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "rustc_ast_pretty" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_lexer", |
| "rustc_span", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "rustc_attr_data_structures" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_attr_parsing" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_data_structures", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_baked_icu_data" |
| version = "0.0.0" |
| dependencies = [ |
| "icu_list", |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_provider", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "rustc_borrowck" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "polonius-engine", |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_mir_dataflow", |
| "rustc_session", |
| "rustc_span", |
| "rustc_trait_selection", |
| "rustc_traits", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_builtin_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_parse", |
| "rustc_parse_format", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_codegen_llvm" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "gimli 0.30.0", |
| "itertools", |
| "libc", |
| "measureme", |
| "object 0.36.7", |
| "rustc-demangle", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_codegen_ssa", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_llvm", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_sanitizers", |
| "rustc_session", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "serde", |
| "serde_json", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_codegen_ssa" |
| version = "0.0.0" |
| dependencies = [ |
| "ar_archive_writer", |
| "arrayvec", |
| "bitflags", |
| "cc", |
| "either", |
| "itertools", |
| "libc", |
| "object 0.36.7", |
| "pathdiff", |
| "regex", |
| "rustc_abi", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_incremental", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "serde_json", |
| "smallvec", |
| "tempfile", |
| "thin-vec", |
| "thorin-dwp", |
| "tracing", |
| "wasm-encoder 0.219.1", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_const_eval" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "rustc_abi", |
| "rustc_apfloat", |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_mir_dataflow", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_data_structures" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "bitflags", |
| "either", |
| "elsa", |
| "ena", |
| "indexmap", |
| "jobserver", |
| "libc", |
| "measureme", |
| "memmap2", |
| "parking_lot", |
| "portable-atomic", |
| "rustc-hash 2.1.0", |
| "rustc-rayon", |
| "rustc-stable-hash", |
| "rustc_arena", |
| "rustc_graphviz", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "smallvec", |
| "stacker", |
| "tempfile", |
| "thin-vec", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_driver" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_driver_impl", |
| ] |
| |
| [[package]] |
| name = "rustc_driver_impl" |
| version = "0.0.0" |
| dependencies = [ |
| "ctrlc", |
| "libc", |
| "rustc_ast", |
| "rustc_ast_lowering", |
| "rustc_ast_passes", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_borrowck", |
| "rustc_builtin_macros", |
| "rustc_codegen_ssa", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir_analysis", |
| "rustc_hir_pretty", |
| "rustc_hir_typeck", |
| "rustc_incremental", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_interface", |
| "rustc_lint", |
| "rustc_log", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_mir_build", |
| "rustc_mir_dataflow", |
| "rustc_mir_transform", |
| "rustc_monomorphize", |
| "rustc_parse", |
| "rustc_passes", |
| "rustc_pattern_analysis", |
| "rustc_privacy", |
| "rustc_query_system", |
| "rustc_resolve", |
| "rustc_session", |
| "rustc_smir", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_ty_utils", |
| "serde_json", |
| "shlex", |
| "time", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_error_codes" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_error_messages" |
| version = "0.0.0" |
| dependencies = [ |
| "fluent-bundle", |
| "fluent-syntax", |
| "icu_list", |
| "icu_locid", |
| "icu_provider_adapters", |
| "intl-memoizer", |
| "rustc_baked_icu_data", |
| "rustc_data_structures", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "tracing", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "rustc_errors" |
| version = "0.0.0" |
| dependencies = [ |
| "annotate-snippets 0.11.5", |
| "derive_setters", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_error_codes", |
| "rustc_error_messages", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "serde", |
| "serde_json", |
| "termcolor", |
| "termize", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_expand" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_passes", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_lexer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_parse", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_feature" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_span", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustc_fluent_macro" |
| version = "0.0.0" |
| dependencies = [ |
| "annotate-snippets 0.11.5", |
| "fluent-bundle", |
| "fluent-syntax", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "rustc_fs_util" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_graphviz" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_hir" |
| version = "0.0.0" |
| dependencies = [ |
| "odht", |
| "rustc_abi", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_analysis" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_abi", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_pretty" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_hir", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_typeck" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_ir", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_incremental" |
| version = "0.0.0" |
| dependencies = [ |
| "rand", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_index" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_index_macros", |
| "rustc_macros", |
| "rustc_serialize", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_index_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "rustc_infer" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast_ir", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_type_ir", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_interface" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc-rayon", |
| "rustc-rayon-core", |
| "rustc_ast", |
| "rustc_ast_lowering", |
| "rustc_ast_passes", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_borrowck", |
| "rustc_builtin_macros", |
| "rustc_codegen_llvm", |
| "rustc_codegen_ssa", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_hir_typeck", |
| "rustc_incremental", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_mir_build", |
| "rustc_mir_transform", |
| "rustc_monomorphize", |
| "rustc_parse", |
| "rustc_passes", |
| "rustc_privacy", |
| "rustc_query_impl", |
| "rustc_query_system", |
| "rustc_resolve", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_traits", |
| "rustc_ty_utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_lexer" |
| version = "0.0.0" |
| dependencies = [ |
| "expect-test", |
| "unicode-properties", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "rustc_lint" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_parse_format", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "tracing", |
| "unicode-security", |
| ] |
| |
| [[package]] |
| name = "rustc_lint_defs" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_error_messages", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rustc_llvm" |
| version = "0.0.0" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "rustc_log" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_span", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "rustc_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rustc_metadata" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "libloading", |
| "odht", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "tempfile", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_middle" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "either", |
| "field-offset", |
| "gsgdt", |
| "polonius-engine", |
| "rustc-rayon-core", |
| "rustc_abi", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_ast_ir", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_error_messages", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_build" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "rustc_abi", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_pattern_analysis", |
| "rustc_session", |
| "rustc_span", |
| "rustc_trait_selection", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_dataflow" |
| version = "0.0.0" |
| dependencies = [ |
| "polonius-engine", |
| "regex", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_span", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_transform" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "rustc_abi", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_mir_build", |
| "rustc_mir_dataflow", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_monomorphize" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "serde", |
| "serde_json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_next_trait_solver" |
| version = "0.0.0" |
| dependencies = [ |
| "derive-where", |
| "rustc_ast_ir", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_type_ir", |
| "rustc_type_ir_macros", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_parse" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_session", |
| "rustc_span", |
| "termcolor", |
| "thin-vec", |
| "tracing", |
| "unicode-normalization", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "rustc_parse_format" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_index", |
| "rustc_lexer", |
| ] |
| |
| [[package]] |
| name = "rustc_passes" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_privacy", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_pattern_analysis" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc-hash 2.1.0", |
| "rustc_abi", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "rustc_privacy" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_ty_utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_query_impl" |
| version = "0.0.0" |
| dependencies = [ |
| "field-offset", |
| "measureme", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_query_system" |
| version = "0.0.0" |
| dependencies = [ |
| "parking_lot", |
| "rustc-rayon-core", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_resolve" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "pulldown-cmark 0.11.3", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_sanitizers" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "tracing", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "rustc_serialize" |
| version = "0.0.0" |
| dependencies = [ |
| "indexmap", |
| "rustc_macros", |
| "smallvec", |
| "tempfile", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "rustc_session" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "getopts", |
| "libc", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "termize", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_smir" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "scoped-tls", |
| "stable_mir", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_span" |
| version = "0.0.0" |
| dependencies = [ |
| "blake3", |
| "derive-where", |
| "indexmap", |
| "itoa", |
| "md-5", |
| "rustc_arena", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "scoped-tls", |
| "sha1", |
| "sha2", |
| "tracing", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "rustc_symbol_mangling" |
| version = "0.0.0" |
| dependencies = [ |
| "punycode", |
| "rustc-demangle", |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_target" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "object 0.36.7", |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_fs_util", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "serde_json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_tools_util" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d" |
| |
| [[package]] |
| name = "rustc_trait_selection" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_ast_ir", |
| "rustc_attr_parsing", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_next_trait_solver", |
| "rustc_parse_format", |
| "rustc_session", |
| "rustc_span", |
| "rustc_transmute", |
| "rustc_type_ir", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_traits" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_infer", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_trait_selection", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_transmute" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_abi", |
| "rustc_ast_ir", |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_span", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_ty_utils" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_abi", |
| "rustc_ast_ir", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_type_ir" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "derive-where", |
| "indexmap", |
| "rustc-hash 1.1.0", |
| "rustc_ast_ir", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_type_ir_macros", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_type_ir_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustdoc" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base64", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "minifier", |
| "pulldown-cmark 0.9.6", |
| "regex", |
| "rinja", |
| "rustdoc-json-types", |
| "serde", |
| "serde_json", |
| "sha2", |
| "smallvec", |
| "tempfile", |
| "threadpool", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "rustdoc-gui-test" |
| version = "0.1.0" |
| dependencies = [ |
| "build_helper", |
| "compiletest", |
| "getopts", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rustdoc-json-types" |
| version = "0.1.0" |
| dependencies = [ |
| "bincode", |
| "rustc-hash 2.1.0", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustdoc-themes" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "rustdoc-tool" |
| version = "0.0.0" |
| dependencies = [ |
| "rustdoc", |
| ] |
| |
| [[package]] |
| name = "rustfix" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustfmt-config_proc_macro" |
| version = "0.3.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "rustfmt-nightly" |
| version = "1.8.0" |
| dependencies = [ |
| "annotate-snippets 0.9.2", |
| "anyhow", |
| "bytecount", |
| "cargo_metadata 0.18.1", |
| "clap", |
| "clap-cargo", |
| "diff", |
| "dirs", |
| "getopts", |
| "ignore", |
| "itertools", |
| "regex", |
| "rustfmt-config_proc_macro", |
| "serde", |
| "serde_json", |
| "term", |
| "thiserror 1.0.69", |
| "toml 0.7.8", |
| "tracing", |
| "tracing-subscriber", |
| "unicode-properties", |
| "unicode-segmentation", |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" |
| dependencies = [ |
| "bitflags", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" |
| |
| [[package]] |
| name = "ruzstd" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "self_cell" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| dependencies = [ |
| "self_cell 1.1.0", |
| ] |
| |
| [[package]] |
| name = "self_cell" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.217" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.217" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.134" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shell-escape" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "similar" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "spanned" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6" |
| dependencies = [ |
| "bstr", |
| "color-eyre", |
| ] |
| |
| [[package]] |
| name = "spdx" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193" |
| dependencies = [ |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "spdx-expression" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| dependencies = [ |
| "nom", |
| "serde", |
| "thiserror 1.0.69", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "spdx-rs" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
| dependencies = [ |
| "chrono", |
| "log", |
| "nom", |
| "serde", |
| "spdx-expression", |
| "strum", |
| "strum_macros", |
| "thiserror 1.0.69", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "stable_mir" |
| version = "0.1.0-preview" |
| dependencies = [ |
| "scoped-tls", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "stacker" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "psm", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "string_cache" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
| dependencies = [ |
| "new_debug_unreachable", |
| "once_cell", |
| "parking_lot", |
| "phf_shared 0.10.0", |
| "precomputed-hash", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "string_cache_codegen" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
| dependencies = [ |
| "phf_generator 0.10.0", |
| "phf_shared 0.10.0", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.24.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "suggest-tests" |
| version = "0.1.0" |
| dependencies = [ |
| "build_helper", |
| "glob", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.31.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "tabled" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
| dependencies = [ |
| "papergrid", |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "getrandom", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "tendril" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| dependencies = [ |
| "futf", |
| "mac", |
| "utf-8", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| dependencies = [ |
| "dirs-next", |
| "rustversion", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" |
| dependencies = [ |
| "rustix", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "termize" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "test-float-parse" |
| version = "0.1.0" |
| dependencies = [ |
| "indicatif", |
| "num", |
| "rand", |
| "rand_chacha", |
| "rayon", |
| ] |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" |
| dependencies = [ |
| "thiserror-impl 2.0.9", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "thorin-dwp" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6" |
| dependencies = [ |
| "gimli 0.30.0", |
| "hashbrown 0.14.5", |
| "object 0.36.7", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "threadpool" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| dependencies = [ |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "tidy" |
| version = "0.1.0" |
| dependencies = [ |
| "build_helper", |
| "cargo_metadata 0.19.1", |
| "fluent-syntax", |
| "ignore", |
| "miropt-test-tools", |
| "regex", |
| "rustc-hash 2.1.0", |
| "semver", |
| "similar", |
| "termcolor", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "tier-check" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
| dependencies = [ |
| "deranged", |
| "itoa", |
| "num-conv", |
| "powerfmt", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.19.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "topological-sort" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
| dependencies = [ |
| "cfg-if", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-error" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" |
| dependencies = [ |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
| dependencies = [ |
| "matchers", |
| "nu-ansi-term 0.46.0", |
| "once_cell", |
| "parking_lot", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
| dependencies = [ |
| "nu-ansi-term 0.50.1", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "twox-hash" |
| version = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| dependencies = [ |
| "cfg-if", |
| "rand", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "type-map" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
| dependencies = [ |
| "rustc-hash 1.1.0", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| |
| [[package]] |
| name = "ucd-parse" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
| dependencies = [ |
| "regex-lite", |
| ] |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| |
| [[package]] |
| name = "ui_test" |
| version = "0.26.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83" |
| dependencies = [ |
| "annotate-snippets 0.11.5", |
| "anyhow", |
| "bstr", |
| "cargo-platform", |
| "cargo_metadata 0.18.1", |
| "color-eyre", |
| "colored", |
| "comma", |
| "crossbeam-channel", |
| "indicatif", |
| "levenshtein", |
| "prettydiff", |
| "regex", |
| "rustc_version", |
| "rustfix", |
| "serde", |
| "serde_json", |
| "spanned", |
| ] |
| |
| [[package]] |
| name = "unic-langid" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" |
| dependencies = [ |
| "unic-langid-impl", |
| "unic-langid-macros", |
| ] |
| |
| [[package]] |
| name = "unic-langid-impl" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" |
| dependencies = [ |
| "tinystr", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" |
| dependencies = [ |
| "proc-macro-hack", |
| "tinystr", |
| "unic-langid-impl", |
| "unic-langid-macros-impl", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros-impl" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" |
| dependencies = [ |
| "proc-macro-hack", |
| "quote", |
| "syn 2.0.94", |
| "unic-langid-impl", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
| |
| [[package]] |
| name = "unicode-script" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" |
| |
| [[package]] |
| name = "unicode-security" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50" |
| dependencies = [ |
| "unicode-normalization", |
| "unicode-script", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-table-generator" |
| version = "0.1.0" |
| dependencies = [ |
| "ucd-parse", |
| ] |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[package]] |
| name = "unified-diff" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| dependencies = [ |
| "diff", |
| ] |
| |
| [[package]] |
| name = "unstable-book-gen" |
| version = "0.1.0" |
| dependencies = [ |
| "num-traits", |
| "tidy", |
| ] |
| |
| [[package]] |
| name = "url" |
| version = "2.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "utf-8" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| |
| [[package]] |
| name = "utf16_iter" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
| |
| [[package]] |
| name = "utf8-width" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasi-preview1-component-adapter-provider" |
| version = "24.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f76d9fa52234153eeb40b088de91a8c13dc28a912cf6f31cd89ca4bac9024e0" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" |
| |
| [[package]] |
| name = "wasm-component-ld" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2b05c3820968b335f10e703218459e4fd2cc91fdfc8f7936a993f1aacaa0938" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "lexopt", |
| "libc", |
| "tempfile", |
| "wasi-preview1-component-adapter-provider", |
| "wasmparser 0.219.1", |
| "wat", |
| "windows-sys 0.59.0", |
| "winsplit", |
| "wit-component", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wasm-component-ld-wrapper" |
| version = "0.1.0" |
| dependencies = [ |
| "wasm-component-ld", |
| ] |
| |
| [[package]] |
| name = "wasm-encoder" |
| version = "0.219.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29cbbd772edcb8e7d524a82ee8cef8dd046fc14033796a754c3ad246d019fa54" |
| dependencies = [ |
| "leb128", |
| "wasmparser 0.219.1", |
| ] |
| |
| [[package]] |
| name = "wasm-encoder" |
| version = "0.222.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3432682105d7e994565ef928ccf5856cf6af4ba3dddebedb737f61caed70f956" |
| dependencies = [ |
| "leb128", |
| "wasmparser 0.222.0", |
| ] |
| |
| [[package]] |
| name = "wasm-metadata" |
| version = "0.219.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2af5a8e37a5e996861e1813f8de30911c47609c9ff51a7284f7dbd754dc3a9f3" |
| dependencies = [ |
| "anyhow", |
| "indexmap", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "spdx", |
| "wasm-encoder 0.219.1", |
| "wasmparser 0.219.1", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.219.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c771866898879073c53b565a6c7b49953795159836714ac56a5befb581227c5" |
| dependencies = [ |
| "ahash", |
| "bitflags", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "semver", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.222.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4adf50fde1b1a49c1add6a80d47aea500c88db70551805853aa8b88f3ea27ab5" |
| dependencies = [ |
| "bitflags", |
| "indexmap", |
| "semver", |
| ] |
| |
| [[package]] |
| name = "wast" |
| version = "222.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ce7191f4b7da0dd300cc32476abae6457154e4625d9b1bc26890828a9a26f6e" |
| dependencies = [ |
| "bumpalo", |
| "leb128", |
| "memchr", |
| "unicode-width 0.2.0", |
| "wasm-encoder 0.222.0", |
| ] |
| |
| [[package]] |
| name = "wat" |
| version = "1.222.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fde61b4b52f9a84ae31b5e8902a2cd3162ea45d8bf564c729c3288fe52f4334" |
| dependencies = [ |
| "wast", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| dependencies = [ |
| "windows-core 0.57.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-bindgen" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589" |
| dependencies = [ |
| "proc-macro2", |
| "rayon", |
| "serde", |
| "serde_json", |
| "syn 2.0.94", |
| "windows-metadata", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-result", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "windows-metadata" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809" |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winsplit" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956" |
| |
| [[package]] |
| name = "wit-component" |
| version = "0.219.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad1673163c0cb14a6a19ddbf44dd4efe6f015ec1ebb8156710ac32501f19fba2" |
| dependencies = [ |
| "anyhow", |
| "bitflags", |
| "indexmap", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "wasm-encoder 0.219.1", |
| "wasm-metadata", |
| "wasmparser 0.219.1", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-parser" |
| version = "0.219.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a86f669283257e8e424b9a4fc3518e3ade0b95deb9fbc0f93a1876be3eda598" |
| dependencies = [ |
| "anyhow", |
| "id-arena", |
| "indexmap", |
| "log", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "unicode-xid", |
| "wasmparser 0.219.1", |
| ] |
| |
| [[package]] |
| name = "write16" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
| |
| [[package]] |
| name = "xattr" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
| dependencies = [ |
| "libc", |
| "linux-raw-sys", |
| "rustix", |
| ] |
| |
| [[package]] |
| name = "xz2" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| dependencies = [ |
| "lzma-sys", |
| ] |
| |
| [[package]] |
| name = "yansi-term" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.7.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
| dependencies = [ |
| "byteorder", |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.94", |
| ] |