[package]
name = "is_sudo"
version = "0.0.2"
authors = ["Spa5k"]
edition = "2021"
keywords = ["windows", "unix", "sudo", "administrator", "root"]
license = "MIT"
description = "Checks whether the process is running as root/sudo/admin permission in Windows and Unix systems"
homepage = "https://github.com/spa5k/is_sudo"
repository = "https://github.com/spa5k/is_sudo"
[dependencies]
libc = "0.2.183"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"
features = ["handleapi", "processthreadsapi", "winnt", "securitybaseapi", "impl-default"]