Cargo Features

dynhash has no features set by default.

[dependencies]
dynhash = { version = "0.1.0", features = ["doc", "test"] }
doc = sha2, sha3

Affects dynhash::sha3, dynhash::sha2

test = sha2, sha3

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.

sha2 doc? test?

Enables sha2 ^0.8

Affects dynhash::sha2

sha3 doc? test?

Enables sha3 ^0.8

Affects dynhash::sha3