# 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 = "awsmfa" version = "0.3.2" authors = ["Kanji Tanaka"] description = "The automation tool for Multi-Factor Authentication (MFA) process to use awscli." documentation = "https://docs.rs/awsmfa" readme = "README.md" keywords = [ "aws", "awscli", "aws-sts", "mfa", "2fa", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kaicoh/awscli-mfa" [dependencies.anyhow] version = "1.0" [dependencies.aws-config] version = "0.54.1" [dependencies.aws-sdk-sts] version = "0.24.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.cli-clipboard] version = "0.4" [dependencies.dirs] version = "4.0" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.totp-rs] version = "4.2"