[package] name = "k-anon-hash" version = "0.1.3" authors = ["Elise Mansbridge "] edition = "2018" description = "A simple wrapper around the `sha2` crate for K-Anonymous SHA256" readme = "README.md" homepage = "https://famedly.com/" repository = "https://gitlab.com/famedly/libraries/k-anon-hash" license = "AGPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = "0.4.2" sha2 = "0.9.3"