[package] name = "rvz" version = "0.1.2" authors = ["Gabriel Marcano "] edition = "2021" license = "MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later" description = "RVZ compression library." repository = "https://gitlab.com/gemarcano/librvz-rs" keywords = ["rvz", "gamecube", "wii"] categories = ["compression", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.5.0" clap = { version = "4.5.20", features = ["derive"] } zstd = "0.13.2" sha1 = "0.10.6" hex = "0.4.3" bzip2 = "0.4.4"