askama_parser 0.15.2

Parser for Askama templates
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "askama_parser"
version = "0.15.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Askama templates"
homepage = "https://github.com/askama-rs/askama"
documentation = "https://docs.rs/askama"
readme = "README.md"
keywords = [
    "markup",
    "template",
    "jinja2",
    "html",
]
categories = ["template-engine"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/askama-rs/askama"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--generate-link-to-definition",
    "--cfg=docsrs",
]

[features]
config = [
    "dep:serde",
    "dep:serde_derive",
]

[lib]
name = "askama_parser"
path = "src/lib.rs"

[[bench]]
name = "from_str"
path = "benches/from_str.rs"
harness = false

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.unicode-ident]
version = "1.0.12"

[dependencies.winnow]
version = "0.7.0"
features = ["simd"]

[dev-dependencies.criterion]
version = "0.8"