Documentation
[[bin]]
name = "is-admin"
path = "src/main.rs"

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

[package]
authors = ["ahaoboy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "is-admin"
edition = "2021"
homepage = "https://github.com/ahaoboy/is-admin"
license = "MIT"
name = "is-admin"
readme = false
repository = "https://github.com/ahaoboy/is-admin"
resolver = "2"
version = "0.1.0"

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

[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "handleapi", "processthreadsapi", "securitybaseapi"]
version = "^0.3"