# 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 = "suspicious-pods" version = "1.2.0" authors = ["edrevo "] description = "Prints a list of k8s pods that might not be working correctly" keywords = [ "k8s", "kubernetes", ] license = "Apache-2.0" repository = "https://github.com/edrevo/suspicious-pods" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "3.1" [dependencies.itertools] version = "0.10" [dependencies.suspicious-pods-lib] version = "1.2.0" [dependencies.tokio] version = "1" features = [ "macros", "rt", ]