alloy-node-bindings 1.5.2

Ethereum execution-layer client bindings
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 = "2021"
rust-version = "1.88"
name = "alloy-node-bindings"
version = "1.5.2"
authors = ["Alloy Contributors"]
build = false
exclude = [
    "benches/",
    "tests/",
    "testdata/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereum execution-layer client bindings"
homepage = "https://github.com/alloy-rs/alloy"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/alloy-rs/alloy"

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

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

[dependencies.alloy-genesis]
version = "1.5.2"
default-features = false

[dependencies.alloy-hardforks]
version = "0.2.0"

[dependencies.alloy-network]
version = "1.5.2"
default-features = false

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

[dependencies.alloy-signer]
version = "1.5.2"
default-features = false

[dependencies.alloy-signer-local]
version = "1.5.2"
default-features = false

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]
default-features = false

[dependencies.rand]
version = "0.8"

[dependencies.serde_json]
version = "1.0"
features = [
    "alloc",
    "std",
]
default-features = false

[dependencies.tempfile]
version = "3.20"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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