Cargo Features
[dependencies]
aes256ctr_poly1305aes = { version = "0.2.1", default-features = false, features = ["std", "alloc", "heapless", "stream"] }
- default = alloc
-
The
alloc
feature is set by default wheneveraes256ctr_poly1305aes
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
- heapless
- stream
Aes256CtrPoly1305Aes has 5 features without comments.