Cargo Features

rups has no features set by default.

[dependencies]
rups = { version = "0.6.1", features = ["ssl", "async", "async-ssl", "write", "async-rt"] }
ssl async-ssl? = rustls, webpki, webpki-roots

Enables dangerous_configuration of rustls ^0.19

async async-rt? async-ssl? = tokio

Affects rups::tokio

async-ssl = async, ssl, tokio-rustls
write
async-rt = async

a feature gate for examples

Enables macros and rt-multi-thread of tokio

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.

rustls ssl?

Enables rustls ^0.19

webpki ssl?

Enables webpki ^0.21

webpki-roots ssl?

Enables webpki-roots ^0.21

tokio async? async-rt?
tokio-rustls async-ssl?

Enables tokio-rustls ^0.22