[package] name = "descriptive_toml_macro" version = "0.1.0" edition = "2021" readme = "README.md" repository = "https://github.com/CramBL/descriptive_toml_derive" license = "MIT OR Apache-2.0" keywords = ["procedural-macro", "derive-macro", "toml-macro"] description = "Procedural derive macro for serializing a struct into a TOML template with field descriptions that is easily edited and deserialized." categories = ["rust-patterns", "development-tools"] authors = ["Marc Beck König "] [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] descriptive_toml_derive_macro = { version = "0.1.0", path = "descriptive_toml_derive_macro" }