# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65.0" name = "winver" version = "1.0.0" authors = ["rhysd "] include = [ "/src", "/LICENSE", "/README.md", ] description = """ winver is a tiny crate to detect real OS version on Windows depending on windows crate only. There are several ways to get Windows OS version and each of them has its pitfall. This crate provides API to get the version more easily and safely avoiding the pitfalls. """ homepage = "https://github.com/rhysd/winver#readme" documentation = "https://docs.rs/winver/latest/winver/" readme = "README.md" keywords = [ "windows", "os", "version", ] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/rhysd/winver" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [dependencies.windows] version = "0.48.0" features = [ "Win32_System_LibraryLoader", "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_SystemInformation", "Win32_System_Com", "Win32_Security", "Win32_System_Wmi", "Win32_System_Rpc", "Win32_System_Ole", ] default-features = false