# 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.9.1" authors = ["Atanas Yankov "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false 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" [package.metadata.docs.rs] all-features = true [lib] name = "viuer" path = "src/lib.rs" [dependencies.ansi_colours] version = "1" [dependencies.base64] version = "0.22" [dependencies.console] version = "0.15" default-features = false [dependencies.crossterm] version = "0.28" default-features = false [dependencies.image] version = "0.25" features = ["png"] default-features = false [dependencies.lazy_static] version = "1.5" [dependencies.sixel-rs] version = "0.3" optional = true [dependencies.tempfile] version = "3" [dependencies.termcolor] version = "1" [features] default = [] print-file = ["image/default-formats"] sixel = ["sixel-rs"] [target."cfg(windows)".dependencies.crossterm] version = "0.28" features = ["windows"] default-features = false