Cargo Features
[dependencies]
nanorand = { version = "0.8.0", default-features = false, features = ["std", "alloc", "entropy", "tls", "wyrand", "pcg64", "chacha", "rdseed", "zeroize", "getrandom"] }
- default = chacha, entropy, pcg64, std, tls, wyrand
-
These default features are set whenever
nanorandis added withoutsomewhere in the dependency tree.default-features = false - std default rdseed? tls = alloc
-
Affects
entropy::backup… - alloc std
-
Affects
nanorand::buffer… - entropy default tls
-
Affects
nanorand::entropy… - tls default = entropy, std, wyrand
-
Affects
nanorand::tls… - wyrand default tls
-
Affects
rand::wyrand… - pcg64 default
-
Affects
rand::pcg64… - chacha default
-
Affects
rand::chacha… - rdseed = std
-
Affects
entropy::rdseed…