Cargo Features

[dependencies]
netlink_wi = { version = "0.7.0-rc5", default-features = false, features = ["sync", "async"] }
default = sync

The sync feature is set by default whenever netlink_wi is added without default-features = false somewhere in the dependency tree.

sync default

Enables sync of neli

async

Enables async of neli

netlink_wi has 3 features without comments.