[package] name = "jagged" description = "jagged provides an API to read data entries from JAG archives." version = "0.2.0" authors = ["Zack Penn "] edition = "2018" keywords = ["runescape", "rsc", "jag"] license = "GPL-2.0-only" repository = "https://github.com/hikilaka/jagged" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "0.5" bzip2 = "0.3.3" anyhow = "1.0.31"