common-multipart-rfc7578 0.1.2

An implementation of multipart/form-data (RFC7578)
Documentation
[package]
name                      = "common-multipart-rfc7578"
description               = "An implementation of multipart/form-data (RFC7578)"
authors                   = ["Ferris Tseng <ferristseng@fastmail.fm>"]
documentation             = "https://docs.rs/common-multipart-rfc7578"
repository                = "https://github.com/ferristseng/rust-multipart-rfc7578"
keywords                  = ["multipart", "form", "http"]
categories                = ["asynchronous", "web-programming"]
version                   = "0.1.2"
readme                    = "../README.md"
license                   = "MIT OR Apache-2.0"

[badges]
travis-ci                 = { repository = "ferristseng/rust-multipart-rfc7578" }
maintenance               = { status = "passively-maintained" }

[dependencies]
bytes                     = "0.4"
futures                   = "0.1"
http                      = "0.1"
mime                      = "0.3"
rand                      = "0.5"

[dev-dependencies]
actix-multipart-rfc7578   = { version = "0.2", path = "../actix" }
hyper                     = "0.12"
hyper-multipart-rfc7578   = { version = "0.3", path = "../hyper" }