Cargo Features

[dependencies]
tycho-execution = { version = "0.75.1", default-features = false, features = ["evm", "fork-tests"] }
default = evm

The evm feature is set by default whenever tycho-execution is added without default-features = false somewhere in the dependency tree.

evm default = alloy, alloy-primitives, alloy-sol-types

Affects encoding::evm

Required by the tycho-encode binary

fork-tests

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.

alloy evm

Enables alloy ^0.9.2

alloy-sol-types evm

Enables alloy-sol-types ^0.8.14

alloy-primitives evm

Enables alloy-primitives ^0.8.9