Cargo Features
[dependencies]
pallet-evm = { version = "5.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-evm
is added without
somewhere in the dependency tree.default-features = false - std default = serde
-
Enables std of parity-scale-codec ^2.0.0, std and with-serde of evm ^0.27.0, std of evm-gasometer ^0.27.0, evm-runtime ^0.27.0, fp-evm, frame-benchmarking ^3.0.0, frame-support ^3.0.0, frame-system ^3.0.0, hex, log, pallet-balances ^3.0.0, pallet-timestamp ^3.0.0, primitive-types ^0.9.0, rlp ^0.5, sha3 ^0.8, sp-core ^3.0.0, sp-io ^3.0.0, sp-runtime ^3.0.0, and sp-std ^3.0.0
Affects
pallet-evm::GenesisAccount
… - runtime-benchmarks = frame-benchmarking
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.