mattsse / chromiumoxide

Chrome Devtools Protocol rust API
Apache License 2.0
755 stars 78 forks source link

Remove unused features from reqwest #190

Closed krant closed 11 months ago

krant commented 11 months ago

Hey @mattsse , thanks for the great library!

I've noticed in the new release there are a bunch of unused features in newly introduced reqwest dependency. Besides code bloat they could introduce cross-platform compatibility issues. Since reqwest is used only for single http-only request (Chromium debugging port is always HTTP) I've thought it would nice to remove them.

Cheers!

mattsse commented 11 months ago

thanks! publishing new release