Cargo Features
[dependencies]
shabal = { version = "0.5.0", default-features = false, features = ["alloc", "zeroize"] }
- default = alloc
-
The
allocfeature is set by default whenevershabalis added withoutsomewhere in the dependency tree.default-features = false - alloc default
- zeroize
Shabal has 3 features without comments.