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

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.