Cargo Features

[dependencies]
eax = { version = "0.6.0-rc.3", default-features = false, features = ["alloc", "arrayvec", "bytes", "getrandom", "rand_core"] }
default = alloc

The alloc feature is set by default whenever eax 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

Enables getrandom of aead

rand_core

Enables rand_core of aead

Eax has 6 features without comments.