Cargo Features

[dependencies]
sha-crypt = { version = "0.6.0-pre.1", default-features = false, features = ["std", "simple"] }
default = simple

The simple feature is set by default whenever sha-crypt is added without default-features = false somewhere in the dependency tree.

std simple
simple default = rand, std, subtle

Affects b64::decode_sha512, b64::decode_sha256, defs::SALT_MAX_LEN, defs::TAB, errors::CheckError, errors::DecodeError, sha-crypt::sha512_simple, sha-crypt::sha256_simple, sha-crypt::sha512_check, sha-crypt::sha256_check

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.

rand simple

Enables rand ^0.8

optional dependencies

subtle simple