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 wheneverhttp-cache-stream
is added without
somewhere in the dependency tree.default-features = false - tokio default
-
Enables tokio and tokio-util
- smol
-
Enables smol
http-cache-stream has 3 features without comments.