Add native-tls and rustls-tls features forwarded to reqwest

This commit is contained in:
Mingwei Samuel 2021-06-30 14:15:17 -07:00
parent 4b0cb11197
commit b6cf9217d8

View file

@ -21,6 +21,8 @@ features = [ "nightly" ]
[features]
nightly = [ "parking_lot/nightly" ]
native-tls = [ "reqwest/native-tls" ]
rustls-tls = [ "reqwest/rustls-tls" ]
[dependencies]
lazy_static = "1.4"