Cargo Features
[dependencies]
scrypt = { version = "0.12.0-pre.2", default-features = false, features = ["std", "simple"] }
- default = simple, std
-
These default features are set whenever
scrypt
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of password-hash
optional dependencies
- simple default = password-hash
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.