refpack 5.0.4

A crate providing compression/decompression for the RefPack compression format, utilized by many early 2000s EA games
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

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

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

[dependencies.byteorder]
version = "1.5"

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

[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"