Cargo Features

[dependencies]
snowbridge-pallet-ethereum-client-fixtures = { version = "0.13.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever snowbridge-pallet-ethereum-client-fixtures is added without default-features = false somewhere in the dependency tree.

std default

Enables std of snowbridge-beacon-primitives, snowbridge-core, sp-core, and sp-std

runtime-benchmarks

Enables runtime-benchmarks of snowbridge-core

snowbridge-pallet-ethereum-client-fixtures has 3 features without comments.