Cargo Features

[dependencies]
celestia-types = { version = "0.2.0", default-features = false, features = ["p2p", "wasm-bindgen", "test-utils"] }
default = p2p

The p2p feature is set by default whenever celestia-types is added without default-features = false somewhere in the dependency tree.

p2p default

Enables libp2p-identity, multiaddr, and serde_repr

Affects celestia-types::p2p

wasm-bindgen

Enables wasm-bindgen of celestia-tendermint

test-utils

Enables ed25519-consensus and rand