ad-acl 0.1.0

Active Directory ACL semantics: turn a security descriptor into the concrete control primitives it grants (DCSync, Shadow Credentials, RBCD, WriteSPN, ReadGMSAPassword, …).
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 = "ad-acl"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Active Directory ACL semantics: turn a security descriptor into the concrete control primitives it grants (DCSync, Shadow Credentials, RBCD, WriteSPN, ReadGMSAPassword, …)."
documentation = "https://docs.rs/ad-acl"
readme = "README.md"
keywords = [
    "active-directory",
    "acl",
    "security",
    "ldap",
    "windows",
]
categories = [
    "parser-implementations",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/icedracon/ad-acl"

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

[features]
default = []
serde = ["dep:serde"]

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

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

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.windows-sddl]
version = "0.1.1"