[package] name = "windows-core-macros" version = "0.0.0" authors = ["Microsoft"] edition = "2021" rust-version = "1.64" license = "MIT OR Apache-2.0" description = "Procedural macros used by the windows-core crate" repository = "https://github.com/microsoft/windows-rs" [lints] workspace = true [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [lib] proc-macro = true [dependencies] syn = { version = "2.0", default-features = false, features = ["parsing", "proc-macro", "printing", "full", "derive"] } quote = "1.0" proc-macro2 = "1.0"