# 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] name = "stscli" version = "0.3.0" authors = ["Chris Dawes "] description = "CLI to get temporary session tokens from Amazon's AWS STS Api." keywords = ["AWS", "STS", "cli", "token", "role"] categories = ["authentication", "command-line-interface"] license = "Apache-2.0" repository = "https://github.com/cmsd2/stscli" [dependencies.rusoto_sts] version = "0.28.0" [dependencies.serde_json] version = "0.9.10" [dependencies.serde_derive] version = "0.9.13" [dependencies.regex] version = "0.1.74" [dependencies.quick-error] version = "1.1.0" [dependencies.rusoto_core] version = "0.28.0" [dependencies.env_logger] version = "0.3.4" [dependencies.rust-ini] version = "0.10.0" [dependencies.error-chain] version = "0.7.2" [dependencies.serde] version = "0.9.13" [dependencies.log] version = "0.3.6" [dependencies.clap] version = "2.11.0"