Cargo Features
[dependencies]
aws-sdk-cloudwatchevents = { version = "1.48.0", default-features = false, features = ["behavior-version-latest", "rustls", "rt-tokio", "test-util"] }
- default = rt-tokio, rustls
-
These default features are set whenever
aws-sdk-cloudwatchevents
is added without
somewhere in the dependency tree.default-features = false - behavior-version-latest
- rustls default
-
Enables tls-rustls of aws-smithy-runtime
- rt-tokio default
-
Enables rt-tokio of aws-smithy-async and aws-smithy-types
- test-util
-
Enables test-util of aws-credential-types and aws-smithy-runtime
aws-sdk-cloudwatchevents has 5 features without comments.