[package]
edition = "2021"
rust-version = "1.85"
name = "windows-token"
version = "0.2.1"
authors = ["zevs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for Windows access tokens, privileges, duplication, and scoped impersonation, built on win32-min."
homepage = "https://github.com/icedracon/windows-token"
documentation = "https://docs.rs/windows-token"
readme = "README.md"
keywords = [
"windows",
"access-token",
"impersonation",
"privilege",
"security",
]
categories = [
"os::windows-apis",
"authentication",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/icedracon/windows-token"
[lib]
name = "windows_token"
path = "src/lib.rs"
[[test]]
name = "sid"
path = "tests/sid.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[target."cfg(windows)".dependencies.thiserror]
version = "2"
[target."cfg(windows)".dependencies.win32-min]
version = "0.1.2"
features = ["security-token"]