Cargo Features

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

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

std default = serde

Enables std of parity-scale-codec, frame-benchmarking, frame-support, frame-system, log, pallet-timestamp, snowbridge-beacon-primitives, scale-info, snowbridge-core, snowbridge-ethereum, snowbridge-pallet-ethereum-client-fixtures, sp-core, sp-io, sp-runtime, and sp-std

try-runtime

Enables try-runtime of frame-support, frame-system, optional pallet-timestamp, and sp-runtime

fuzzing = hex-literal, pallet-timestamp, serde, serde_json, sp-io
runtime-benchmarks = hex-literal

Enables runtime-benchmarks of frame-benchmarking, frame-support, frame-system, optional pallet-timestamp, snowbridge-core, snowbridge-pallet-ethereum-client-fixtures, and sp-runtime

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.

serde fuzzing? std
serde_json fuzzing?
hex-literal fuzzing? runtime-benchmarks?
frame-benchmarking runtime-benchmarks? std
sp-io fuzzing? std
snowbridge-pallet-ethereum-client-fixtures runtime-benchmarks? std
pallet-timestamp fuzzing? std