We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
1 parent 49491db commit d052f8fCopy full SHA for d052f8f
1 file changed
bitreq/Cargo.toml
@@ -54,8 +54,8 @@ json-using-serde = ["serde", "serde_json"]
54
proxy = ["base64", "std"]
55
56
https = ["https-rustls"]
57
-https-rustls = ["rustls", "webpki-roots", "rustls-webpki"]
58
-https-rustls-probe = ["rustls", "rustls-native-certs"]
+https-rustls = ["rustls", "webpki-roots", "rustls-webpki", "rustls/std"]
+https-rustls-probe = ["rustls", "rustls-native-certs", "rustls/std"]
59
https-native-tls = ["native-tls"]
60
61
async = ["tokio", "std"]
0 commit comments