Cargo Features
[dependencies]
ethereumvm-network-expanse = { version = "0.11.0", default-features = false, features = ["std", "rlp", "c-secp256k1", "rust-secp256k1"] }
- default = rust-secp256k1, std
-
These default features are set whenever
ethereumvm-network-expanse
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ethereumvm
- rlp
-
Enables rlp of ethereum-bigint
- c-secp256k1
-
Enables c-secp256k1 of ethereumvm, ethereumvm-precompiled-bn128, and ethereumvm-precompiled-modexp
- rust-secp256k1 default
-
Enables rust-secp256k1 of ethereumvm, ethereumvm-precompiled-bn128, and ethereumvm-precompiled-modexp
ethereumvm-network-expanse has 5 features without comments.