[package] name = "pmd_pkdpx" version = "1.1.0" authors = ["marius851000 "] edition = "2018" description = "A library that can read pkdpx file, a compression algoritm used in pokemon mystery dungeon games" repository = "https://github.com/marius851000/pmd_cpack" keywords = [ "parser" ] categories = [ "parser-implementations" ] license = "CC0-1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.8" io_partition = "1.0.0"