Cargo Features

Calloop has no features set by default.

[dependencies]
calloop = { version = "0.13.0", features = ["block_on", "executor", "nightly_coverage", "signals", "futures-io"] }
block_on = pin-utils
executor = async-task

Affects sources::futures

nightly_coverage
signals = nix

Affects sources::signals

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.

async-task executor?
futures-io implicit feature

Enables futures-io

futures-io:

The AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits for the futures-rs library

pin-utils block_on?
nix unix signals?