[package]
name = "windows-core"
version = "0.56.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.5"
path = "../targets"
[dependencies.windows-result]
version = "0.1.1"
path = "../result"
[dependencies]
windows-implement = { path = "../implement", version = "0.56.0" }
windows-interface = { path = "../interface", version = "0.56.0" }
[dev-dependencies.windows-bindgen]
version = "0.56.0"
path = "../bindgen"