Cargo Features
[dependencies]
evm_arithmetization = { version = "0.5.1", default-features = false, features = ["asmtools", "polygon_pos", "cdk_erigon", "eth_mainnet"] }
- default = eth_mainnet
-
The
eth_mainnet
feature is set by default wheneverevm_arithmetization
is added without
somewhere in the dependency tree.default-features = false - asmtools = hex
-
Required by the assemble binary
- polygon_pos
- cdk_erigon
-
Affects
all_stark::OPTIONAL_TABLE_INDICES
,evm_arithmetization::poseidon
… - eth_mainnet default
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.