aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape
diff options
context:
space:
mode:
Diffstat (limited to 'askama_escape')
-rw-r--r--askama_escape/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
index c6af27d..95ebb0d 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -7,10 +7,3 @@ homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."
-
-[features]
-default = []
-serde-json = []
-iron = []
-rocket = []
-actix-web = []