alloy-network-primitives 0.5.4

Primitive types for Alloy network abstraction
Documentation
[package]
name = "alloy-network-primitives"
description = "Primitive types for Alloy network abstraction"

version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
exclude.workspace = true

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

[lints]
workspace = true

[dependencies]
alloy-primitives.workspace = true
alloy-serde.workspace = true
alloy-eips.workspace = true
alloy-consensus = { workspace = true, features = ["serde"] }

serde.workspace = true

[dev-dependencies]
rand.workspace = true

[features]
default = ["std"]
std = ["alloy-primitives/std"]