Cargo Features
[dependencies]
google-cloud-default = { version = "0.4.0", default-features = false, features = ["default-tls", "rustls-tls", "spanner", "pubsub", "storage", "bigquery"] }
- default = default-tls
-
The
default-tls
feature is set by default whenevergoogle-cloud-default
is added without
somewhere in the dependency tree.default-features = false - default-tls default
-
Enables default-tls of google-cloud-auth ^0.11
- rustls-tls
-
Enables rustls-tls of google-cloud-auth ^0.11
- spanner = google-cloud-gax, google-cloud-spanner
- pubsub = google-cloud-gax, google-cloud-pubsub
- storage = google-cloud-metadata, google-cloud-storage
- bigquery = google-cloud-bigquery, google-cloud-gax
-
Affects
google-cloud-default::bigquery
…
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-metadata storage?
-
Enables google-cloud-metadata ^0.3
optional
- google-cloud-gax bigquery? pubsub? spanner?
-
Enables google-cloud-gax ^0.15
- google-cloud-pubsub pubsub?
-
Enables google-cloud-pubsub ^0.16
components
- google-cloud-spanner spanner?
-
Enables google-cloud-spanner ^0.20
- google-cloud-storage storage?
-
Enables google-cloud-storage ^0.11
- google-cloud-bigquery bigquery?
-
Enables google-cloud-bigquery ^0.1