Cargo Features
dolby_vision has no features set by default.
[dependencies]
dolby_vision = { version = "3.3.2", features = ["xml", "serde", "capi"] }
- xml = roxmltree
-
Affects
dolby_vision::xml… - serde
-
Enables serde and serde_json, serde of tinyvec
- capi = libc
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?
-
Enables roxmltree ^0.20.0
- libc capi?