string-template-plus 0.3.5

Render string template with more options
Documentation
[[bin]]
name = "string-template-plus-visualize"
path = "src/bin/visual-test.rs"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.chrono]
version = "0.4.31"

[dependencies.colored]
version = "2.0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.9.5"

[dependencies.subprocess]
version = "0.2.9"

[dependencies.titlecase]
version = "2.2.1"

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

[package]
authors = ["Gaurav Atreya"]
categories = ["template-engine", "text-processing"]
description = "Render string template with more options"
edition = "2021"
keywords = ["parsing", "string", "template"]
license = "GPL-3.0-only"
name = "string-template-plus"
readme = "README.md"
repository = "https://github.com/Atreyagaurav/string-template-plus"
version = "0.3.5"