Cargo Features
[dependencies]
informalsystems-ics23 = { version = "0.9.0-alpha", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverinformalsystems-ics23
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of anyhow, bytes, hex, prost ^0.11, ripemd160 ^0.9.1, sha2 ^0.9.3, sha3 ^0.9.1, and sp-std ^3.0.0
informalsystems-ics23 has 2 features without comments.