Cargo Features

[dependencies]
jerasure-sys = { version = "1.0.0", default-features = false, features = ["bundle", "link_static"] }
default = bundle

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

bundle default = link_static

The bundle feature enables building the dependencies from source. Set by default.

The link_static feature enables linking the dependencies statically.