Cargo Features
[dependencies]
resize = { version = "0.8.8", default-features = false, features = ["std", "no_std", "rayon"] }
- default = rayon, std
-
These default features are set whenever
resize
is added without
somewhere in the dependency tree.default-features = false - std default rayon
-
If you disable
std
, you must also enableno_std
- no_std
-
Takes effect only if
std
is disabled. Usedefault-features=false
. - rayon default = std
-
Enables rayon