[package] authors = ["Mathieu Tricoire "] description = "Derive macros for identifier." documentation = "https://docs.rs/identifier/" edition = "2018" homepage = "https://github.com/MathieuTricoire/identifier" license = "MIT OR Apache-2.0" name = "identifier_derive" repository = "https://github.com/MathieuTricoire/identifier" version = "0.1.3" [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0"