Cargo Features

Interprocess has no features set by default.

[dependencies]
interprocess = { version = "2.0.0", features = ["async", "tokio", "doc_cfg"] }
async tokio? = futures-core
tokio = async

Enables tokio

Affects bound_util::RefTokioAsyncRead, bound_util::RefTokioAsyncWrite, local_socket::traits.tokio, local_socket::tokio, named_pipe::tokio

doc_cfg

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.

futures-core async?