windows-sddl 0.1.1

Pure-Rust, no-FFI parser and builder for Windows self-relative SECURITY_DESCRIPTOR / DACL / ACE blobs (MS-DTYP), plus SID/GUID types and AD extended-right GUIDs.
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 = "2021"
rust-version = "1.74"
name = "windows-sddl"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust, no-FFI parser and builder for Windows self-relative SECURITY_DESCRIPTOR / DACL / ACE blobs (MS-DTYP), plus SID/GUID types and AD extended-right GUIDs."
documentation = "https://docs.rs/windows-sddl"
readme = "README.md"
keywords = [
    "windows",
    "security-descriptor",
    "sddl",
    "acl",
    "sid",
]
categories = [
    "parser-implementations",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/icedracon/windows-sddl"

[badges.maintenance]
status = "actively-developed"

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

[[example]]
name = "parse_sd"
path = "examples/parse_sd.rs"

[dependencies.bitflags]
version = "2"

[dependencies.thiserror]
version = "2"