[package]
name = "windows-collections"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
description = "Windows collection types"
repository = "https://github.com/microsoft/windows-rs"
readme = "readme.md"
[lints]
workspace = true
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []
[dependencies.windows-core]
version = "0.60.0"
path = "../core"
default-features = false
[features]
default = ["std"]
std = []
[dev-dependencies]
windows-result = { path = "../result" }
windows-strings = { path = "../strings" }