Cargo Features

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

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

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.

rustls-tls

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

hickory-dns

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

trace
auth default = google-cloud-auth
external-account

Enables external-account of optional google-cloud-auth

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