check_elevation 0.2.5

Check if the current process is elevated. A successor to the `is_elevated` crate. Now no_std!
Documentation
[dependencies.windows]
default-features = false
features = ["Win32_Foundation", "Win32_Security", "Win32_System_Threading"]
version = "0.51.1"

[lib]
name = "check_elevation"
path = "src/lib.rs"

[package]
authors = ["h4rl"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "os::windows-apis", "os", "authentication", "no-std"]
description = "Check if the current process is elevated. A successor to the `is_elevated` crate. Now no_std!"
edition = "2021"
exclude = ["tests/**", ".gitignore"]
homepage = "https://github.com/h4rldev/check_elevation"
keywords = ["windows", "winapi", "UAC", "elevate", "administrator"]
license = "BSD-2-Clause"
name = "check_elevation"
readme = "README.md"
repository = "https://github.com/h4rldev/check_elevation"
version = "0.2.5"