Cargo Features
[dependencies]
snowbridge-pallet-ethereum-client = { version = "0.10.0", default-features = false, features = ["std", "try-runtime", "fuzzing", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-pallet-ethereum-client
is added without
somewhere in the dependency tree.default-features = false - std default = serde
-
Enables std of parity-scale-codec, frame-benchmarking, frame-support, frame-system, log, pallet-timestamp, scale-info, snowbridge-beacon-primitives, 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.