Cargo Features

[dependencies]
nyquest-backend-curl = { version = "0.1.0", default-features = false, features = ["async", "blocking", "multipart", "ssl", "charset", "charset-defaults", "mio"] }
default = ssl

The ssl feature is set by default whenever nyquest-backend-curl is added without default-features = false somewhere in the dependency tree.

async

Enables slab, futures-channel and futures-util, poll_7_68_0 of curl, async of nyquest-interface

blocking

Enables blocking of nyquest-interface

multipart

Enables multipart of nyquest-interface

ssl default

Enables ssl of curl

curl:

OpenSSL/system TLS backend

charset charset-defaults?

Enables iconv-native

charset-defaults = charset

Enables iconv-native

Features from optional dependencies

mio implicit feature

Enables mio

mio:

Lightweight non-blocking I/O