Cargo Features
[dependencies]
chacha20poly1305 = { version = "0.11.0-rc.0", default-features = false, features = ["alloc", "arrayvec", "bytes", "os_rng", "heapless", "rand_core", "reduced-round", "zeroize"] }
- default = alloc, os_rng
-
These default features are set whenever
chacha20poly1305
is added without
somewhere in the dependency tree.default-features = false - alloc default
- arrayvec
- bytes
- os_rng default = rand_core
- heapless
- rand_core os_rng
- reduced-round
-
Affects
chacha20poly1305::ChaCha8Poly1305
,chacha20poly1305::ChaCha12Poly1305
,chacha20poly1305::XChaCha8Poly1305
,chacha20poly1305::XChaCha12Poly1305
… - zeroize