# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dynja" version = "0.4.1" description = "Jinja pseudo-engine focused on DevEx and Performance" homepage = "https://github.com/rdbo/dynja" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/rdbo/dynja" [dependencies.askama] version = "0.12" optional = true [dependencies.dynja_derive] version = "0.4" [dependencies.minijinja] version = "1.0" features = ["loader"] [features] askama_release = ["dep:askama"] default = []