Cargo Features
[dependencies]
pezsnowbridge-beacon-primitives = { version = "0.2.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
stdfeature is set by default wheneverpezsnowbridge-beacon-primitivesis added withoutsomewhere in the dependency tree.default-features = false - std default = serde
-
Enables std of byte-slice-cast, parity-scale-codec, hex, snowbridge-milagro-bls, pezframe-support, pezsnowbridge-ethereum, pezsp-core, pezsp-io, pezsp-runtime, pezsp-std, rlp, scale-info, and ssz_rs
- runtime-benchmarks
-
Enables runtime-benchmarks of pezframe-support, pezsnowbridge-ethereum, 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.