Cargo Features

[dependencies]
rusoto_core = { version = "0.48.0", default-features = false, features = ["encoding", "native-tls", "rustls", "rustls-webpki", "unstable", "nightly-testing"] }
default = native-tls

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

encoding = flate2
native-tls default = hyper-tls
rustls

Enables native-tokio of hyper-rustls ^0.23

rustls-webpki

Enables webpki-tokio of hyper-rustls ^0.23

unstable
nightly-testing

Enables nightly-testing of rusoto_credential

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.

hyper-rustls rustls? rustls-webpki?

Enables hyper-rustls ^0.23

hyper-tls native-tls

Enables hyper-tls ^0.5.0

flate2 encoding?