Cargo Features
[dependencies]
highs-sys = { version = "1.6.4", default-features = false, features = ["discover", "build", "highs_release", "libz"] }
- default = build, highs_release
-
These default features are set whenever
highs-sys
is added without
somewhere in the dependency tree.default-features = false - discover build
-
Enables pkg-config
- build build default
-
Enables cmake
- highs_release default
- ninja libz
highs-sys has 5 features without comments.