Cargo Features

[dependencies]
gcp-bigquery-client = { version = "0.20.0", default-features = false, features = ["native-tls", "rust-tls", "bq_load_job"] }
default = rust-tls

The rust-tls feature is set by default whenever gcp-bigquery-client is added without default-features = false somewhere in the dependency tree.

native-tls

Enables native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

rust-tls default

Enables rustls-tls of reqwest

bq_load_job = cloud-storage

Feature used to remove cloud-storage from the standard build.
cloud-storage has a dependency on chrono, so the feature is there to remove this dependency by default.

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.

cloud-storage bq_load_job?