# 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 = "kubeconfig-bikeshed" version = "0.3.2" authors = ["Marvin Beckers "] exclude = [".github/"] description = """ kubeconfig-bikeshed (kbs) is an opinionated kubeconfig manager that helps keeping the various kubeconfigs on your system at bay by importing them to a central store and normalizing them. """ homepage = "https://github.com/embik/kubeconfig-bikeshed" documentation = "https://github.com/embik/kubeconfig-bikeshed" readme = "README.md" keywords = [ "kubernetes", "kubeconfig", "kubectl", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/embik/kubeconfig-bikeshed" [[bin]] name = "kbs" path = "src/main.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.2" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3.30" [dependencies.home] version = "0.5.5" [dependencies.humantime] version = "2.1.0" [dependencies.k8s-openapi] version = "0.22.0" features = ["latest"] [dependencies.kube] version = "0.91.0" features = [ "config", "derive", "client", ] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.33" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.url] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.tempfile] version = "3.8.1"