2020-02-05 04:53:33 +01:00
|
|
|
[package]
|
2022-08-01 02:17:59 +02:00
|
|
|
name = "multipart-s3-example"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2022-01-29 17:09:57 +01:00
|
|
|
edition = "2021"
|
2020-02-05 04:53:33 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-multipart.workspace = true
|
|
|
|
actix-web.workspace = true
|
|
|
|
actix-web-lab.workspace = true
|
2022-08-01 02:17:59 +02:00
|
|
|
|
2023-11-29 20:59:03 +01:00
|
|
|
aws-config = "1"
|
|
|
|
aws-sdk-s3 = "1"
|
2022-02-18 03:13:08 +01:00
|
|
|
|
2023-10-29 02:17:49 +02:00
|
|
|
dotenvy.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
log.workspace = true
|
2023-01-02 21:35:11 +01:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
tokio = { workspace = true, features = ["io-util", "fs"] }
|
2023-11-07 04:27:23 +01:00
|
|
|
tokio-util = "0.7"
|