aws-mfa-session 0.4.2

A command line utility to generate temporary AWS credentials with virtual MFA device. Credentials could be exported into new shell or inserted into aws credentials file.
Documentation
# 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 = "2024"
name = "aws-mfa-session"
version = "0.4.2"
authors = ["Andrii Radyk <ander.ender@gmail.com>"]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A command line utility to generate temporary AWS credentials with virtual MFA device. Credentials could be exported into new shell or inserted into aws credentials file.
"""
homepage = "https://github.com/AnderEnder/aws-mfa-session"
documentation = "https://github.com/AnderEnder/aws-mfa-session"
readme = "README.md"
keywords = [
    "aws",
    "sts",
    "token",
    "credentials",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/AnderEnder/aws-mfa-session"

[lib]
name = "aws_mfa_session"
path = "src/lib.rs"

[[bin]]
name = "aws-mfa-session"
path = "src/bin/aws-mfa-session.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.aws-config]
version = "1"

[dependencies.aws-sdk-iam]
version = "1"

[dependencies.aws-sdk-sts]
version = "1"

[dependencies.aws-types]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.regex]
version = "1"

[dependencies.rust-ini]
version = "0.21"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dev-dependencies.serial_test]
version = "3.3"

[profile.dev]
debug = 0

[profile.release]
lto = "fat"
codegen-units = 1
strip = true