[package]
name = "windows-core"
version = "0.61.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
description = "Core type support for COM and Windows"
repository = "https://github.com/microsoft/windows-rs"
readme = "readme.md"
categories = ["os::windows-apis"]
[dependencies]
windows-implement = { workspace = true }
windows-interface = { workspace = true }
windows-link = { workspace = true }
windows-result = { workspace = true }
windows-strings = { workspace = true }
[features]
default = ["std"]
std = ["windows-result/std", "windows-strings/std"]
[lints]
workspace = true
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []