From 9483b5dfee71375900bf2fae37b9c240b09b73a2 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Sat, 18 Jun 2016 17:44:17 +0100 Subject: Add some crate metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d588c0d..01d0e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "mailparse" version = "0.1.0" authors = ["Kartikaya Gupta "] +description = "A simple parser for MIME e-mail messages" +documentation = "https://staktrace.github.io/mailparse/target/doc/mailparse/" +homepage = "https://github.com/staktrace/mailparse/blob/master/README.md" +repository = "https://github.com/staktrace/mailparse" +readme = "README.md" +keywords = ["parser", "email", "mail", "rfc822", "mime"] +license-file = "LICENSE" [dependencies] base64 = "0.1.1" -- cgit v1.2.3