[[bin]]
doc = false
name = "aws-mfa"
test = false
[dependencies.anyhow]
version = "1.0.71"
[dependencies.aws-config]
version = "0.55.3"
[dependencies.aws-sdk-sts]
version = "0.28.0"
[dependencies.clap]
features = ["derive", "env"]
version = "4.3.11"
[dependencies.tokio]
features = ["full"]
version = "1.29.1"
[dev-dependencies.aws-credential-types]
version = "0.55.3"
[dev-dependencies.aws-smithy-client]
features = ["test-util"]
version = "0.55.3"
[dev-dependencies.aws-smithy-http]
version = "0.55.3"
[dev-dependencies.http]
version = "0.2.9"
[lib]
doctest = false
name = "aws_mfa"
path = "src/lib.rs"
[package]
authors = ["Jean Mainguy"]
categories = ["command-line-utilities"]
description = "Authenticate to AWS with MFA 🔐"
documentation = "https://docs.rs/aws-mfa"
edition = "2021"
keywords = ["aws", "mfa", "2fa"]
license = "MIT"
name = "aws-mfa"
readme = "README.md"
repository = "https://github.com/jhandguy/aws-mfa"
version = "0.3.4"