askama_parser 0.2.1

Parser for Askama templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.nom]
default-features = false
features = ["alloc"]
version = "7"

[package]
categories = ["template-engine"]
description = "Parser for Askama templates"
documentation = "https://docs.rs/askama"
edition = "2021"
homepage = "https://github.com/djc/askama"
keywords = ["markup", "template", "jinja2", "html"]
license = "MIT OR Apache-2.0"
name = "askama_parser"
readme = "README.md"
repository = "https://github.com/djc/askama"
rust-version = "1.65"
version = "0.2.1"