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 wheneveryuca
is added without
somewhere in the dependency tree.default-features = false - rustix-use-libc
-
Flip on use-libc here, because umockdev works via LD_PRELOAD and thus can't manipulate direct syscalls.
- tokio default
-
Enables tokio