[package] name = "structured-map" version = "0.1.5" edition = "2021" authors = ["Omar Abdulla "] readme = "README.md" description = "A crate for generating structured maps with a set of known keys." repository = "https://github.com/0xOmarA/structured-map" license = "MIT OR Apache-2.0" [dependencies] heck = { version = "0.5.0" } syn = { version = "2.0.87", features = ["full"] } quote = { version = "1.0.37" } proc-macro2 = { version = "1.0.89" } indoc = "2.0.5" [lib] proc-macro = true