Cargo Features

async-transmit has no features set by default.

[dependencies]
async-transmit = { version = "0.3.4", features = ["with-tokio", "with-async-channel", "with-sink"] }
with-tokio

Enables sync of tokio

with-async-channel = async-channel
with-sink = futures-sink

Enables sink of futures-util

Affects transmit::from_sink

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.

async-channel with-async-channel?
futures-sink with-sink?
futures-util with-sink?
tokio with-tokio?