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