Cargo Features

[dependencies]
google-cloud-storage = { version = "0.22.1", default-features = false, features = ["auth", "default-tls", "external-account", "hickory-dns", "rustls-tls", "trace"] }
default = auth, default-tls

These default features are set whenever google-cloud-storage is added without default-features = false somewhere in the dependency tree.

auth default = google-cloud-auth, google-cloud-metadata
default-tls default

Enables default-tls of optional google-cloud-auth and reqwest

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

external-account

Enables external-account of optional google-cloud-auth

hickory-dns

Enables hickory-dns of optional google-cloud-auth and reqwest

rustls-tls

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

trace

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.

google-cloud-auth auth
google-cloud-metadata auth