1 2 3 4 5 6 7 8
#[cfg(feature = "google-cloud-kms-v1")] pub mod kms; #[cfg(feature = "google-cloud-secretmanager-v1")] pub mod secretmanager; #[cfg(feature = "google-rest-storage-v1")] pub mod storage_upload_support;