Cargo Features
[dependencies]
sha-crypt = { version = "0.6.0-rc.2", default-features = false, features = ["getrandom", "rand_core", "password-hash"] }
- default = password-hash
-
The
password-hashfeature is set by default wheneversha-cryptis added withoutsomewhere in the dependency tree.default-features = false - getrandom = password-hash
-
Enables getrandom of password-hash
- rand_core
-
Enables rand_core of password-hash
- password-hash default getrandom? rand_core?
-
Enables mcf, password-hash, and subtle
mcf:
optional dependencies