[package]
name = "mailparse"
version = "0.6.0"
authors = ["Kartikaya Gupta <kats@seldon.staktrace.com>"]
exclude = ["target/doc/**", ".gitattributes"]
description = "A simple parser for MIME e-mail messages"
homepage = "https://github.com/staktrace/mailparse/blob/master/README.md"
documentation = "https://staktrace.github.io/mailparse/target/doc/mailparse/"
readme = "README.md"
keywords = ["parser", "email", "rfc822", "mime", "maildir"]
categories = ["email", "parsing"]
license = "0BSD"
repository = "https://github.com/staktrace/mailparse"
[dependencies.encoding]
version = "0.2.32"
[dependencies.base64]
version = "0.1.1"
[dependencies.quoted_printable]
version = "0.3.0"
[badges.travis-ci]
repository = "staktrace/mailparse"
branch = "master"