# 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.6" authors = ["jD91mZM2 "] description = "Play images/videos in your terminal" homepage = "https://jD91mZM2.github.io/termplay/" readme = "README.md" license-file = "LICENSE" [[bin]] name = "termplay" path = "src/main.rs" required-features = ["bin"] [dependencies.clap] version = "2.33.0" optional = true [dependencies.failure] version = "0.1.6" optional = true [dependencies.gstreamer] version = "0.15.0" optional = true [dependencies.gstreamer-app] version = "0.15.0" optional = true [dependencies.image] version = "0.22.3" [dependencies.termion] version = "1.5.4" optional = true [features] bin = ["clap", "failure"] default = ["gst", "sixel"] gst = ["failure", "gstreamer", "gstreamer-app", "termion"] sixel = []