Cargo Features
[dependencies]
a8da96aa9ee5ce956b7069f92a4ca762efc75133 = { version = "0.5.1", default-features = false, features = ["scram", "anonymous"] }
- default = anonymous, scram
-
These default features are set whenever
a8da96aa9ee5ce956b7069f92a4ca762efc75133
is added without
somewhere in the dependency tree.default-features = false - scram default = base64, getrandom, hmac, pbkdf2, sha-1, sha2
-
Affects
common::scram
… - anonymous default = getrandom
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.