| # 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.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" |
| dependencies = [ |
| "anstyle", |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338" |
| 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.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" |
| dependencies = [ |
| "backtrace", |
| ] |
| |
| [[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.5", |
| ] |
| |
| [[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 = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" |
| 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.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" |
| dependencies = [ |
| "memchr", |
| "regex-automata 0.4.8", |
| "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.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" |
| |
| [[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", |
| "directories", |
| "rustc-build-sysroot", |
| "rustc_tools_util", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
| 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", |
| ] |
| |
| [[package]] |
| name = "cargotest2" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "cc" |
| version = "1.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9" |
| 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.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
| 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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" |
| 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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.5.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86bc73de94bc81e52f3bebec71bc4463e9748f7a59166663e32044669577b0e2" |
| 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.87", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" |
| |
| [[package]] |
| name = "clippy" |
| version = "0.1.84" |
| dependencies = [ |
| "anstream", |
| "cargo_metadata", |
| "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.87", |
| "tempfile", |
| "termize", |
| "tokio", |
| "toml 0.7.8", |
| "ui_test", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_config" |
| version = "0.1.84" |
| dependencies = [ |
| "itertools", |
| "serde", |
| "toml 0.7.8", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_dev" |
| version = "0.0.1" |
| dependencies = [ |
| "aho-corasick", |
| "clap", |
| "indoc", |
| "itertools", |
| "opener", |
| "shell-escape", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_lints" |
| version = "0.1.84" |
| dependencies = [ |
| "arrayvec", |
| "cargo_metadata", |
| "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.84" |
| dependencies = [ |
| "arrayvec", |
| "clippy_config", |
| "itertools", |
| "rustc_apfloat", |
| ] |
| |
| [[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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" |
| dependencies = [ |
| "color-print-proc-macro", |
| ] |
| |
| [[package]] |
| name = "color-print-proc-macro" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" |
| dependencies = [ |
| "nom", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.87", |
| ] |
| |
| [[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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
| dependencies = [ |
| "lazy_static", |
| "windows-sys 0.48.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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
| dependencies = [ |
| "encode_unicode", |
| "lazy_static", |
| "libc", |
| "unicode-width 0.1.14", |
| "windows-sys 0.52.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.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" |
| 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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
| 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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
| |
| [[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.77+curl-8.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f469e8a5991f277a208224f6c7ad72ecb5f986e36d09ae1f2c1bb9259478a480" |
| 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.87", |
| ] |
| |
| [[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.87", |
| ] |
| |
| [[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.87", |
| ] |
| |
| [[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.87", |
| ] |
| |
| [[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.87", |
| ] |
| |
| [[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.87", |
| ] |
| |
| [[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.87", |
| ] |
| |
| [[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 = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" |
| 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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "error_index_generator" |
| version = "0.0.0" |
| dependencies = [ |
| "mdbook", |
| ] |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
| 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.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" |
| |
| [[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.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide 0.8.0", |
| ] |
| |
| [[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", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" |
| |
| [[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.87", |
| ] |
| |
| [[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", |
| "rinja", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| |
| [[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.8", |
| "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 = "5.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" |
| dependencies = [ |
| "log", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" |
| 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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
| dependencies = [ |
| "windows-sys 0.52.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.87", |
| ] |
| |
| [[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_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_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.87", |
| ] |
| |
| [[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 = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[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.8", |
| "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.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.15.0", |
| "rustc-rayon", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indicatif" |
| version = "0.17.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
| dependencies = [ |
| "console", |
| "instant", |
| "number_prefix", |
| "portable-atomic", |
| "unicode-width 0.1.14", |
| ] |
| |
| [[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 = "instant" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| |
| [[package]] |
| name = "jemalloc-sys" |
| version = "0.5.4+5.3.0-patched" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[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.72" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" |
| dependencies = [ |
| "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.0.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.161" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" |
| 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 2.6.0", |
| "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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" |
| |
| [[package]] |
| name = "lld-wrapper" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "llvm-bitcode-linker" |
| version = "0.0.1" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "thiserror", |
| "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.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" |
| 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", |
| "ctrlc", |
| "directories", |
| "getrandom", |
| "jemalloc-sys", |
| "libc", |
| "libffi", |
| "libloading", |
| "measureme", |
| "rand", |
| "regex", |
| "rustc_version", |
| "smallvec", |
| "tempfile", |
| "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 2.6.0", |
| "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-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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "hashbrown 0.15.0", |
| "indexmap", |
| "memchr", |
| "ruzstd", |
| "wasmparser 0.218.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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" |
| |
| [[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.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" |
| dependencies = [ |
| "memchr", |
| "thiserror", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.7.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.7.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.87", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.7.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" |
| 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.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" |
| |
| [[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.89" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "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 2.6.0", |
| "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.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| 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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" |
| dependencies = [ |
| "bitflags 2.6.0", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| dependencies = [ |
| "getrandom", |
| "libredox", |
| "thiserror", |
| ] |
| |
| [[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.8", |
| "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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" |
| 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.0.0", |
| "serde", |
| "syn 2.0.87", |
| ] |
| |
| [[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.5", |
| "regex", |
| "serde_json", |
| "similar", |
| "wasmparser 0.216.0", |
| ] |
| |
| [[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.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" |
| |
| [[package]] |
| name = "rustc-main" |
| version = "0.0.0" |
| dependencies = [ |
| "jemalloc-sys", |
| "rustc_codegen_ssa", |
| "rustc_driver", |
| "rustc_driver_impl", |
| "rustc_smir", |
| "stable_mir", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2" |
| |
| [[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 2.6.0", |
| "rand", |
| "rand_xoshiro", |
| "rustc_data_structures", |
| "rustc_feature", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.2.1+llvm-462a31f5a5ab" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_arena" |
| version = "0.0.0" |
| dependencies = [ |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_ast" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "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", |
| "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" |
| 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_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", |
| "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 2.6.0", |
| "itertools", |
| "libc", |
| "measureme", |
| "object 0.36.5", |
| "rustc-demangle", |
| "rustc_abi", |
| "rustc_ast", |
| "rustc_attr", |
| "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 2.6.0", |
| "cc", |
| "either", |
| "itertools", |
| "jobserver", |
| "libc", |
| "object 0.36.5", |
| "pathdiff", |
| "regex", |
| "rustc_abi", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "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.216.0", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_const_eval" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "rustc_abi", |
| "rustc_apfloat", |
| "rustc_ast", |
| "rustc_attr", |
| "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 2.6.0", |
| "either", |
| "elsa", |
| "ena", |
| "indexmap", |
| "jobserver", |
| "libc", |
| "measureme", |
| "memmap2", |
| "parking_lot", |
| "portable-atomic", |
| "rustc-hash 2.0.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", |
| "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", |
|