# 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 = "printimg" version = "0.5.6" authors = ["Ryota Okimatsu "] description = "Print an image or a video in terminal." readme = "README.md" keywords = [ "terminal", "opencv", ] categories = [ "command-line-utilities", "multimedia::images", "multimedia::video", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/oza6ut0ne/printimg-rust" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = "symbols" [[bin]] name = "printi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "3.1.2" features = ["derive"] [dependencies.crossterm] version = "0.19.0" [dependencies.ctrlc] version = "3.1.5" [dependencies.image] version = "0.23.14" optional = true [dependencies.libc] version = "0.2.73" optional = true [dependencies.opencv] version = "0.92.0" optional = true [features] default = [ "libc", "opencv", ] opencv-32 = []