rust/test-cargo-miri/Cargo.lock

126 lines
3.1 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"
2020-02-23 15:44:16 -06:00
version = "1.3.4"
2018-06-03 05:13:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
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 = [
"byteorder",
"num_cpus",
"rand",
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"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-08-06 05:50:22 -05:00
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "getrandom"
2020-02-23 15:44:16 -06:00
version = "0.1.14"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2019-02-07 06:00:42 -06:00
dependencies = [
"cfg-if",
"libc",
"wasi",
2019-02-07 06:00:42 -06:00
]
[[package]]
name = "hermit-abi"
2020-04-10 03:28:23 -05:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
dependencies = [
"libc",
]
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "libc"
2020-04-10 03:28:23 -05:00
version = "0.2.68"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
2019-02-07 06:00:42 -06:00
2019-06-29 06:33:47 -05:00
[[package]]
name = "num_cpus"
2020-02-23 15:44:16 -06:00
version = "1.12.0"
2019-06-29 06:33:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
2019-06-29 06:33:47 -05:00
dependencies = [
"hermit-abi",
"libc",
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"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand"
2020-02-23 15:44:16 -06:00
version = "0.7.3"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-02-07 06:00:42 -06:00
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
2019-02-07 06:00:42 -06:00
]
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand_chacha"
2020-04-10 03:28:23 -05:00
version = "0.2.2"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-02-07 06:00:42 -06:00
dependencies = [
"ppv-lite86",
"rand_core",
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"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-02-07 06:00:42 -06:00
dependencies = [
"getrandom",
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"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-02-07 06:00:42 -06:00
dependencies = [
"rand_core",
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"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-02-07 06:00:42 -06:00
dependencies = [
"rand_core",
2019-02-07 06:00:42 -06:00
]
[[package]]
name = "subcrate"
version = "0.1.0"
2019-08-26 12:38:47 -05:00
[[package]]
name = "wasi"
2020-02-23 15:44:16 -06:00
version = "0.9.0+wasi-snapshot-preview1"
2019-08-26 12:38:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"