Cargo Features
[dependencies]
cbqn-sys = { version = "0.2.0", default-features = false, features = ["shared-object", "bindgen"] }
- default = shared-object
-
The
shared-object
feature is set by default whenevercbqn-sys
is added without
somewhere in the dependency tree.default-features = false - bindgen build
-
Enables bindgen ^0.65.1
cbqn-sys has 3 features without comments.