[package] name = "rapid-qoi" version = "0.6.1" edition = "2018" authors = [] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/rapid-qoi" homepage = "https://github.com/zakarumych/rapid-qoi" repository = "https://github.com/zakarumych/rapid-qoi" readme = "README.md" description = "Optimized QOI format encoder and decoder" keywords = ["qoi", "image", "encode", "decode", "no-std"] categories = ["algorithms", "compression", "multimedia::encoding", "no-std"] [features] alloc = [] std = ["alloc"] default = ["std"] io = ["std"] [dependencies] bytemuck = { version = "1.0", features = ["min_const_generics"] } [workspace] members = ["bench", "qoiconv"]