[package] name = "yagenerator" version = "0.1.3" authors = ["Ernesto Cruz Olivera "] edition = "2018" description = "Application that uses tinytemplate engine to generate text files. If you have a set of structured data, and need to generated a bunch of arbitrary types of files from it, this tool can help you to save some time." repository = "https://gitlab.com/ecruzolivera/yagenerator" license = "MIT" keywords = ["template", "generator", "engine", "text", "code"] categories = ["command-line-utilities", "development-tools", "text-processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "^2.33.3" Inflector = "^0.11.4" itertools = "^0.9.0" serde = { version = "^1.0.117", features = ["derive"] } serde_derive = "^1.0.117" serde_yaml = "^0.8.14" tinytemplate = "^1.1.0" serde_json = "^1.0.59" regex = "^1.4.1"