Cargo Features
[dependencies]
ethereumvm-stateful = { version = "0.11.0", default-features = false, features = ["c-secp256k1", "rust-secp256k1"] }
- default = rust-secp256k1
-
The
rust-secp256k1
feature is set by default wheneverethereumvm-stateful
is added without
somewhere in the dependency tree.default-features = false - c-secp256k1
-
Enables c-secp256k1 of ethereum-block and ethereumvm
- rust-secp256k1 default
-
Enables rust-secp256k1 of ethereum-block, libsecp256k1 of ethereumvm
ethereumvm-stateful has 3 features without comments.