actix-form-data/Cargo.toml

33 lines
665 B
TOML
Raw Normal View History

[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
2019-06-06 19:49:37 +00:00
version = "0.4.0"
license = "GPL-3.0"
2018-06-04 18:27:36 +00:00
authors = ["asonix <asonix@asonix.dog>"]
2019-05-14 16:49:41 +00:00
repository = "https://git.asonix.dog/Aardwolf/actix-form-data.git"
readme = "README.md"
keywords = ["actix", "form-data", "multipart", "async"]
edition = "2018"
[lib]
name = "form_data"
[dependencies]
2019-06-06 19:49:37 +00:00
actix-multipart = "0.1.0"
actix-rt = "0.2.2"
actix-threadpool = "0.1.0"
2019-06-06 19:49:37 +00:00
actix-web = "1.0.0"
bytes = "0.4.7"
failure = "0.1"
futures = "0.1.21"
http = "0.1.5"
log = "0.4.1"
mime = "0.3.5"
[dev-dependencies]
actix = "0.8.1"
env_logger = "0.6.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"