Cargo Features

[dependencies]
termplay = { version = "2.0.6", default-features = false, features = ["bin", "gst", "sixel"] }
default = gst, sixel

These default features are set whenever termplay is added without default-features = false somewhere in the dependency tree.

bin = clap, failure

Required by the binary

gst default = failure, gstreamer, gstreamer-app, termion

Affects interactive::VideoError, interactive::VideoPlayer

sixel default

Affects converters::sixel

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

clap bin?

Enables clap ^2.33.0

gstreamer gst

Enables gstreamer ^0.15.0

gstreamer-app gst

Enables gstreamer-app ^0.15.0

termion gst

Enables termion ^1.5.4

failure bin? gst