Skip to content

Cargo.toml: allow users to specify tls implementation

Dominik Spicher requested to merge which-tls into master

We allow the user to choose between the default native-tls and rustls TLS implementations for the reqwest dependency. The default behaviour remains activating the previously used, default native-tls implementation, thus not breaking any clients.

Merge request reports