elevator 2.0.0

run programs with elevated privileges on Windows
Documentation
[[bin]]
name = "elevator"
path = "bin/main.rs"

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

[package]
authors = ["Arteii <ben.arteii@proton.me>"]
categories = ["command-line-interface"]
description = "run programs with elevated privileges on Windows"
edition = "2021"
homepage = "https://arteiii.github.io"
include = ["Cargo.toml", "Cargo.lock", "LICENSE-MIT", "src/**/*", "bin/**/*", "build.rs", "manifest.xml"]
keywords = ["windows"]
license = "MIT"
name = "elevator"
readme = "README.md"
repository = "https://github.com/Arteiii/elevator"
version = "2.0.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.154"

[target."cfg(windows)".build-dependencies.winres]
version = "0.1.12"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_UI", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_System_Registry", "Win32_System_Com"]
version = "0.56.0"