[package] name = "tpng" version = "0.1.6" edition = "2018" rust-version = "1.48" license = "MIT OR Apache-2.0" description = "A small tool that prints truecolor png renderings to the terminal using unicode block characters" repository = "https://github.com/warhodes-dev/tpng" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #clap = { version = "3.1.16", features = ["derive"] } colored = "2" png = "0.17.5"