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
somewhere in the dependency tree.default-features = false - std default
-
Enables thiserror ^1.0.24
- 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
-
Enables ics23 ^0.11.0
Affects
tree::ics23_impl
…