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

pull/27/head
Mingwei Samuel 2021-06-30 14:15:17 -07:00
parent 4b0cb11197
commit b6cf9217d8
1 changed files with 2 additions and 0 deletions

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"