# 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-easy-sso" version = "0.6.0" authors = [ "Martin Sturm", "Martin Sturm ", ] description = "CLI tool to make AWS SSO more convenient." homepage = "https://github.com/sturmm/aws-easy-sso" readme = "README.md" keywords = [ "aws", "sso", "cli", ] categories = [ "command-line-utilities", "aws", ] license = "GPL-3.0-only" repository = "https://github.com/sturmm/aws-easy-sso" [[bin]] name = "aws-easy-sso-cli" path = "src/main.rs" [dependencies.anyhow] version = "^1.0.79" [dependencies.aws-config] version = "1.1.2" features = ["behavior-version-latest"] [dependencies.aws-sdk-sso] version = "^1.10.0" [dependencies.aws-sdk-ssooidc] version = "^1.10.0" [dependencies.aws-types] version = "1.1.2" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.16" features = [ "derive", "env", ] [dependencies.directories] version = "5.0.1" [dependencies.inquire] version = "^0.6.2" [dependencies.open] version = "5.0.1" [dependencies.rust-ini] version = "0.20.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.35.1" features = ["full"]