[package] name = "tdf-derive" version = "0.2.0" description = "Derive macros for working with the tdf crate" keywords.workspace = true edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true readme.workspace = true [dependencies] darling = "0.20" quote = "1" syn = "2" proc-macro2 = "1" [lib] proc-macro = true