[package] name = "structs-from-excel" version = "0.2.2" edition = "2021" description = "crate that adds a procedural macro that unravels structs via a given, purpose-formatted Excel spreadsheet" heompage = "https://github.com/IoIxD/structs-from-excel" repository = "https://github.com/IoIxD/structs-from-excel" license = "ISC" license-file = "LICENSE.md" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] calamine = "0.19.1" [lib] proc-macro = true