actix-form-data/Cargo.toml
asonix a98ac8b2a8 Initial multipart formdata library
This handles servers, not clients
2018-04-29 17:31:06 -05:00

22 lines
367 B
TOML

[package]
name = "actix-multipart"
version = "0.1.0"
authors = ["asonix <asonix.dev@gmail.com>"]
[dependencies]
actix = "0.5.6"
actix-web = "0.5.6"
bytes = "0.4.7"
failure = "0.1"
futures = "0.1.21"
futures-cpupool = "0.1.8"
futures-fs = "0.0.4"
http = "0.1.5"
log = "0.4.1"
mime = "0.3.5"
[dev-dependencies]
env_logger = "0.5.9"
serde = "1.0"
serde_derive = "1.0"