Cargo Features

[dependencies]
informalsystems-ics23 = { version = "0.9.0-alpha", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever informalsystems-ics23 is added without default-features = false somewhere in the dependency tree.

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.