Skip to content

Commit

Permalink
mirror reqwest's feature structure for rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenic Quirl authored and Domenic Quirl committed Jan 24, 2023
1 parent 44a065a commit 94285c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ default = ["reqwest/default-tls"]

# For using rustls-tls (and no need for openssl anymore)
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"]
rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]

0 comments on commit 94285c3

Please sign in to comment.