Cargo Features
fd-queue has no features set by default.
[dependencies]
fd-queue = { version = "1.1.0", features = ["net-fd", "mio-fd", "tokio-fd"] }
- net-fd mio-fd? = tracing
- mio-fd = mio, net-fd
-
Affects
fd-queue::mio
… - tokio-fd = futures-core, futures-util, pin-project, tokio, tracing
-
Affects
fd-queue::tokio
…
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.
- tracing net-fd? tokio-fd?
- mio mio-fd?
-
Enables mio ^0.6.22
- tokio tokio-fd?
- pin-project tokio-fd?
-
Enables pin-project ^0.4.22
- futures-core tokio-fd?
- futures-util tokio-fd?