[package] name = "uiautomation_derive" version = "0.3.10" edition = "2021" license = "Apache-2.0" authors = ["Steven Lee "] description = "UI Automation Derive" repository = "https://github.com/leexgone/uiautomation-rs" homepage = "https://github.com/leexgone" readme = "README.md" categories = ["development-tools::procedural-macro-helpers", "os::windows-apis"] [lib] proc-macro = true [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"] [dependencies] syn = { version = "2.0.85", features = ["full"] } quote = "1.0.37" proc-macro2 = "1.0.86"