Cargo Features
[dependencies]
celestia-tendermint = { version = "0.32.3", default-features = false, features = ["std", "clock", "secp256k1", "rust-crypto", "wasm-bindgen"] }
- default = rust-crypto, std
-
These default features are set whenever
celestia-tendermint
is added without
somewhere in the dependency tree.default-features = false - std default = clock
-
Enables eyre_tracer and std of flex-error
- clock std
- secp256k1 = k256, ripemd
-
Affects
default::ecdsa_secp256k1
… - rust-crypto default = ed25519-consensus, sha2
-
Affects
crypto::default
… - wasm-bindgen
-
Enables wasm-bindgen of instant
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.