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