# 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 = "2018" name = "rusthound" version = "1.1.69" authors = ["g0h4n "] description = "Active Directory data collector for Bloodhound written in rust." homepage = "https://github.com/OPENCYBER-FR/RustHound" documentation = "https://docs.rs/rusthound/" readme = "README.md" keywords = [ "bloodhound", "pentest", "ldap", "tokio", "async", ] license = "MIT" repository = "https://github.com/OPENCYBER-FR/RustHound" [dependencies.bitflags] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" [dependencies.colored] version = "2" [dependencies.env_logger] version = "0.10" [dependencies.indicatif] version = "0.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.ldap3] version = "0.11.3" default-features = false [dependencies.log] version = "0.4" [dependencies.nom7] version = "7.0" package = "nom" [dependencies.regex] version = "1" [dependencies.rpassword] version = "7.2" [dependencies.serde_json] version = "1.0.89" features = ["preserve_order"] [dependencies.tokio] version = "1.1" [dependencies.trust-dns-resolver] version = "0.22" [dependencies.winreg] version = "0.50" optional = true [dependencies.x509-parser] version = "0.15" [dependencies.zip] version = "0.6.3" default-features = false [features] default = [ "ldap3/tls-rustls", "ldap3/gssapi", ] noargs = ["winreg"] nogssapi = ["ldap3/tls-native"]