# 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 = "phase_sqs" version = "0.2.3" authors = ["Your Name "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A flexible and extensible AWS SQS client for processing and sending messages" readme = "README.md" license = "MIT" repository = "https://github.com/phaselabscrypto/phase-aws-sqs" [package.metadata.docs.rs] no-default-features = true [lib] name = "phase_sqs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.aws-config] version = "1.5.8" [dependencies.aws-sdk-sqs] version = "1.5.8" [dependencies.mockall] version = "0.13.0" [dependencies.tokio] version = "1.0" features = ["full"] [features] default = []