alloy-reth 0.2.0

Types and provider extensions for the reth_ Ethereum JSON-RPC namespace
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.94.1"
name = "alloy-reth"
version = "0.2.0"
build = false
exclude = [
    "benches/",
    "tests/",
    "testdata/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and provider extensions for the reth_ Ethereum JSON-RPC namespace"
homepage = "https://github.com/onbjerg/alloy-reth"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/onbjerg/alloy-reth"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
    "--show-type-layout",
]

[features]
default = [
    "std",
    "provider",
]
provider = [
    "dep:alloy-network",
    "dep:alloy-provider",
    "dep:alloy-transport",
    "dep:async-trait",
]
std = [
    "alloy-primitives/std",
    "alloy-rpc-types-engine/std",
    "alloy-eips/std",
    "serde/std",
    "serde_json/std",
]

[lib]
name = "alloy_reth"
path = "src/lib.rs"

[dependencies.alloy-eips]
version = "2.4.1"
default-features = false

[dependencies.alloy-network]
version = "2.4.1"
optional = true
default-features = false

[dependencies.alloy-primitives]
version = "1.6.0"
features = ["serde"]
default-features = false

[dependencies.alloy-provider]
version = "2.4.1"
optional = true
default-features = false

[dependencies.alloy-rpc-types-engine]
version = "2.4.1"
features = ["serde"]
default-features = false

[dependencies.alloy-transport]
version = "2.4.1"
optional = true
default-features = false

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1"
default-features = false

[dev-dependencies.alloy-json-rpc]
version = "2.4.1"
default-features = false

[dev-dependencies.alloy-rpc-client]
version = "2.4.1"
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tower]
version = "0.5"

[lints.clippy]
all = "warn"
missing-const-for-fn = "warn"
redundant-clone = "warn"
use-self = "warn"

[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unreachable-pub = "warn"
unused-must-use = "deny"

[lints.rustdoc]
all = "warn"