mime_multipart 0.3.3

MIME multipart parsing, construction, and streaming
Documentation
[package]
name = "mime_multipart"
version = "0.3.3"
description = "MIME multipart parsing, construction, and streaming"
authors = ["Mike Dilger <mike@optcomp.nz>"]
readme = "README.md"
repository = "https://github.com/mikedilger/mime-multipart"
documentation = "https://mikedilger.github.io/mime-multipart"
license = "MIT OR Apache-2.0"
keywords = ["mime", "multipart", "mixed"]

[dependencies]
hyper = "0.9"
mime = "0.2"
httparse = "1.1"
tempdir = "0.3"
textnonce = "0.4"
log = "0.3"
encoding = "0.2"
buf-read-ext = "0.2"