[package] name = "reth-rpc-types-compat" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true description = "Compatibility layer for reth-primitives and ethereum RPC types" [lints] workspace = true [dependencies] reth-primitives.workspace = true reth-rpc-types.workspace = true reth-trie-common.workspace = true alloy-rlp.workspace = true alloy-rpc-types.workspace = true [dev-dependencies] serde_json.workspace = true [features] optimism = ["reth-primitives/optimism"]