[package] name = "aquatic_toml_config_derive" version = "0.2.0" authors = ["Joakim FrostegÄrd "] edition = "2021" license = "Apache-2.0" description = "Serialize toml with comments" repository = "https://github.com/greatest-ape/aquatic" exclude = ["target"] keywords = ["toml"] readme = "../README.md" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = "1"