Cargo Features

[dependencies]
yuca = { version = "0.1.0", default-features = false, features = ["rustix-use-libc", "tokio"] }
default = tokio

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

rustix-use-libc

Enables use-libc of rustix

Flip on use-libc here, because umockdev works via LD_PRELOAD and thus can't manipulate direct syscalls.

tokio default

Enables tokio