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 15a2592 commit 01fd667Copy full SHA for 01fd667
Cargo.toml
@@ -42,7 +42,7 @@ blocking-https-native = ["blocking", "minreq/https-native"]
42
blocking-https-bundled = ["blocking", "minreq/https-bundled"]
43
44
tokio = ["dep:tokio"]
45
-async = ["reqwest", "reqwest/socks"]
+async = ["reqwest", "reqwest/socks", "tokio?/time"]
46
async-https = ["async", "reqwest/default-tls"]
47
async-https-native = ["async", "reqwest/native-tls"]
48
async-https-rustls = ["async", "reqwest/rustls-tls"]
0 commit comments