Cargo Features
Streamcatcher has no features set by default.
[dependencies]
streamcatcher = { version = "1.0.1", features = ["async", "async-std-compat", "smol-compat", "tokio-compat"] }
- async async-std-compat? smol-compat? tokio-compat? = async-trait
-
Enables io of futures-util
Affects
streamcatcher::future
… - async-std-compat = async, async-std
- smol-compat = async, smol
- tokio-compat = async, async-compat, 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.
Dependencies