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-siv is added without default-features = false somewhere in the dependency tree.

alloc default

Enables alloc of aead

arrayvec

Enables arrayvec of aead

bytes

Enables bytes of aead

getrandom default

Enables getrandom of aead

rand_core

Enables rand_core of aead

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.

aes default

Affects aes-gcm-siv::Aes128GcmSiv, aes-gcm-siv::Aes256GcmSiv

zeroize implicit feature