Newer
Older
authors = ["Pierre Jarriges <pierre.jarriges@tutanota.com>"]
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = { version = "3", features = ["rustls"] }
rustls = "0.18.1"
actix-files = "0.5"
futures = "0.3.17"
serde = "1"
serde_json = "1"
wither = "0.9"
magic-crypt = "3.1.9"
env_logger = "0.9"
chrono = "0.4"
rand = "0.8"
dotenv = "0.15"
time = "0.2.7"
tokio = { version = "0.2", features = ["full"] }