You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?