# 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 = "helm-templexer" version = "2.0.7" authors = ["Hendrik Maus "] description = "Render Kubernetes Helm charts for multiple environments with _explicit config_ while keeping the overhead at ease" readme = "README.md" keywords = [ "kubernetes", "helm", ] categories = ["command-line-utilities"] license = "MIT" [[bin]] name = "helm-templexer" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1" [dependencies.cmd_lib] version = "1" [dependencies.env_logger] version = "0.8" [dependencies.format_serde_error] version = "0.3" [dependencies.indexmap] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.structopt-flags] version = "0.3" [dependencies.subprocess] version = "0.2" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.predicates] version = "1" [dev-dependencies.pretty_assertions] version = "0.7"