[package] name = "k8s-tpl" version = "0.5.0" description = "Templatisation for Kubernetes manifests" repository = "https://github.com/connec/k8s-tpl/" authors = ["Chris Connelly "] license = "MIT" readme = "README.md" edition = "2018" [dependencies] gtmpl = "^0.5.7" structopt = "^0.3.14" yaml-rust = "0.4.3" thiserror = "1.0.18" anyhow = "1.0.31"