Cargo Features
xitca-io has no features set by default.
[dependencies]
xitca-io = { version = "0.4.1", features = ["runtime", "runtime-uring", "quic"] }
- runtime quic? = tokio
-
tokio runtime support
Affects
xitca-io::io
,xitca-io::net
… - runtime-uring = tokio-uring
-
tokio-uring runtime support
Affects
xitca-io::io_uring
,net::io_uring
… - quic = quinn, runtime
-
quic support
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.