[dev-dependencies.pretty_assertions]
version = "1.0.0"
[features]
reload = []
[lib]
name = "boilerplate_parser"
path = "src/lib.rs"
[lints.clippy]
missing-errors-doc = "allow"
missing-panics-doc = "allow"
needless-pass-by-value = "allow"
too-many-lines = "allow"
wildcard-imports = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
mismatched-lifetime-syntaxes = "allow"
[package]
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "no-std"]
description = "Minimal compile-time Rust template engine parser"
edition = "2021"
homepage = "https://github.com/casey/boilerplate"
license = "CC0-1.0"
name = "boilerplate-parser"
readme = false
repository = "https://github.com/casey/boilerplate"
version = "0.0.0"