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 345fc9a commit dc22fceCopy full SHA for dc22fce
Cargo.toml
@@ -45,6 +45,6 @@ blocking-https-bundled = ["blocking", "minreq/https-bundled"]
45
tokio = ["dep:tokio"]
46
async = ["async_minreq", "tokio?/time"]
47
async-https = ["async"]
48
-async-https-native = ["async", "async_minreq/native-tls"]
49
-async-https-rustls = ["async", "async_minreq/rustls"]
+async-https-native = ["async"]
+async-https-rustls = ["async"]
50
async-https-rustls-manual-roots = ["async"]
0 commit comments