[dependencies.alloy-consensus]
default-features = false
version = "0.6"
[dependencies.alloy-eips]
default-features = false
version = "0.6"
[dependencies.alloy-network-primitives]
default-features = false
version = "0.6"
[dependencies.alloy-primitives]
default-features = false
features = ["rlp", "map"]
version = "0.8.11"
[dependencies.alloy-rlp]
default-features = false
features = ["arrayvec", "derive"]
version = "0.3.9"
[dependencies.alloy-serde]
default-features = false
optional = true
version = "0.6"
[dependencies.alloy-sol-types]
default-features = false
version = "0.8.11"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.3"
[dependencies.derive_more]
default-features = false
features = ["display"]
version = "1.0.0"
[dependencies.itertools]
default-features = false
version = "0.13"
[dependencies.jsonrpsee-types]
optional = true
version = "0.24"
[dependencies.serde]
default-features = false
features = ["derive", "alloc", "derive"]
optional = true
version = "1.0"
[dependencies.serde_json]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"
[dev-dependencies.alloy-consensus]
default-features = false
features = ["std", "arbitrary"]
version = "0.6"
[dev-dependencies.alloy-eips]
default-features = false
features = ["arbitrary", "k256"]
version = "0.6"
[dev-dependencies.alloy-primitives]
default-features = false
features = ["rand", "rlp", "serde", "arbitrary"]
version = "0.8.11"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.3"
[dev-dependencies.assert_matches]
version = "1.5"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.similar-asserts]
version = "1.5"
[features]
arbitrary = ["std", "dep:arbitrary", "alloy-primitives/arbitrary", "alloy-serde?/arbitrary", "alloy-eips/arbitrary"]
default = ["std", "serde"]
jsonrpsee-types = ["dep:jsonrpsee-types"]
k256 = ["alloy-consensus/k256", "alloy-eips/k256"]
serde = ["dep:serde", "dep:serde_json", "dep:alloy-serde", "alloy-primitives/serde", "alloy-consensus/serde", "alloy-eips/serde"]
std = ["alloy-primitives/std", "alloy-consensus/std", "alloy-eips/std"]
[lib]
name = "alloy_rpc_types_eth"
path = "src/lib.rs"
[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"
[lints.rustdoc]
all = "warn"
[package]
authors = ["Alloy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Types for the `eth` Ethereum JSON-RPC namespace"
edition = "2021"
exclude = ["benches/", "tests/"]
homepage = "https://github.com/alloy-rs/alloy"
license = "MIT OR Apache-2.0"
name = "alloy-rpc-types-eth"
readme = "README.md"
repository = "https://github.com/alloy-rs/alloy"
rust-version = "1.79"
version = "0.6.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]