# 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 = "kubectl-sh" version = "0.2.0" authors = ["Makariy "] description = "Faster way to to access shell of pod's container through interactive selections" homepage = "https://github.com/ya-makariy/kubectl-sh-rs" readme = "README.md" keywords = [ "kubectl", "k8s", "kubernetes", "kube", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/ya-makariy/kubectl-sh-rs" resolver = "2" [profile.release] strip = true [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.1" features = ["fuzzy-select"]