Cargo Features

ntex-net has no features set by default.

[dependencies]
ntex-net = { version = "3.6.3", features = ["tokio", "compio", "neon", "neon-uring", "neon-polling"] }
tokio = tok-io

tokio runtime

Enables tokio of ntex-rt

Affects ntex-net::tokio

compio = compio-buf, compio-driver, compio-io, compio-net, compio-runtime

compio runtime

Enables compio of ntex-rt

neon

neon runtime (deprecated)

neon-uring

io-uring only

neon-polling

polling only

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.

compio-buf compio?
compio-io compio?
compio-net compio?
compio-driver compio?
compio-runtime compio?
tok-io tokio?

Enables tokio