oxiplate 0.1.3

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

[dependencies.proc-macro2]
features = ["nightly", "span-locations"]
version = "1.0.92"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["full"]
version = "2.0.91"

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

[lib]
name = "oxiplate"
path = "src/lib.rs"
proc-macro = true

[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"
keywords = ["escaping", "whitespace-control", "compile-time"]
license = "MIT"
name = "oxiplate"
readme = "README.md"
repository = "https://github.com/0b10011/oxiplate"
version = "0.1.3"

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

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

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

[[test]]
name = "collapsed-whitespace-after-tag"
path = "tests/collapsed-whitespace-after-tag.rs"

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

[[test]]
name = "comparisons-numbers"
path = "tests/comparisons-numbers.rs"

[[test]]
name = "escape"
path = "tests/escape.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 = "external"
path = "tests/external.rs"

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

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

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

[[test]]
name = "if-else"
path = "tests/if-else.rs"

[[test]]
name = "if-elseif"
path = "tests/if-elseif.rs"

[[test]]
name = "if-elseif-else"
path = "tests/if-elseif-else.rs"

[[test]]
name = "if-elseif-let"
path = "tests/if-elseif-let.rs"

[[test]]
name = "if-elseif-let-path"
path = "tests/if-elseif-let-path.rs"

[[test]]
name = "if-let"
path = "tests/if-let.rs"

[[test]]
name = "if-let-path"
path = "tests/if-let-path.rs"

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

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

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

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

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