[package] name = "string_template" version = "0.2.1" authors = ["Michael Ravits "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/michaelr524/string_template" homepage = "https://github.com/michaelr524/string_template" description = """ Very simple string template for Rust. """ categories = ["template-engine", "text-processing"] keywords = ["template"] [dependencies] regex = "1"