Cargo Features

nftables-async has no features set by default.

[dependencies]
nftables-async = { version = "0.4.0", features = ["full", "tokio-driver", "async-process-driver"] }
full = async-process-driver, tokio-driver
tokio-driver full?

Enables tokio

Affects driver::TokioDriver

async-process-driver full?

Enables async-process and futures-lite

Affects driver::AsyncProcessDriver