[package] name = "layeredconf-derive" version = "0.2.3" authors = ["Greg \"GothAck\" Miell "] description = "Layered configeration files, deserialized with serde" repository = "https://github.com/GothAck/layeredconf" documentation = "https://docs.rs/layeredconf" categories = ["config", "encoding", "parsing"] readme = "README.md" license = "MIT" edition = "2021" [dependencies] darling = "0.13" syn = "1.0" proc-macro2 = "1.0" quote = "1.0" [dev-dependencies] anyhow = "1.0" clap = "3.0" goldenfile = "1.1" serde = { version = "1.0", features = ["derive"] } [lib] path = "src/lib.rs" proc-macro = true