Cargo Features

tendermint-p2p has no features set by default.

[dependencies]
tendermint-p2p = { version = "0.36.0", features = ["amino"] }
default

These default features are set whenever tendermint-p2p is added without default-features = false somewhere in the dependency tree.

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