Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

`rustls-tls-no-provider` instead of `rustls-tls` #1680

Open omid opened 3 months ago

omid commented 3 months ago

To be able to choose between ring and aws-lc-rs for reqwest, please enable rustls-tls-no-provider feature instead of rustls-tls.

Or make it possible to decide via feature flags.