Cargo Features

scoop-hash has no features set by default.

[dependencies]
scoop-hash = { version = "0.1.0-beta.3", features = ["rustcrypto"] }
rustcrypto = md-5, sha1, sha2

The "rustcrypto" feature enables hash implementations from RustCrypto's crates.

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.

md-5 rustcrypto?
sha1 rustcrypto?
sha2 rustcrypto?