Cargo Features
[dependencies]
ipp-sys = { version = "0.4.5", default-features = false, features = ["do-linking", "2017", "2018", "2019"] }
- default = do-linking
-
The
do-linking
feature is set by default wheneveripp-sys
is added without
somewhere in the dependency tree.default-features = false - do-linking default = link-ippcore, link-ippcv, link-ippi, link-ipps, link-ippvm
- 2017
-
Enables 2017 of ipp-headers-sys
- 2018
-
Enables 2018 of ipp-headers-sys
- 2019
-
Enables 2019 of ipp-headers-sys
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.