qoi-img/Cargo.toml
Nihil Carcosa d1a55c98f4
Some checks failed
build release package / build (push) Has been cancelled
Fixed input commands, png writing fixed.
2024-11-15 22:59:48 +01:00

25 lines
797 B
TOML

[package]
name = "qoi"
version = "0.9.9"
edition = "2021"
authors = ["nihil carcosa <nihil@valhrafnaz.gay>"]
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"] }