Cargo Features

[dependencies]
cita-merklehash = { version = "0.2.0", default-features = false, features = ["sha3hash", "blake2bhash", "sm3hash"] }
default = sm3hash

The sm3hash feature is set by default whenever cita-merklehash is added without default-features = false somewhere in the dependency tree.

sha3hash

Enables sha3hash of cita-hashable

blake2bhash

Enables blake2bhash of cita-hashable

sm3hash default

Enables sm3hash of cita-hashable

cita-merklehash has 4 features without comments.