aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-07 20:32:25 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-07 21:37:07 +0100
commit460079e3477367fd8b26b1587673caa8f042e22f (patch)
tree330dda21466346eba3c0ef9c3d91800b8bcf39d0 /askama_escape/Cargo.toml
parent93884b7fbeb6c403c166e3f956edd44421dbcf9b (diff)
downloadaskama-460079e3477367fd8b26b1587673caa8f042e22f.tar.gz
askama-460079e3477367fd8b26b1587673caa8f042e22f.tar.bz2
askama-460079e3477367fd8b26b1587673caa8f042e22f.zip
Clean up unused features
Diffstat (limited to 'askama_escape/Cargo.toml')
-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 = []