[package] name = "baker" version = "0.2.0" edition = "2021" authors = ["Paul Volavsek "] license = "MIT" description = "Derive macro for creating intermediate structs." repository = "https://github.com/volllly/baker" documentation = "https://docs.rs/baker/" [dependencies] darling = "0.14" proc-macro2 = "1.0" quote = "1.0" somok = "1.5" syn = "1.0" [lib] name = "baker" path = "src/lib.rs" proc-macro = true [[test]] name = "test" path = "test/tests.rs"