Cargo Features

[dependencies]
trace_decoder = { version = "0.7.0", default-features = false, features = ["eth_mainnet", "cdk_erigon", "polygon_pos"] }
default = eth_mainnet

The eth_mainnet feature is set by default whenever trace_decoder is added without default-features = false somewhere in the dependency tree.

eth_mainnet default

Enables eth_mainnet of evm_arithmetization

cdk_erigon

Enables cdk_erigon of evm_arithmetization

polygon_pos

Enables polygon_pos of evm_arithmetization

trace_decoder has 4 features without comments.