multipart 0.14.0

A backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server.
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 = "multipart"
version = "0.14.0"
authors = ["Austin Bonander <austin.bonander@gmail.com>"]
description = "A backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server."
documentation = "http://docs.rs/multipart/"
readme = "README.md"
keywords = ["form-data", "hyper", "iron", "http", "upload"]
license = "MIT OR Apache-2.0"
repository = "http://github.com/abonander/multipart"

[[example]]
name = "hyper_client"
required-features = ["mock", "hyper"]

[[example]]
name = "hyper_reqbuilder"
required-features = ["mock", "hyper"]

[[example]]
name = "hyper_server"
required-features = ["mock", "hyper"]

[[example]]
name = "iron"
required-features = ["mock", "iron"]

[[example]]
name = "iron_intercept"
required-features = ["mock", "iron"]

[[example]]
name = "nickel"
required-features = ["mock", "nickel"]

[[example]]
name = "tiny_http"
required-features = ["mock", "tiny_http"]
[dependencies.buf_redux]
version = "0.6"
optional = true

[dependencies.clippy]
version = ">=0.0, <0.1"
optional = true

[dependencies.httparse]
version = "1.2"
optional = true

[dependencies.hyper]
version = ">=0.9, <0.11"
optional = true
default-features = false

[dependencies.iron]
version = ">=0.4,<0.6"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "2.0.0-alpha.3"

[dependencies.nickel]
version = ">=0.10.1"
optional = true

[dependencies.quick-error]
version = "1.2"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.safemem]
version = "0.2"
optional = true

[dependencies.tempdir]
version = ">=0.3.4"

[dependencies.tiny_http]
version = "0.5"
optional = true

[dependencies.twoway]
version = "0.1"
optional = true
[dev-dependencies.env_logger]
version = "0.4"

[features]
bench = []
client = []
default = ["client", "hyper", "iron", "mock", "nickel", "server", "tiny_http"]
mock = []
nightly = []
server = ["buf_redux", "httparse", "quick-error", "safemem", "twoway"]
sse4 = ["nightly", "twoway/pcmp"]
use_arc_str = []