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-oauth2crateEnables 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
ringmust be enabled when enablingyup-oauth2-service-accountEnables aws-lc-rs of optional yup-oauth2
- ring
-
Use Ring as the crypto backend
Either this feature or
aws-lc-rsmust be enabled when enablingyup-oauth2-service-accountEnables ring of optional yup-oauth2