[package] name = "get-hash" version = "1.1.9" description = "Get hash of a string" authors = ["Volodymyr Sichka "] license = "MIT" readme = "README.md" keywords = ["hash", "md5", "sha1", "sha256", "sha512"] categories = ["command-line-utilities", "cryptography", "mathematics"] homepage = "https://github.com/vybgss/get-hash" repository = "https://github.com/vybgss/get-hash" edition = "2021" [dependencies] md5 = "0.7.0" sha1 = "0.10.6" sha2 = "0.10.8" hex = "0.4.3"