Open
Description
Feel free to close if this isn't valid, but I figured I'd ask, are you open to replacing reqwest with ureq? Reqwest has a pretty large dependency tree even with default-features = false and pulling in select features. Ureq is a lot slimmer.
The reason I ask is because reqwest really slows down my build time on systems with low core counts. Since this crate is quite basic and only uses very basic http stuff, would you be open to using ureq instead?