|
|
@ -2,21 +2,6 @@ |
|
|
|
# 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 = [ |
|
|
|
"gimli", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "adler" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aead" |
|
|
|
version = "0.4.3" |
|
|
@ -32,7 +17,7 @@ version = "0.7.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"cipher 0.3.0", |
|
|
|
"cpufeatures", |
|
|
|
"ctr", |
|
|
@ -53,15 +38,6 @@ dependencies = [ |
|
|
|
"subtle", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aho-corasick" |
|
|
|
version = "0.7.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ansi_term" |
|
|
|
version = "0.12.1" |
|
|
@ -72,26 +48,14 @@ dependencies = [ |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "argonautica" |
|
|
|
version = "0.2.0" |
|
|
|
name = "argon2" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b765e206f4ab068271148430e0799aa84d81b8a13680c680f29f6c1d67da5f37" |
|
|
|
checksum = "a0a21e93ce9e91fcd0e01744e4f205fb9192f82915646a7e880dfef0ab4a38d8" |
|
|
|
dependencies = [ |
|
|
|
"base64 0.10.1", |
|
|
|
"bindgen", |
|
|
|
"bitflags", |
|
|
|
"cc", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"failure", |
|
|
|
"futures", |
|
|
|
"futures-cpupool", |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"nom", |
|
|
|
"num_cpus", |
|
|
|
"rand 0.6.5", |
|
|
|
"scopeguard 1.1.0", |
|
|
|
"tempdir", |
|
|
|
"base64ct", |
|
|
|
"blake2 0.10.2", |
|
|
|
"password-hash", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -117,47 +81,23 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "backtrace" |
|
|
|
version = "0.3.63" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6" |
|
|
|
dependencies = [ |
|
|
|
"addr2line", |
|
|
|
"cc", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"libc", |
|
|
|
"miniz_oxide", |
|
|
|
"object", |
|
|
|
"rustc-demangle", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "base64" |
|
|
|
version = "0.10.1" |
|
|
|
version = "0.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
|
|
dependencies = [ |
|
|
|
"byteorder", |
|
|
|
] |
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "base64" |
|
|
|
version = "0.13.0" |
|
|
|
name = "base64ct" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
|
|
|
checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bcrypt-pbkdf" |
|
|
@ -172,38 +112,16 @@ dependencies = [ |
|
|
|
"zeroize", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bindgen" |
|
|
|
version = "0.48.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9d3d411fd93fd296e613bdac1d16755a6a922a4738e1c8f6a5e13542c905f3ca" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"cexpr", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"clang-sys", |
|
|
|
"clap", |
|
|
|
"env_logger", |
|
|
|
"hashbrown", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"peeking_take_while", |
|
|
|
"proc-macro2 0.4.30", |
|
|
|
"quote 0.6.13", |
|
|
|
"regex", |
|
|
|
"which", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitbottle" |
|
|
|
version = "0.9.1" |
|
|
|
dependencies = [ |
|
|
|
"aes", |
|
|
|
"aes-gcm", |
|
|
|
"argonautica", |
|
|
|
"base64 0.13.0", |
|
|
|
"argon2", |
|
|
|
"base64", |
|
|
|
"bcrypt-pbkdf", |
|
|
|
"blake2", |
|
|
|
"blake2 0.9.2", |
|
|
|
"blake3", |
|
|
|
"chacha20 0.7.3", |
|
|
|
"chacha20poly1305", |
|
|
@ -242,6 +160,15 @@ dependencies = [ |
|
|
|
"opaque-debug", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "blake2" |
|
|
|
version = "0.10.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b94ba84325db59637ffc528bbe8c7f86c02c57cff5c0e2b9b00f9a851f42f309" |
|
|
|
dependencies = [ |
|
|
|
"digest 0.10.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "blake3" |
|
|
|
version = "1.3.0" |
|
|
@ -251,7 +178,7 @@ dependencies = [ |
|
|
|
"arrayref", |
|
|
|
"arrayvec", |
|
|
|
"cc", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"constant_time_eq", |
|
|
|
"digest 0.10.1", |
|
|
|
] |
|
|
@ -296,24 +223,6 @@ name = "cc" |
|
|
|
version = "1.0.72" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" |
|
|
|
dependencies = [ |
|
|
|
"jobserver", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cexpr" |
|
|
|
version = "0.3.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d" |
|
|
|
dependencies = [ |
|
|
|
"nom", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
@ -337,7 +246,7 @@ version = "0.7.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f08493fa7707effc63254c66c6ea908675912493cd67952eda23c09fae2610b1" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"cipher 0.3.0", |
|
|
|
"cpufeatures", |
|
|
|
"zeroize", |
|
|
@ -387,17 +296,6 @@ dependencies = [ |
|
|
|
"generic-array", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clang-sys" |
|
|
|
version = "0.26.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6ef0c1bcf2e99c649104bd7a7012d8f8802684400e03db0ec0af48583c6fa0e4" |
|
|
|
dependencies = [ |
|
|
|
"glob", |
|
|
|
"libc", |
|
|
|
"libloading", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
version = "2.34.0" |
|
|
@ -413,15 +311,6 @@ dependencies = [ |
|
|
|
"vec_map", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cloudabi" |
|
|
|
version = "0.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "constant_time_eq" |
|
|
|
version = "0.1.5" |
|
|
@ -538,63 +427,6 @@ dependencies = [ |
|
|
|
"zeroize", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "env_logger" |
|
|
|
version = "0.6.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
|
|
|
dependencies = [ |
|
|
|
"atty", |
|
|
|
"humantime", |
|
|
|
"log", |
|
|
|
"regex", |
|
|
|
"termcolor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "failure" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
|
|
|
dependencies = [ |
|
|
|
"backtrace", |
|
|
|
"failure_derive", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "failure_derive" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
"quote 1.0.14", |
|
|
|
"syn", |
|
|
|
"synstructure", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-cprng" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.1.31" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-cpupool" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
|
|
|
dependencies = [ |
|
|
|
"futures", |
|
|
|
"num_cpus", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "generic-array" |
|
|
|
version = "0.14.5" |
|
|
@ -602,7 +434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" |
|
|
|
dependencies = [ |
|
|
|
"typenum", |
|
|
|
"version_check 0.9.4", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -611,7 +443,7 @@ version = "0.1.16" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"libc", |
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
|
] |
|
|
@ -622,7 +454,7 @@ version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"libc", |
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
|
|
] |
|
|
@ -637,28 +469,6 @@ dependencies = [ |
|
|
|
"polyval", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "gimli" |
|
|
|
version = "0.26.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "glob" |
|
|
|
version = "0.2.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hashbrown" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" |
|
|
|
dependencies = [ |
|
|
|
"byteorder", |
|
|
|
"scopeguard 0.3.3", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hermit-abi" |
|
|
|
version = "0.1.19" |
|
|
@ -674,24 +484,6 @@ version = "0.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "humantime" |
|
|
|
version = "1.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
|
|
|
dependencies = [ |
|
|
|
"quick-error", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "jobserver" |
|
|
|
version = "0.1.24" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "1.4.0" |
|
|
@ -704,49 +496,13 @@ version = "0.2.112" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libloading" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "log" |
|
|
|
version = "0.4.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memchr" |
|
|
|
version = "2.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniz_oxide" |
|
|
|
version = "0.4.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" |
|
|
|
dependencies = [ |
|
|
|
"adler", |
|
|
|
"autocfg 1.0.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nom" |
|
|
|
version = "4.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
"version_check 0.1.5", |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -755,7 +511,7 @@ version = "0.1.44" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
"autocfg", |
|
|
|
"num-traits", |
|
|
|
] |
|
|
|
|
|
|
@ -765,17 +521,7 @@ version = "0.2.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num_cpus" |
|
|
|
version = "1.13.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi", |
|
|
|
"libc", |
|
|
|
"autocfg", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -794,26 +540,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
"quote 1.0.14", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "object" |
|
|
|
version = "0.27.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "opaque-debug" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "password-hash" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8" |
|
|
|
dependencies = [ |
|
|
|
"base64ct", |
|
|
|
"rand_core 0.6.3", |
|
|
|
"subtle", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pbkdf2" |
|
|
|
version = "0.8.0" |
|
|
@ -823,12 +571,6 @@ dependencies = [ |
|
|
|
"crypto-mac 0.11.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "peeking_take_while" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pkg-config" |
|
|
|
version = "0.3.24" |
|
|
@ -852,7 +594,7 @@ version = "0.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"cpufeatures", |
|
|
|
"opaque-debug", |
|
|
|
"universal-hash", |
|
|
@ -868,37 +610,13 @@ dependencies = [ |
|
|
|
"toml", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "0.4.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid 0.1.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.36" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid 0.2.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quick-error" |
|
|
|
version = "1.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "0.6.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30", |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -907,66 +625,9 @@ version = "1.0.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
version = "0.4.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
|
|
|
dependencies = [ |
|
|
|
"fuchsia-cprng", |
|
|
|
"libc", |
|
|
|
"rand_core 0.3.1", |
|
|
|
"rdrand", |
|
|
|
"winapi", |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
version = "0.6.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7", |
|
|
|
"libc", |
|
|
|
"rand_chacha", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"rand_hc", |
|
|
|
"rand_isaac", |
|
|
|
"rand_jitter", |
|
|
|
"rand_os", |
|
|
|
"rand_pcg", |
|
|
|
"rand_xorshift", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_chacha" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7", |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_core" |
|
|
|
version = "0.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.4.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_core" |
|
|
|
version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_core" |
|
|
|
version = "0.5.1" |
|
|
@ -977,101 +638,10 @@ dependencies = [ |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_hc" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_isaac" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_jitter" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_os" |
|
|
|
version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
|
|
dependencies = [ |
|
|
|
"cloudabi", |
|
|
|
"fuchsia-cprng", |
|
|
|
"libc", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"rdrand", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_pcg" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7", |
|
|
|
"rand_core 0.4.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_xorshift" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rdrand" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
version = "1.5.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick", |
|
|
|
"memchr", |
|
|
|
"regex-syntax", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex-syntax" |
|
|
|
version = "0.6.25" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "remove_dir_all" |
|
|
|
version = "0.5.3" |
|
|
|
name = "rand_core" |
|
|
|
version = "0.6.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
|
|
dependencies = [ |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rpassword" |
|
|
@ -1092,12 +662,6 @@ dependencies = [ |
|
|
|
"pkg-config", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustc-demangle" |
|
|
|
version = "0.1.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustc_version" |
|
|
|
version = "0.4.0" |
|
|
@ -1116,18 +680,6 @@ dependencies = [ |
|
|
|
"cipher 0.2.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "semver" |
|
|
|
version = "1.0.4" |
|
|
@ -1147,7 +699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" |
|
|
|
dependencies = [ |
|
|
|
"block-buffer 0.9.0", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if", |
|
|
|
"cpufeatures", |
|
|
|
"digest 0.9.0", |
|
|
|
"opaque-debug", |
|
|
@ -1177,9 +729,9 @@ version = "1.0.85" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
"quote 1.0.14", |
|
|
|
"unicode-xid 0.2.2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1188,20 +740,10 @@ version = "0.12.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
"quote 1.0.14", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"unicode-xid 0.2.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tempdir" |
|
|
|
version = "0.3.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
|
|
|
dependencies = [ |
|
|
|
"rand 0.4.6", |
|
|
|
"remove_dir_all", |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1214,15 +756,6 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "termcolor" |
|
|
|
version = "1.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
|
|
|
dependencies = [ |
|
|
|
"winapi-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "textwrap" |
|
|
|
version = "0.11.0" |
|
|
@ -1247,8 +780,8 @@ version = "1.0.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
"quote 1.0.14", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
@ -1284,12 +817,6 @@ version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.2.2" |
|
|
@ -1322,12 +849,6 @@ version = "0.8.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.9.4" |
|
|
@ -1346,16 +867,6 @@ version = "0.10.0+wasi-snapshot-preview1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "which" |
|
|
|
version = "2.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164" |
|
|
|
dependencies = [ |
|
|
|
"failure", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.3.9" |
|
|
@ -1372,15 +883,6 @@ 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" |
|
|
@ -1402,8 +904,8 @@ version = "1.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "65f1a51723ec88c66d5d1fe80c841f17f63587d6691901d66be9bec6c3b51f73" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.36", |
|
|
|
"quote 1.0.14", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"synstructure", |
|
|
|
] |
|
|
|