Cargo Features
ntex-net has no features set by default.
[dependencies]
ntex-net = { version = "2.4.0", features = ["tokio", "compio", "glommio", "async-std"] }
- tokio = ntex-tokio
-
tokio runtime
- compio = ntex-compio
-
compio runtime
- glommio = ntex-glommio
-
glommio runtime
- async-std = ntex-async-std
-
async-std runtime
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.