Cargo Features
[dependencies]
capstone-sys = { version = "0.16.0", default-features = false, features = ["full", "use_bindgen"] }
- default = full
-
The
full
feature is set by default whenevercapstone-sys
is added without
somewhere in the dependency tree.default-features = false - full default
- use_bindgen = bindgen, regex
-
use pre-generated bindings instead of dynamically with bindgen Dynamically generate bindings with bindgen
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.
- bindgen build use_bindgen?
-
Enables bindgen ^0.59.1
- regex build use_bindgen?