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.
1 parent b68f20d commit de4ece5Copy full SHA for de4ece5
bitreq/Cargo.toml
@@ -50,7 +50,7 @@ https = ["https-rustls"]
50
https-rustls = ["rustls", "webpki-roots", "rustls-webpki"]
51
https-rustls-probe = ["rustls", "rustls-native-certs"]
52
json-using-serde = ["serde", "serde_json"]
53
-proxy = ["base64"]
+proxy = ["base64", "std"]
54
async = ["tokio", "std"]
55
async-https = ["async", "https-rustls", "tokio-rustls"]
56
0 commit comments