2020-01-23 02:16:08 +01:00
|
|
|
[package]
|
|
|
|
name = "multipart-async-std-example"
|
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
description = "Simple file uploader in Actix Web with Async/Await"
|
|
|
|
keywords = ["actix", "actix-web", "multipart"]
|
|
|
|
repository = "https://github.com/actix/examples"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-09-12 17:49:45 +02:00
|
|
|
actix-web = "3"
|
|
|
|
actix-multipart = "0.3"
|
2020-12-14 12:30:06 +01:00
|
|
|
futures = "0.3.5"
|
|
|
|
async-std = "1.8.0"
|
2020-05-19 06:48:49 +02:00
|
|
|
sanitize-filename = "0.2"
|