[package] name = "ages-prs" description = "Compression and decompression of PRS, SEGA's LZ77 encoding." version = "0.1.0" authors = ["Eidolon "] edition = "2018" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HybridEidolon/rust-ages-prs" keywords = ["sega", "modding"] categories = ["compression"] exclude = [ "/.travis.yml", ".gitignore", ".editorconfig" ] [badges] travis-ci = { repository = "HybridEidolon/rust-ages-prs" } [dependencies] libflate_lz77 = "0.1.1"