[package]
name = "kuadrado_server"
version = "2.0.2"
authors = ["Pierre Jarriges <pierre.jarriges@tutanota.com>"]
edition = "2021"
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"] }
actix-web-middleware-redirect-https = "3.0.1"
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"
regex = "1.5"
tokio = { version = "0.2", features = ["full"] }
sitemap = "0.4.1"