Created
May 31, 2021 10:43
-
-
Save NickCao/6c4dbc4e15db5da107de6cdb89578375 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically @generated by Cargo. | |
# It is not intended for manual editing. | |
[[package]] | |
name = "autocfg" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | |
[[package]] | |
name = "cfg-if" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
[[package]] | |
name = "getrandom" | |
version = "0.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" | |
dependencies = [ | |
"cfg-if", | |
"libc", | |
"wasi", | |
] | |
[[package]] | |
name = "libc" | |
version = "0.2.95" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" | |
[[package]] | |
name = "pin-project-lite" | |
version = "0.2.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" | |
[[package]] | |
name = "ppv-lite86" | |
version = "0.2.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" | |
[[package]] | |
name = "rand" | |
version = "0.8.3" | |
source = "git+https://github.com/rust-lang-nursery/rand#2732f2d6a8bff48c730d396a79c5c56bf4bcd5ba" | |
dependencies = [ | |
"libc", | |
"rand_chacha", | |
"rand_core", | |
"rand_hc", | |
] | |
[[package]] | |
name = "rand_chacha" | |
version = "0.3.1" | |
source = "git+https://github.com/rust-lang-nursery/rand#2732f2d6a8bff48c730d396a79c5c56bf4bcd5ba" | |
dependencies = [ | |
"ppv-lite86", | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_core" | |
version = "0.6.2" | |
source = "git+https://github.com/rust-lang-nursery/rand#2732f2d6a8bff48c730d396a79c5c56bf4bcd5ba" | |
dependencies = [ | |
"getrandom", | |
] | |
[[package]] | |
name = "rand_hc" | |
version = "0.3.0" | |
source = "git+https://github.com/rust-lang-nursery/rand#2732f2d6a8bff48c730d396a79c5c56bf4bcd5ba" | |
dependencies = [ | |
"rand_core", | |
] | |
[[package]] | |
name = "test" | |
version = "0.1.0" | |
dependencies = [ | |
"rand", | |
"tokio", | |
] | |
[[package]] | |
name = "tokio" | |
version = "1.6.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" | |
dependencies = [ | |
"autocfg", | |
"pin-project-lite", | |
] | |
[[package]] | |
name = "wasi" | |
version = "0.10.2+wasi-snapshot-preview1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment