Cargo Features

[dependencies]
aes256ctr_poly1305aes = { version = "0.2.0", default-features = false, features = ["std", "alloc", "heapless", "stream"] }
default = alloc

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

std = alloc

Enables std of aead

alloc default std?

Enables alloc of aead

heapless

Enables heapless of aead

stream

Enables stream of aead

Aes256CtrPoly1305Aes has 5 features without comments.