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

shared-object default
bindgen build

Enables bindgen ^0.65.1

cbqn-sys has 3 features without comments.