# 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 = "teracli" version = "0.3.0" authors = ["chevdor "] description = "A command line utility written in Rust to render templates from json|toml|yaml && ENV, using the tera templating engine" readme = "README.md" license = "MIT" [package.metadata.deb] assets = [[ "target/release/tera", "usr/bin/", "755", ]] copyright = "2021, Wilfried Kopp aka. Chevdor " depends = "$auto" extended-description = "tera-ci offers powerful features related to your environment variables, allowing you to control the output **both** from the context data you pass but also from the ENV variables set on your system." license-file = [ "LICENSE", "0", ] maintainer = "Wilfried Kopp aka. Chevdor " priority = "optional" section = "utility" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "tera" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "env", "unicode", "cargo", ] [dependencies.color-eyre] version = "0.6" [dependencies.env_logger] version = "0.10" [dependencies.fluent-templates] version = "0.8" features = ["tera"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = false [dependencies.serde_yaml] version = "0.9" optional = false [dependencies.tera] version = "1.19" [dependencies.toml] version = "0.8" optional = false [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [features] default = [] fluent = ["fluent-templates"]