Cargo Features

[dependencies]
binary-stream = { version = "8.3.0", default-features = false, features = ["64bit", "async", "tokio-compat-flush"] }
default = tokio-compat-flush

The tokio-compat-flush feature is set by default whenever binary-stream is added without default-features = false somewhere in the dependency tree.

64bit
async

Enables async-trait and futures

Affects binary-stream::futures

tokio-compat-flush default

SEE: https://github.com/tokio-rs/tokio/issues/5764