alloy-rlp-derive 0.3.9

Derive macros for alloy-rlp
Documentation
[package]
name = "alloy-rlp-derive"
description = "Derive macros for alloy-rlp"
keywords = ["ethereum", "rlp", "serialization", "macros"]
categories = ["encoding", "cryptography::cryptocurrencies"]
homepage = "https://github.com/alloy-rs/rlp/tree/main/crates/rlp-derive"

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

[lints]
workspace = true

[lib]
proc-macro = true

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

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true