[package] name = "stringid_macros" version = "0.1.0" edition = "2021" rust-version = "1.56" license = "LGPL-3.0-only" repository = "https://framagit.org/gwenlg/stringid" authors = ["Gwen Lg "] keywords = ["macros", "editor"] description = "Macros implementation for stringid crate." readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["extra-traits", "parsing"] }