summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 07b85102c7bf77e94d22e53941918bf52ebf18ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "mailparse"
version = "0.9.2"
authors = ["Kartikaya Gupta <kats@seldon.staktrace.com>"]
description = "A simple parser for MIME e-mail messages"
documentation = "https://docs.rs/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" }
maintenance = { status = "passively-maintained" }

[dependencies]
base64 = "0.10.0"
quoted_printable = "0.4.1"
charset = "0.1.1"