0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-10-30 05:05:52 +01:00
simple-wkd/backend/Cargo.toml

23 lines
783 B
TOML
Raw Normal View History

2023-04-16 19:08:36 +02:00
[package]
name = "simple-wkd"
2023-05-20 23:58:34 +02:00
version = "1.2.1"
2023-04-16 19:08:36 +02:00
edition = "2021"
[dependencies]
actix-files = "0.6.2"
2023-04-23 22:54:21 +02:00
actix-web = { version = "4.3.1", default-features = false, features = ["macros"] }
anyhow = "1.0.70"
2023-04-16 19:08:36 +02:00
chrono = "0.4.24"
flexi_logger = "0.25.3"
2023-05-20 16:48:08 +02:00
lettre = { version = "0.10.4", default-features = false, features = ["builder", "smtp-transport", "tokio1-rustls-tls"] }
2023-04-16 19:08:36 +02:00
log = "0.4.17"
once_cell = "1.17.1"
rand = "0.8.5"
2023-05-20 16:48:08 +02:00
sequoia-openpgp = { version = "1.14.0", default-features = false, features = ["crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
2023-04-16 19:08:36 +02:00
serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["time"] }
toml = "0.7.3"
url = { version = "2.3.1", features = ["serde"] }
2023-05-20 16:37:31 +02:00
zbase32 = "0.1.2"