# 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" name = "check_elevation" version = "0.2.4" authors = ["h4rl"] exclude = [ "tests/**", ".gitignore", ] description = "Check if the current process is elevated. A successor to the `is_elevated` crate. Now no_std!" homepage = "https://github.com/h4rldev/check_elevation" readme = "README.md" keywords = [ "windows", "winapi", "UAC", "elevate", "administrator", ] categories = [ "development-tools", "os::windows-apis", "os", "authentication", "no-std", ] license = "BSD-2-Clause" repository = "https://github.com/h4rldev/check_elevation" [dependencies.windows] version = "0.51.1" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", ] default-features = false