# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yagenerator" version = "0.1.3" authors = ["Ernesto Cruz Olivera "] 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." keywords = ["template", "generator", "engine", "text", "code"] categories = ["command-line-utilities", "development-tools", "text-processing"] license = "MIT" repository = "https://gitlab.com/ecruzolivera/yagenerator" [dependencies.Inflector] version = "^0.11.4" [dependencies.clap] version = "^2.33.3" [dependencies.itertools] version = "^0.9.0" [dependencies.regex] version = "^1.4.1" [dependencies.serde] version = "^1.0.117" features = ["derive"] [dependencies.serde_derive] version = "^1.0.117" [dependencies.serde_json] version = "^1.0.59" [dependencies.serde_yaml] version = "^0.8.14" [dependencies.tinytemplate] version = "^1.1.0"