ghosthound 0.1.2

GhostHound CLI: Orchestrates AD Tombstone discovery and OpenGraph generation
[package]
license = "MIT OR Apache-2.0"
name = "ghosthound"
version = "0.1.2"
edition = "2024"
description = "GhostHound CLI: Orchestrates AD Tombstone discovery and OpenGraph generation"
repository = "https://github.com/JVBotelho/ghosthound"
readme = "../../README.md"

[dependencies]
ad-tombstone = { version = "0.1.2", path = "../ad-tombstone" }
bloodhound-opengraph = { version = "0.1.2", path = "../bloodhound-opengraph" }
clap = { version = "4.6.2", features = ["derive", "env"] }
ldap3 = "0.12.1"
# Not used directly by our code -- forces ldap3's native-tls backend to statically vendor/build
# OpenSSL from source instead of linking the build host's system libssl/libcrypto. Needed for
# static musl builds (no system OpenSSL for that target) and makes glibc release builds portable
# across distros with mismatched OpenSSL versions too.
native-tls = { version = "0.2", features = ["vendored"] }
rpassword = "7.4"
serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros"] }
zeroize = "1.8"