[dependencies.bytemuck]
version = "1.12"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.cfg-if]
version = "1.0"
[dev-dependencies.png]
version = "0.17"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.walkdir]
version = "2.3"
[features]
alloc = []
default = ["std"]
reference = []
std = []
[lib]
doctest = false
name = "qoi"
path = "src/lib.rs"
[package]
authors = ["Ivan Smirnov <rust@ivan.smirnov.ie>"]
categories = ["multimedia::images", "multimedia::encoding"]
description = "VERY fast encoder/decoder for QOI (Quite Okay Image) format"
documentation = "https://docs.rs/qoi"
edition = "2021"
exclude = ["assets/*"]
homepage = "https://github.com/aldanor/qoi-rust"
keywords = ["qoi", "graphics", "image", "encoding"]
license = "MIT/Apache-2.0"
name = "qoi"
readme = "README.md"
repository = "https://github.com/aldanor/qoi-rust"
rust-version = "1.61.0"
version = "0.4.1"
[profile.test]
opt-level = 3