From aaad564074864ad463e369af7f98655b01565143 Mon Sep 17 00:00:00 2001 From: Denis Kayshev Date: Fri, 29 Apr 2022 18:56:23 +0300 Subject: Add axum support (#59) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ad417fa..5f4336d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ serde = "1.0" thiserror = "1.0" tracing = { version = "0.1", optional = true } warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true } +axum-framework = { package = "axum", version = "0.5", default-features = false, optional = true } [dev-dependencies] csv = "1.1" @@ -38,6 +39,7 @@ actix2 = ["actix-web2", "futures"] # deprecated feature -- used to return a warning actix = [] warp = ["futures", "tracing", "warp-framework"] +axum = ["axum-framework", "futures"] [package.metadata.docs.rs] features = ["actix4", "warp"] -- cgit v1.2.3