Cargo Features

[dependencies]
rusoto_elasticache = { version = "0.48.0", default-features = false, features = ["deserialize_structs", "native-tls", "rustls", "serialize_structs"] }
default = native-tls

The native-tls feature is set by default whenever rusoto_elasticache is added without default-features = false somewhere in the dependency tree.

deserialize_structs = serde, serde_derive

Enables serde of bytes

native-tls default

Enables native-tls of rusoto_core

rustls

Enables rustls of rusoto_core

serialize_structs = serde, serde_derive

Enables serde of bytes

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.

serde deserialize_structs? serialize_structs?
serde_derive deserialize_structs? serialize_structs?