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