Cargo Features

[dependencies]
lzf-sys = { version = "0.1.0", default-features = false, features = ["static", "paranoid"] }
default = static

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

static default = cc
paranoid = bindgen

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.

cc build static
bindgen build paranoid?

Enables bindgen ^0.56.0