Cargo Features

channel-sender has no features set by default.

[dependencies]
channel-sender = { version = "0.4.1", features = ["impl_tokio", "impl_async_channel"] }
impl_tokio = tokio

Affects channel-sender::impl_tokio

impl_async_channel = async-channel

Affects channel-sender::impl_async_channel

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.

tokio impl_tokio?
async-channel impl_async_channel?

Enables async-channel ^1