Please support native-tls and rust-tls conditional compilation
- This is because
native-tls requires the operating system to install Open-SSL.(The Open-SSL version has serious problems on some cloud service operating systems, Upgrading Open-SSL is not supported)
- But the
rust-tls No system dependence whatsoever
- As far as I know,
reqwest currently supports conditional compilation switching