[dependencies.alloy-primitives]
default-features = false
version = "0.8"
[dependencies.alloy-rlp]
default-features = false
features = ["derive"]
optional = true
version = "0.3"
[dependencies.arbitrary]
default-features = false
optional = true
version = "1.3"
[dependencies.num_enum]
default-features = false
version = "0.7"
[dependencies.proptest]
default-features = false
features = ["alloc"]
optional = true
version = "1.5"
[dependencies.schemars]
optional = true
version = "0.8"
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0"
[dependencies.strum]
default-features = false
features = ["derive"]
version = "0.26"
[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"
[features]
arbitrary = ["dep:arbitrary", "dep:proptest", "alloy-primitives/arbitrary"]
default = ["std"]
rlp = ["dep:alloy-rlp", "alloy-primitives/rlp"]
schema = ["std", "dep:schemars"]
serde = ["dep:serde", "alloy-primitives/serde"]
std = ["strum/std", "serde?/std", "alloy-primitives/std"]
[lib]
name = "alloy_chains"
path = "src/lib.rs"
[package]
authors = ["Alloy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "data-structures", "cryptography::cryptocurrencies"]
description = "Canonical type definitions for EIP-155 chains"
edition = "2021"
homepage = "https://github.com/alloy-rs/chains"
keywords = ["ethers", "primitives", "ethereum", "revm", "reth"]
license = "MIT OR Apache-2.0"
name = "alloy-chains"
readme = "README.md"
repository = "https://github.com/alloy-rs/chains"
rust-version = "1.79"
version = "0.1.47"