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 whenever pallet-evm is added without default-features = false somewhere in the dependency tree.

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, 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.

serde std
frame-benchmarking runtime-benchmarks? std

Enables frame-benchmarking ^3.0.0