onionpack 1.0.0

Unpack your structs into DTOs, Entities and Schemas.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing"]
version = "2.0"

[[example]]
name = "expand_derives"
path = "examples/expand_derives.rs"

[[example]]
name = "expand_fields"
path = "examples/expand_fields.rs"

[[example]]
name = "full"
path = "examples/full.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Unpack your structs into DTOs, Entities and Schemas."
edition = "2021"
exclude = [".gitignore"]
keywords = ["derive", "macros", "proc-macro"]
license = "MIT"
name = "onionpack"
readme = "README.md"
repository = "https://github.com/h4-h/onionpack"
version = "1.0.0"