Cargo Features

[dependencies]
mkv128-gcm = { version = "0.1.0", default-features = false, features = ["std", "alloc", "arrayvec", "getrandom", "heapless", "rand_core", "stream", "mkv128", "zeroize"] }
default = alloc, getrandom, mkv128

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

std = alloc

Enables std of aead

alloc default std?

Enables alloc of aead

arrayvec

Enables arrayvec of aead

getrandom default = rand_core

Enables getrandom of aead

heapless

Enables heapless of aead

rand_core getrandom

Enables rand_core of aead

stream

Enables stream 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.

mkv128 default

Affects mkv128-gcm::Mkv128128Gcm, mkv128-gcm::Mkv128256Gcm

zeroize implicit feature