email 0.0.5

Implementation of RFC 5322 email messages
[package]

name = "email"
version = "0.0.5"
authors = ["Nicholas Hollett <niax@niax.co.uk>"]
description = "Implementation of RFC 5322 email messages"
repository = "https://github.com/niax/rust-email"
documentation = "https://niax.github.io/rust-email/email/"
license = "MIT"

[dependencies]
encoding = "~0.2.6"
time = "~0.1.3"
chrono = "~0.1.5"
lazy_static = "~0.1.2"