Cargo Features

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

The rand_core feature is set by default whenever aead is added without default-features = false somewhere in the dependency tree.

alloc dev?

Affects aead::Aead

dev = alloc, blobby

Affects aead::dev

getrandom

Enables getrandom of crypto-common

rand_core default

Enables rand_core of crypto-common

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.

arrayvec implicit feature

Enables arrayvec

optional dependencies

blobby dev?
bytes implicit feature

Enables bytes

bytes:

Types and traits for working with bytes