Cargo Features

[dependencies]
anychain-kms = { version = "0.1.6", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever anychain-kms is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std

Enables alloc of zeroize

anychain-kms has 3 features without comments.