Skip to content

Commit

Permalink
Merge pull request #66 from domenicquirl/tls-features
Browse files Browse the repository at this point in the history
Mirror `reqwest`'s feature structure for `rustls`
  • Loading branch information
driftluo authored Jul 5, 2024
2 parents 44a065a + 94285c3 commit 9f27bef
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 9f27bef

Please sign in to comment.