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 default-features = false somewhere in the dependency tree.

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.

ripemd host-functions
sha2 host-functions
sha3 host-functions