Cargo Features

[dependencies]
aws-sdk-ram = { version = "1.62.0", default-features = false, features = ["behavior-version-latest", "rustls", "default-https-client", "rt-tokio", "gated-tests", "test-util"] }
default = default-https-client, rt-tokio, rustls

These default features are set whenever aws-sdk-ram is added without default-features = false somewhere in the dependency tree.

behavior-version-latest
rustls default

Enables tls-rustls of aws-smithy-runtime

default-https-client default

Enables default-https-client of aws-smithy-runtime

rt-tokio default

Enables rt-tokio of aws-smithy-async and aws-smithy-types

gated-tests
test-util

Enables test-util of aws-credential-types and aws-smithy-runtime

aws-sdk-ram has 7 features without comments.