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
somewhere in the dependency tree.default-features = false - 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.