Cargo Features

[dependencies]
av-scenechange = { version = "0.10.0", default-features = false, features = ["binary", "serialize", "devel", "tracing"] }
default = binary

The binary feature is set by default whenever av-scenechange is added without default-features = false somewhere in the dependency tree.

binary default = clap, serialize

Required by the binary

serialize binary = serde, serde_json
devel = console, fern, log
tracing = tracing-chrome, tracing-subscriber

Enables tracing, tracing of rav1e

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.

clap binary
serde serialize?
serde_json serialize?
log devel?
console devel?
fern devel?
tracing-subscriber tracing?
tracing-chrome tracing?