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 whenever win-crypto-ng is added without default-features = false somewhere in the dependency tree.

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?