# 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-ports" version = "1.1.0" authors = ["widnyana "] build = false exclude = [ ".github/*", ".vscode/*", "target", "bin", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A kubectl plugin to provide a list of exposed ports on kubernetes Pod resources" homepage = "https://github.com/widnyana/kubectl-ports-rs" readme = "README.md" keywords = [ "kubernetes", "kubernetes-ports", "krew-plugin", ] categories = [ "development-tools", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/widnyana/kubectl-ports-rs" [profile.dev] opt-level = 1 overflow-checks = false incremental = true [profile.dev.package] [profile.release] opt-level = 3 lto = true codegen-units = 8 panic = "abort" strip = true [profile.release.package] [[bin]] name = "kubectl-ports" path = "src/main.rs" bench = false doc = false proc-macro = false required-features = [] [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = [ "cargo", "suggestions", "usage", "std", "error-context", "derive", "color", "wrap_help", ] optional = false default-features = false [dependencies.http] version = "1.1.0" [dependencies.k8s-openapi] version = "0.23.0" features = ["v1_30"] optional = false [dependencies.kube] version = "0.95.0" features = [ "client", "oauth", "gzip", "openssl-tls", "runtime", "derive", "http-proxy", ] optional = false default-features = true [dependencies.openssl] version = "0.10.66" features = ["vendored"] optional = false [dependencies.prettytable-rs] version = "0.10.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["full"] optional = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-bunyan-formatter] version = "0.3.9" features = [] optional = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = false