[dependencies.alloy-primitives]
default-features = false
features = ["serde"]
version = "1.2.0"
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
version = "1.0"
[lib]
name = "alloy_rpc_types_debug"
path = "src/lib.rs"
[lints.clippy]
large-enum-variant = "allow"
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
result-large-err = "allow"
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 = "Ethereum RPC debug types"
edition = "2021"
exclude = ["benches/", "tests/", "testdata/"]
homepage = "https://github.com/alloy-rs/alloy"
license = "MIT OR Apache-2.0"
name = "alloy-rpc-types-debug"
readme = "README.md"
repository = "https://github.com/alloy-rs/alloy"
rust-version = "1.85"
version = "1.0.21"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition", "--show-type-layout"]