Cargo Features

[dependencies]
fluke-maybe-uring = { version = "0.1.1", default-features = false, features = ["net", "tokio-uring"] }
default = tokio-uring

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

net

Enables net of tokio

Affects fluke-maybe-uring::net

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.

tokio-uring linux default

Affects fluke-maybe-uring::start