[package] name = "axum_responses" version = "0.1.7" edition = "2021" license = "MIT" authors = ["Luciano Revillod "] description = "A Simple way to use Axum responses" readme = "README.md" repository = "https://github.com/MrRevillod/AxumResponses" [dependencies] axum = "0.7.4" tokio = { version = "1.27.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.111" axum-test = "14.4.0"