refpack 5.0.3

A crate providing compression/decompression for the RefPack compression format, utilized by many early 2000s EA games
Documentation
[[bench]]
harness = false
name = "control"
path = "benches/control.rs"

[[bench]]
harness = false
name = "synthetic_performance"
path = "benches/synthetic_performance.rs"

[dependencies.byteorder]
version = "1.5"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.test-strategy]
version = "0.4"

[dev-dependencies.ureq]
version = "3.1"

[dev-dependencies.zip]
version = "5.1"

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

[package]
authors = ["actioninja", "chieltbest", "other contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "game-development"]
description = "A crate providing compression/decompression for the RefPack compression format, utilized by many early 2000s EA games"
edition = "2024"
include = ["src/**", "benches/**/*.rs", "tests/**", "Cargo.toml", "README.md", "LICENSE.md"]
keywords = ["refpack", "dbpf", "far", "ea", "qfs"]
license = "MPL-2.0"
name = "refpack"
readme = "README.md"
repository = "https://github.com/actioninja/refpack-rs"
rust-version = "1.85"
version = "5.0.3"

[[test]]
name = "fuzzers"
path = "tests/fuzzers.rs"

[[test]]
name = "standard"
path = "tests/standard.rs"