[package] name = "kubectx" version = "1.0.3" authors = ["François-Guillaume RIBREAU "] include = ["src/main.rs", "Cargo.toml", "README.md"] documentation = "https://docs.rs/kubectx" homepage = "https://github.com/FGRibreau/kubectx-rs" repository = "https://github.com/FGRibreau/kubectx-rs" description = "Switch between Kubernetes contexts" readme= "README.md" keywords= ["kubectl", "kubernetes", "contexts", "cli", "interface"] categories= ["command-line-utilities", "development-tools"] license= "MIT" [dependencies] dialoguer = "0.1.0"