Cargo Features

[dependencies]
onload = { version = "0.2.0", default-features = false, features = ["debug", "release"] }
default = release

The release feature is set by default whenever onload is added without default-features = false somewhere in the dependency tree.

debug = bindgen

Affects onload::ge

release default

Affects onload::binding

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 debug?

Enables bindgen ^0.60