plod_derive 0.3.0

Plod - deriving plain old data
Documentation
[dependencies.proc-macro2]
version = "^1.0"

[dependencies.quote]
version = "^1.0"

[dependencies.syn]
features = ["full"]
version = "^2.0"

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Peck"]
description = "Plod - deriving plain old data"
documentation = "https://docs.rs/plod_derive/"
edition = "2021"
homepage = "https://github.com/peckpeck/plod"
keywords = ["pod", "plod"]
license = "MIT"
name = "plod_derive"
readme = "README.md"
repository = "https://github.com/peckpeck/plod/tree/main/derive"
version = "0.3.0"