# 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 = "2018" name = "tera-cli" version = "0.5.0" authors = ["Chen Weiguang "] description = "Tera CLI for one-off template interpolation from context file / env vars" readme = "README.md" categories = [ "command-line-utilities", "value-formatting", ] license = "MIT" [[bin]] name = "tera" path = "src/main.rs" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.serde_yaml] version = "0.9.16" [dependencies.snafu] version = "0.7.4" [dependencies.structopt] version = "0.3.26" [dependencies.tera] version = "1.17.1" [dependencies.toml] version = "0.5.10"