Cargo Features

[dependencies]
shabal = { version = "0.5.0", default-features = false, features = ["alloc", "zeroize"] }
default = alloc

The alloc feature is set by default whenever shabal is added without default-features = false somewhere in the dependency tree.

alloc default

Enables alloc of digest

zeroize

Enables zeroize of digest

Shabal has 3 features without comments.