[package] name = "axum-tests" version = "0.1.0" edition = "2021" [profile.dev] panic = "abort" [profile.release] panic = "abort" overflow-checks = true [dependencies] tokio = { version = "1", features = [ "full" ] } axum = "0.5.1" axum-macros = "0" tower = { version = "0.4", features = ["util"] } futures = "0.3" hyper = { version = "0.14", features = ["full"] } askama = { version = "0.11", features = [ "with-axum" ] } askama_axum = "0.1" nix = "0.23"