From 460079e3477367fd8b26b1587673caa8f042e22f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 7 Nov 2018 20:32:25 +0100 Subject: Clean up unused features --- askama_shared/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'askama_shared') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index d2499c0..4be4971 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -8,13 +8,6 @@ repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." -[features] -default = [] -serde-json = ["serde_json"] -iron = [] -rocket = [] -actix-web = [] - [dependencies] askama_escape = { version = "0.1.0", path = "../askama_escape" } num-traits = "0.2.6" -- cgit