[package] name = "ias-tea-axum" version = "0.1.0" edition = "2021" [dependencies] axum = "0.7.3" chrono = "0.4.38" uuid = { version = "1.8.0", features = ["v4"] } serde = { version = "1.0.188", features = ["derive"] } shuttle-axum = "0.45.0" shuttle-runtime = "0.45.0" shuttle-shared-db = { version = "0.45.0", features = ["postgres", "sqlx"] } sqlx = { version = "0.7.1", features = [ "chrono", "uuid" ] } tokio = "1.28.2" tower-http = { version = "0.5.0", features = ["fs"] }