# 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 = "aws-assume-role-rs" version = "0.1.7" authors = ["okkez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool to generate AWS temporary security credentials." homepage = "https://github.com/okkez/aws-assume-role-rs" readme = "README.md" license = "MIT" repository = "https://github.com/okkez/aws-assume-role-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "aws_assume_role" path = "src/lib.rs" [[bin]] name = "assume-role" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1.0.83" features = ["backtrace"] [dependencies.aws-config] version = "1.4.0" [dependencies.aws-runtime] version = "1.2.2" [dependencies.aws-sdk-sts] version = "1.24.0" [dependencies.backon] version = "0.4.4" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4" features = [ "derive", "wrap_help", "env", ] [dependencies.dirs] version = "5.0.1" [dependencies.mockall] version = "0.13.0" [dependencies.regex] version = "1.10.4" [dependencies.rust-ini] version = "0.21.0" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.skim] version = "0.10.4" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.12" [dependencies.totp-rs] version = "5.5.1" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.testcontainers] version = "0.17.0" [dev-dependencies.testcontainers-modules] version = "0.5.0" features = ["localstack"]