formdata 0.12.2

Parsing of multipart/form-data
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 = "formdata"
version = "0.12.2"
authors = ["Mike Dilger <mike@optcomp.nz>"]
description = "Parsing of multipart/form-data"
documentation = "https://mikedilger.github.io/formdata"
readme = "README.md"
keywords = ["multipart", "form-data", "hyper", "http", "mime"]
license = "MIT"
repository = "https://github.com/mikedilger/formdata"
[dependencies.mime_multipart]
version = "0.5"

[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.log]
version = "0.3"

[dependencies.mime]
version = "0.2"

[dependencies.encoding]
version = "0.2"

[dependencies.textnonce]
version = "0.6"

[dependencies.hyper]
version = "0.10"

[dependencies.httparse]
version = "1.2"
[dev-dependencies.tempdir]
version = "0.3"