[package] name = "alloy-compat" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/alloy-compat" repository = "https://github.com/aatifsyed/alloy-compat" homepage = "https://crates.io/crates/alloy-compat" description = "conversions between `ethereum_types` and `alloy_primitives`" [features] default = ["std"] std = [] [dependencies] alloy-primitives = { version = "0.8.0", default-features = false } ethereum-types = { version = "0.15.1", default-features = false, features = [ "ethbloom", ] } [dev-dependencies] alloy-primitives = { version = "0.8.0", features = ["serde"] } ethereum-types = "0.15.1" serde = "1.0.214" serde_json = "1.0.132"