actix-form-data/Cargo.toml
asonix 95ef512a93 Prepare actix-web 3.0 version
This is still broken because there's no 3.0-compatible multipart release
2020-05-15 11:59:31 -05:00

32 lines
735 B
TOML

[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.5.0-alpha.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
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]
actix-http = "2.0.0-alpha.3"
actix-multipart = "0.2.0"
actix-rt = "1.1.1"
actix-web = "3.0.0-alpha.2"
bytes = "0.5.0"
futures = "0.3.4"
log = "0.4.8"
mime = "0.3.16"
thiserror = "1.0"
[dev-dependencies]
anyhow = "1.0"
env_logger = "0.7.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "0.2.21", features = ["fs"] }