khelp 0.1.15

A tool for managing kubernetes contexts
Documentation
[[bin]]
name = "khelp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.clap]
features = ["derive"]
version = "4.5.32"

[dependencies.clap_complete]
version = "4.5.47"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.log]
version = "0.4.22"

[dependencies.self_update]
default-features = false
features = ["archive-tar", "archive-zip", "compression-flate2", "rustls"]
optional = true
version = "0.42.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tempfile]
version = "3.19"

[lib]
name = "khelp"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool for managing kubernetes contexts"
edition = "2024"
license = "MIT"
name = "khelp"
readme = "README.md"
repository = "https://github.com/stvnksslr/khelp"
version = "0.1.15"

[profile.dev]
codegen-units = 1

[profile.release]
codegen-units = 3
lto = true
strip = true

[profile.test]
codegen-units = 1

[[test]]
name = "add_delete_tests"
path = "tests/add_delete_tests.rs"

[[test]]
name = "list_current_tests"
path = "tests/list_current_tests.rs"

[[test]]
name = "rename_tests"
path = "tests/rename_tests.rs"

[[test]]
name = "switch_export_tests"
path = "tests/switch_export_tests.rs"