rust/test-cargo-miri/Cargo.lock

133 lines
5.5 KiB
Plaintext
Raw Normal View History

2019-02-07 06:00:42 -06:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2018-06-03 05:13:30 -05:00
[[package]]
name = "byteorder"
2019-06-12 11:30:05 -05:00
version = "1.3.2"
2018-06-03 05:13:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-06-12 11:30:05 -05:00
[[package]]
name = "c2-chacha"
2019-10-23 03:32:08 -05:00
version = "0.2.3"
2019-06-12 11:30:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-23 03:32:08 -05:00
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-12 11:30:05 -05:00
]
2018-06-03 05:13:30 -05:00
[[package]]
name = "cargo-miri-test"
version = "0.1.0"
2017-06-29 12:59:47 -05:00
dependencies = [
2019-06-12 11:30:05 -05:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-28 11:10:18 -05:00
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 06:00:42 -06:00
]
2019-08-06 05:50:22 -05:00
[[package]]
name = "cfg-if"
2019-09-28 11:10:18 -05:00
version = "0.1.10"
2019-08-06 05:50:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "getrandom"
version = "0.1.13"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-28 11:10:18 -05:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-23 03:32:08 -05:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-28 11:10:18 -05:00
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 06:00:42 -06:00
]
[[package]]
name = "hermit-abi"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "libc"
2019-10-23 03:32:08 -05:00
version = "0.2.65"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-06-29 06:33:47 -05:00
[[package]]
name = "num_cpus"
version = "1.11.1"
2019-06-29 06:33:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-23 03:32:08 -05:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-29 06:33:47 -05:00
]
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "ppv-lite86"
2019-10-23 03:32:08 -05:00
version = "0.2.6"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand"
2019-09-28 11:10:18 -05:00
version = "0.7.2"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-23 03:32:08 -05:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-06 05:50:22 -05:00
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-28 11:10:18 -05:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-12 11:30:05 -05:00
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 06:00:42 -06:00
]
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand_chacha"
2019-08-06 05:50:22 -05:00
version = "0.2.1"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-23 03:32:08 -05:00
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-28 11:10:18 -05:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-06-29 12:59:47 -05:00
]
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand_core"
2019-09-28 11:10:18 -05:00
version = "0.5.1"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 06:00:42 -06:00
]
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand_hc"
version = "0.2.0"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-28 11:10:18 -05:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 06:00:42 -06:00
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-28 11:10:18 -05:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-07 06:00:42 -06:00
]
2019-08-26 12:38:47 -05:00
[[package]]
name = "wasi"
2019-09-28 11:10:18 -05:00
version = "0.7.0"
2019-08-26 12:38:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-06-29 12:59:47 -05:00
[metadata]
2019-06-12 11:30:05 -05:00
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
2019-10-23 03:32:08 -05:00
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
2019-09-28 11:10:18 -05:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
"checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
2019-10-23 03:32:08 -05:00
"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
2019-10-23 03:32:08 -05:00
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-09-28 11:10:18 -05:00
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
2019-08-06 05:50:22 -05:00
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
2019-09-28 11:10:18 -05:00
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-06-12 11:30:05 -05:00
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-09-28 11:10:18 -05:00
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"