[package] name = "lazy-template" description = "String template library that send queries to function responder and interpolate the responses" version = "0.0.0" repository = "https://github.com/KSXGitHub/lazy-template.git" documentation = "https://docs.rs/lazy-template" authors = ["khai96_ "] license = "MIT" readme = "README.md" keywords = [ "template", "string", "interpolation", "lazy", ] categories = [ "no-std", "template-engine", "parsing", "parser-implementations", ] edition = "2021" rust-version = "1.81" include = [ "/src", "/tests", "/Cargo.toml", "/LICENSE.md", "/LICENSE.md", ] [features] default = ["std"] std = [] [dependencies] derive_more = { version = "1.0.0", default-features = false, features = ["display", "error", "into_iterator"] } pipe-trait = "0.4.0" split-first-char = "0.0.0" [dev-dependencies] cargo_metadata = "0.18.1" cargo_toml = "0.20.5" pretty_assertions = "1.4.1" semver = "1.0.23"