safe-sid 0.1.0

Safe borrowed/owned wrappers over a Windows security identifier (SID).
# 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"
name = "safe-sid"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe borrowed/owned wrappers over a Windows security identifier (SID)."
readme = "README.md"
keywords = [
    "windows",
    "security",
    "SID",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "ISC"
repository = "https://github.com/austinwagner/safe-sid-rs"

[features]
default = ["windows-full"]
windows-full = ["dep:windows"]

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

[dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
]
optional = true

[dependencies.windows-core]
version = "0.62"