Cargo Features

google-apis-common has no features set by default.

[dependencies]
google-apis-common = { version = "8.0.0", features = ["yup-oauth2", "yup-oauth2-service-account", "aws-lc-rs", "ring"] }
yup-oauth2 yup-oauth2-service-account?

Enable OAuth 2.0 authentication support via the yup-oauth2 crate

Enables yup-oauth2

yup-oauth2-service-account = yup-oauth2

Enable Service Account support for the `yup-oauth2 crate

Enables service-account of yup-oauth2

aws-lc-rs

Use AWS-LC as the crypto backend

Either this feature or ring must be enabled when enabling yup-oauth2-service-account

Enables aws-lc-rs of optional yup-oauth2

ring

Use Ring as the crypto backend

Either this feature or aws-lc-rs must be enabled when enabling yup-oauth2-service-account

Enables ring of optional yup-oauth2