Cargo Features

TUN has no features set by default.

[dependencies]
tun = { version = "0.7.1", features = ["async"] }
async = futures, futures-core, tokio, tokio-util

Enables wintun-bindings

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.

futures-core async?
tokio async?
tokio-util async?
futures win async?