Cargo Features

[dependencies]
xaes-256-gcm = { version = "0.0.1-pre.0", default-features = false, features = ["std", "alloc", "arrayvec", "getrandom", "heapless", "rand_core", "stream"] }
default = alloc, getrandom

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

std = alloc

Enables std of aead, aes-gcm =0.11.0-pre.1, and cipher =0.5.0-pre.6

alloc default std?

Enables alloc of aead and aes-gcm =0.11.0-pre.1

arrayvec

Enables arrayvec of aead and aes-gcm =0.11.0-pre.1

getrandom default = rand_core

Enables getrandom of aead and aes-gcm =0.11.0-pre.1

heapless

Enables heapless of aead and aes-gcm =0.11.0-pre.1

rand_core getrandom

Enables rand_core of aead and aes-gcm =0.11.0-pre.1

stream

Enables stream of aead and aes-gcm =0.11.0-pre.1

XAES-256-GCM has 8 features without comments.