1 | [package] |
2 | name = "windows-numerics" |
3 | version = "0.2.0" |
4 | edition = "2021" |
5 | rust-version = "1.74" |
6 | license = "MIT OR Apache-2.0" |
7 | description = "Windows numeric types" |
8 | repository = "https://github.com/microsoft/windows-rs" |
9 | readme = "readme.md" |
10 | |
11 | [dependencies] |
12 | windows-core = { workspace = true } |
13 | windows-link = { workspace = true } |
14 | |
15 | [features] |
16 | default = ["std" ] |
17 | std = [] |
18 | |
19 | [lints] |
20 | workspace = true |
21 | |
22 | [package.metadata.docs.rs] |
23 | default-target = "x86_64-pc-windows-msvc" |
24 | targets = [] |
25 | |