[package] name = "easy-hash" version = "0.1.0" authors = ["FliegendeWurst <2012gdwu@web.de>"] license = "LGPL-2.0+" description = "Hashing made easy" repository = "https://gitlab.com/Sakuhl/easy-hash" documentation = "https://docs.rs/easy-hash" keywords = ["hashing", "easy", "sha2"] [dependencies] sha2 = { version = "^0.4.2", optional = true } [features] default = ["SHA2"] SHA2 = ["sha2"]