# 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-rotate-iam-keys-rs" version = "1.0.1" authors = ["Martin Kemp "] exclude = [".github/", ".gitignore", "deny.toml", "Makefile.toml", "about.hbs", "about.toml"] description = "A tool to rotate your AWS IAM access keys" readme = "README.md" keywords = ["cli", "aws", "security"] categories = ["command-line-utilities"] license = "MIT / Apache-2.0" repository = "https://github.com/FoxAndDuckSoftware/aws-rotate-iam-keys-rs" [profile.release] lto = true [[bin]] name = "rotate-iam-keys" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.dirs-next] version = "2.0.0" [dependencies.env_logger] version = "0.8.2" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4.11" [dependencies.rusoto_core] version = "0.46.0" [dependencies.rusoto_credential] version = "0.46.0" [dependencies.rusoto_iam] version = "0.46.0" [dependencies.rust-ini] version = "0.16.0" [dependencies.tokio] version = "1.0.1" features = ["rt", "rt-multi-thread", "macros"] [build-dependencies.clap] version = "2.33.3"