windows-elevate 0.1.0

windows-elevate is a Windows-only library which provides utility functions to help elevating process permissions.
Documentation
[dependencies.windows]
features = ["Win32_System_Registry", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_UI_Shell_Common", "Win32_Foundation", "Win32_Security"]
version = "0.58.0"

[dependencies.windows-result]
version = "0.2.0"

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

[package]
authors = ["NenX"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "windows-elevate is a Windows-only library which provides utility functions to help elevating process permissions."
edition = "2021"
homepage = "https://github.com/NenX/windows-elevate"
keywords = ["windows", "sudo", "UAC", "elevate", "administrator"]
license = "MIT"
name = "windows-elevate"
readme = "README.md"
repository = "https://github.com/NenX/windows-elevate"
version = "0.1.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"