Cargo Features

[dependencies]
chaindev = { version = "0.52.2", default-features = false, features = ["beacon_based", "tendermint_based", "vsdb_prelude"] }
default = beacon_based

The beacon_based feature is set by default whenever chaindev is added without default-features = false somewhere in the dependency tree.

beacon_based default = vsdb_prelude

Affects chaindev::beacon_based

tendermint_based = tendermint, tendermint-config, toml_edit, vsdb_prelude

Affects chaindev::tendermint_based

vsdb_prelude beacon_based tendermint_based?

Enables compress, msgpack_codec and parity_backend of vsdb

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.

tendermint tendermint_based?
tendermint-config tendermint_based?
toml_edit tendermint_based?