We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44a065a + 94285c3 commit 9f27befCopy full SHA for 9f27bef
Cargo.toml
@@ -33,3 +33,6 @@ default = ["reqwest/default-tls"]
33
34
# For using rustls-tls (and no need for openssl anymore)
35
rustls-tls = ["reqwest/rustls-tls"]
36
+rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"]
37
+rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
38
+rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
0 commit comments