[package] name = "windows-version" version = "0.1.1" authors = ["Microsoft"] edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0" description = "Windows version information" 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" [dev-dependencies.windows-bindgen] version = "0.56.0" path = "../bindgen"