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
somewhere in the dependency tree.default-features = false - 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.
- 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