dermesser / yup-oauth2

An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
https://docs.rs/yup-oauth2/
Apache License 2.0
213 stars 114 forks source link

Enable required features in hyper-rustls #225

Closed threema-donat closed 3 weeks ago

threema-donat commented 3 weeks ago

Fixes #224 Currently, the crate does not compile because of missing dependencies, probably because default-features = false was set instead of true.

This PR enables the required features so that it compiles again. The ring feature was chosen in favor of aws-lc-rs because it is already enabled in the rustls dependency.