Cargo Features
tendermint-p2p has no features set by default.
[dependencies]
tendermint-p2p = { version = "0.40.0", features = ["amino"] }
- default
-
These default features are set whenever
tendermint-p2p
is added without
somewhere in the dependency tree.default-features = false Enables eyre_tracer and std of flex-error
- amino = prost-derive
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.
- prost-derive amino?
-
Enables prost-derive
optional dependencies