Cargo Features

ntex-net has no features set by default.

[dependencies]
ntex-net = { version = "1.0.2", features = ["tokio", "glommio", "async-std"] }
tokio = ntex-tokio

tokio runtime

Enables tokio of ntex-rt

glommio = ntex-glommio

glommio runtime

Enables glommio of ntex-rt

async-std = ntex-async-std

async-std runtime

Enables async-std of ntex-rt

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.

ntex-tokio tokio?
ntex-glommio glommio?
ntex-async-std async-std?