awmp 0.2.4

An easy to use wrapper around multipart fields 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 = "awmp"
version = "0.2.4"
authors = ["Jacob Brown <kardeiz@gmail.com>"]
description = "An easy to use wrapper around multipart fields for Actix web"
readme = "README.md"
keywords = ["actix", "actix-web", "multipart"]
license = "MIT"
repository = "https://github.com/kardeiz/awmp"
[dependencies.actix-web]
version = "0.7"

[dependencies.futures]
version = "0.1.25"

[dependencies.mime]
version = "0.3.9"

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

[dependencies.tempfile]
version = "3.0.4"

[dependencies.url]
version = "1.7.1"

[dependencies.uuid]
version = "0.7.1"
features = ["v4"]