# 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 = "2018" name = "kube-secrets" version = "0.5.0" authors = ["Frank Wiles "] description = "Command line utility to quickly display useful secrets in a Kubernetes namespace" homepage = "https://github.com/frankwiles/kube-secrets" keywords = ["kubernetes", "k8s", "kube"] categories = ["command-line-utilities"] license = "BSD-3-Clause" [[bin]] name = "secrets" path = "src/main.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.colorful] version = "0.2.1" [dependencies.k8s-openapi] version = "0.12.0" features = ["v1_20"] default-features = false [dependencies.kube] version = "0.58.1" [dependencies.kube-runtime] version = "0.58.1" [dependencies.tokio] version = "1.8.0" features = ["full"]