Cargo Features
[dependencies]
aes-gcm-siv = { version = "0.12.0-rc.2", default-features = false, features = ["alloc", "arrayvec", "bytes", "getrandom", "rand_core", "aes", "zeroize"] }
- default = aes, alloc, getrandom
-
These default features are set whenever
aes-gcm-sivis added withoutsomewhere in the dependency tree.default-features = false - alloc default
- arrayvec
- bytes
- getrandom default
- rand_core
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.