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