boilerplate 1.2.0

Minimal compile-time Rust template engine
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 = "2021"
name = "boilerplate"
version = "1.2.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal compile-time Rust template engine"
homepage = "https://github.com/casey/boilerplate"
readme = "README.md"
categories = [
    "template-engine",
    "no-std",
]
license = "CC0-1.0"
repository = "https://github.com/casey/boilerplate"

[features]
axum = ["boilerplate-macros/axum"]
reload = [
    "boilerplate-macros/reload",
    "boilerplate-parser/reload",
    "dep:boilerplate-parser",
]

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

[dependencies.boilerplate-macros]
version = "0.0.2"

[dependencies.boilerplate-parser]
version = "0.0.0"
optional = true

[dev-dependencies.axum]
version = "0.8.7"

[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"