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 whenever capstone-sys is added without default-features = false somewhere in the dependency tree.

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?