check_elevation 0.2.7

Check if the current process is elevated. A successor to the `is_elevated` crate. Now no_std!
Documentation
# 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.56.1"
name = "check_elevation"
version = "0.2.7"
authors = ["h4rl"]
build = false
exclude = [
    "tests/**",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

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

[dependencies.windows]
version = "0.51.1"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Threading",
]
default-features = false