qpak 1.0.0

An unofficial Quake PAK file manipulation tool
Documentation
[[bin]]
name = "qpak"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.30"

[dependencies.qpak-lib]
version = "1"

[dependencies.tempfile]
version = "3.17.1"

[dev-dependencies.dir-diff]
version = "0.3.3"

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

[package]
authors = ["cornmonger <cornmonger@cornmonger.fish>", "Cormac O'Brien <Cormac O'Brien <cormac@c-obrien.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem", "game-development", "parsing"]
description = "An unofficial Quake PAK file manipulation tool"
edition = "2024"
keywords = ["quake", "pak", "file"]
license = "MIT"
name = "qpak"
readme = "README.md"
repository = "https://github.com/cornmonger/qpak"
resolver = "2"
version = "1.0.0"

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