Cargo Features
async-transmit has no features set by default.
[dependencies]
async-transmit = { version = "1.0.0", features = ["with-tokio", "with-async-channel", "with-sink"] }
- with-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.