[dependencies]
[lib]
name = "cans"
path = "src/lib.rs"
[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "parser-implementations", "web-programming"]
description = "An elegant and lightweight Rust-based literal template engine for managing web content, enhanced with a world module for streamlined regional and city information, as well as robust MIME type management."
edition = "2024"
homepage = "https://github.com/dr-montasir/cans"
keywords = ["template", "macro", "content", "mime", "world"]
license = "MIT OR Apache-2.0"
name = "cans"
readme = "README.md"
repository = "https://github.com/dr-montasir/cans"
version = "1.5.0"
[[test]]
name = "mod"
path = "tests/mod.rs"