[package] name = "batbox-derive" version = "0.13.0" authors = ["kuviman "] description = "Batteries useful for projects (derive macros)" license = "MIT" homepage = "https://github.com/kuviman/batbox" edition = "2021" [dependencies] syn = { version = "1", features = ["full"] } quote = "1" proc-macro2 = "1" darling = "0.14" [lib] proc-macro = true