# 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 = "k8p" version = "0.4.10" authors = ["Ed Sweeney "] description = "A cli tool for inspecting containers in Kubernetes" documentation = "https://docs.rs/k8p" readme = "README.md" keywords = [ "kubernetes", "commandline", "k8s", "prometheus", "metrics", ] license = "MIT" repository = "https://github.com/navicore/k8p" [[bin]] name = "k8p" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap_complete] version = "4.4.4" [dependencies.csv] version = "1.3" [dependencies.futures] version = "0.3" [dependencies.k8s-openapi] version = "0.20.0" features = ["v1_26"] [dependencies.kube] version = "0.86.0" features = [ "runtime", "derive", "client", "ws", ] [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.sqlx] version = "0.7" features = [ "sqlite", "runtime-tokio-native-tls", ] [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.uuid] version = "1.5.0" features = ["v4"]