[package] name = "serialqoi" version = "0.2.0" authors = ["Matthias Kaak "] edition = "2021" description = "Serial QOI de/encoder" license = "GPL-3.0-or-later" repository = "https://codeberg.org/zvavybir/serialqoi" documentation = "https://docs.rs/serialqoi" readme = "README.md" keywords = ["api", "image", "io", "stream", "library"] categories = ["compression"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] }