rust/test-cargo-miri/Cargo.lock

240 lines
5.3 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.
2021-04-04 04:09:40 -05:00
version = 3
2018-06-03 05:13:30 -05:00
[[package]]
name = "byteorder"
2021-04-04 04:11:19 -05:00
version = "1.4.3"
2018-06-03 05:13:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-04 04:11:19 -05:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
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",
2021-02-14 09:33:24 -06:00
"cdylib",
2021-04-15 16:19:23 -05:00
"exported_symbol",
2021-02-13 12:39:03 -06:00
"issue_1567",
"issue_1691",
"issue_1705",
"issue_1760",
"issue_rust_86261",
2022-05-21 09:10:08 -05:00
"page_size",
"rand",
"serde_derive",
2019-02-07 06:00:42 -06:00
]
2021-02-14 09:33:24 -06:00
[[package]]
name = "cdylib"
version = "0.1.0"
dependencies = [
"byteorder",
]
2021-04-04 04:09:40 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-04-15 16:19:23 -05:00
[[package]]
name = "exported_symbol"
version = "0.1.0"
dependencies = [
"exported_symbol_dep",
]
[[package]]
name = "exported_symbol_dep"
version = "0.1.0"
2021-04-04 04:09:40 -05:00
[[package]]
name = "getrandom"
2022-06-27 10:16:27 -05:00
version = "0.2.7"
2021-04-04 04:09:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2021-04-04 04:09:40 -05:00
dependencies = [
2021-04-04 04:11:19 -05:00
"cfg-if",
2021-04-04 04:09:40 -05:00
"libc",
2022-07-14 05:03:08 -05:00
"wasi",
2019-02-07 06:00:42 -06:00
]
[[package]]
name = "hermit-abi"
2022-06-27 10:16:27 -05:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2021-02-13 12:39:03 -06:00
[[package]]
name = "issue_1567"
version = "0.1.0"
dependencies = [
"byteorder",
]
[[package]]
name = "issue_1691"
version = "0.1.0"
[[package]]
name = "issue_1705"
version = "0.1.0"
dependencies = [
"byteorder",
]
[[package]]
name = "issue_1760"
version = "0.1.0"
[[package]]
name = "issue_rust_86261"
version = "0.1.0"
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "libc"
2022-06-27 10:16:27 -05:00
version = "0.2.126"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2019-02-07 06:00:42 -06:00
2019-06-29 06:33:47 -05:00
[[package]]
name = "num_cpus"
2022-06-27 10:16:27 -05:00
version = "1.13.1"
2019-06-29 06:33:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-06-29 06:33:47 -05:00
dependencies = [
"hermit-abi",
"libc",
2019-06-29 06:33:47 -05:00
]
2022-05-21 09:10:08 -05:00
[[package]]
name = "page_size"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
dependencies = [
"libc",
"winapi",
]
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "ppv-lite86"
2022-06-27 10:16:27 -05:00
version = "0.2.16"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2019-02-07 06:00:42 -06:00
[[package]]
name = "proc-macro2"
2022-06-27 10:16:27 -05:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
dependencies = [
2022-06-27 10:16:27 -05:00
"unicode-ident",
]
[[package]]
name = "quote"
2022-06-27 10:16:27 -05:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
dependencies = [
"proc-macro2",
]
2019-02-07 06:00:42 -06:00
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand"
2022-06-27 10:16:27 -05:00
version = "0.8.5"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2019-02-07 06:00:42 -06:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2019-02-07 06:00:42 -06:00
]
[[package]]
2019-06-12 11:30:05 -05:00
name = "rand_chacha"
2022-06-27 10:16:27 -05:00
version = "0.3.1"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
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"
2022-06-27 10:16:27 -05:00
version = "0.6.3"
2019-02-07 06:00:42 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2019-02-07 06:00:42 -06:00
dependencies = [
2022-07-14 05:03:08 -05:00
"getrandom",
2019-02-07 06:00:42 -06:00
]
[[package]]
name = "serde_derive"
2022-06-27 10:16:27 -05:00
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "subcrate"
version = "0.1.0"
2020-09-18 05:12:02 -05:00
dependencies = [
"num_cpus",
]
[[package]]
name = "syn"
2022-06-27 10:16:27 -05:00
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
dependencies = [
"proc-macro2",
"quote",
2022-06-27 10:16:27 -05:00
"unicode-ident",
]
[[package]]
2022-06-27 10:16:27 -05:00
name = "unicode-ident"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
2021-04-04 04:09:40 -05:00
[[package]]
name = "wasi"
2022-06-27 10:16:27 -05:00
version = "0.11.0+wasi-snapshot-preview1"
2021-04-04 04:09:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 10:16:27 -05:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-05-21 09:10:08 -05:00
[[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-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"