Cargo Features

[dependencies]
subhasher = { version = "0.11.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever subhasher is added without default-features = false somewhere in the dependency tree.

std default

Enables std of blake2-rfc, byteorder, sha2, and twox-hash

blake2-rfc:

crates.io