From e2cd5fde78d4348ebbf9cf521f7c1aa6b11e6101 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 25 Sep 2020 19:09:49 +0100 Subject: Do not include default actix-web features closes #360 --- askama_actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_actix/Cargo.toml') diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 7b2456d..fcd6ef9 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" edition = "2018" [dependencies] -actix-web = { version = "3" } +actix-web = { version = "3", default-features = false } askama = { version = "0.10", path = "../askama", features = ["with-actix-web", "mime", "mime_guess"] } bytes = { version = "0.5" } futures-util = { version = "0.3" } -- cgit