Cargo Features

FastCDC has no features set by default.

[dependencies]
fastcdc = { version = "3.1.0", features = ["tokio", "futures"] }
tokio = async-stream, tokio-stream

Enables tokio

futures

Enables futures

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-stream tokio?
async-stream tokio?