# 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 = "k8sfwd" version = "0.3.0" authors = ["Markus Mayer"] description = "A Kubernetes port-forwarding utility for managing multiple targets" homepage = "https://github.com/sunsided/k8sfwd" readme = "README.md" keywords = [ "kubernetes", "kubectl", "cli", "port-forward", "k8s", ] categories = ["command-line-utilities"] license = "EUPL-1.2" repository = "https://github.com/sunsided/k8sfwd" [profile.release] opt-level = "z" lto = "thin" strip = "debuginfo" [profile.release-lto] lto = "fat" inherits = "release" strip = true [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = [ "derive", "env", ] [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.exitcode] version = "1.1.2" [dependencies.indoc] version = "2.0.3" [dependencies.just-a-tag] version = "0.1.1" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.same-file] version = "1.0.6" [dependencies.semver] version = "1.0.18" features = ["serde"] [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.44"