google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Make reqwest as optional #19

Closed lht closed 4 years ago

lht commented 4 years ago

Reduce the binary size and number of dependent libraries. Reqwest is only used by Storage, which may get a gRPC API soon.

lht commented 4 years ago

Unfortunately, reqwest is used by src/authorize/mod.rs since adae754b.