From 9c044fb4344f7e0d51a7c327f16417a207a2cb8e Mon Sep 17 00:00:00 2001 From: Cesar Eduardo Barros Date: Fri, 24 Nov 2017 21:25:31 -0200 Subject: [PATCH] Release 0.2.18 --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 = []