2020-05-21 07:18:18 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.1"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.12.3"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-miri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"directories",
|
|
|
|
"rustc-workspace-hack",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"vergen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.4.15"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2020-09-18 05:17:09 -05:00
|
|
|
version = "3.0.1"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-18 05:17:09 -05:00
|
|
|
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.3.5"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.1.15"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-09-17 13:08:18 -05:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-05-21 07:18:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.4.6"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.2.77"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.1.43"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.2.12"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.21"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.7"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.1.57"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.3.5"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.8.2"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-workspace-hack"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
2020-09-06 12:28:58 -05:00
|
|
|
"semver",
|
2020-05-21 07:18:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.5"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-08-21 03:37:56 -05:00
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.116"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.116"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.57"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.41"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.1.44"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-09-17 13:08:18 -05:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-05-21 07:18:18 -05:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.2.1"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-09-17 13:08:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.3.9"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-21 07:18:18 -05:00
|
|
|
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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|