[package] name = "axum-sqlx" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] askama = "0.12.1" axum = "0.7.4" chrono = { version = "0.4.33", features = ["serde"] } config = "0.13.4" dotenvy = "0.15.7" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" sqlx = { version = "0.7.3", features = ["mysql", "runtime-tokio", "tls-rustls", "chrono", "macros"] } tokio = { version = "1.35.1", features = ["full"] } tower-http = { version = "0.5.1", features = ["trace"] } tracing = "0.1.40" tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }