[package] name = "pwtool" version = "0.6.0" edition = "2021" description = "pwtool, user account password tool" authors = ["ed neville <ed@s5h.net>"] license = "GPL-3.0-or-later" homepage = "https://www.usenix.org.uk/content/pwtool.html" repository = "https://gitlab.com/edneville/pwtool" readme = "README.md" categories = ["command-line-utilities"] documentation = "https://www.usenix.org.uk/content/pwtool.html" keywords = ["password","util","hash"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8" pwhash = "1" getopts = "0.2" sha1 = "0.10" md5 = "0.7" pbkdf2 = "0.12.2" base64 = "0.22" sha2 = "0.10.8" hmac = "0.12.1"