[build-dependencies.bindgen]
version = "0.57"
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"
[features]
c_api = []
default = ["c_api"]
[lib]
crate-type = ["cdylib", "lib", "staticlib"]
[package]
description = "Lightweight crate for SZS (\"Yaz0\") compression/decompression used in the Nintendo GameCube/Wii games. The library provides C, C++ and C# bindings. YAY0 (\"SZP\") is supported, too."
edition = "2021"
homepage = "https://github.com/riidefi/RiiStudio/tree/master/source/szs"
keywords = ["wii", "gamecube", "yaz0", "szs", "yay0"]
license = "MIT"
name = "szs"
readme = "README.md"
repository = "https://github.com/riidefi/RiiStudio"
version = "0.3.2"