Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.02k stars 136 forks source link

Optional openssl dependency #236

Closed tylerhawkes closed 5 years ago

tylerhawkes commented 5 years ago

My team has a decent sized project and I've been able to not use openssl on every dependency except for this one. It's pulled in by yup-oauth2 by default but it has a rustls feature that could be re-exposed. It would be great to have some more control over it.

Byron commented 5 years ago

Work on the next version is currently underway, and we will absolutely consider improving on this, while we are at it.

Is this a blocking issue for you?

CC @ggriffiniii

tylerhawkes commented 5 years ago

It is not blocking us, however, it is certainly annoying to have to keep cross-compiling code in a docker image for openssl just for this one dependency.