[package] name = "hash-checker" version = "0.1.4" edition = "2021" author = "Neuron Grid" description = "Check the hash value of the downloaded executable." repository = "https://gitlab.com/Neuron-Grid/hash-checker" keywords = ["hash", "checker"] categories = ["command-line-utilities"] license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sha2 = "0.10.8" sha3 = "0.10.8" md-5 = "0.10.6" hex = "0.4.3" dialoguer = "0.10.0"