Cargo Features

[dependencies]
ureeves-userfaultfd-sys = { version = "0.5.0", default-features = false, features = ["runtime", "static", "linux5_7"] }
default = runtime

The runtime feature is set by default whenever ureeves-userfaultfd-sys is added without default-features = false somewhere in the dependency tree.

runtime build default

Enables runtime of bindgen ^0.68.1

static build

Enables static of bindgen ^0.68.1

linux4_14 linux5_7

ureeves-userfaultfd-sys has 4 features without comments.