# 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 = "texp" version = "0.2.5" authors = ["fixcix"] description = "texp is a small tool for render templates" readme = "README.md" keywords = [ "cli", "tera", "templates", "tools", ] categories = [ "template-engine", "command-line-utilities", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/fixcik/texp" [dependencies.anyhow] version = "1.0.82" [dependencies.base64] version = "0.22.1" optional = true [dependencies.cla] version = "0.0.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.hmac] version = "0.12.1" optional = true [dependencies.jwt] version = "0.16.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.serde_yaml] version = "0.9.34" [dependencies.sha2] version = "0.10.8" optional = true [dependencies.tera] version = "1.19.1" features = ["preserve_order"] [features] base64 = ["dep:base64"] default = [ "jwt", "base64", ] jwt = [ "dep:jwt", "dep:hmac", "dep:sha2", ]