Cargo Features
[dependencies]
ics23-blake3 = { version = "0.9.1", default-features = false, features = ["std", "host-functions"] }
- default = host-functions, std
-
These default features are set whenever
ics23-blake3
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of anyhow, bytes, hex, and prost ^0.11
- host-functions default = ripemd, 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.