alloy-node-bindings 0.6.1

Ethereum execution-layer client bindings
Documentation
[dependencies.alloy-genesis]
default-features = false
version = "0.6"

[dependencies.alloy-primitives]
default-features = false
features = ["std", "k256", "serde"]
version = "0.8.11"

[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.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.ci_info]
version = "0.14.14"

[lib]
name = "alloy_node_bindings"
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 = "Ethereum execution-layer client bindings"
edition = "2021"
exclude = ["benches/", "tests/"]
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.79"
version = "0.6.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]