# 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 = "exodus" version = "0.4.0" authors = ["Warre Pessers"] description = "CLI tool for migrating AWS API Keys between accounts / regions" readme = "README.md" license = "MIT" repository = "https://github.com/wpessers/exodus" [dependencies.anyhow] version = "1.0" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-credential-types] version = "1.2.0" features = ["hardcoded-credentials"] [dependencies.aws-sdk-apigateway] version = "1.22.0" [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.regex] version = "1.10.4" [dependencies.tokio] version = "1" features = ["full"]