Cargo Features

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

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

deserialize_structs = serde, serde_derive

Enables serde of bytes ^0.5

native-tls default

Enables native-tls of mz_rusoto_core

rustls

Enables rustls of mz_rusoto_core

serialize_structs = serde, serde_derive

Enables serde of bytes ^0.5

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde deserialize_structs? serialize_structs?
serde_derive deserialize_structs? serialize_structs?