[dependencies.oxiplate-derive]
default-features = false
features = ["oxiplate"]
version = "0.15.2"
[dependencies.oxiplate-traits]
default-features = false
features = []
version = "0.1"
[dev-dependencies.rustversion]
version = "1.0.19"
[dev-dependencies.trybuild]
version = "1.0.101"
[features]
built-in-escapers = ["oxiplate-derive/built-in-escapers"]
config = ["oxiplate-derive/config"]
debug-fast-escape-type-priority = ["oxiplate-traits/debug-fast-escape-type-priority"]
default = ["built-in-escapers", "config", "fast-escape-ints"]
fast-escape-ints = ["oxiplate-traits/fast-escape-ints"]
[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
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0
[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, helpful error messages, and whitespace control."
edition = "2024"
homepage = "https://0b10011.io/oxiplate"
keywords = ["escaping", "whitespace-control", "compile-time"]
license = "MIT"
name = "oxiplate"
readme = "README.md"
repository = "https://github.com/0b10011/oxiplate"
resolver = "2"
version = "0.15.2"
[[test]]
name = "broken"
path = "tests/broken.rs"
[[test]]
name = "comment-escaping"
path = "tests/comment-escaping.rs"
[[test]]
name = "different-extensions"
path = "tests/different-extensions.rs"
[[test]]
name = "escaping"
path = "tests/escaping.rs"
[[test]]
name = "expansion"
path = "tests/expansion.rs"
[[test]]
name = "extends"
path = "tests/extends.rs"
[[test]]
name = "filters"
path = "tests/filters.rs"
[[test]]
name = "include"
path = "tests/include.rs"
[[test]]
name = "markdown-text"
path = "tests/markdown-text.rs"
[[test]]
name = "replace-escaper"
path = "tests/replace-escaper.rs"
[[test]]
name = "text"
path = "tests/text.rs"