diff --git a/Cargo.toml b/Cargo.toml index a178109..47c07b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,18 @@ [package] name = "blake2-rfc" -version = "0.2.17" +version = "0.2.18" authors = ["Cesar Eduardo Barros "] description = "A pure Rust implementation of BLAKE2 based on RFC 7693." +documentation = "https://docs.rs/blake2-rfc" repository = "https://github.com/cesarb/blake2-rfc" -documentation = "https://cesarb.github.io/blake2-rfc/blake2_rfc/" readme = "README.md" keywords = ["blake2", "blake2b", "blake2s", "hash", "crypto"] +categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" +[badges] +travis-ci = { repository = "cesarb/blake2-rfc" } + [features] default = ["std"] bench = []