[package] name = "podstru-derive" version.workspace = true edition.workspace = true authors.workspace = true keywords.workspace = true license-file.workspace = true repository.workspace = true readme.workspace = true description = "Automatically implement getters/setters for a POD-like struct" [lib] name = "podstru_derive" proc-macro = true [dependencies] podstru-internal = { path = "../internal", version = "0.1.1" } syn = { version = "2.0.87", features = ["parsing"] } quote = "1.0" proc-macro2 = "1.0" convert_case = "0.6.0"