[package] name = "red_ntlm" version = "0.0.1" description = "Rust library to play with NTLM" authors = ["Eloy PĂ©rez "] edition = "2018" license = "LGPL-3.0" repository = "https://gitlab.com/Zer1t0/red_ntlm" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "6.0" thiserror = "1.0" md4 = "0.9" rust-crypto = "0.2" chrono = "0.4" rand = "0.6"