Cargo Features

[dependencies]
photonio = { version = "0.0.5", default-features = false, features = ["uring", "tokio"] }
default = uring

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

uring default

Enables photonio-uring

tokio

Enables photonio-tokio

PhotonIO has 3 features without comments.