# 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 = "kct" version = "0.4.0" authors = ["Bruno Felipe Leal Delfino "] description = "Kubernetes Configuration Tool" keywords = ["kubernetes", "jsonnet"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bruno-delfino1995/kct" [dependencies.clap] version = "2.33.3" [dependencies.flate2] version = "1.0.17" [dependencies.kct_helper] version = "^0.4.0" [dependencies.kct_kube] version = "^0.4.0" [dependencies.kct_package] version = "^0.4.0" [dependencies.serde] version = "1.0.115" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tar] version = "0.4.30" [dependencies.thiserror] version = "1.0"