# 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 = "2018" name = "aws-token-rotate" version = "1.0.4" authors = ["Maxime Cottret "] description = "Simple tool to rotate AWS token" readme = "README.md" keywords = ["AWS", "IAM"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/aolwas/aws-token-rotate.git" [dependencies.clap] version = "3.1.18" [dependencies.configparser] version = "1.0" [dependencies.dirs] version = "3.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rusoto_core] version = "0.48" [dependencies.rusoto_iam] version = "0.48" [dependencies.tokio] version = "1" features = ["sync"]