zipatch 1.0.1

A library for parsing and applying ZiPatch files, as used in Final Fantasy XIV
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "zipatch"
version = "1.0.1"
edition = "2021"
rust-version = "1.78.0"
description = "A library for parsing and applying ZiPatch files, as used in Final Fantasy XIV"
license = "MIT"
repository = "https://github.com/avafloww/zipatch-rust"
keywords = ["ffxiv", "patch", "zipatch", "gaming"]
categories = ["parser-implementations", "game-development"]

[dependencies]
byteorder = "1"
flate2 = "1"
crc32fast = "1"
thiserror = "2"