Cargo Features
ntex-rt has no features set by default.
[dependencies]
ntex-rt = { version = "0.4.23", features = ["glommio", "tokio", "compio", "async-std"] }
- glommio = futures-channel, glomm-io
-
glommio support
- tokio = tok-io
-
tokio support
- compio = compio-driver, compio-runtime
-
compio support
- async-std
-
async-std support
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.
- async_std async-std?
-
Enables async-std
- compio-driver compio?
- compio-runtime compio?
- tok-io tokio?
-
Enables tokio
- futures-channel linux glommio?
- glomm-io linux glommio?
-
Enables glommio