actix-form-data 0.3.2

Multipart Form Data for Actix Web
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 = "actix-form-data"
version = "0.3.2"
authors = ["asonix <asonix@asonix.dog>"]
description = "Multipart Form Data for Actix Web"
readme = "README.md"
keywords = ["actix", "form-data", "multipart", "async"]
license = "GPL-3.0"
repository = "https://git.asonix.dog/asonix/actix-form-data.git"

[lib]
name = "form_data"
[dependencies.actix-web]
version = "0.7.15"

[dependencies.bytes]
version = "0.4.7"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1.21"

[dependencies.futures-cpupool]
version = "0.1.8"

[dependencies.futures-fs]
version = "0.0.5"

[dependencies.http]
version = "0.1.5"

[dependencies.log]
version = "0.4.1"

[dependencies.mime]
version = "0.3.5"
[dev-dependencies.actix]
version = "0.7.0"

[dev-dependencies.env_logger]
version = "0.5.9"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"