[package] name = "yampl" version = "0.0.10" edition = "2021" license = "MIT OR Apache-2.0" description = "cli utility for rendering templates with args described in yaml file" repository = "https://github.com/semichkin/yampl" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.11", features = ["derive"]} enquote = "1.1.0" handbar = "0.0.3" serde = { version = "1.0.158", features = ["derive"]} serde_json = "1.0.94" serde_yaml = "0.9.19" [lib] name = "yampl" path = "src/lib.rs" [[bin]] name = "yampl" path = "src/cli.rs"