diego 0.1.0

Pure Rust Active Directory security diagnostic agent. AS-REP Roasting, Kerberoasting, LDAP enumeration, OPSEC-friendly with Claude API analysis and MCP server mode.
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 = "2024"
name = "diego"
version = "0.1.0"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust Active Directory security diagnostic agent. AS-REP Roasting, Kerberoasting, LDAP enumeration, OPSEC-friendly with Claude API analysis and MCP server mode."
homepage = "https://github.com/kent-tokyo/diego"
documentation = "https://github.com/kent-tokyo/diego#readme"
readme = "README.md"
keywords = [
    "kerberos",
    "active-directory",
    "pentesting",
    "ldap",
    "asrep-roasting",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "authentication",
]
license = "MIT"
repository = "https://github.com/kent-tokyo/diego"

[features]
default = []
windows-native = ["dep:windows-sys"]

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

[[bin]]
name = "diego"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.digest]
version = "0.10"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.ldap3]
version = "0.11"

[dependencies.md-5]
version = "0.10"

[dependencies.md4]
version = "0.10"

[dependencies.pnet]
version = "0.34"

[dependencies.rand]
version = "0.8"

[dependencies.rasn]
version = "0.20"

[dependencies.rasn-kerberos]
version = "0.20"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "time",
    "sync",
    "fs",
]

[dependencies.tokio-stream]
version = "0.1"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.48"
features = [
    "Win32_NetworkManagement_NetManagement",
    "Win32_Security",
    "Win32_System_Threading",
]
optional = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true