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

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.

hex asmtools?