# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "viu" version = "1.5.1" authors = ["Atanas Yankov "] build = false exclude = [ "/img", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "View images right from the terminal." readme = "README.md" keywords = [ "terminal", "image", "gif", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/atanunq/viu" [[bin]] name = "viu" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.crossterm] version = "0.28" default-features = false [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.image] version = "0.25" [dependencies.viuer] version = "0.9" features = ["print-file"] [features] default = [] sixel = ["viuer/sixel"]