Cargo Features
[dependencies]
eax = { version = "0.5.0", default-features = false, features = ["std", "alloc", "getrandom", "heapless", "stream"] }
- default = alloc, getrandom
-
These default features are set whenever
eax
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
- getrandom default
- heapless
- stream
EAX has 6 features without comments.