summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 06407e303d1a12bc6ee6ac92e57bcaedead4f456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "mailparse"
version = "0.5.1"
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", "rfc822", "mime", "maildir"]
categories = ["email", "parsing"]
license = "0BSD"
exclude = ["target/doc/**", ".gitattributes"]

[badges]
travis-ci = { repository = "staktrace/mailparse", branch = "master" }

[dependencies]
base64 = "0.1.1"
quoted_printable = "0.3.0"
encoding = "0.2.32"