Cargo Features

[dependencies]
libceed-sys = { version = "0.12.0", default-features = false, features = ["static", "system"] }
default = static

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

static default
system

libceed-sys has 3 features without comments.