op-alloy 0.9.2

Connect applications to the OP Stack
Documentation
[dependencies.op-alloy-consensus]
default-features = false
optional = true
version = "0.9.2"

[dependencies.op-alloy-genesis]
default-features = false
optional = true
version = "0.9.2"

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

[dependencies.op-alloy-protocol]
default-features = false
optional = true
version = "0.9.2"

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

[dependencies.op-alloy-registry]
default-features = false
optional = true
version = "0.9.2"

[dependencies.op-alloy-rpc-jsonrpsee]
default-features = false
optional = true
version = "0.9.2"

[dependencies.op-alloy-rpc-types]
default-features = false
optional = true
version = "0.9.2"

[dependencies.op-alloy-rpc-types-engine]
default-features = false
optional = true
version = "0.9.2"

[features]
arbitrary = ["op-alloy-consensus?/arbitrary", "op-alloy-genesis?/arbitrary", "op-alloy-protocol?/arbitrary", "op-alloy-rpc-types?/arbitrary", "op-alloy-rpc-types-engine?/arbitrary"]
consensus = ["dep:op-alloy-consensus"]
default = ["std", "k256", "serde"]
full = ["consensus", "genesis", "provider", "registry", "network", "protocol", "rpc-types", "rpc-types-engine", "rpc-jsonrpsee"]
genesis = ["dep:op-alloy-genesis"]
k256 = ["op-alloy-consensus?/k256"]
network = ["dep:op-alloy-network"]
protocol = ["dep:op-alloy-protocol"]
provider = ["dep:op-alloy-provider"]
registry = ["dep:op-alloy-registry"]
rpc-jsonrpsee = ["dep:op-alloy-rpc-jsonrpsee"]
rpc-types = ["dep:op-alloy-rpc-types"]
rpc-types-engine = ["dep:op-alloy-rpc-types-engine"]
serde = ["op-alloy-consensus?/serde", "op-alloy-genesis?/serde", "op-alloy-protocol?/serde", "op-alloy-rpc-types-engine?/serde"]
std = ["op-alloy-consensus?/std", "op-alloy-genesis?/std", "op-alloy-protocol?/std", "op-alloy-registry?/std", "op-alloy-rpc-types?/std", "op-alloy-rpc-types-engine?/std"]

[lib]
name = "op_alloy"
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 = "Connect applications to the OP Stack"
edition = "2021"
exclude = ["benches/", "tests/"]
homepage = "https://github.com/alloy-rs/op-alloy"
license = "MIT OR Apache-2.0"
name = "op-alloy"
readme = "README.md"
repository = "https://github.com/alloy-rs/op-alloy"
rust-version = "1.81"
version = "0.9.2"

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