1[package]
2name = "windows-implement"
3version = "0.60.0"
4authors = ["Microsoft"]
5edition = "2021"
6rust-version = "1.74"
7license = "MIT OR Apache-2.0"
8description = "The implement macro for the windows crate"
9repository = "https://github.com/microsoft/windows-rs"
10
11[dependencies]
12proc-macro2 = { workspace = true }
13quote = { workspace = true }
14syn = { workspace = true, features = ["parsing", "proc-macro", "printing", "full", "clone-impls"] }
15
16[dev-dependencies]
17windows-core = { path = "../core" }
18
19[lints]
20workspace = true
21
22[package.metadata.docs.rs]
23default-target = "x86_64-pc-windows-msvc"
24targets = []
25
26[lib]
27proc-macro = true
28