Cargo Features
[dependencies]
av-scenechange = { version = "0.12.2", default-features = false, features = ["binary", "serialize", "devel", "tracing", "ffmpeg", "vapoursynth"] }
- default = binary
-
The
binary
feature is set by default wheneverav-scenechange
is added without
somewhere in the dependency tree.default-features = false - binary default = clap, serialize
-
Required by the binary
- serialize binary = serde, serde_json
- devel = console, fern, log
- tracing = tracing-chrome, tracing-subscriber
- ffmpeg = ffmpeg-the-third
-
Affects
av-scenechange::ffmpeg
…
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?
-
Enables fern ^0.6
- tracing-subscriber tracing?
- tracing-chrome tracing?
- ffmpeg-the-third ffmpeg?
- vapoursynth implicit feature
-
Enables vapoursynth
vapoursynth:
Safe Rust wrapper for VapourSynth and VSScript
Affects
av-scenechange::vapoursynth
…