Cargo Features

dolby_vision has no features set by default.

[dependencies]
dolby_vision = { version = "3.3.0", features = ["xml", "serde", "capi"] }
xml = roxmltree

Affects dolby_vision::xml

serde

Enables serde and serde_json

capi = libc

Affects dolby_vision::capi, dolby_vision::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.

roxmltree xml?
libc capi?