mailparse 0.6.1

A simple parser for MIME e-mail messages
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mailparse"
version = "0.6.1"
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.base64]
version = "0.9.0"

[dependencies.encoding]
version = "0.2.32"

[dependencies.quoted_printable]
version = "0.4.0"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "staktrace/mailparse"