Cargo Features

[dependencies]
interprocess-docfix = { version = "1.2.2", default-features = false, features = ["signals", "nonblocking", "tokio_support", "doc_cfg"] }
default = nonblocking, signals

These default features are set whenever interprocess-docfix is added without default-features = false somewhere in the dependency tree.

signals default = intmap, once_cell, spinning, thiserror

Affects unix::signal, windows::signal

nonblocking default = blocking, futures-core, futures-io

Affects interprocess-docfix::nonblocking

tokio_support = futures-core, futures-io, tokio

Affects local_socket::tokio, local_socket::tokio, udsocket::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.

tokio tokio_support?
thiserror signals
spinning signals
intmap signals

Enables intmap ^0.7

once_cell signals
blocking nonblocking
futures-core nonblocking tokio_support?
futures-io nonblocking tokio_support?