Cargo Features
scip-sys has no features set by default.
[dependencies]
scip-sys = { version = "0.1.16", features = ["bundled", "from-source"] }
- bundled = tempfile, ureq, zip, zip-extract
-
Affects
bundled::is_bundled_feature_enabled
,bundled::download_scip
… - from-source = cmake, tempfile, ureq, zip, zip-extract
-
Affects
from_source::is_from_source_feature_enabled
,from_source::download_scip_source
,from_source::compile_scip
…
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.
- cmake build from-source?
- ureq build bundled? from-source?
- zip build bundled? from-source?
-
Enables zip ^0.5
- tempfile build bundled? from-source?
- zip-extract build bundled? from-source?
-
Enables zip-extract ^0.1.3