Open
Description
Reqwest adds quite a bit of time to compile times in projects where it isn't needed. Removing reqwest from our project reduced compile times by about 30s. We already have hyper in the dependency tree via axum so it was mostly free.
Willing to put up an implementation of this if it's supported.