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