Cargo Features

[dependencies]
jmt = { version = "0.10.0", default-features = false, features = ["std", "mocks", "blake3_tests", "migration", "sha2", "ics23"] }
default = ics23, sha2, std

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

std default

Enables thiserror

mocks

Enables parking_lot

blake3_tests

Enables blake3

migration

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 default
ics23 default

Affects tree::ics23_impl