[dependencies.alloy-genesis]
default-features = false
version = "1.4.2"
[dependencies.alloy-hardforks]
version = "0.2.0"
[dependencies.alloy-network]
default-features = false
version = "1.4.2"
[dependencies.alloy-primitives]
default-features = false
features = ["std", "k256", "serde"]
version = "1.4.1"
[dependencies.alloy-signer]
default-features = false
version = "1.4.2"
[dependencies.alloy-signer-local]
default-features = false
version = "1.4.2"
[dependencies.k256]
default-features = false
features = ["ecdsa"]
version = "0.13"
[dependencies.rand]
version = "0.8"
[dependencies.serde_json]
default-features = false
features = ["alloc", "std"]
version = "1.0"
[dependencies.tempfile]
version = "3.20"
[dependencies.thiserror]
default-features = false
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dev-dependencies.ci_info]
version = "0.14.14"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[lib]
name = "alloy_node_bindings"
path = "src/lib.rs"
[lints.clippy]
large-enum-variant = "allow"
missing-const-for-fn = "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 execution-layer client bindings"
edition = "2021"
exclude = ["benches/", "tests/", "testdata/"]
homepage = "https://github.com/alloy-rs/alloy"
license = "MIT OR Apache-2.0"
name = "alloy-node-bindings"
readme = "README.md"
repository = "https://github.com/alloy-rs/alloy"
rust-version = "1.88"
version = "1.4.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition", "--show-type-layout"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"