Cargo Features

par-stream has no features set by default.

[dependencies]
par-stream = { version = "0.10.2", features = ["runtime-async-std", "runtime-tokio", "doc-only"] }
runtime-async-std = async-std
runtime-tokio

Enables rt-multi-thread of tokio

doc-only = async-std

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-std doc-only? runtime-async-std?