# 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" rust-version = "1.77.2" name = "cts-rs" version = "0.1.4-alpha" authors = ["Tyler Ebel "] exclude = ["repo_pic.png"] description = "cts-rs is a CLI tool designed to interface with AWS Control Tower. It provides capabilities to read AWS Control Tower statuses of your dedicated payer account using the RUST AWS SDK" documentation = "https://docs.rs/cts-rs" readme = "README.md" keywords = [ "aws", "controltower", "control", "tower", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/ebel/cts-rs" [[bin]] name = "cts-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.assert_matches] version = "1.5.0" [dependencies.aws-config] version = "1.2.0" features = ["behavior-version-latest"] [dependencies.aws-sdk-controltower] version = "1.21.0" [dependencies.cfonts] version = "1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.mockall] version = "0.12.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37"