# 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 = "2021" name = "pwtool" version = "0.6.0" authors = ["ed neville <ed@s5h.net>"] description = "pwtool, user account password tool" homepage = "https://www.usenix.org.uk/content/pwtool.html" documentation = "https://www.usenix.org.uk/content/pwtool.html" readme = "README.md" keywords = [ "password", "util", "hash", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/edneville/pwtool" [dependencies.base64] version = "0.22" [dependencies.getopts] version = "0.2" [dependencies.hmac] version = "0.12.1" [dependencies.md5] version = "0.7" [dependencies.pbkdf2] version = "0.12.2" [dependencies.pwhash] version = "1" [dependencies.rand] version = "0.8" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10.8"