Cargo Features

[dependencies]
bloock-smt = { version = "0.1.0", default-features = false, features = ["blake2b", "h256", "h128", "kv_hashmap", "kv_rocks"] }
default = blake2b, h256, kv_rocks

These default features are set whenever bloock-smt is added without default-features = false somewhere in the dependency tree.

blake2b default

Enables bloock-merge

h256 default

Enables bloock-types

h128

Enables bloock-types

kv_hashmap

Enables bloock-storage

kv_rocks default

Enables bloock-storage

bloock-smt has 6 features without comments.