termplay 2.0.2

Play images/videos in your terminal
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "termplay"
version = "2.0.2"
authors = ["jD91mZM2 <me@krake.one>"]
description = "Play images/videos in your terminal"
homepage = "https://jD91mZM2.github.io/termplay/"
license-file = "LICENSE"
[dependencies.failure]
version = "0.1.1"
optional = true

[dependencies.gstreamer]
version = "0.11.1"
optional = true

[dependencies.gstreamer-app]
version = "0.11.0"
optional = true

[dependencies.image]
version = "0.18.0"

[dependencies.termion]
version = "1.5.1"
optional = true
[dev-dependencies.clap]
version = "2.31.2"

[dev-dependencies.failure]
version = "0.1.1"

[features]
default = ["gst", "sixel"]
gst = ["failure", "gstreamer", "gstreamer-app", "termion"]
sixel = []