[package]
name = "windows-core"
version = "0.54.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.62"
license = "MIT OR Apache-2.0"
description = "Rust for Windows"
repository = "https://github.com/microsoft/windows-rs"
readme = "readme.md"
categories = ["os::windows-apis"]
[lints]
workspace = true
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []
[dependencies.windows-targets]
version = "0.52.3"
path = "../targets"
[dependencies.windows-result]
version = "0.1.0"
path = "../result"
[features]
default = []
implement = []