# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "template-cli" version = "0.4.3" authors = ["Hidde Wieringa "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for templating based on JSON, YAML or HCL configuration" readme = "README.md" keywords = [ "template", "cli", "json", "yaml", "hcl", ] categories = [ "command-line-utilities", "template-engine", "development-tools", ] license = "MIT" repository = "https://github.com/hiddewie/template" [lib] name = "template_cli" path = "src/lib.rs" [[bin]] name = "template" path = "src/bin/template.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.hcl-rs] version = "0.18" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.regex] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1"