# 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 = "kleinwuerfel" version = "0.4.0" authors = ["Stefan Ruzitschka "] description = "Tool to interact with minikube and deploy a set of helm charts." readme = "README.md" keywords = [ "minikube", "helm", "helmchart", "cli", "productivity", ] license = "WTFPL" repository = "https://github.com/icepuma/kleinwuerfel" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "deprecated", "derive", "suggestions", "color", "env", "unicode", "wrap_help", ] [dependencies.colored] version = "2" [dependencies.crossbeam-channel] version = "0" [dependencies.ctrlc] version = "3" features = ["termination"] [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0" [dependencies.url] version = "2" [dependencies.which] version = "4"