Cargo Features
[dependencies]
cmpa = { version = "0.1.0", default-features = false, features = ["enable_arch_math_asm", "zeroize"] }
- default = enable_arch_math_asm, zeroize
-
These default features are set whenever
cmpa
is added without
somewhere in the dependency tree.default-features = false - enable_arch_math_asm default
- zeroize default
-
Enables zeroize
cmpa has 3 features without comments.