Cargo Features
[dependencies]
rusoto_macie = { version = "0.47.0", default-features = false, features = ["deserialize_structs", "native-tls", "rustls", "serialize_structs"] }
- default = native-tls
-
The
native-tls
feature is set by default wheneverrusoto_macie
is added without
somewhere in the dependency tree.default-features = false - deserialize_structs
- native-tls default
-
Enables native-tls of rusoto_core ^0.47.0
- rustls
-
Enables rustls of rusoto_core ^0.47.0
- serialize_structs
rusoto_macie has 5 features without comments.