Cargo Features

nftables-async has no features set by default.

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

Enables tokio and tokio-util

Affects process::TokioProcess

async-process full?

Enables async-process

Affects process::AsyncProcess