actix-multipart 0.1.2

Multipart support for actix web framework.
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]
edition = "2018"
name = "actix-multipart"
version = "0.1.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Multipart support for actix web framework."
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-multipart/"
readme = "README.md"
keywords = ["http", "web", "framework", "async", "futures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-web.git"

[lib]
name = "actix_multipart"
path = "src/lib.rs"
[dependencies.actix-service]
version = "0.4.0"

[dependencies.actix-web]
version = "1.0.0-rc"

[dependencies.bytes]
version = "0.4"

[dependencies.derive_more]
version = "0.14"

[dependencies.futures]
version = "0.1.25"

[dependencies.httparse]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.time]
version = "0.1"

[dependencies.twoway]
version = "0.2"
[dev-dependencies.actix-http]
version = "0.2.2"

[dev-dependencies.actix-rt]
version = "0.2.2"