Cargo Features

hdr10plus has no features set by default.

[dependencies]
hdr10plus = { version = "2.1.3", features = ["hevc", "json", "capi"] }
hevc = hevc_parser

Affects hdr10plus::hevc

json capi? = serde, serde_json

Affects hdr10plus::metadata_json

capi = json, libc

Affects hdr10plus::capi, hdr10plus::c_structs

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.

hevc_parser hevc?
serde json?
serde_json json?
libc capi?