# 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 = "navipod" version = "0.8.13" authors = ["Ed Sweeney "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli tool for inspecting containers in Kubernetes" documentation = "https://docs.rs/navipod" readme = "README.md" keywords = [ "kubernetes", "commandline", "k8s", "tui", "ratatui", ] license = "MIT" repository = "https://github.com/navicore/navipod" [package.metadata.cargo-alias] clippy-fixes = "clippy --fix -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used" clippy-strict = "clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used" [lib] name = "navipod" path = "src/lib.rs" [[bin]] name = "navipod" path = "src/main.rs" [[test]] name = "crypto_fixture" path = "tests/crypto_fixture.rs" [[test]] name = "list_pods" path = "tests/list_pods.rs" [[test]] name = "list_rs" path = "tests/list_rs.rs" [[test]] name = "user_agent" path = "tests/user_agent.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.bytes] version = "1.7.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.crossterm] version = "0.28" [dependencies.csv] version = "1.3" [dependencies.derive_more] version = "1.0.0" features = ["from"] [dependencies.fakeit] version = "1.3" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "1.5.0" [dependencies.hyper-util] version = "0.1.9" [dependencies.itertools] version = "0.13" [dependencies.k8s-openapi] version = "0.23" features = ["v1_29"] [dependencies.kube] version = "0.95.0" features = [ "runtime", "derive", "client", "ws", ] [dependencies.pin-project] version = "1.1.6" [dependencies.ratatui] version = "0.29" [dependencies.regex] version = "1.11" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", ] [dependencies.rustls] version = "0.23" [dependencies.sqlx] version = "0.8" features = [ "sqlite", "runtime-tokio-native-tls", ] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-rustls] version = "=0.24" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.6" [dependencies.tower-test] version = "0.4.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.unicode-width] version = "0.2" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.webpki] version = "0.22" [dependencies.webpki-roots] version = "0.25" [dependencies.wiremock] version = "0.6.2" [dependencies.x509-parser] version = "0.16.0" [dev-dependencies.anyhow] version = "1"