Cargo Features

[dependencies]
libde265-sys = { version = "0.1.1", default-features = false, features = ["static", "system", "encoder"] }
default = system

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

static
system default
generate-bindings encoder

libde265-sys has 4 features without comments.