Cargo Features
[dependencies]
rusoto_iotevents_data = { 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 wheneverrusoto_iotevents_data
is added without
somewhere in the dependency tree.default-features = false - deserialize_structs
- native-tls default
-
Enables native-tls of rusoto_core
- rustls
-
Enables rustls of rusoto_core
- serialize_structs
rusoto_iotevents_data has 5 features without comments.