Cargo Features

[dependencies]
futures-cpupool = { version = "0.1.8", default-features = false, features = ["with-deprecated"] }
default = with-deprecated

The with-deprecated feature is set by default whenever futures-cpupool is added without default-features = false somewhere in the dependency tree.

with-deprecated default

Enables with-deprecated of futures ^0.1

futures-cpupool has 2 features without comments.