Cargo Features

[dependencies]
revc = { version = "0.2.0", default-features = false, features = ["binaries", "trace", "trace_pred", "trace_me"] }
default = binaries

The binaries feature is set by default whenever revc is added without default-features = false somewhere in the dependency tree.

binaries default = clap, y4m

Required by revcd and revce binaries

trace trace_bin? trace_coef? trace_cudata? trace_dbf? trace_me? trace_pred? trace_reco? trace_resi?
trace_bin trace_coef trace_resi trace_pred = trace
trace_reco trace_dbf trace_cudata trace_me = trace

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 binaries

Enables clap ^2

y4m binaries

Enables y4m ^0.6