ms-lsad 0.1.0

MS-LSAD (Local Security Authority Domain Policy Remote Protocol) client — trusted-domain enumeration + trust-relationship read over the shared LSARPC pipe. Companion crate to ms-lsat (LSA translation). Dual-use: forest / trust audit + offensive trust manipulation for cross-forest golden ticket.
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 = "ms-lsad"
version = "0.1.0"
authors = ["zevs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MS-LSAD (Local Security Authority Domain Policy Remote Protocol) client — trusted-domain enumeration + trust-relationship read over the shared LSARPC pipe. Companion crate to ms-lsat (LSA translation). Dual-use: forest / trust audit + offensive trust manipulation for cross-forest golden ticket."
homepage = "https://github.com/icedracon/ms-lsad"
documentation = "https://docs.rs/ms-lsad"
readme = "README.md"
keywords = [
    "lsad",
    "lsarpc",
    "lsa",
    "active-directory",
    "dcerpc",
]
categories = [
    "network-programming",
    "authentication",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/icedracon/ms-lsad"

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

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

[dependencies.dcerpc]
version = "0.2.3"

[dependencies.ms-lsat]
version = "0.1"

[dependencies.smb2-client]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-util",
]

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