[[bin]]
name = "kelper"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.colored]
version = "3.0"
[dependencies.k8s-openapi]
features = ["v1_31"]
version = "0.25"
[dependencies.kube]
features = ["runtime"]
version = "1.1"
[dependencies.prettytable-rs]
version = "0.10"
[dependencies.tokio]
features = ["full"]
version = "1.44.2"
[dev-dependencies.mockall]
version = "0.13"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "kelper"
path = "src/lib.rs"
[package]
authors = ["Ali Abbas Jaffri <ali.abbasjaffri@live.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool to serve as swiss-army knife for your operations on Kubernetes pods and nodes"
edition = "2021"
keywords = ["k8s", "search", "pattern"]
license = "MIT OR Apache-2.0"
name = "kelper"
readme = "README.md"
repository = "https://github.com/aliabbasjaffri/kelper"
rust-version = "1.85"
version = "0.0.28"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "k8s_tests"
path = "tests/k8s_tests.rs"