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