Cargo Features
[dependencies]
win-crypto-ng = { version = "0.5.1", default-features = false, features = ["rand", "block-cipher", "zeroize"] }
- default = zeroize
-
The
zeroize
feature is set by default wheneverwin-crypto-ng
is added without
somewhere in the dependency tree.default-features = false - rand = rand_core
- block-cipher = cipher
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.
- zeroize default
- rand_core rand?
- cipher block-cipher?