diff options
Diffstat (limited to 'askama_derive/Cargo.toml')
-rw-r--r-- | askama_derive/Cargo.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 80301dd..0900ac7 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -12,19 +12,6 @@ edition = "2018" [lib] proc-macro = true -[features] -config = ["askama_shared/config"] -json = ["askama_shared/json"] -yaml = ["askama_shared/yaml"] - -actix-web = [] -axum = [] -gotham = [] -mendes = [] -rocket = [] -tide = [] -warp = [] - [dependencies] askama_shared = { version = "0.12.1", path = "../askama_shared", default-features = false } proc-macro2 = "1" |