# 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 = "viuer" version = "0.7.1" authors = ["Atanas Yankov "] exclude = [".github"] description = "Display images in the terminal" documentation = "https://docs.rs/viuer" readme = "README.md" keywords = [ "terminal", "image", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/atanunq/viuer" [dependencies.ansi_colours] version = "1.0" [dependencies.base64] version = "0.21.4" [dependencies.console] version = "0.15" default-features = false [dependencies.crossterm] version = "0.27" [dependencies.image] version = "0.24" [dependencies.lazy_static] version = "1.4" [dependencies.sixel-rs] version = "0.3.3" optional = true [dependencies.tempfile] version = "3.1" [dependencies.termcolor] version = "1.1" [features] default = [] sixel = ["sixel-rs"]