[package] name = "ias-tea-axum" version = "0.1.0" edition = "2021" [dependencies] axum = "0.7.9" chrono = "0.4.39" uuid = { version = "1.11.0", features = ["v4"] } serde = { version = "1.0.216", features = ["derive"] } shuttle-axum = "0.49.0" shuttle-runtime = "0.49.0" shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] } sqlx = { version = "0.8.2", features = [ "chrono", "uuid" ] } tokio = "1.42.0" tower-http = { version = "0.6.2", features = ["fs", "cors"] }