[package] name = "reth-payload-primitives" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true exclude.workspace = true [lints] workspace = true [dependencies] # reth reth-chainspec.workspace = true reth-errors.workspace = true reth-primitives.workspace = true reth-transaction-pool.workspace = true reth-rpc-types.workspace = true reth-chain-state.workspace = true # async tokio = { workspace = true, features = ["sync"] } # misc thiserror.workspace = true serde.workspace = true