summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 3466ad03364b5ef4f8cde8e63374bdb1694256d3 (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.6.3"
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.9.0"
quoted_printable = "0.4.0"
encoding = "0.2.32"