[dependencies]
[lib]
name = "cans"
path = "src/lib.rs"
[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
categories = ["template-engine", "parser-implementations", "web-programming"]
description = "An Elegant Rust-based Literal Template Engine"
edition = "2021"
homepage = "https://github.com/dr-montasir/cans"
keywords = ["template", "html", "json", "text", "mime"]
license = "MIT OR Apache-2.0"
name = "cans"
readme = "README.md"
repository = "https://github.com/dr-montasir/cans"
version = "0.4.0"