Cargo Features

async_minreq has no features set by default.

[dependencies]
async_minreq = { version = "0.1.0", features = ["https", "https-rustls", "https-rustls-probe", "https-bundled", "https-bundled-probe", "https-native", "json-using-serde", "proxy", "urlencoding", "punycode"] }
https = https-rustls
https-rustls https? = rustls, rustls-webpki, webpki-roots
https-rustls-probe = rustls, rustls-native-certs, webpki-roots
https-bundled https-bundled-probe? = tokio-native-tls

Enables vendored of openssl

https-bundled-probe = https-bundled, openssl-probe, tokio-native-tls
https-native = native-tls, tokio-native-tls
json-using-serde = serde, serde_json
proxy = base64

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

urlencoding implicit feature

Enables urlencoding

For the urlencoding feature:

punycode implicit feature

Enables punycode

For the punycode feature:

serde json-using-serde?

Enables serde

For the json-using-serde feature:

serde_json json-using-serde?
base64 proxy?

Enables base64

For the proxy feature:

rustls https-rustls? https-rustls-probe?

Enables rustls

For the https features:

rustls-native-certs https-rustls-probe?
webpki-roots https-rustls? https-rustls-probe?

Enables webpki-roots ^0.26.0

rustls-webpki https-rustls?
openssl https-bundled?
openssl-probe https-bundled-probe?
tokio-native-tls https-bundled? https-bundled-probe? https-native?
native-tls https-native?