Cargo Features

[dependencies]
librelic-sys = { version = "0.1.0+0.6.0", default-features = false, features = ["system", "vendored"] }
default = system

The system feature is set by default whenever librelic-sys is added without default-features = false somewhere in the dependency tree.

system build default

Enables pkg-config

vendored build

Enables cmake

librelic-sys has 3 features without comments.