Cargo Features

[dependencies]
ascon-aead = { version = "0.4.2", default-features = false, features = ["std", "alloc", "heapless", "zeroize"] }
default = alloc, zeroize

These default features are set whenever ascon-aead 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

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.

zeroize default