Cargo Features
[dependencies]
pezsnowbridge-ethereum = { version = "0.3.0", default-features = false, features = ["std", "expensive_tests", "runtime-benchmarks"] }
- default = std
-
The
stdfeature is set by default wheneverpezsnowbridge-ethereumis added withoutsomewhere in the dependency tree.default-features = false - std default = serde, serde-big-array
-
Enables std of alloy-consensus, alloy-core, alloy-primitives, alloy-rlp, parity-scale-codec, ethabi-decode ^2.0.0, ethbloom, ethereum-types ^0.15.1, parity-bytes, pezsp-io, pezsp-runtime, pezsp-std, rlp, and scale-info
- expensive_tests
- runtime-benchmarks
-
Enables runtime-benchmarks of pezsp-io and pezsp-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 std
- serde-big-array std
-
Enables serde-big-array ^0.3.2