op-alloy-registry 0.9.2

A registry of superchain configs
Documentation
[dependencies.alloy-primitives]
default-features = false
features = ["map"]
version = "0.8.12"

[dependencies.lazy_static]
default-features = false
features = ["spin_no_std"]
version = "1.5.0"

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

[dependencies.serde]
default-features = false
features = ["derive", "alloc", "derive", "alloc"]
version = "1.0"

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

[dev-dependencies.alloy-eips]
default-features = false
version = "0.9.2"

[features]
default = ["std", "map-foldhash"]
map-foldhash = ["alloy-primitives/map-foldhash"]
map-hashbrown = ["alloy-primitives/map-hashbrown"]
std = ["op-alloy-genesis/std", "serde_json/std"]

[lib]
name = "op_alloy_registry"
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 = "A registry of superchain configs"
edition = "2021"
exclude = ["benches/", "tests/"]
homepage = "https://github.com/alloy-rs/op-alloy"
license = "MIT OR Apache-2.0"
name = "op-alloy-registry"
readme = "README.md"
repository = "https://github.com/alloy-rs/op-alloy"
rust-version = "1.81"
version = "0.9.2"