[package] name = "check-hash" version = "0.1.0" edition = "2021" authors = ["Marcelo Vogt"] description = "A small utility for checking file hashes" readme = "README.md" repository = "https://github.com/MarkV43/check-hash" license = "MIT OR Apache-2.0" keywords = ["hash", "check", "filehash", "security", "integrity"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = "0.4.3" md5 = "0.7.0" sha2 = "0.10.6"