# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nt_version" version = "0.1.3" authors = ["viri "] description = "Queries the major, minor and build version of Windows (NT) efficiently." homepage = "https://github.com/notviri/nt_version" documentation = "https://docs.rs/nt_version/" keywords = ["windows", "nt", "version", "win32", "OS"] categories = ["external-ffi-bindings", "no-std", "os::windows-apis"] license = "Unlicense" repository = "https://github.com/notviri/nt_version" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.winapi] version = "0.3" features = ["libloaderapi"] optional = true [features] default = [] fallback = ["winapi"]