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 wheneverfutures-cpupool
is added without
somewhere in the dependency tree.default-features = false - with-deprecated default
-
Enables with-deprecated of futures ^0.1
futures-cpupool has 2 features without comments.