summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKartikaya Gupta <kgupta@mozilla.com>2016-06-18 17:44:17 +0100
committerKartikaya Gupta <kgupta@mozilla.com>2016-06-18 17:44:17 +0100
commit9483b5dfee71375900bf2fae37b9c240b09b73a2 (patch)
tree2cda539a5060380cea491b0de9716e89cab6bdaf /Cargo.toml
parent5a022e8422cbfdd2ccbd27e672a26796e19cf4c9 (diff)
Add some crate metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <kats@seldon.staktrace.com>"]
+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"