From cda2a563db34b9bc43aeff58250f12f4b64e3573 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 26 Jan 2017 16:42:01 -0500 Subject: Minor updates to metadata in Cargo.toml --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7878c57..6a97727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mailparse" -version = "0.5.0" +version = "0.5.1" authors = ["Kartikaya Gupta "] description = "A simple parser for MIME e-mail messages" documentation = "https://staktrace.github.io/mailparse/target/doc/mailparse/" @@ -8,7 +8,12 @@ homepage = "https://github.com/staktrace/mailparse/blob/master/README.md" repository = "https://github.com/staktrace/mailparse" readme = "README.md" keywords = ["parser", "email", "rfc822", "mime", "maildir"] -license-file = "LICENSE" +categories = ["email", "parsing"] +license = "0BSD" +exclude = ["target/doc/**"] + +[badges] +travis-ci = { repository = "staktrace/mailparse", branch = "master" } [dependencies] base64 = "0.1.1" -- cgit v1.2.3