Cargo Features

aws_cred has no features set by default.

[dependencies]
aws_cred = { version = "0.0.4", features = ["async_std", "rusoto", "aws_sdk"] }
async_std = async-std
rusoto = rusoto_sts
aws_sdk = aws-sdk-sts

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.

async-std async_std?
rusoto_sts rusoto?
aws-sdk-sts aws_sdk?

Enables aws-sdk-sts ^0.31.1