Cargo Features

kuska-handshake has no features set by default.

[dependencies]
kuska-handshake = { version = "0.2.0", features = ["sync", "async_std", "tokio_compat"] }
sync

Affects kuska-handshake::sync

async_std tokio_compat? = futures

Affects kuska-handshake::async_std

tokio_compat = async_std, tokio

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 async_std?
tokio tokio_compat?