adhammer-sdk 1.5.0

ADHammer Core — the AD audit + offensive toolkit as one importable SDK (re-exports the collector, graph, checks, kerberos, ldap, sysvol, bloodhound, secrets, and report subsystems). The CLI is the `adhammer` binary.
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.88"
name = "adhammer-sdk"
version = "1.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ADHammer Core — the AD audit + offensive toolkit as one importable SDK (re-exports the collector, graph, checks, kerberos, ldap, sysvol, bloodhound, secrets, and report subsystems). The CLI is the `adhammer` binary."
readme = "README.md"
keywords = [
    "active-directory",
    "audit",
    "sdk",
    "pentesting",
    "kerberos",
]
categories = [
    "authentication",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/icedracon/adhammer"

[features]
default = ["tls-rustls"]
gssapi = ["adhammer-collector/gssapi"]
tls-native = ["adhammer-collector/tls-native"]
tls-rustls = ["adhammer-collector/tls-rustls"]

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

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

[dependencies.adhammer-bloodhound]
version = "1.5.0"

[dependencies.adhammer-checks]
version = "1.5.0"

[dependencies.adhammer-collector]
version = "1.5.0"
default-features = false

[dependencies.adhammer-core]
version = "1.5.0"

[dependencies.adhammer-graph]
version = "1.5.0"

[dependencies.adhammer-kerberos]
version = "1.5.0"

[dependencies.adhammer-ldap]
version = "1.5.0"

[dependencies.adhammer-report]
version = "1.5.0"

[dependencies.adhammer-secrets]
version = "1.5.0"

[dependencies.adhammer-sysvol]
version = "1.5.0"

[dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "rt",
    "macros",
]