[package] name = "phase_sqs" version = "0.2.3" authors = ["Your Name "] edition = "2021" description = "A flexible and extensible AWS SQS client for processing and sending messages" repository = "https://github.com/phaselabscrypto/phase-aws-sqs" license = "MIT" readme = "README.md" [dependencies] aws-config = { version = "1.5.8" } aws-sdk-sqs = { version = "1.5.8" } tokio = { version = "1.0", features = ["full"] } async-trait = "0.1.83" mockall = { version = "0.13.0" } [features] default = [] [package.metadata.docs.rs] no-default-features = true