[dependencies.minijinja]
features = ["loader"]
version = "2.0.0"
[dependencies.tinytemplate]
version = "1.2.1"
[lib]
name = "ewe_templates"
path = "src/lib.rs"
[lints.clippy]
blocks_in_conditions = "allow"
items-after-statements = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
no-effect-underscore-binding = "allow"
pedantic = "warn"
[package]
authors = ["EweStudios Consulting Limited"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Wrapper package for minijinja and tinytemplate, made to allow auto-inclusion of these pacakges without direct cargo import markings"
edition = "2021"
keywords = ["ewe_platform", "ewestudios-platform", "ewestudios_platform"]
license = "Apache-2.0"
name = "ewe_templates"
readme = "README.md"
repository = "https://github.com/ewe-studios/ewe_platform"
rust-version = "1.75"
version = "0.0.1"