[package] name = "oswilno" version = "0.1.0" edition = "2021" [dependencies] actix = "*" actix-web = "*" actix-cors = "*" actix-rt = "*" actix-files = "*" # actix-web-4-validator = { version = "3.2.0", default-features = false } actix-4-jwt-auth = "0.4.2" # actix-web-security = "*" askama = { version = "*" } validator = { version = "0.14", features = ["derive"] } serde = { version = "*", features = ["derive"] } serde_json = { version = "*" } sqlx = { version = "*", features = ["runtime-actix-rustls", "postgres", "uuid", "chrono"] } uuid = { version = "*", features = ["serde"] } chrono = { version = "*", features = ["serde"] } gumdrop = "*" tracing = "*" tracing-subscriber = "*" tracing-actix-web = "*"