summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"