[package] name = "funcfmt" version = "0.3.0" edition = "2021" authors = ["Chris Down "] description = "\"Parse once, populate many\" templating using function traits" repository = "https://github.com/cdown/funcfmt" readme = "README.md" keywords = ["template"] categories = ["template-engine"] license = "MIT" rust-version = "1.57.0" [dependencies] fnv = "1.0.7" smallvec = { version = "1.10.0", features = ["union"] } smartstring = "1.0.1" thiserror = "1.0.40" [dev-dependencies] once_cell = "1.17.1" proptest = "1.1.0"