mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
24 lines
518 B
TOML
24 lines
518 B
TOML
[package]
|
|
name = "sqp"
|
|
description = """
|
|
The squishiest image format!
|
|
"""
|
|
repository = "https://github.com/Dangoware/sqp"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["G2 <ke0bhogsg@gmail.com>"]
|
|
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"
|