diff options
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
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" |