Cargo Features

oboe-sys has no features set by default.

[dependencies]
oboe-sys = { version = "0.6.1", features = ["shared-link", "generate-bindings", "fetch-prebuilt", "test"] }
generate-bindings = bindgen
fetch-prebuilt = fetch_unroll
shared-stdcxx test

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 generate-bindings?
fetch_unroll build fetch-prebuilt?