[dependencies.alloy-consensus]
default-features = false
version = "0.6.0"
[dependencies.alloy-eips]
default-features = false
version = "0.6.0"
[dependencies.alloy-primitives]
default-features = false
version = "0.8.11"
[dependencies.alloy-sol-types]
default-features = false
version = "0.8.11"
[dependencies.arbitrary]
features = ["derive", "derive"]
optional = true
version = "1.3"
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0"
[dependencies.serde_repr]
optional = true
version = "0.1"
[dev-dependencies.alloy-primitives]
default-features = false
features = ["rand"]
version = "0.8.11"
[dev-dependencies.arbitrary]
features = ["derive", "derive"]
version = "1.3"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"
[features]
arbitrary = ["std", "dep:arbitrary", "alloy-consensus/arbitrary", "alloy-eips/arbitrary", "alloy-primitives/rand"]
default = ["serde", "std"]
serde = ["dep:serde", "dep:serde_repr", "alloy-primitives/serde", "alloy-eips/serde", "alloy-consensus/serde"]
std = []
[lib]
name = "op_alloy_genesis"
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 = "Optimism genesis types"
edition = "2021"
exclude = ["benches/", "tests/"]
homepage = "https://github.com/alloy-rs/op-alloy"
license = "MIT OR Apache-2.0"
name = "op-alloy-genesis"
readme = "README.md"
repository = "https://github.com/alloy-rs/op-alloy"
rust-version = "1.81"
version = "0.6.2"