lbee-utils/cz/Cargo.toml

16 lines
321 B
TOML

[package]
name = "cz"
version = "0.1.0"
edition = "2021"
description="""
A encoder/decoder for CZ# image files used in
[RealLive Engine](https://www.pcgamingwiki.com/wiki/Engine:RealLive).
"""
[dependencies]
image = "0.25"
byteorder = "1.5.0"
thiserror = "1.0.59"
bitstream-io = "2.2.0"
png = "0.17.13"
rayon = "1.10.0"