xp3 0.2.2

A XP3 archive library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "xp3"
version = "0.2.2"
authors = ["storycraft <storycraft@pancake.sh>"]
readme = "readme.md"
keywords = ["kirikiri", "archive", "xp3"]
license = "Apache-2.0"
edition = "2018"
repository = "https://github.com/storycraft/xp3-rs"
description = "A XP3 archive library for rust"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
flate2 = "1.0"
byteorder = "1.3.4"
adler32 = "1.2.0"
encoding = "0.2.33"