Cargo Features
[dependencies]
rattler_networking = { version = "0.21.5", default-features = false, features = ["native-tls", "rustls-tls", "gcs"] }
- default = native-tls
-
The
native-tls
feature is set by default wheneverrattler_networking
is added without
somewhere in the dependency tree.default-features = false - native-tls default
-
Enables default-tls of optional google-cloud-auth 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 and reqwest
- gcs = google-cloud-auth, google-cloud-token
-
Affects
rattler_networking::gcs_middleware
…
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.