[dependencies.proc-macro2]
version = "1.0.30"
[dependencies.quote]
version = "1.0.10"
[dependencies.syn]
features = ["extra-traits"]
version = "1.0.80"
[lib]
name = "dyn_struct_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Christofer Nolander <christofer.nolander@gmail.com>"]
description = "Derive macros for the `dyn_struct` crate"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "dyn_struct_derive"
repository = "https://github.com/nolanderc/dyn_struct"
version = "0.1.0"