# 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 = "poddy-cli" version = "0.1.3" authors = ["Jens Reimann "] description = "Your friendly pod buddy" readme = "README.md" keywords = [ "Kubernetes", "Pods", "Watch", ] categories = [ "command-line-interface", "visualization", ] license = "Apache-2.0" repository = "https://github.com/ctron/poddy" resolver = "2" [lib] name = "poddy" [[bin]] name = "poddy" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = [ "derive", "cargo", "unicode", "wrap_help", "env", ] [dependencies.crossterm] version = "0.23" [dependencies.futures] version = "0.3" [dependencies.humantime] version = "2" [dependencies.k8s-openapi] version = "0.15" features = ["v1_22"] [dependencies.kube] version = "0.73" features = ["runtime"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui] version = "0.18" [dependencies.tui-logger] version = "0.8"