[package] name = "qoi" version = "0.9.9" edition = "2021" authors = ["nihil carcosa "] description = "CLI tool and rust library for the de- and encoding of images to the QOI format." readme = "README.md" homepage = "https://valhrafnaz.gay" repository = "https://git.valhrafnaz.gay/valhrafnaz/qoi-img" license-file = "LICENSE" keywords = ["image_compression", "encoding", "qoi", "cli", "library"] categories = ["command-line-utilities", "encoding", "graphics", "compression"] exclude = ["/qoi_test_images"] publish = ["gitea"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] array-init = "2.0.1" png = "0.17.14" log = "0.4.22" colors-transform = "0.2.11" clap = { version = "4.5.18", features = ["derive"] }