mirror of
https://github.com/actix/examples
synced 2024-11-28 00:12:57 +01:00
19 lines
442 B
TOML
19 lines
442 B
TOML
[package]
|
|
name = "middleware-encrypted-payloads"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-http = { workspace = true }
|
|
actix-web = { workspace = true }
|
|
actix-web-lab = { workspace = true }
|
|
|
|
aes-gcm-siv = "0.11"
|
|
base64 = "0.20"
|
|
env_logger = "0.10"
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
|
log = "0.4"
|
|
pin-project = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|