# 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 = "eksup" version = "0.4.1" authors = ["Bryant Biggs "] exclude = [ "/.github", ".gitignore", "docs", "examples", "tests", ] default-run = "eksup" description = "A CLI to aid in upgrading Amazon EKS clusters" homepage = "https://github.com/clowdhaus/eksup" documentation = "https://github.com/clowdhaus/eksup" readme = "README.md" keywords = [ "kubernetes", "eks", ] categories = [ "command-line-utilities", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/clowdhaus/eksup" [[bin]] name = "eksup" path = "src/main.rs" [dependencies.anstyle] version = "1.0" [dependencies.anyhow] version = "1.0" [dependencies.aws-config] version = "1.0" features = ["behavior-version-latest"] [dependencies.aws-sdk-autoscaling] version = "1.3" [dependencies.aws-sdk-ec2] version = "1.3" [dependencies.aws-sdk-eks] version = "1.3" [dependencies.aws-types] version = "1.0" [dependencies.clap] version = "4.2" features = [ "derive", "string", "color", "unstable-styles", ] [dependencies.clap-verbosity-flag] version = "2.0" [dependencies.handlebars] version = "4.3" features = ["rust-embed"] [dependencies.itertools] version = "0.12" [dependencies.k8s-openapi] version = "0.20.0" features = ["v1_23"] default-features = false [dependencies.kube] version = "0.87" features = [ "client", "derive", "rustls-tls", ] default-features = false [dependencies.rust-embed] version = "8.0" features = ["compression"] [dependencies.schemars] version = "0.8" [dependencies.seq-macro] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tabled] version = "0.14" [dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.tracing] version = "0.1" features = ["log-always"] [dependencies.tracing-log] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]