[package] name = "human-string-filler" description = "A tiny template language for human-friendly string substitutions" authors = ["Chris Morgan "] license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" version = "1.0.0" edition = "2021" keywords = ["template", "format"] categories = ["no-std", "template-engine", "text-processing"] repository = "https://gitlab.com/chris-morgan/human-string-filler" exclude = ["design-discussion.md"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] default = ["std"] std = ["alloc"] alloc = []