[[bench]]
harness = false
name = "from_str"
path = "benches/from_str.rs"
[dependencies.memchr]
version = "2"
[dependencies.nom]
default-features = false
features = ["alloc"]
version = "7"
[dev-dependencies.criterion]
version = "0.5"
[lib]
name = "rinja_parser"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "Parser for Rinja templates"
documentation = "https://docs.rs/rinja"
edition = "2021"
homepage = "https://github.com/rinja-rs/rinja"
keywords = ["markup", "template", "jinja2", "html"]
license = "MIT OR Apache-2.0"
name = "rinja_parser"
readme = "README.md"
repository = "https://github.com/rinja-rs/rinja"
rust-version = "1.71"
version = "0.3.0"