ghosthound 0.1.2

GhostHound CLI: Orchestrates AD Tombstone discovery and OpenGraph generation
# 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 = "ghosthound"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GhostHound CLI: Orchestrates AD Tombstone discovery and OpenGraph generation"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/JVBotelho/ghosthound"
resolver = "2"

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

[dependencies.ad-tombstone]
version = "0.1.2"

[dependencies.bloodhound-opengraph]
version = "0.1.2"

[dependencies.clap]
version = "4.6.2"
features = [
    "derive",
    "env",
]

[dependencies.ldap3]
version = "0.12.1"

[dependencies.native-tls]
version = "0.2"
features = ["vendored"]

[dependencies.rpassword]
version = "7.4"

[dependencies.serde_json]
version = "1.0.150"

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

[dependencies.zeroize]
version = "1.8"