1[package]
2name = "windows-core"
3version = "0.52.0"
4authors = ["Microsoft"]
5edition = "2021"
6rust-version = "1.56"
7license = "MIT OR Apache-2.0"
8description = "Rust for Windows"
9repository = "https://github.com/microsoft/windows-rs"
10readme = "readme.md"
11categories = ["os::windows-apis"]
12
13[package.metadata.docs.rs]
14default-target = "x86_64-pc-windows-msvc"
15targets = []
16
17[dependencies.windows-targets]
18version = "0.52.0"
19path = "../targets"
20
21[features]
22default = []
23implement = []
24