windows_users 0.1.0

A crate for managing Windows users and groups.
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "windows_users"
version = "0.1.0"
authors = ["lhenry-dev <lhenry.dev1@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for managing Windows users and groups."
homepage = "https://crates.io/crates/windows_users"
documentation = "https://docs.rs/windows_users/latest/windows_users/"
readme = "README.md"
keywords = [
    "windows",
    "ffi",
    "win32",
    "users",
    "groups",
]
categories = [
    "external-ffi-bindings",
    "os::windows-apis",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/lhenry-dev/windows-users-rs"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = [
    "aarch64-pc-windows-msvc",
    "i686-pc-windows-msvc",
    "x86_64-pc-windows-gnu",
    "x86_64-pc-windows-msvc",
]

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

[[test]]
name = "groups_tests"
path = "tests/groups_tests.rs"

[[test]]
name = "users_list_tests"
path = "tests/users_list_tests.rs"

[[test]]
name = "users_tests"
path = "tests/users_tests.rs"

[dependencies.bitflags]
version = "2.11.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.getset]
version = "0.1.6"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.typed-builder]
version = "0.23.0"

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_System_Com",
    "Win32_NetworkManagement",
    "Win32_NetworkManagement_NetManagement",
    "Win32_Security",
    "Win32_Security_Authorization",
]