| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| dependencies = [ |
| "compiler_builtins", |
| "gimli", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "alloc" |
| version = "0.0.0" |
| dependencies = [ |
| "compiler_builtins", |
| "core", |
| "rand", |
| "rand_xorshift", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
| |
| [[package]] |
| name = "ammonia" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170" |
| 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", |
| "yansi-term", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a433302f833baa830c0092100c481c7ea768c5981a3c36f549517a502f246dd" |
| dependencies = [ |
| "anstyle", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon 2.1.0", |
| "colorchoice", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon 3.0.2", |
| "colorchoice", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" |
| dependencies = [ |
| "anstyle", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" |
| dependencies = [ |
| "anstyle", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.79" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" |
| dependencies = [ |
| "backtrace", |
| ] |
| |
| [[package]] |
| name = "ar_archive_writer" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71" |
| dependencies = [ |
| "object", |
| ] |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
| |
| [[package]] |
| name = "askama" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" |
| dependencies = [ |
| "askama_derive", |
| "askama_escape", |
| ] |
| |
| [[package]] |
| name = "askama_derive" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" |
| dependencies = [ |
| "askama_parser", |
| "basic-toml", |
| "mime", |
| "mime_guess", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "askama_escape" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
| |
| [[package]] |
| name = "askama_parser" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" |
| dependencies = [ |
| "nom", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5" |
| 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.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" |
| |
| [[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.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
| dependencies = [ |
| "memchr", |
| "regex-automata 0.3.7", |
| "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", |
| "curl", |
| "indexmap", |
| "serde", |
| "serde_json", |
| "toml 0.5.11", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" |
| dependencies = [ |
| "packed_simd", |
| ] |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-miri" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo_metadata 0.18.1", |
| "directories", |
| "rustc-build-sysroot", |
| "rustc_tools_util", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.15.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[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.0.79" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "num-traits", |
| "serde", |
| "windows-targets 0.52.0", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" |
| dependencies = [ |
| "anstream 0.6.11", |
| "anstyle", |
| "clap_lex", |
| "strsim 0.11.0", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "299353be8209bd133b049bf1c63582d184a8b39fd9c04f15fe65f50f88bdfe6c" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
| |
| [[package]] |
| name = "clippy" |
| version = "0.1.78" |
| dependencies = [ |
| "anstream 0.5.0", |
| "clippy_config", |
| "clippy_lints", |
| "clippy_utils", |
| "color-print", |
| "filetime", |
| "futures", |
| "if_chain", |
| "itertools", |
| "parking_lot", |
| "quote", |
| "regex", |
| "rustc_tools_util", |
| "serde", |
| "syn 2.0.48", |
| "tempfile", |
| "termize", |
| "tester", |
| "tokio", |
| "toml 0.7.8", |
| "ui_test", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_config" |
| version = "0.1.78" |
| dependencies = [ |
| "rustc-semver", |
| "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.78" |
| dependencies = [ |
| "arrayvec", |
| "cargo_metadata 0.18.1", |
| "clippy_config", |
| "clippy_utils", |
| "declare_clippy_lint", |
| "itertools", |
| "quine-mc_cluskey", |
| "regex", |
| "regex-syntax 0.8.2", |
| "rustc-semver", |
| "semver", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "toml 0.7.8", |
| "unicode-normalization", |
| "unicode-script", |
| "url", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_utils" |
| version = "0.1.78" |
| dependencies = [ |
| "arrayvec", |
| "clippy_config", |
| "itertools", |
| "rustc-semver", |
| ] |
| |
| [[package]] |
| name = "collect-license-metadata" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "serde", |
| "serde_json", |
| "spdx-rs", |
| ] |
| |
| [[package]] |
| name = "color-eyre" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
| dependencies = [ |
| "backtrace", |
| "color-spantrace", |
| "eyre", |
| "indenter", |
| "once_cell", |
| "owo-colors", |
| "tracing-error", |
| ] |
| |
| [[package]] |
| name = "color-print" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" |
| dependencies = [ |
| "color-print-proc-macro", |
| ] |
| |
| [[package]] |
| name = "color-print-proc-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" |
| dependencies = [ |
| "nom", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| |
| [[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 = "compiler_builtins" |
| version = "0.1.108" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9" |
| dependencies = [ |
| "cc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "compiletest" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "build_helper", |
| "colored", |
| "diff", |
| "getopts", |
| "glob", |
| "home", |
| "indexmap", |
| "lazycell", |
| "libc", |
| "miow", |
| "miropt-test-tools", |
| "once_cell", |
| "regex", |
| "rustfix", |
| "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", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| |
| [[package]] |
| name = "core" |
| version = "0.0.0" |
| dependencies = [ |
| "rand", |
| "rand_xorshift", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
| |
| [[package]] |
| name = "coverage-dump" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "leb128", |
| "md-5", |
| "miniz_oxide", |
| "regex", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" |
| 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.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" |
| dependencies = [ |
| "nix", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "curl" |
| version = "0.4.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" |
| dependencies = [ |
| "curl-sys", |
| "libc", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.72+curl-8.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c376d08ea6aa96aafe61237c7200d1241cb177b7d3a542d791f2d118e9cbb955" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33043dcd19068b8192064c704b3f83eb464f91f1ff527b44a4e2b08d9cdb8855" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim 0.10.0", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5a91391accf613803c2a9bf9abccdbaa07c54b4244a5b64883f9c3c137c86be" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "datafrog" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
| |
| [[package]] |
| name = "declare_clippy_lint" |
| version = "0.1.78" |
| dependencies = [ |
| "itertools", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| dependencies = [ |
| "powerfmt", |
| ] |
| |
| [[package]] |
| name = "derivative" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "derive_builder" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" |
| dependencies = [ |
| "derive_builder_macro", |
| ] |
| |
| [[package]] |
| name = "derive_builder_core" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "derive_builder_macro" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" |
| dependencies = [ |
| "derive_builder_core", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "0.99.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| dependencies = [ |
| "convert_case", |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 1.0.109", |
| ] |
| |
| [[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.48", |
| ] |
| |
| [[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 0.4.1", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
| dependencies = [ |
| "dirs-sys 0.3.7", |
| ] |
| |
| [[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.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" |
| |
| [[package]] |
| name = "dlmalloc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "960a02b0caee913a3df97cd43fcc7370d0695c1dfcd9aca2af3bb9e96c0acd80" |
| dependencies = [ |
| "cfg-if", |
| "compiler_builtins", |
| "libc", |
| "rustc-std-workspace-core", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| |
| [[package]] |
| name = "encoding_rs" |
| version = "0.8.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" |
| dependencies = [ |
| "humantime", |
| "is-terminal", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" |
| dependencies = [ |
| "anstream 0.6.11", |
| "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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "error_index_generator" |
| version = "0.0.0" |
| dependencies = [ |
| "mdbook", |
| ] |
| |
| [[package]] |
| name = "expand-yaml-anchors" |
| version = "0.1.0" |
| dependencies = [ |
| "yaml-merge-keys", |
| "yaml-rust", |
| ] |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" |
| 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.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
| |
| [[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.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fluent-bundle" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| dependencies = [ |
| "fluent-langneg", |
| "fluent-syntax", |
| "intl-memoizer", |
| "intl_pluralrules", |
| "rustc-hash", |
| "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foreign-types" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| dependencies = [ |
| "foreign-types-shared", |
| ] |
| |
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| |
| [[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 = "fortanix-sgx-abi" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[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.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
| 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", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[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 = [ |
| "rustc-std-workspace-core", |
| "rustc-std-workspace-std", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
| dependencies = [ |
| "compiler_builtins", |
| "fallible-iterator", |
| "indexmap", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| "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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "fnv", |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "gsgdt" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.3.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "5.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4" |
| dependencies = [ |
| "log", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
| dependencies = [ |
| "ahash", |
| "allocator-api2", |
| "compiler_builtins", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[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 = "html5ever" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
| dependencies = [ |
| "log", |
| "mac", |
| "markup5ever", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| dependencies = [ |
| "bytes", |
| "http", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| |
| [[package]] |
| name = "httpdate" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| |
| [[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 = "hyper" |
| version = "0.14.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-tls" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
| dependencies = [ |
| "bytes", |
| "hyper", |
| "native-tls", |
| "tokio", |
| "tokio-native-tls", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
| |
| [[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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54" |
| dependencies = [ |
| "displaydoc", |
| "icu_list_data", |
| "icu_locid_transform", |
| "icu_provider", |
| "regex-automata 0.2.0", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "icu_list_data" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f6afcf7a9a7fedece70b7f17d7a7ecdfb8df145d37ae46d0277cd1e3932532" |
| |
| [[package]] |
| name = "icu_locid" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_locid_transform_data", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform_data" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_provider_macros", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_adapters" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd" |
| dependencies = [ |
| "icu_locid", |
| "icu_locid_transform", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_macros" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
| dependencies = [ |
| "globset", |
| "lazy_static", |
| "log", |
| "memchr", |
| "regex", |
| "same-file", |
| "thread_local", |
| "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.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| "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", |
| ] |
| |
| [[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.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "intl-memoizer" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 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 = "ipnet" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
| |
| [[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.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "jsondocck" |
| version = "0.1.0" |
| dependencies = [ |
| "fs-err", |
| "getopts", |
| "jsonpath_lib", |
| "once_cell", |
| "regex", |
| "serde_json", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "jsondoclint" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "fs-err", |
| "rustc-hash", |
| "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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| |
| [[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 = "libc" |
| version = "0.2.153" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" |
| dependencies = [ |
| "cfg-if", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| |
| [[package]] |
| name = "libredox" |
| version = "0.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "libc", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "linkchecker" |
| version = "0.1.0" |
| dependencies = [ |
| "html5ever", |
| "once_cell", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| |
| [[package]] |
| name = "lint-docs" |
| version = "0.1.0" |
| dependencies = [ |
| "serde_json", |
| "tempfile", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da" |
| |
| [[package]] |
| name = "lld-wrapper" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
| |
| [[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.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
| 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.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c33564061c3c640bed5ace7d6a2a1b65f2c64257d1ac930c15e94ed0fb561d3" |
| dependencies = [ |
| "ammonia", |
| "anyhow", |
| "chrono", |
| "clap", |
| "clap_complete", |
| "elasticlunr-rs", |
| "env_logger 0.11.2", |
| "handlebars", |
| "log", |
| "memchr", |
| "once_cell", |
| "opener", |
| "pulldown-cmark 0.10.0", |
| "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", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| dependencies = [ |
| "mime", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "minifier" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" |
| dependencies = [ |
| "adler", |
| "compiler_builtins", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.8.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" |
| dependencies = [ |
| "libc", |
| "wasi", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[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", |
| "colored", |
| "ctrlc", |
| "getrandom", |
| "jemalloc-sys", |
| "lazy_static", |
| "libc", |
| "libffi", |
| "libloading", |
| "measureme", |
| "rand", |
| "regex", |
| "rustc_version", |
| "smallvec", |
| "ui_test", |
| ] |
| |
| [[package]] |
| name = "miropt-test-tools" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "native-tls" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
| dependencies = [ |
| "lazy_static", |
| "libc", |
| "log", |
| "openssl", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "security-framework", |
| "security-framework-sys", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "new_debug_unreachable" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
| |
| [[package]] |
| name = "nix" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "cfg-if", |
| "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.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[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 = "num-conv" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[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 = [ |
| "compiler_builtins", |
| "crc32fast", |
| "flate2", |
| "hashbrown", |
| "indexmap", |
| "memchr", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| "ruzstd", |
| ] |
| |
| [[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.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| |
| [[package]] |
| name = "opener" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| dependencies = [ |
| "bstr", |
| "normpath", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "openssl" |
| version = "0.10.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "cfg-if", |
| "foreign-types", |
| "libc", |
| "once_cell", |
| "openssl-macros", |
| "openssl-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[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.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "opt-dist" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "build_helper", |
| "camino", |
| "clap", |
| "derive_builder", |
| "env_logger 0.10.2", |
| "fs_extra", |
| "glob", |
| "humansize", |
| "humantime", |
| "log", |
| "reqwest", |
| "serde", |
| "serde_json", |
| "sysinfo", |
| "tabled", |
| "tar", |
| "tempfile", |
| "xz", |
| "zip", |
| ] |
| |
| [[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 = "packed_simd" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" |
| dependencies = [ |
| "cfg-if", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "pad" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "panic_abort" |
| version = "0.0.0" |
| dependencies = [ |
| "alloc", |
| "cfg-if", |
| "compiler_builtins", |
| "core", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "panic_unwind" |
| version = "0.0.0" |
| dependencies = [ |
| "alloc", |
| "cfg-if", |
| "compiler_builtins", |
| "core", |
| "libc", |
| "unwind", |
| ] |
| |
| [[package]] |
| name = "papergrid" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8" |
| dependencies = [ |
| "bytecount", |
| "fnv", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets 0.48.5", |
| ] |
| |
| [[package]] |
| name = "pathdiff" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546" |
| dependencies = [ |
| "memchr", |
| "thiserror", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a" |
| dependencies = [ |
| "once_cell", |
| "pest", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| dependencies = [ |
| "phf_shared", |
| "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 = "pin-project-lite" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
| |
| [[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.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
| |
| [[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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| |
| [[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.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| dependencies = [ |
| "ansi_term", |
| "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.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "proc_macro" |
| version = "0.0.0" |
| dependencies = [ |
| "core", |
| "std", |
| ] |
| |
| [[package]] |
| name = "profiler_builtins" |
| version = "0.0.0" |
| dependencies = [ |
| "cc", |
| "compiler_builtins", |
| "core", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
| 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.4.2", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "memchr", |
| "pulldown-cmark-escape", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark-escape" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b" |
| |
| [[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.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "4.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "r-efi-alloc" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7" |
| dependencies = [ |
| "compiler_builtins", |
| "r-efi", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[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_xorshift" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[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.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" |
| 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.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" |
| dependencies = [ |
| "getrandom", |
| "libredox", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata 0.3.7", |
| "regex-syntax 0.7.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.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.7.5", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" |
| |
| [[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.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
| |
| [[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 = "reqwest" |
| version = "0.11.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" |
| dependencies = [ |
| "base64", |
| "bytes", |
| "encoding_rs", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "hyper", |
| "hyper-tls", |
| "ipnet", |
| "js-sys", |
| "log", |
| "mime", |
| "native-tls", |
| "once_cell", |
| "percent-encoding", |
| "pin-project-lite", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "system-configuration", |
| "tokio", |
| "tokio-native-tls", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "winreg", |
| ] |
| |
| [[package]] |
| name = "rls" |
| version = "2.0.0" |
| dependencies = [ |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rust-demangler" |
| version = "0.0.1" |
| dependencies = [ |
| "regex", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "rustbook" |
| version = "0.1.0" |
| dependencies = [ |
| "clap", |
| "env_logger 0.10.2", |
| "mdbook", |
| ] |
| |
| [[package]] |
| name = "rustc-build-sysroot" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39dcf8d82b1f79a179bdb284dc44db440a9666eefa5a6df5ef282d6db930d544" |
| dependencies = [ |
| "anyhow", |
| "rustc_version", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[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-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-semver" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| |
| [[package]] |
| name = "rustc-std-workspace-alloc" |
| version = "1.99.0" |
| dependencies = [ |
| "alloc", |
| ] |
| |
| [[package]] |
| name = "rustc-std-workspace-core" |
| version = "1.99.0" |
| dependencies = [ |
| "core", |
| ] |
| |
| [[package]] |
| name = "rustc-std-workspace-std" |
| version = "1.99.0" |
| dependencies = [ |
| "std", |
| ] |
| |
| [[package]] |
| name = "rustc_abi" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "rand", |
| "rand_xoshiro", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.2.0+llvm-462a31f5a5ab" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
| 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.4.2", |
| "memchr", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_type_ir", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[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_span", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "rustc_attr" |
| version = "0.0.0" |
| dependencies = [ |
| "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", |
| "icu_provider_adapters", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "rustc_borrowck" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "polonius-engine", |
| "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_target", |
| "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.4.2", |
| "itertools", |
| "libc", |
| "measureme", |
| "object", |
| "rustc-demangle", |
| "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_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", |
| "bitflags 2.4.2", |
| "cc", |
| "itertools", |
| "jobserver", |
| "libc", |
| "object", |
| "pathdiff", |
| "regex", |
| "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_type_ir", |
| "serde_json", |
| "smallvec", |
| "tempfile", |
| "thin-vec", |
| "thorin-dwp", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_const_eval" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "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.4.2", |
| "either", |
| "elsa", |
| "ena", |
| "indexmap", |
| "jobserver", |
| "libc", |
| "measureme", |
| "memmap2", |
| "parking_lot", |
| "portable-atomic", |
| "rustc-hash", |
| "rustc-rayon", |
| "rustc-rayon-core", |
| "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 = [ |
| "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", |
| "rustc_hir_analysis", |
| "rustc_hir_pretty", |
| "rustc_hir_typeck", |
| "rustc_incremental", |
| "rustc_infer", |
| "rustc_interface", |
| "rustc_lint", |
| "rustc_log", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_mir_build", |
| "rustc_mir_dataflow", |
| "rustc_mir_transform", |
| "rustc_monomorphize", |
| "rustc_parse", |
| "rustc_passes", |
| "rustc_pattern_analysis", |
| "rustc_privacy", |
| "rustc_query_system", |
| "rustc_resolve", |
| "rustc_session", |
| "rustc_smir", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_ty_utils", |
| "serde_json", |
| "shlex", |
| "time", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_error_codes" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_error_messages" |
| version = "0.0.0" |
| dependencies = [ |
| "fluent-bundle", |
| "fluent-syntax", |
| "icu_list", |
| "icu_locid", |
| "icu_provider_adapters", |
| "intl-memoizer", |
| "rustc_baked_icu_data", |
| "rustc_data_structures", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "tracing", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "rustc_errors" |
| version = "0.0.0" |
| dependencies = [ |
| "annotate-snippets 0.10.1", |
| "derive_setters", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_error_codes", |
| "rustc_error_messages", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "serde", |
| "serde_json", |
| "termcolor", |
| "termize", |
| "tracing", |
| "unicode-width", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_expand" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_passes", |
| "rustc_ast_pretty", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_lexer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_parse", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "termcolor", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_feature" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_fluent_macro" |
| version = "0.0.0" |
| dependencies = [ |
| "annotate-snippets 0.10.1", |
| "fluent-bundle", |
| "fluent-syntax", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "rustc_fs_util" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_graphviz" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "rustc_hir" |
| version = "0.0.0" |
| dependencies = [ |
| "odht", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_analysis" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_pretty" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_hir", |
| "rustc_span", |
| "rustc_target", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_typeck" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_incremental" |
| version = "0.0.0" |
| dependencies = [ |
| "rand", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_index" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "rustc_index_macros", |
| "rustc_macros", |
| "rustc_serialize", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_index_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rustc_infer" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_interface" |
| version = "0.0.0" |
| dependencies = [ |
| "libloading", |
| "rustc-rayon", |
| "rustc-rayon-core", |
| "rustc_ast", |
| "rustc_ast_lowering", |
| "rustc_ast_passes", |
| "rustc_attr", |
| "rustc_borrowck", |
| "rustc_builtin_macros", |
| "rustc_codegen_llvm", |
| "rustc_codegen_ssa", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_hir_typeck", |
| "rustc_incremental", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_mir_build", |
| "rustc_mir_transform", |
| "rustc_monomorphize", |
| "rustc_parse", |
| "rustc_passes", |
| "rustc_privacy", |
| "rustc_query_impl", |
| "rustc_query_system", |
| "rustc_resolve", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_traits", |
| "rustc_ty_utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_lexer" |
| version = "0.0.0" |
| dependencies = [ |
| "expect-test", |
| "unicode-properties", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "rustc_lint" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_parse_format", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "tracing", |
| "unicode-security", |
| ] |
| |
| [[package]] |
| name = "rustc_lint_defs" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_error_messages", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rustc_llvm" |
| version = "0.0.0" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "rustc_log" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_span", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "rustc_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rustc_metadata" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "libloading", |
| "odht", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "snap", |
| "tempfile", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_middle" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "derive_more", |
| "either", |
| "field-offset", |
| "gsgdt", |
| "measureme", |
| "polonius-engine", |
| "rustc-rayon", |
| "rustc-rayon-core", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_error_messages", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_build" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_pattern_analysis", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_dataflow" |
| version = "0.0.0" |
| dependencies = [ |
| "polonius-engine", |
| "regex", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_transform" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_mir_build", |
| "rustc_mir_dataflow", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_monomorphize" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "serde", |
| "serde_json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_next_trait_solver" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_type_ir", |
| ] |
| |
| [[package]] |
| name = "rustc_parse" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_session", |
| "rustc_span", |
| "thin-vec", |
| "tracing", |
| "unicode-normalization", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "rustc_parse_format" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_index", |
| "rustc_lexer", |
| ] |
| |
| [[package]] |
| name = "rustc_passes" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_pattern_analysis" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc-hash", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_privacy" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_ty_utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_query_impl" |
| version = "0.0.0" |
| dependencies = [ |
| "field-offset", |
| "measureme", |
| "rustc-rayon-core", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_query_system" |
| version = "0.0.0" |
| dependencies = [ |
| "parking_lot", |
| "rustc-rayon-core", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_resolve" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "pulldown-cmark 0.9.6", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_serialize" |
| version = "0.0.0" |
| dependencies = [ |
| "indexmap", |
| "rustc_macros", |
| "smallvec", |
| "tempfile", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "rustc_session" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "getopts", |
| "libc", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fluent_macro", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "termize", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "rustc_smir" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "scoped-tls", |
| "stable_mir", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_span" |
| version = "0.0.0" |
| dependencies = [ |
| "indexmap", |
| "md-5", |
| "rustc_arena", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "scoped-tls", |
| "sha1", |
| "sha2", |
| "tracing", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "rustc_symbol_mangling" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "punycode", |
| "rustc-demangle", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "tracing", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "rustc_target" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "object", |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_feature", |
| "rustc_fs_util", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "serde_json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_tools_util" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| |
| [[package]] |
| name = "rustc_trait_selection" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "itertools", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_next_trait_solver", |
| "rustc_parse_format", |
| "rustc_query_system", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_transmute", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_traits" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_infer", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_trait_selection", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_transmute" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_target", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_ty_utils" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fluent_macro", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_type_ir", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_type_ir" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "derivative", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustdoc" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "askama", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "minifier", |
| "once_cell", |
| "regex", |
| "rustdoc-json-types", |
| "serde", |
| "serde_json", |
| "smallvec", |
| "tempfile", |
| "threadpool", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "rustdoc-gui-test" |
| version = "0.1.0" |
| dependencies = [ |
| "build_helper", |
| "compiletest", |
| "getopts", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rustdoc-json-types" |
| version = "0.1.0" |
| dependencies = [ |
| "bincode", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustdoc-themes" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "rustdoc-tool" |
| version = "0.0.0" |
| dependencies = [ |
| "rustdoc", |
| ] |
| |
| [[package]] |
| name = "rustfix" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
| dependencies = [ |
| "anyhow", |
| "log", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustfmt-config_proc_macro" |
| version = "0.3.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "rustfmt-nightly" |
| version = "1.7.0" |
| dependencies = [ |
| "annotate-snippets 0.9.2", |
| "anyhow", |
| "bytecount", |
| "cargo_metadata 0.15.4", |
| "clap", |
| "clap-cargo", |
| "diff", |
| "dirs", |
| "getopts", |
| "ignore", |
| "itertools", |
| "lazy_static", |
| "regex", |
| "rustfmt-config_proc_macro", |
| "serde", |
| "serde_json", |
| "term", |
| "thiserror", |
| "toml 0.7.8", |
| "tracing", |
| "tracing-subscriber", |
| "unicode-properties", |
| "unicode-segmentation", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
| |
| [[package]] |
| name = "ruzstd" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" |
| dependencies = [ |
| "byteorder", |
| "derive_more", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "security-framework" |
| version = "2.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "self_cell" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| dependencies = [ |
| "self_cell 1.0.3", |
| ] |
| |
| [[package]] |
| name = "self_cell" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.196" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.196" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.113" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_urlencoded" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| dependencies = [ |
| "form_urlencoded", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shell-escape" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "spdx-expression" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| dependencies = [ |
| "nom", |
| "serde", |
| "thiserror", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "spdx-rs" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
| dependencies = [ |
| "chrono", |
| "log", |
| "nom", |
| "serde", |
| "spdx-expression", |
| "strum", |
| "strum_macros", |
| "thiserror", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "stable_mir" |
| version = "0.1.0-preview" |
| dependencies = [ |
| "scoped-tls", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "stacker" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "psm", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "std" |
| version = "0.0.0" |
| dependencies = [ |
| "addr2line", |
| "alloc", |
| "cfg-if", |
| "compiler_builtins", |
| "core", |
| "dlmalloc", |
| "fortanix-sgx-abi", |
| "hashbrown", |
| "hermit-abi", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "panic_abort", |
| "panic_unwind", |
| "profiler_builtins", |
| "r-efi", |
| "r-efi-alloc", |
| "rand", |
| "rand_xorshift", |
| "rustc-demangle", |
| "std_detect", |
| "unwind", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "std_detect" |
| version = "0.1.5" |
| dependencies = [ |
| "cfg-if", |
| "compiler_builtins", |
| "libc", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "string_cache" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
| dependencies = [ |
| "new_debug_unreachable", |
| "once_cell", |
| "parking_lot", |
| "phf_shared", |
| "precomputed-hash", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "string_cache_codegen" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" |
| |
| [[package]] |
| name = "strum" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.24.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "suggest-tests" |
| version = "0.1.0" |
| dependencies = [ |
| "build_helper", |
| "glob", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.29.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" |
| dependencies = [ |
| "cfg-if", |
| "core-foundation-sys", |
| "libc", |
| "ntapi", |
| "once_cell", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "sysroot" |
| version = "0.0.0" |
| dependencies = [ |
| "proc_macro", |
| "std", |
| "test", |
| ] |
| |
| [[package]] |
| name = "system-configuration" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation", |
| "system-configuration-sys", |
| ] |
| |
| [[package]] |
| name = "system-configuration-sys" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tabled" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739" |
| dependencies = [ |
| "papergrid", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "rustix", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "tendril" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| dependencies = [ |
| "futf", |
| "mac", |
| "utf-8", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| dependencies = [ |
| "dirs-next", |
| "rustversion", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
| dependencies = [ |
| "rustix", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "termize" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "test" |
| version = "0.0.0" |
| dependencies = [ |
| "core", |
| "getopts", |
| "libc", |
| "panic_abort", |
| "panic_unwind", |
| "std", |
| ] |
| |
| [[package]] |
| name = "tester" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f" |
| dependencies = [ |
| "cfg-if", |
| "getopts", |
| "libc", |
| "num_cpus", |
| "term", |
| ] |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.57" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.57" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "thorin-dwp" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
| dependencies = [ |
| "gimli", |
| "hashbrown", |
| "object", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "threadpool" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| dependencies = [ |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "tidy" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo-platform", |
| "cargo_metadata 0.15.4", |
| "ignore", |
| "lazy_static", |
| "miropt-test-tools", |
| "regex", |
| "semver", |
| "termcolor", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "tier-check" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "time" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" |
| dependencies = [ |
| "deranged", |
| "itoa", |
| "num-conv", |
| "powerfmt", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.36.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "libc", |
| "mio", |
| "num_cpus", |
| "pin-project-lite", |
| "socket2", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "tokio-native-tls" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| dependencies = [ |
| "native-tls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.19.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "topological-sort" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
| dependencies = [ |
| "cfg-if", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-error" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| dependencies = [ |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
| dependencies = [ |
| "matchers", |
| "nu-ansi-term", |
| "once_cell", |
| "parking_lot", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log 0.2.0", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ec6adcab41b1391b08a308cc6302b79f8095d1673f6947c2dc65ffb028b0b2d" |
| dependencies = [ |
| "nu-ansi-term", |
| "tracing-core", |
| "tracing-log 0.1.4", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| |
| [[package]] |
| name = "twox-hash" |
| version = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| dependencies = [ |
| "cfg-if", |
| "rand", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "type-map" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| dependencies = [ |
| "rustc-hash", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| |
| [[package]] |
| name = "ucd-parse" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
| dependencies = [ |
| "regex-lite", |
| ] |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
| |
| [[package]] |
| name = "ui_test" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
| dependencies = [ |
| "annotate-snippets 0.9.2", |
| "anyhow", |
| "bstr", |
| "cargo-platform", |
| "cargo_metadata 0.15.4", |
| "color-eyre", |
| "colored", |
| "comma", |
| "crossbeam-channel", |
| "indicatif", |
| "lazy_static", |
| "levenshtein", |
| "prettydiff", |
| "regex", |
| "rustc_version", |
| "rustfix", |
| "serde", |
| "serde_json", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "unic-langid" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516" |
| dependencies = [ |
| "unic-langid-impl", |
| "unic-langid-macros", |
| ] |
| |
| [[package]] |
| name = "unic-langid-impl" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6" |
| dependencies = [ |
| "tinystr", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec" |
| dependencies = [ |
| "proc-macro-hack", |
| "tinystr", |
| "unic-langid-impl", |
| "unic-langid-macros-impl", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros-impl" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4" |
| dependencies = [ |
| "proc-macro-hack", |
| "quote", |
| "syn 2.0.48", |
| "unic-langid-impl", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bdd" |
| version = "0.1.0" |
| dependencies = [ |
| "ucd-parse", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
| |
| [[package]] |
| name = "unicode-script" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" |
| |
| [[package]] |
| name = "unicode-security" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" |
| dependencies = [ |
| "unicode-normalization", |
| "unicode-script", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-core", |
| "rustc-std-workspace-std", |
| ] |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
| |
| [[package]] |
| name = "unified-diff" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| dependencies = [ |
| "diff", |
| ] |
| |
| [[package]] |
| name = "unstable-book-gen" |
| version = "0.1.0" |
| dependencies = [ |
| "num-traits", |
| "tidy", |
| ] |
| |
| [[package]] |
| name = "unwind" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg-if", |
| "compiler_builtins", |
| "core", |
| "libc", |
| "unwinding", |
| ] |
| |
| [[package]] |
| name = "unwinding" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b" |
| dependencies = [ |
| "compiler_builtins", |
| "gimli", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "url" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "utf-8" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| dependencies = [ |
| "compiler_builtins", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
| dependencies = [ |
| "windows-core", |
| "windows-targets 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows-bindgen" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "970efb0b6849eb8a87a898f586af7cc167567b070014c7434514c0bde0ca341c" |
| dependencies = [ |
| "proc-macro2", |
| "rayon", |
| "syn 2.0.48", |
| "windows-metadata", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| dependencies = [ |
| "windows-targets 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows-metadata" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "218fd59201e26acdbb894fa2b302d1de84bf3eec7d0eb894ac8e9c5a854ee4ef" |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.0", |
| "windows_aarch64_msvc 0.52.0", |
| "windows_i686_gnu 0.52.0", |
| "windows_i686_msvc 0.52.0", |
| "windows_x86_64_gnu 0.52.0", |
| "windows_x86_64_gnullvm 0.52.0", |
| "windows_x86_64_msvc 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winreg" |
| version = "0.50.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
| dependencies = [ |
| "cfg-if", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "writeable" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e" |
| |
| [[package]] |
| name = "xattr" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
| dependencies = [ |
| "libc", |
| "linux-raw-sys", |
| "rustix", |
| ] |
| |
| [[package]] |
| name = "xz" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34" |
| dependencies = [ |
| "xz2", |
| ] |
| |
| [[package]] |
| name = "xz2" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| dependencies = [ |
| "lzma-sys", |
| ] |
| |
| [[package]] |
| name = "yaml-merge-keys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
| dependencies = [ |
| "lazy_static", |
| "thiserror", |
| "yaml-rust", |
| ] |
| |
| [[package]] |
| name = "yaml-rust" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
| dependencies = [ |
| "linked-hash-map", |
| ] |
| |
| [[package]] |
| name = "yansi-term" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.7.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| dependencies = [ |
| "byteorder", |
| "crc32fast", |
| "crossbeam-utils", |
| "flate2", |
| ] |