params 0.8.0

A multi-source request parameters parser for Iron.
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 = "params"
version = "0.8.0"
authors = ["Skyler Lipthay <skyler.lipthay@gmail.com>"]
description = "A multi-source request parameters parser for Iron."
documentation = "http://ironframework.io/doc/params/index.html"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/iron/params"
[dependencies.plugin]
version = "0.2"

[dependencies.bodyparser]
version = "0.8"

[dependencies.num]
version = "0.1"

[dependencies.tempdir]
version = "0.3"

[dependencies.iron]
version = ">=0.5, <0.7"

[dependencies.urlencoded]
version = "0.6"

[dependencies.multipart]
version = "0.13"
features = ["server"]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.serde]
version = "1"
optional = true