mime_multipart 0.5.2

MIME multipart parsing, construction, and streaming
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 = "mime_multipart"
version = "0.5.2"
authors = ["Mike Dilger <mike@optcomp.nz>"]
description = "MIME multipart parsing, construction, and streaming"
documentation = "https://mikedilger.github.io/mime-multipart"
readme = "README.md"
keywords = ["mime", "multipart", "mixed"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mikedilger/mime-multipart"
[dependencies.buf-read-ext]
version = "0.3"

[dependencies.encoding]
version = "0.2"

[dependencies.httparse]
version = "1.3"

[dependencies.hyper]
version = "0.10"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.2"

[dependencies.tempdir]
version = "0.3"

[dependencies.textnonce]
version = "0.6"