Cargo Features

[dependencies]
lockstitch = { version = "0.25.2", default-features = false, features = ["std", "portable", "docs", "zeroize"] }
default = std, zeroize

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

std default

Affects lockstitch::MixWriter

portable = aes
docs

Affects lockstitch::design, lockstitch::perf

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 portable?
zeroize default