[package] name = "badtouch" version = "0.7.3" description = "Scriptable network authentication cracker" authors = ["kpcyrd "] license = "GPL-3.0" repository = "https://github.com/kpcyrd/badtouch" categories = ["command-line-utilities"] readme = "README.md" edition = "2018" [dependencies] #hlua = "0.4" #hlua-badtouch = { path="../hlua/hlua" } hlua-badtouch = "0.4.2" log = "0.4" env_logger = "0.8" pbr = "1.0" threadpool = "1.7" colored = "2" humantime = "2" structopt = "0.3" anyhow = "1" time = "0.2" atty = "0.2" rand = "0.8" getch = "0.2" toml = "0.5" nix = "0.19" serde = { version="1.0", features=["derive"] } serde_json = "1.0" bufstream = "0.1.3" regex = "1.0.1" md-5 = "0.9" sha-1 = "0.9" sha2 = "0.9" sha3 = "0.9" digest = "0.9" hmac = "0.10" base64 = "0.13" bcrypt = "0.9" reqwest = { version="0.11", features=["blocking", "json"] } mysql = "20" ldap3 = "0.9" kuchiki = "0.8" twox-hash = "1.1" dirs-next = "2.0" [target."cfg(unix)".dependencies] termios = "0.3" [target.'cfg(target_os="linux")'.dependencies] rlimit = "0.5"