# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aws-mfa-session" version = "0.2.4" authors = ["Andrii Radyk "] exclude = [".github/*"] 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.\n" 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" [profile.release] lto = "thin" [dependencies.dirs] version = "3" [dependencies.regex] version = "1" [dependencies.rusoto_core] version = "0.45" features = ["rustls"] default-features = false [dependencies.rusoto_credential] version = "0.45" [dependencies.rusoto_iam] version = "0.45" features = ["rustls"] default-features = false [dependencies.rusoto_signature] version = "0.45" [dependencies.rusoto_sts] version = "0.45" features = ["rustls"] default-features = false [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2" features = ["macros"]