Cargo Features

[dependencies]
aes-ccm = { version = "0.5.0", default-features = false, features = ["alloc", "heapless", "aes"] }
default = aes, alloc

These default features are set whenever aes-ccm is added without default-features = false somewhere in the dependency tree.

alloc default

Enables alloc of aead ^0.3

heapless

Enables heapless of aead ^0.3

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

Enables aes ^0.4.0

Affects ccm::Aes128Ccm, ccm::Aes256Ccm