[package] name = "winrt_gen_macros" version = "0.7.2" authors = ["Microsoft"] edition = "2018" license = "MIT" description = "Macro helpers for the winrt_gen crate" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"