oxiplate 0.2.4

Compile-time template engine with a focus on escaping and whitespace control.
Documentation
[dependencies.oxiplate-derive]
version = "0.2.4"

[dev-dependencies.rustversion]
version = "1.0.19"

[dev-dependencies.trybuild]
version = "1.0.101"

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

[lints.clippy]
manual_assert = "allow"

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[package]
authors = ["Brandon Frohs <brandon@19.codes>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine"]
description = "Compile-time template engine with a focus on escaping and whitespace control."
edition = "2021"
homepage = "https://0b10011.io/oxiplate"
keywords = ["escaping", "whitespace-control", "compile-time"]
license = "MIT"
name = "oxiplate"
readme = "README.md"
repository = "https://github.com/0b10011/oxiplate"
version = "0.2.4"

[[test]]
name = "broken"
path = "tests/broken.rs"

[[test]]
name = "escaping"
path = "tests/escaping.rs"

[[test]]
name = "expansion"
path = "tests/expansion.rs"

[[test]]
name = "extends"
path = "tests/extends.rs"

[[test]]
name = "extends-lifetime"
path = "tests/extends-lifetime.rs"

[[test]]
name = "extends-nested"
path = "tests/extends-nested.rs"

[[test]]
name = "extends-nested-different-blocks"
path = "tests/extends-nested-different-blocks.rs"

[[test]]
name = "markdown-text"
path = "tests/markdown-text.rs"

[[test]]
name = "multiple-blocks"
path = "tests/multiple-blocks.rs"

[[test]]
name = "text"
path = "tests/text.rs"