# 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 = "kubectl-config-doctor" version = "0.3.1" authors = ["Guilherme Oenning "] include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "Kubectl plugin to validate kubeconfigs" homepage = "https://aptakube.com" readme = "README.md" keywords = ["kubectl"] license = "MIT" repository = "https://github.com/aptakube/kubectl-config-doctor" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "kubectl-config-doctor" path = "src/main.rs" [dependencies.aws-lc-rs] version = "1.9.0" [dependencies.colored] version = "2.1.0" [dependencies.home] version = "0.5.9" [dependencies.http] version = "1.1.0" [dependencies.k8s-openapi] version = "0.22.0" features = ["latest"] [dependencies.kube] version = "0.94.1" features = [ "config", "client", "rustls-tls", "aws-lc-rs", "socks5", "http-proxy", "oidc", ] [dependencies.secrecy] version = "0.8.0" [dependencies.tokio] version = "1.40.0" features = ["full"]