Cargo Features

payload-offloading-for-aws has no features set by default.

[dependencies]
payload-offloading-for-aws = { version = "0.1.3", features = ["sqs", "sns", "it"] }
sqs it? = aws-sdk-sqs

Affects offload::sqs, offload::offloading

sns = aws-sdk-sns

Affects offload::sns, offload::offloading

it = sqs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

aws-sdk-sns sns?
aws-sdk-sqs sqs?