[package] name = "app-template" version = "0.1.0" edition = "2024" [dependencies] aide = { version = "0.15.1", features = [ "axum-json", "axum-query", "http", "macros", "scalar", ] } async-trait = "0.1.89" axum = { version = "0.8.9", features = ["macros"] } config = "0.15.23" schemars = "0.9.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" sqlx = { version = "0.8.6", features = [ "postgres", "chrono", "json", "runtime-tokio", ] } thiserror = "2.0.18" tokio = { version = "1.52.3", features = ["rt-multi-thread", "signal"] } tower-http = { version = "0.6.10", features = ["fs"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }