Cargo Features

[dependencies]
http-cache-stream = { version = "0.1.0", default-features = false, features = ["tokio", "smol"] }
default = tokio

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

tokio default

Enables tokio and tokio-util

smol

Enables smol

http-cache-stream has 3 features without comments.