[package] name = "reth-ethereum-engine-primitives" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true [lints] workspace = true [dependencies] # reth reth-chainspec.workspace = true reth-primitives.workspace = true reth-engine-primitives.workspace = true reth-payload-primitives.workspace = true reth-payload-validator.workspace = true # alloy alloy-primitives.workspace = true alloy-eips.workspace = true alloy-rpc-types-engine.workspace = true alloy-rlp.workspace = true # misc serde.workspace = true sha2.workspace = true [dev-dependencies] serde_json.workspace = true [features] default = ["std"] std = [ "reth-chainspec/std", "reth-primitives/std", "alloy-primitives/std", "alloy-eips/std", "alloy-rpc-types-engine/std", "alloy-rlp/std", "serde/std", "sha2/std", "serde_json/std", "reth-engine-primitives/std", ]