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