Skip to content

[Discussion] Use ureq instead of reqwest to limit dependencies. #29

Open
@jonatino

Description

@jonatino

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions