rustilege 0.5.0

Rust library allowing you to recover current privileges under Windows
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 = "2024"
name = "rustilege"
version = "0.5.0"
authors = ["Tina-1300"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library allowing you to recover current privileges under Windows"
readme = "README.md"
keywords = [
    "api",
    "windows",
    "privileges",
    "rustilege",
    "parser",
]
license = "MIT"
repository = "https://github.com/Tina-1300/rustilege"

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

[dependencies]

[target."cfg(unix)".dependencies.nix]
version = "0.30.1"

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Threading",
]