Cargo Features

ntex-connect has no features set by default.

[dependencies]
ntex-connect = { version = "1.1.0", features = ["openssl", "rustls", "tokio", "glommio", "async-std"] }
openssl = tls_openssl

Enables openssl of ntex-tls

Affects ntex-connect::openssl

rustls = tls_rust

rustls support

Enables rustls of ntex-tls

Affects ntex-connect::rustls

tokio

tokio runtime

Enables tokio of ntex-net

glommio

glommio runtime

Enables glommio of ntex-net

async-std

async-std runtime

Enables async-std of ntex-net

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.

tls_openssl openssl?

Enables openssl

tls_rust rustls?

Enables rustls