| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" |
| 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 = "ahash" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" |
| dependencies = [ |
| "getrandom", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "alloc" |
| version = "0.0.0" |
| dependencies = [ |
| "compiler_builtins", |
| "core", |
| "rand", |
| "rand_xorshift", |
| ] |
| |
| [[package]] |
| name = "ammonia" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74" |
| dependencies = [ |
| "html5ever", |
| "maplit", |
| "once_cell", |
| "tendril", |
| "url", |
| ] |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36" |
| dependencies = [ |
| "unicode-width", |
| "yansi-term", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" |
| |
| [[package]] |
| name = "ar_archive_writer" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31" |
| dependencies = [ |
| "object 0.29.0", |
| ] |
| |
| [[package]] |
| name = "array_tool" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7" |
| |
| [[package]] |
| name = "askama" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882" |
| dependencies = [ |
| "askama_derive", |
| "askama_escape", |
| "askama_shared", |
| ] |
| |
| [[package]] |
| name = "askama_derive" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267" |
| dependencies = [ |
| "askama_shared", |
| "proc-macro2", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "askama_escape" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5" |
| |
| [[package]] |
| name = "askama_shared" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012" |
| dependencies = [ |
| "askama_escape", |
| "nom", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi 0.1.19", |
| "libc", |
| "winapi", |
| ] |
| |
| [[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.66" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object 0.29.0", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base16ct" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
| |
| [[package]] |
| name = "base64ct" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitmaps" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
| dependencies = [ |
| "lazy_static", |
| "memchr", |
| "regex-automata 0.1.10", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd" |
| dependencies = [ |
| "memchr", |
| "once_cell", |
| "regex-automata 0.1.10", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "build-manifest" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "flate2", |
| "hex 0.4.2", |
| "rayon", |
| "serde", |
| "serde_json", |
| "sha2", |
| "tar", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "build_helper" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "bump-stage0" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "curl", |
| "indexmap", |
| "serde", |
| "serde_json", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e" |
| dependencies = [ |
| "packed_simd_2", |
| ] |
| |
| [[package]] |
| name = "bytes" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" |
| |
| [[package]] |
| name = "bytesize" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da" |
| |
| [[package]] |
| name = "camino" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo" |
| version = "0.69.0" |
| dependencies = [ |
| "anyhow", |
| "base64", |
| "bytesize", |
| "cargo-platform 0.1.2", |
| "cargo-test-macro", |
| "cargo-test-support", |
| "cargo-util", |
| "clap 4.1.1", |
| "crates-io", |
| "curl", |
| "curl-sys", |
| "env_logger 0.10.0", |
| "filetime", |
| "flate2", |
| "fwdansi", |
| "git2", |
| "git2-curl", |
| "glob", |
| "hex 0.4.2", |
| "hmac", |
| "home", |
| "http-auth", |
| "humantime 2.0.1", |
| "ignore", |
| "im-rc", |
| "indexmap", |
| "is-terminal", |
| "itertools", |
| "jobserver", |
| "lazy_static", |
| "lazycell", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "memchr", |
| "opener", |
| "openssl", |
| "os_info", |
| "pasetors", |
| "pathdiff", |
| "percent-encoding", |
| "pretty_env_logger", |
| "rustc-workspace-hack", |
| "rustfix", |
| "same-file", |
| "semver", |
| "serde", |
| "serde-value", |
| "serde_ignored", |
| "serde_json", |
| "sha1", |
| "shell-escape", |
| "snapbox", |
| "strip-ansi-escapes", |
| "tar", |
| "tempfile", |
| "termcolor", |
| "time 0.3.17", |
| "toml_edit", |
| "unicode-width", |
| "unicode-xid", |
| "url", |
| "walkdir", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "cargo-credential" |
| version = "0.2.0" |
| |
| [[package]] |
| name = "cargo-credential-1password" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo-credential-macos-keychain" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "cargo-credential-wincred" |
| version = "0.2.0" |
| dependencies = [ |
| "cargo-credential", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "cargo-miri" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo_metadata 0.15.0", |
| "directories", |
| "rustc-build-sysroot", |
| "rustc-workspace-hack", |
| "rustc_tools_util 0.2.1", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.2" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-test-macro" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "cargo-test-support" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "cargo-test-macro", |
| "cargo-util", |
| "crates-io", |
| "filetime", |
| "flate2", |
| "git2", |
| "glob", |
| "itertools", |
| "lazy_static", |
| "pasetors", |
| "serde", |
| "serde_json", |
| "snapbox", |
| "tar", |
| "termcolor", |
| "time 0.3.17", |
| "toml_edit", |
| "url", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "cargo-util" |
| version = "0.2.3" |
| dependencies = [ |
| "anyhow", |
| "core-foundation", |
| "crypto-hash", |
| "filetime", |
| "hex 0.4.2", |
| "jobserver", |
| "libc", |
| "log", |
| "miow 0.5.0", |
| "same-file", |
| "shell-escape", |
| "tempfile", |
| "walkdir", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a" |
| dependencies = [ |
| "camino", |
| "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "semver", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3abb7553d5b9b8421c6de7cb02606ff15e0c6eea7d8eadd75ef013fd636bec36" |
| dependencies = [ |
| "camino", |
| "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "semver", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cargotest2" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" |
| dependencies = [ |
| "jobserver", |
| ] |
| |
| [[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 = "chalk-derive" |
| version = "0.87.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "chalk-engine" |
| version = "0.87.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-solve", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "chalk-ir" |
| version = "0.87.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838" |
| dependencies = [ |
| "bitflags", |
| "chalk-derive", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "chalk-solve" |
| version = "0.87.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "ena", |
| "indexmap", |
| "itertools", |
| "petgraph", |
| "rustc-hash", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
| dependencies = [ |
| "libc", |
| "num-integer", |
| "num-traits", |
| "serde", |
| "time 0.1.43", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "3.2.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" |
| dependencies = [ |
| "atty", |
| "bitflags", |
| "clap_derive 3.2.18", |
| "clap_lex 0.2.2", |
| "indexmap", |
| "once_cell", |
| "strsim", |
| "termcolor", |
| "textwrap", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2" |
| dependencies = [ |
| "bitflags", |
| "clap_derive 4.1.0", |
| "clap_lex 0.3.0", |
| "is-terminal", |
| "once_cell", |
| "strsim", |
| "termcolor", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b" |
| dependencies = [ |
| "clap 4.1.1", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "3.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" |
| dependencies = [ |
| "heck", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8" |
| dependencies = [ |
| "heck", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" |
| dependencies = [ |
| "os_str_bytes", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" |
| dependencies = [ |
| "os_str_bytes", |
| ] |
| |
| [[package]] |
| name = "clippy" |
| version = "0.1.68" |
| dependencies = [ |
| "clippy_lints", |
| "clippy_utils", |
| "compiletest_rs", |
| "derive-new", |
| "filetime", |
| "futures", |
| "if_chain", |
| "itertools", |
| "parking_lot 0.12.1", |
| "quote", |
| "regex", |
| "rustc-semver", |
| "rustc-workspace-hack", |
| "rustc_tools_util 0.3.0", |
| "semver", |
| "serde", |
| "syn", |
| "tempfile", |
| "termize", |
| "tester", |
| "tokio", |
| "toml", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_dev" |
| version = "0.0.1" |
| dependencies = [ |
| "aho-corasick", |
| "clap 3.2.20", |
| "indoc", |
| "itertools", |
| "opener", |
| "shell-escape", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "clippy_lints" |
| version = "0.1.68" |
| dependencies = [ |
| "cargo_metadata 0.14.0", |
| "clippy_utils", |
| "declare_clippy_lint", |
| "if_chain", |
| "itertools", |
| "pulldown-cmark 0.9.2", |
| "quine-mc_cluskey", |
| "regex-syntax", |
| "rustc-semver", |
| "semver", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "toml", |
| "unicode-normalization", |
| "unicode-script", |
| "url", |
| ] |
| |
| [[package]] |
| name = "clippy_utils" |
| version = "0.1.68" |
| dependencies = [ |
| "arrayvec", |
| "if_chain", |
| "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-spantrace" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
| dependencies = [ |
| "once_cell", |
| "owo-colors", |
| "tracing-core", |
| "tracing-error", |
| ] |
| |
| [[package]] |
| name = "colored" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" |
| dependencies = [ |
| "atty", |
| "lazy_static", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "commoncrypto" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007" |
| dependencies = [ |
| "commoncrypto-sys", |
| ] |
| |
| [[package]] |
| name = "commoncrypto-sys" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "compiler_builtins" |
| version = "0.1.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13e81c6cd7ab79f51a0c927d22858d61ad12bd0b3865f0b13ece02a4486aeabb" |
| dependencies = [ |
| "cc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "compiletest" |
| version = "0.0.0" |
| dependencies = [ |
| "colored", |
| "diff", |
| "getopts", |
| "glob", |
| "lazy_static", |
| "lazycell", |
| "libc", |
| "miow 0.3.7", |
| "miropt-test-tools", |
| "regex", |
| "rustfix", |
| "serde", |
| "serde_json", |
| "tracing", |
| "tracing-subscriber", |
| "unified-diff", |
| "walkdir", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "compiletest_rs" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372" |
| dependencies = [ |
| "diff", |
| "filetime", |
| "getopts", |
| "lazy_static", |
| "libc", |
| "log", |
| "miow 0.3.7", |
| "regex", |
| "rustfix", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tempfile", |
| "tester", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "concolor" |
| version = "0.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37" |
| dependencies = [ |
| "atty", |
| "bitflags", |
| "concolor-query", |
| ] |
| |
| [[package]] |
| name = "concolor-query" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317" |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" |
| |
| [[package]] |
| name = "content_inspector" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6" |
| |
| [[package]] |
| name = "coverage_test_macros" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crates-io" |
| version = "0.35.1" |
| dependencies = [ |
| "anyhow", |
| "curl", |
| "percent-encoding", |
| "serde", |
| "serde_json", |
| "url", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "crossbeam-utils", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crypto-bigint" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| dependencies = [ |
| "generic-array", |
| "rand_core", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[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 = "crypto-hash" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca" |
| dependencies = [ |
| "commoncrypto", |
| "hex 0.3.2", |
| "openssl", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "cstr" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "ct-codecs" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df" |
| |
| [[package]] |
| name = "ctor" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
| dependencies = [ |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "curl" |
| version = "0.4.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" |
| dependencies = [ |
| "curl-sys", |
| "libc", |
| "openssl-probe", |
| "openssl-sys", |
| "schannel", |
| "socket2", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "curl-sys" |
| version = "0.4.59+curl-7.86.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libnghttp2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| "winapi", |
| ] |
| |
| [[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.68" |
| dependencies = [ |
| "itertools", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "der" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| dependencies = [ |
| "const-oid", |
| "pem-rfc7468", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "derive-new" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "difference" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "directories" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-next" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| dependencies = [ |
| "cfg-if", |
| "dirs-sys-next", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5" |
| |
| [[package]] |
| name = "dlmalloc" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e" |
| dependencies = [ |
| "compiler_builtins", |
| "libc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "dunce" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541" |
| |
| [[package]] |
| name = "ecdsa" |
| version = "0.14.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" |
| dependencies = [ |
| "der", |
| "elliptic-curve", |
| "rfc6979", |
| "signature", |
| ] |
| |
| [[package]] |
| name = "ed25519-compact" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" |
| |
| [[package]] |
| name = "elasticlunr-rs" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6" |
| dependencies = [ |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "elliptic-curve" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| dependencies = [ |
| "base16ct", |
| "crypto-bigint", |
| "der", |
| "digest", |
| "ff", |
| "generic-array", |
| "group", |
| "hkdf", |
| "pem-rfc7468", |
| "pkcs8", |
| "rand_core", |
| "sec1", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
| dependencies = [ |
| "atty", |
| "humantime 1.3.0", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| dependencies = [ |
| "atty", |
| "humantime 2.0.1", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
| dependencies = [ |
| "humantime 2.0.1", |
| "is-terminal", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" |
| dependencies = [ |
| "errno-dragonfly", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "errno-dragonfly" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "eyre" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
| dependencies = [ |
| "indenter", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| |
| [[package]] |
| name = "fastrand" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
| dependencies = [ |
| "instant", |
| ] |
| |
| [[package]] |
| name = "ff" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| dependencies = [ |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "fiat-crypto" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90" |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" |
| dependencies = [ |
| "cfg-if", |
| "crc32fast", |
| "libc", |
| "libz-sys", |
| "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", |
| "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.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
| dependencies = [ |
| "matches", |
| "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.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50" |
| |
| [[package]] |
| name = "fs_extra" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
| |
| [[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.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "fwdansi" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208" |
| dependencies = [ |
| "memchr", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "generate-copyright" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
| 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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" |
| dependencies = [ |
| "compiler_builtins", |
| "fallible-iterator", |
| "indexmap", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "git2" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "openssl-probe", |
| "openssl-sys", |
| "url", |
| ] |
| |
| [[package]] |
| name = "git2-curl" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7577f4e6341ba7c90d883511130a45b956c274ba5f4d205d9f9da990f654cd33" |
| dependencies = [ |
| "curl", |
| "git2", |
| "log", |
| "url", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" |
| dependencies = [ |
| "aho-corasick", |
| "bstr 0.2.17", |
| "fnv", |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "group" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| dependencies = [ |
| "ff", |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "gsgdt" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "3.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3" |
| dependencies = [ |
| "log", |
| "pest", |
| "pest_derive", |
| "quick-error 2.0.1", |
| "serde", |
| "serde_json", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "4.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17" |
| dependencies = [ |
| "log", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| dependencies = [ |
| "ahash 0.7.4", |
| "compiler_builtins", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" |
| dependencies = [ |
| "ahash 0.8.2", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
| dependencies = [ |
| "compiler_builtins", |
| "libc", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "hex" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
| |
| [[package]] |
| name = "hkdf" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
| dependencies = [ |
| "hmac", |
| ] |
| |
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "http-auth" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| dependencies = [ |
| "quick-error 1.2.3", |
| ] |
| |
| [[package]] |
| name = "humantime" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
| |
| [[package]] |
| name = "icu_list" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c40218275f081c4493f190357c5395647b06734c2dc3dcb41cc099a0f60168b1" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_provider", |
| "regex-automata 0.2.0", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34b3de5d99a0e275fe6193b9586dbf37364daebc0d39c89b5cf8376a53b789e8" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f911086e3c521a8a824d4f8bfd87769645ced2f07ff913b521c0d793be07100" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_provider_macros", |
| "stable_deref_trait", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_adapters" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "980c71d8a91b246ebbb97847178a4b816eea39d1d550c70ee566384555bb6545" |
| dependencies = [ |
| "icu_locid", |
| "icu_provider", |
| "tinystr", |
| "yoke", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_macros" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38cf6f5b65cf81f0b4298da647101acbfe6ae0e25263f92bd7a22597e9d6d606" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
| dependencies = [ |
| "matches", |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "if_chain" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d" |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" |
| dependencies = [ |
| "crossbeam-utils", |
| "globset", |
| "lazy_static", |
| "log", |
| "memchr", |
| "regex", |
| "same-file", |
| "thread_local", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "im-rc" |
| version = "15.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" |
| dependencies = [ |
| "bitmaps", |
| "rand_core", |
| "rand_xoshiro", |
| "sized-chunks", |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "indenter" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.12.3", |
| "rustc-rayon", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" |
| |
| [[package]] |
| name = "installer" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "clap 3.2.20", |
| "flate2", |
| "lazy_static", |
| "num_cpus", |
| "rayon", |
| "remove_dir_all", |
| "tar", |
| "walkdir", |
| "winapi", |
| "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 = "io-lifetimes" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" |
| dependencies = [ |
| "libc", |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189" |
| dependencies = [ |
| "hermit-abi 0.2.6", |
| "io-lifetimes", |
| "rustix", |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
| |
| [[package]] |
| name = "jemalloc-sys" |
| version = "0.5.0+5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b" |
| dependencies = [ |
| "cc", |
| "fs_extra", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" |
| 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 4.1.1", |
| "fs-err", |
| "rustdoc-json-types", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "jsonpath_lib" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a" |
| dependencies = [ |
| "array_tool", |
| "env_logger 0.7.1", |
| "log", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "kstring" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" |
| dependencies = [ |
| "static_assertions", |
| ] |
| |
| [[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 = "libc" |
| version = "0.2.138" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "libffi" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6" |
| dependencies = [ |
| "libc", |
| "libffi-sys", |
| ] |
| |
| [[package]] |
| name = "libffi-sys" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libgit2-sys" |
| version = "0.14.1+1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libssh2-sys", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0" |
| dependencies = [ |
| "cfg-if", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" |
| |
| [[package]] |
| name = "libnghttp2-sys" |
| version = "0.1.4+1.41.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libssh2-sys" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "openssl-sys", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "linkchecker" |
| version = "0.1.0" |
| dependencies = [ |
| "once_cell", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
| |
| [[package]] |
| name = "lint-docs" |
| version = "0.1.0" |
| dependencies = [ |
| "serde_json", |
| "tempfile", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f34a3f4798fac63fb48cf277eefa38f94d3443baff555bb98e4f56bc9092368e" |
| |
| [[package]] |
| name = "lld-wrapper" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "lzma-sys" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99" |
| 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 = "matches" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "mdbook" |
| version = "0.4.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1ed28d5903dde77bd5182645078a37ee57014cac6ccb2d54e1d6496386648e4" |
| dependencies = [ |
| "ammonia", |
| "anyhow", |
| "chrono", |
| "clap 4.1.1", |
| "clap_complete", |
| "elasticlunr-rs", |
| "env_logger 0.10.0", |
| "handlebars 4.3.3", |
| "log", |
| "memchr", |
| "once_cell", |
| "opener", |
| "pulldown-cmark 0.9.2", |
| "regex", |
| "serde", |
| "serde_json", |
| "shlex", |
| "tempfile", |
| "toml", |
| "topological-sort", |
| ] |
| |
| [[package]] |
| name = "mdman" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "handlebars 3.5.5", |
| "pretty_assertions", |
| "pulldown-cmark 0.7.2", |
| "same-file", |
| "serde_json", |
| "url", |
| ] |
| |
| [[package]] |
| name = "measureme" |
| version = "10.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a" |
| dependencies = [ |
| "log", |
| "memmap2", |
| "parking_lot 0.11.2", |
| "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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "minifier" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729" |
| |
| [[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.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" |
| dependencies = [ |
| "adler", |
| "compiler_builtins", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" |
| dependencies = [ |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "miri" |
| version = "0.1.0" |
| dependencies = [ |
| "colored", |
| "env_logger 0.9.0", |
| "getrandom", |
| "lazy_static", |
| "libc", |
| "libffi", |
| "libloading", |
| "log", |
| "measureme", |
| "rand", |
| "regex", |
| "rustc-workspace-hack", |
| "rustc_version", |
| "smallvec", |
| "ui_test", |
| ] |
| |
| [[package]] |
| name = "miropt-test-tools" |
| version = "0.1.0" |
| dependencies = [ |
| "regex", |
| ] |
| |
| [[package]] |
| name = "new_debug_unreachable" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "normalize-line-endings" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
| dependencies = [ |
| "autocfg", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
| dependencies = [ |
| "hermit-abi 0.1.19", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" |
| dependencies = [ |
| "compiler_builtins", |
| "memchr", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "hashbrown 0.13.1", |
| "indexmap", |
| "memchr", |
| ] |
| |
| [[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.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" |
| |
| [[package]] |
| name = "opener" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952" |
| dependencies = [ |
| "bstr 0.2.17", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "openssl" |
| version = "0.10.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "foreign-types", |
| "libc", |
| "once_cell", |
| "openssl-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
| |
| [[package]] |
| name = "openssl-src" |
| version = "111.22.0+1.1.1q" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.72" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" |
| dependencies = [ |
| "autocfg", |
| "cc", |
| "libc", |
| "openssl-src", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "orion" |
| version = "0.17.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2baf7fd2e326e3895c681176788dd227fcd8369350e53c570592d8563fecbb6" |
| dependencies = [ |
| "fiat-crypto", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "os_info" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399" |
| dependencies = [ |
| "log", |
| "serde", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "os_str_bytes" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
| |
| [[package]] |
| name = "output_vt100" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "owo-colors" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
| |
| [[package]] |
| name = "p384" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" |
| dependencies = [ |
| "ecdsa", |
| "elliptic-curve", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "packed_simd_2" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" |
| dependencies = [ |
| "cfg-if", |
| "libm", |
| ] |
| |
| [[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 = "parking_lot" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
| dependencies = [ |
| "instant", |
| "lock_api", |
| "parking_lot_core 0.8.5", |
| ] |
| |
| [[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 0.9.4", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
| dependencies = [ |
| "cfg-if", |
| "instant", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "pasetors" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed20c4c21d893414f42e0cbfebe8a8036b5ae9b0264611fb6504e395eda6ceec" |
| dependencies = [ |
| "ct-codecs", |
| "ed25519-compact", |
| "getrandom", |
| "orion", |
| "p384", |
| "rand_core", |
| "regex", |
| "serde", |
| "serde_json", |
| "sha2", |
| "subtle", |
| "time 0.3.17", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "pathdiff" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| |
| [[package]] |
| name = "pem-rfc7468" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" |
| dependencies = [ |
| "base64ct", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
| |
| [[package]] |
| name = "perf-event-open-sys" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "pest" |
| version = "2.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4" |
| dependencies = [ |
| "thiserror", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065" |
| dependencies = [ |
| "once_cell", |
| "pest", |
| "sha1", |
| ] |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkcs8" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| dependencies = [ |
| "der", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
| |
| [[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 = "ppv-lite86" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
| |
| [[package]] |
| name = "precomputed-hash" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" |
| dependencies = [ |
| "ansi_term 0.11.0", |
| "ctor", |
| "difference", |
| "output_vt100", |
| ] |
| |
| [[package]] |
| name = "pretty_env_logger" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" |
| dependencies = [ |
| "env_logger 0.7.1", |
| "log", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" |
| 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.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" |
| dependencies = [ |
| "bitflags", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "punycode" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| |
| [[package]] |
| name = "quick-error" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| |
| [[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.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
| 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.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
| dependencies = [ |
| "autocfg", |
| "crossbeam-deque", |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.2.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
| dependencies = [ |
| "getrandom", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| dependencies = [ |
| "regex-syntax", |
| ] |
| |
| [[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-syntax" |
| version = "0.6.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
| |
| [[package]] |
| name = "remote-test-client" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "remote-test-server" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "remove_dir_all" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "replace-version-placeholder" |
| version = "0.1.0" |
| dependencies = [ |
| "tidy", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rfc6979" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" |
| dependencies = [ |
| "crypto-bigint", |
| "hmac", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rls" |
| version = "2.0.0" |
| dependencies = [ |
| "rustc-workspace-hack", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rls-data" |
| version = "0.19.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99" |
| dependencies = [ |
| "rls-span", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rls-span" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rust-demangler" |
| version = "0.0.1" |
| dependencies = [ |
| "regex", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "rustbook" |
| version = "0.1.0" |
| dependencies = [ |
| "clap 4.1.1", |
| "env_logger 0.7.1", |
| "mdbook", |
| ] |
| |
| [[package]] |
| name = "rustc-build-sysroot" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d" |
| dependencies = [ |
| "anyhow", |
| "rustc_version", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
| 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_smir", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a" |
| dependencies = [ |
| "autocfg", |
| "crossbeam-deque", |
| "either", |
| "rustc-rayon-core", |
| ] |
| |
| [[package]] |
| name = "rustc-rayon-core" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30" |
| 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-workspace-hack" |
| version = "1.0.0" |
| dependencies = [ |
| "bstr 0.2.17", |
| "clap 3.2.20", |
| "getrandom", |
| "libc", |
| "libz-sys", |
| "rand", |
| "regex", |
| "serde_json", |
| "syn", |
| "url", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustc_abi" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rand", |
| "rand_xoshiro", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_arena" |
| version = "0.0.0" |
| dependencies = [ |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_ast" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_ast_lowering" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_query_system", |
| "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_macros", |
| "rustc_parse", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_ast_pretty" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_attr" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "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_provider", |
| "icu_provider_adapters", |
| "litemap", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "rustc_borrowck" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "itertools", |
| "polonius-engine", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_mir_dataflow", |
| "rustc_serialize", |
| "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_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", |
| "cstr", |
| "libc", |
| "measureme", |
| "object 0.30.1", |
| "rustc-demangle", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_codegen_ssa", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_llvm", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "smallvec", |
| "tempfile", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_codegen_ssa" |
| version = "0.0.0" |
| dependencies = [ |
| "ar_archive_writer", |
| "bitflags", |
| "cc", |
| "itertools", |
| "jobserver", |
| "libc", |
| "object 0.30.1", |
| "pathdiff", |
| "regex", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "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", |
| "snap", |
| "tempfile", |
| "thorin-dwp", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_const_eval" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "rustc_apfloat", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_mir_dataflow", |
| "rustc_query_system", |
| "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", |
| "cfg-if", |
| "ena", |
| "indexmap", |
| "jobserver", |
| "libc", |
| "measureme", |
| "memmap2", |
| "parking_lot 0.11.2", |
| "rustc-hash", |
| "rustc-rayon", |
| "rustc-rayon-core", |
| "rustc_graphviz", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "smallvec", |
| "stable_deref_trait", |
| "stacker", |
| "tempfile", |
| "thin-vec", |
| "tracing", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustc_driver" |
| version = "0.0.0" |
| dependencies = [ |
| "libc", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_codegen_ssa", |
| "rustc_data_structures", |
| "rustc_error_codes", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_hir_pretty", |
| "rustc_interface", |
| "rustc_lint", |
| "rustc_log", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_parse", |
| "rustc_plugin_impl", |
| "rustc_save_analysis", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "serde_json", |
| "tracing", |
| "winapi", |
| ] |
| |
| [[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", |
| "writeable", |
| ] |
| |
| [[package]] |
| name = "rustc_errors" |
| version = "0.0.0" |
| dependencies = [ |
| "annotate-snippets", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_error_messages", |
| "rustc_hir", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "serde", |
| "serde_json", |
| "termcolor", |
| "termize", |
| "tracing", |
| "unicode-width", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustc_expand" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "rustc_ast", |
| "rustc_ast_passes", |
| "rustc_ast_pretty", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_lexer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_parse", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_feature" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_span", |
| ] |
| |
| [[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_error_messages", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_hir_analysis" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "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.1.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "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_fs_util", |
| "rustc_graphviz", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_index" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "rustc_macros", |
| "rustc_serialize", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_infer" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "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_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_plugin_impl", |
| "rustc_privacy", |
| "rustc_query_impl", |
| "rustc_resolve", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_symbol_mangling", |
| "rustc_target", |
| "rustc_trait_selection", |
| "rustc_traits", |
| "rustc_ty_utils", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_lexer" |
| version = "0.1.0" |
| dependencies = [ |
| "expect-test", |
| "unic-emoji-char", |
| "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_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.1.0" |
| dependencies = [ |
| "annotate-snippets", |
| "fluent-bundle", |
| "fluent-syntax", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| "unic-langid", |
| ] |
| |
| [[package]] |
| name = "rustc_metadata" |
| version = "0.0.0" |
| dependencies = [ |
| "libloading", |
| "odht", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_type_ir", |
| "smallvec", |
| "snap", |
| "tempfile", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_middle" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "chalk-ir", |
| "derive_more", |
| "either", |
| "gsgdt", |
| "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_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", |
| "rustc_apfloat", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "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_graphviz", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_mir_transform" |
| version = "0.0.0" |
| dependencies = [ |
| "coverage_test_macros", |
| "either", |
| "itertools", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_const_eval", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_middle", |
| "rustc_mir_dataflow", |
| "rustc_serialize", |
| "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_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "serde", |
| "serde_json", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_parse" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "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_data_structures", |
| "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_hir", |
| "rustc_index", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_plugin_impl" |
| version = "0.0.0" |
| dependencies = [ |
| "libloading", |
| "rustc_ast", |
| "rustc_errors", |
| "rustc_lint", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_session", |
| "rustc_span", |
| ] |
| |
| [[package]] |
| name = "rustc_privacy" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_hir_analysis", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_trait_selection", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_query_impl" |
| version = "0.0.0" |
| dependencies = [ |
| "measureme", |
| "rustc-rayon-core", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_query_system" |
| version = "0.0.0" |
| dependencies = [ |
| "parking_lot 0.11.2", |
| "rustc-rayon-core", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "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", |
| "rustc_arena", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_expand", |
| "rustc_feature", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_metadata", |
| "rustc_middle", |
| "rustc_query_system", |
| "rustc_session", |
| "rustc_span", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_save_analysis" |
| version = "0.0.0" |
| dependencies = [ |
| "rls-data", |
| "rls-span", |
| "rustc_ast", |
| "rustc_ast_pretty", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_hir_pretty", |
| "rustc_lexer", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "serde_json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_serialize" |
| version = "0.0.0" |
| dependencies = [ |
| "indexmap", |
| "rustc_macros", |
| "smallvec", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "rustc_session" |
| version = "0.0.0" |
| dependencies = [ |
| "getopts", |
| "libc", |
| "rustc_ast", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_feature", |
| "rustc_fs_util", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "rustc_target", |
| "smallvec", |
| "termize", |
| "tracing", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustc_smir" |
| version = "0.0.0" |
| dependencies = [ |
| "rustc_borrowck", |
| "rustc_driver", |
| "rustc_hir", |
| "rustc_interface", |
| "rustc_middle", |
| "rustc_mir_dataflow", |
| "rustc_mir_transform", |
| "rustc_serialize", |
| "rustc_trait_selection", |
| ] |
| |
| [[package]] |
| name = "rustc_span" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg-if", |
| "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", |
| "punycode", |
| "rustc-demangle", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "tracing", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "rustc_target" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags", |
| "rustc_abi", |
| "rustc_data_structures", |
| "rustc_feature", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "rustc_span", |
| "serde_json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_tools_util" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366" |
| |
| [[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 = [ |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_errors", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_lint_defs", |
| "rustc_macros", |
| "rustc_middle", |
| "rustc_parse_format", |
| "rustc_query_system", |
| "rustc_serialize", |
| "rustc_session", |
| "rustc_span", |
| "rustc_target", |
| "rustc_transmute", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_traits" |
| version = "0.0.0" |
| dependencies = [ |
| "chalk-engine", |
| "chalk-ir", |
| "chalk-solve", |
| "rustc_ast", |
| "rustc_attr", |
| "rustc_data_structures", |
| "rustc_hir", |
| "rustc_index", |
| "rustc_infer", |
| "rustc_middle", |
| "rustc_span", |
| "rustc_target", |
| "rustc_trait_selection", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rustc_transmute" |
| version = "0.1.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 = [ |
| "rustc_data_structures", |
| "rustc_errors", |
| "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", |
| "rustc_data_structures", |
| "rustc_index", |
| "rustc_macros", |
| "rustc_serialize", |
| "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", |
| "itertools", |
| "minifier", |
| "once_cell", |
| "pulldown-cmark 0.9.2", |
| "rayon", |
| "regex", |
| "rustdoc-json-types", |
| "serde", |
| "serde_json", |
| "smallvec", |
| "tempfile", |
| "thin-vec", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| ] |
| |
| [[package]] |
| name = "rustdoc-json-types" |
| version = "0.1.0" |
| dependencies = [ |
| "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.2.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "rustfmt-nightly" |
| version = "1.5.1" |
| dependencies = [ |
| "annotate-snippets", |
| "anyhow", |
| "bytecount", |
| "cargo_metadata 0.14.0", |
| "clap 3.2.20", |
| "derive-new", |
| "diff", |
| "dirs", |
| "env_logger 0.9.0", |
| "getopts", |
| "ignore", |
| "itertools", |
| "lazy_static", |
| "log", |
| "regex", |
| "rustc-workspace-hack", |
| "rustfmt-config_proc_macro", |
| "serde", |
| "serde_json", |
| "term", |
| "thiserror", |
| "toml", |
| "unicode-segmentation", |
| "unicode-width", |
| "unicode_categories", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.36.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" |
| dependencies = [ |
| "bitflags", |
| "errno", |
| "io-lifetimes", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
| |
| [[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.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
| dependencies = [ |
| "lazy_static", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[package]] |
| name = "sec1" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| dependencies = [ |
| "base16ct", |
| "der", |
| "generic-array", |
| "pkcs8", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69" |
| dependencies = [ |
| "bitflags", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "self_cell" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.147" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-value" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| dependencies = [ |
| "ordered-float", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.147" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_ignored" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" |
| 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.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" |
| |
| [[package]] |
| name = "signature" |
| version = "1.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| dependencies = [ |
| "digest", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "similar" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" |
| |
| [[package]] |
| name = "sized-chunks" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207" |
| dependencies = [ |
| "bitmaps", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2" |
| |
| [[package]] |
| name = "snap" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e" |
| |
| [[package]] |
| name = "snapbox" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293" |
| dependencies = [ |
| "concolor", |
| "content_inspector", |
| "dunce", |
| "filetime", |
| "normalize-line-endings", |
| "similar", |
| "snapbox-macros", |
| "tempfile", |
| "walkdir", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "snapbox-macros" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3c02f6eb7e7b4100c272f685a9ccaccaab302324e8c7ec3e2ee72340fb29ff3" |
| dependencies = [ |
| "chrono", |
| "log", |
| "nom", |
| "serde", |
| "spdx-expression", |
| "strum", |
| "strum_macros", |
| "thiserror", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "spki" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| dependencies = [ |
| "base64ct", |
| "der", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[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 0.12.3", |
| "hermit-abi 0.2.6", |
| "libc", |
| "miniz_oxide", |
| "object 0.29.0", |
| "panic_abort", |
| "panic_unwind", |
| "profiler_builtins", |
| "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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26" |
| dependencies = [ |
| "lazy_static", |
| "new_debug_unreachable", |
| "parking_lot 0.11.2", |
| "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 = "strip-ansi-escapes" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee" |
| dependencies = [ |
| "vte", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "libc", |
| "redox_syscall", |
| "remove_dir_all", |
| "winapi", |
| ] |
| |
| [[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.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907" |
| dependencies = [ |
| "rustix", |
| "windows-sys", |
| ] |
| |
| [[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 = [ |
| "cfg-if", |
| "core", |
| "getopts", |
| "libc", |
| "panic_abort", |
| "panic_unwind", |
| "proc_macro", |
| "std", |
| ] |
| |
| [[package]] |
| name = "tester" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb" |
| dependencies = [ |
| "cfg-if", |
| "getopts", |
| "libc", |
| "num_cpus", |
| "term", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thorin-dwp" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671" |
| dependencies = [ |
| "gimli", |
| "hashbrown 0.12.3", |
| "object 0.30.1", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "tidy" |
| version = "0.1.0" |
| dependencies = [ |
| "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cargo_metadata 0.14.0", |
| "ignore", |
| "lazy_static", |
| "miropt-test-tools", |
| "regex", |
| "termcolor", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "tier-check" |
| version = "0.1.0" |
| |
| [[package]] |
| name = "time" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" |
| dependencies = [ |
| "itoa", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" |
| dependencies = [ |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd" |
| dependencies = [ |
| "autocfg", |
| "bytes", |
| "memchr", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646" |
| dependencies = [ |
| "combine", |
| "indexmap", |
| "itertools", |
| "kstring", |
| "serde", |
| "toml_datetime", |
| ] |
| |
| [[package]] |
| name = "topological-sort" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" |
| dependencies = [ |
| "cfg-if", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" |
| 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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" |
| dependencies = [ |
| "lazy_static", |
| "log", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" |
| dependencies = [ |
| "ansi_term 0.12.1", |
| "lazy_static", |
| "matchers", |
| "parking_lot 0.11.2", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7" |
| dependencies = [ |
| "ansi_term 0.12.1", |
| "atty", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "twox-hash" |
| version = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| dependencies = [ |
| "cfg-if", |
| "rand", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "type-map" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| dependencies = [ |
| "rustc-hash", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
| |
| [[package]] |
| name = "ucd-parse" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c" |
| dependencies = [ |
| "lazy_static", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
| |
| [[package]] |
| name = "ui_test" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54ddb6f31025943e2f9d59237f433711c461a43d9415974c3eb3a4902edc1c1f" |
| dependencies = [ |
| "bstr 1.0.1", |
| "cargo_metadata 0.15.0", |
| "color-eyre", |
| "colored", |
| "crossbeam-channel", |
| "diff", |
| "lazy_static", |
| "regex", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "unic-char-property" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| dependencies = [ |
| "unic-char-range", |
| ] |
| |
| [[package]] |
| name = "unic-char-range" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| |
| [[package]] |
| name = "unic-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| |
| [[package]] |
| name = "unic-emoji-char" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" |
| dependencies = [ |
| "unic-char-property", |
| "unic-char-range", |
| "unic-ucd-version", |
| ] |
| |
| [[package]] |
| name = "unic-langid" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" |
| dependencies = [ |
| "unic-langid-impl", |
| "unic-langid-macros", |
| ] |
| |
| [[package]] |
| name = "unic-langid-impl" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" |
| dependencies = [ |
| "tinystr", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe" |
| dependencies = [ |
| "proc-macro-hack", |
| "tinystr", |
| "unic-langid-impl", |
| "unic-langid-macros-impl", |
| ] |
| |
| [[package]] |
| name = "unic-langid-macros-impl" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8" |
| dependencies = [ |
| "proc-macro-hack", |
| "quote", |
| "syn", |
| "unic-langid-impl", |
| ] |
| |
| [[package]] |
| name = "unic-ucd-version" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| dependencies = [ |
| "unic-common", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bdd" |
| version = "0.1.0" |
| dependencies = [ |
| "ucd-parse", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
| dependencies = [ |
| "matches", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" |
| |
| [[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-script" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" |
| |
| [[package]] |
| name = "unicode-security" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63" |
| dependencies = [ |
| "unicode-normalization", |
| "unicode-script", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
| 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 = "unicode_categories" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
| |
| [[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 = [ |
| "cc", |
| "cfg-if", |
| "compiler_builtins", |
| "core", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "url" |
| version = "2.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "matches", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "utf-8" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d" |
| |
| [[package]] |
| name = "uuid" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" |
| 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.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "vte" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
| dependencies = [ |
| "same-file", |
| "winapi", |
| "winapi-util", |
| ] |
| |
| [[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.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 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-sys" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8e6ab4f5da1b24daf2c590cfac801bacb27b15b4f050e84eb60149ea726f06b" |
| |
| [[package]] |
| name = "xattr" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "xz2" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c" |
| 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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d" |
| dependencies = [ |
| "linked-hash-map", |
| ] |
| |
| [[package]] |
| name = "yansi" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" |
| |
| [[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.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fe1d55ca72c32d573bfbd5cb2f0ca65a497854c44762957a6d3da96041a5184" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1346e4cd025ae818b88566eac7eb65ab33a994ea55f355c86889af2e7e56b14e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d919a74c17749ccb17beaf6405562e413cd94e98ba52ca1e64bbe7eefbd8b8" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "490e5f878c2856225e884c35927e7ea6db3c24cdb7229b72542c7526ad7ed49e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |