Cargo Features
[dependencies]
pallet-evm-precompile-modexp = { version = "1.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverpallet-evm-precompile-modexp
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of evm ^0.25.0, fp-evm ^1.0.0, num ^0.3, sp-core ^3.0.0, and sp-io ^3.0.0
pallet-evm-precompile-modexp has 2 features without comments.