Cargo Features
[dependencies]
photonio = { version = "0.0.5", default-features = false, features = ["uring", "tokio"] }
- default = uring
-
The
uring
feature is set by default wheneverphotonio
is added without
somewhere in the dependency tree.default-features = false - uring default
-
Enables photonio-uring
- tokio
-
Enables photonio-tokio
photonio has 3 features without comments.