[package] name = "tompl" version = "0.0.1" edition = "2021" license = "MIT OR Apache-2.0" description = "cli utility for rendering templates with toml args" repository = "https://github.com/semichkin/tompl" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.11", features = ["derive"]} handlebars = "4.3.6" serde = { version = "1.0.158", features = ["derive"]} serde_json = "1.0.94" toml = "0.7.3" [lib] name = "tompl" path = "src/lib.rs"