rustilege 0.6.5

Rust library allowing you to recover current privileges under Windows
[package]

name = "rustilege"

version = "0.6.5"

edition = "2024"

authors = ["Tina-1300"]

description = "Rust library allowing you to recover current privileges under Windows"

license = "MIT"

keywords = ["api", "windows", "privileges", "rustilege"]

repository = "https://github.com/Tina-1300/rustilege"

exclude = [".*"]





[dependencies]



[target.'cfg(windows)'.dependencies]

windows = { version = "0.62.2", features = [

    "Win32_Foundation",

    "Win32_Security",

    "Win32_System_Threading"

] }