2022-12-18 22:10:03 +01:00
|
|
|
[package]
|
|
|
|
name = "middleware-encrypted-payloads"
|
|
|
|
version = "1.0.0"
|
2023-10-30 00:51:05 +01:00
|
|
|
publish.workspace = true
|
|
|
|
edition.workspace = true
|
2022-12-18 22:10:03 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-http.workspace = true
|
|
|
|
actix-web.workspace = true
|
|
|
|
actix-web-lab.workspace = true
|
2022-12-18 22:10:03 +01:00
|
|
|
|
|
|
|
aes-gcm-siv = "0.11"
|
2023-03-14 04:11:49 +01:00
|
|
|
base64 = "0.21"
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
|
|
|
log.workspace = true
|
2023-01-02 21:35:11 +01:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|