maoertel / diqwest

Crate to extend `reqwest` to be able to send with digest auth flow.
https://docs.rs/diqwest
MIT License
18 stars 3 forks source link

Added rustls-tls feature export #6

Closed rcastill closed 2 years ago

rcastill commented 2 years ago

In our use case, we prefer rustls-tls in order to be able to easily cross-compile to targets using static compilation (musl)

This could be useful for other users