[dependencies.thiserror]
version = "^2.0.17"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "spawn"
path = "examples/spawn.rs"
[lib]
name = "privesc"
path = "src/lib.rs"
[package]
authors = ["Jakub KubĂk <jakub.kubik.it@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "authentication"]
description = "Small utility library for multi-platform privilege escalation"
edition = "2024"
keywords = ["privilege", "escalation", "sudo", "uac", "admin"]
license = "MIT"
name = "privesc"
readme = "README.md"
repository = "https://github.com/quincy-rs/privesc"
version = "1.2.0"
[target.'cfg(target_os = "linux")'.dependencies.which]
version = "^8.0.0"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_System_Registry"]
version = "^0.62.0"