[package] name = "api" version = "0.1.1" edition = "2024" authors = ["Ben Sherriff "] repository = "https://gitea.bensherriff.com/bsherriff/aviation" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4.10.2" actix-cors = "0.7.1" actix-multipart = "0.7.2" chrono = { version = "0.4.41", features = ["serde"] } dotenv = "0.15.0" sqlx = { version = "0.8.5", features = ["runtime-tokio", "postgres", "chrono", "uuid"] } env_logger = "0.11.8" reqwest = "0.12.15" serde = {version = "1.0.219", features = ["derive"]} serde_json = "1.0.140" tokio = { version = "1.45.0", features = ["macros", "rt", "time"] } uuid = { version = "1.16.0", features = ["serde", "v4"] } log = "0.4.27" argon2 = "0.5.3" redis = { version = "0.31.0", features = ["tokio-comp", "connection-manager", "r2d2", "json"] } regex = "1.11.1" futures-util = "0.3.31" rust-s3 = "0.35.1" rand = "0.9.1" rand_chacha = "0.9.0" futures = "0.3.31" #utoipa = { version = "5.3.1", features = ["chrono", "uuid", "actix_extras"] } #utoipa-swagger-ui = { version = "9.0.1", features = ["actix-web"] } #utoipa-actix-web = "0.1.2" # Temporary fix until crate is updated to fix zip yank utoipa = { git = "https://github.com/juhaku/utoipa.git", rev = "cecda0531bf7d90800af66b186055932ee730526", features = ["chrono", "uuid", "actix_extras"] } utoipa-swagger-ui = { git = "https://github.com/juhaku/utoipa.git", rev = "cecda0531bf7d90800af66b186055932ee730526", features = ["actix-web"] } utoipa-actix-web = { git = "https://github.com/juhaku/utoipa.git", rev = "cecda0531bf7d90800af66b186055932ee730526" } webpki-roots = "1.0.0" lettre = { version = "0.11.16", features = ["builder", "smtp-transport", "tokio1-native-tls"] } handlebars = "6.3.2" governor = "0.10.0" flate2 = "1.1.1"