formdata 0.5.0

Parsing of multipart/form-data
Documentation
[package]
name = "formdata"
version = "0.5.0"
description = "Parsing of multipart/form-data"
authors = ["Mike Dilger <mike@efx.co.nz>"]
readme = "README.md"
repository = "https://github.com/mikedilger/formdata"
documentation = "https://mikedilger.github.io/formdata"
license = "MIT"
keywords = ["multipart", "form-data", "hyper", "http", "mime"]

[dependencies]
hyper = "*"
httparse = "*"
mime = "*"
libc = "*"
tempdir = "*"
textnonce = "*"
log = "*"