[package] name = "strung_derive" version = "0.1.4" edition = "2021" authors = ["Dekirisu "] license = "MIT OR Apache-2.0" description = "proc-macro for strung!" repository = "https://github.com/dekirisu/strung/" keywords = ["string","struct","format","fmt","replace"] categories = ["value-formatting","rust-patterns"] documentation = "https://docs.rs/strung" [lib] proc-macro = true [dependencies] syn = "2.0" quote = "1.0"