Cargo Features

[dependencies]
rattler_networking = { version = "0.20.5", default-features = false, features = ["native-tls", "rustls-tls", "google-cloud-auth"] }
default = native-tls

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

native-tls default

Enables default-tls of optional google-cloud-auth ^0.13.2 and native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

rustls-tls

Enables rustls-tls of optional google-cloud-auth ^0.13.2 and reqwest

Features from optional dependencies

google-cloud-auth implicit feature

Enables google-cloud-auth ^0.13.2

google-cloud-auth:

Google Cloud Platform server application authentication library

Affects rattler_networking::gcs_middleware