Cargo Features

[dependencies]
dynamodb_lock = { version = "0.6.1", default-features = false, features = ["sts", "native-tls", "rustls"] }
default = rustls

The rustls feature is set by default whenever dynamodb_lock is added without default-features = false somewhere in the dependency tree.

sts = rusoto_credential, rusoto_sts
native-tls

Enables native-tls of rusoto_core ^0.47 and rusoto_dynamodb ^0.47

rusoto_core:

Waiting on fix for regression in 0.48: https://github.com/rusoto/rusoto/issues/1980

rustls default

Enables rustls of rusoto_core ^0.47 and rusoto_dynamodb ^0.47

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.

rusoto_credential sts?

Enables rusoto_credential ^0.47

rusoto_sts sts?

Enables rusoto_sts ^0.47