actix-form-data/Cargo.toml

30 lines
603 B
TOML
Raw Normal View History

[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.3.2"
license = "GPL-3.0"
2018-06-04 18:27:36 +00:00
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/actix-form-data.git"
readme = "README.md"
keywords = ["actix", "form-data", "multipart", "async"]
[lib]
name = "form_data"
[dependencies]
actix-web = "0.7.15"
bytes = "0.4.7"
failure = "0.1"
futures = "0.1.21"
futures-cpupool = "0.1.8"
2018-10-09 23:35:10 +00:00
futures-fs = "0.0.5"
http = "0.1.5"
log = "0.4.1"
mime = "0.3.5"
[dev-dependencies]
2018-07-24 22:36:38 +00:00
actix = "0.7.0"
env_logger = "0.5.9"
serde = "1.0"
serde_derive = "1.0"