Cargo Features

[dependencies]
hashing-reader = { version = "0.1.0", default-features = false, features = ["tokio"] }
default = tokio

The tokio feature is set by default whenever hashing-reader is added without default-features = false somewhere in the dependency tree.

tokio default

Enables tokio

HashingReader has 2 features without comments.