[dependencies.timpl-decl]
version = "0.1.0-alpha.2"
[dependencies.timpl-internal]
version = "0.1.0-alpha.2"
[dependencies.timpl-proc]
version = "0.1.0-alpha.2"
[lib]
doctest = false
test = false
[package]
authors = ["Timon Schelling"]
categories = ["template-engine", "text-processing"]
description = "A simple, yet powerful, template engine."
documentation = "https://docs.rs/timpl"
edition = "2021"
keywords = ["timpl", "template", "yaml", "html", "text"]
license = "MIT"
name = "timpl"
repository = "https://github.com/timon-schelling/timpl"
version = "0.1.0-alpha.2"
[profile.release]
codegen-units = 1
lto = true
strip = true