Cargo Features

ssip-client-async has no features set by default.

[dependencies]
ssip-client-async = { version = "0.13.0", features = ["async-mio", "tokio", "async-std"] }
async-mio

Enables net and os-poll of mio

tokio

Affects fifo::asynchronous_tokio, ssip-client-async::tokio

async-std

Affects ssip-client-async::async_std

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.

mio async-mio?