# 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 = "aws-sqs-create-queue" version = "0.1.0" authors = ["PY "] description = "Create multiple AWS SQS queues and its corresponding dead-letter-queues with minimal configuration.\n" homepage = "https://github.com/py0x/aws-sqs-create-queue" readme = "README.md" keywords = ["aws", "sqs", "dead-letter-queue"] license = "MIT" repository = "https://github.com/py0x/aws-sqs-create-queue" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.aws-config] version = "0.49.0" [dependencies.aws-sdk-sqs] version = "0.19.0" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5"