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 ^1.1
Affects
ntex-connect::openssl
… - rustls = tls_rust
-
rustls support
Enables rustls of ntex-tls ^1.1
Affects
ntex-connect::rustls
… - tokio
-
tokio runtime
Enables tokio of ntex-net ^1.0
- glommio
-
glommio runtime
Enables glommio of ntex-net ^1.0
- async-std
-
async-std runtime
Enables async-std of ntex-net ^1.0
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.