# 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 = "mfaws" version = "0.4.1" authors = ["Eric Egli"] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to manage AWS credentials for MFA-enabled accounts" homepage = "https://github.com/eegli/mfaws" readme = "readme.md" keywords = [ "cli", "aws", "mfa", "credentials", "sts", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/eegli/mfaws" [profile.release] opt-level = "z" panic = "abort" [[bin]] name = "mfaws" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.aws-credential-types] version = "1.2" [dependencies.aws-sdk-sts] version = "1.50" [dependencies.aws-smithy-types] version = "1.2" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.dirs] version = "5" [dependencies.log] version = "0.4.22" [dependencies.rust-ini] version = "0.21" features = ["case-insensitive"] [dependencies.simplelog] version = "0.12" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1" features = ["full"] [features] e2e_test = []