http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 119 forks source link

Depend on http-types with only the "fs" feature, no other default features #333

Open joshtriplett opened 2 years ago

joshtriplett commented 2 years ago

This allows users of surf to avoid the substantial dependency tree for the "cookie" feature if they don't need it.

Fishrock123 commented 2 years ago

is this semver-major?

joshtriplett commented 2 years ago

@Fishrock123 I don't think so, no. Dropping "fs" would be semver-major, but I think as long as we keep that, the rest would be fine.