[package] name = "far" version = "0.2.1" description = "Find And Replace string template engine" authors = ["Charles Hall "] edition = "2021" documentation = "https://docs.rs/far" homepage = "https://or.computer.surgery/charles/far" repository = "https://or.computer.surgery/charles/far" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["string", "template", "templating", "engine"] categories = ["template-engine"] [dependencies] far_macros = { version = "0.2.0", path = "../macros" } far_shared = { version = "0.2.0", path = "../shared" } tracing = "0.1"