windows-token 0.2.1

Safe Rust wrappers for Windows access tokens, privileges, duplication, and scoped impersonation, built on win32-min.
# 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 = "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"]