Cargo Features
Interprocess has no features set by default.
[dependencies]
interprocess = { version = "2.2.1", features = ["async", "tokio", "doc_cfg"] }
- async tokio? = futures-core
- tokio = async
-
Enables tokio
Affects
local_socket::traits.tokio
,local_socket::tokio
,named_pipe::tokio
,unnamed_pipe::tokio
,unnamed_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.