[[bin]]
name = "kimspect"
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.26"
[dependencies.kube]
features = ["runtime"]
version = "2.0"
[dependencies.prettytable-rs]
version = "0.10"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["full"]
version = "1.44.2"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["json", "env-filter", "chrono"]
version = "0.3"
[dev-dependencies.mockall]
version = "0.13"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "kimspect"
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 = "The missing utility in kubectl to help you inspect container images on your pods and nodes."
edition = "2021"
keywords = ["k8s", "search", "pattern"]
license = "MIT OR Apache-2.0"
name = "kimspect"
readme = "README.md"
repository = "https://github.com/koithos/kimspect"
rust-version = "1.90"
version = "0.0.37"
[[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"