[package] name = "sqp" description = """ The squishiest image format! """ repository = "https://github.com/Dangoware/sqp" license = "MIT OR Apache-2.0" authors = ["G2 "] version = "0.1.1" edition = "2021" categories = ["encoding", "compression", "graphics", "multimedia::images", "multimedia::encoding"] [dependencies] byteorder = "1.5" integer-encoding = "4.0" rayon = "1.10" thiserror = "1.0" [profile.production] inherits = "release" lto = true strip = true codegen-units = 1 panic = "abort"