Cargo Features
[dependencies]
lzf-sys = { version = "0.1.0", default-features = false, features = ["static", "paranoid"] }
- default = static
-
The
static
feature is set by default wheneverlzf-sys
is added without
somewhere in the dependency tree.default-features = false - 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