bg3rustpaklib 0.1.1

A Rust library for reading and extracting Baldur's Gate 3 PAK files
Documentation
[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1"

[dependencies.flate2]
version = "1.0"

[dependencies.glob]
version = "0.3"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.md5]
version = "0.7"

[dependencies.memmap2]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["fs", "io-util", "sync", "rt"]
optional = true
version = "1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.tempfile]
version = "3"

[[example]]
name = "compare_paks"
path = "examples/compare_paks.rs"

[[example]]
name = "detailed_dump"
path = "examples/detailed_dump.rs"

[[example]]
name = "dump_header"
path = "examples/dump_header.rs"

[[example]]
name = "repack_test"
path = "examples/repack_test.rs"

[features]
async = ["tokio"]
default = []

[lib]
name = "bg3rustpaklib"
path = "src/lib.rs"

[package]
authors = ["bg3rustpaklib contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "game-development"]
description = "A Rust library for reading and extracting Baldur's Gate 3 PAK files"
edition = "2021"
keywords = ["baldurs-gate-3", "bg3", "pak", "lspk", "modding"]
license = "MIT"
name = "bg3rustpaklib"
readme = "README.md"
repository = "https://github.com/defakof/bg3rustpaklib"
version = "0.1.1"