hunpak 1.2.0

Utility for PAK files of the game engine Heaps
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"
name = "hunpak"
version = "1.2.0"
authors = ["Daniel Hauck <mail@dhauck.eu>"]
build = false
exclude = ["examples/patch"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility for PAK files of the game engine Heaps"
readme = "README.md"
keywords = [
    "pak",
    "archive",
    "heaps",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "game-development",
    "parsing",
]
license = "Apache-2.0"
repository = "https://gitlab.com/SolidTux/hunpak"

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

[[bin]]
name = "hunpak"
path = "src/main.rs"

[dependencies.adler32]
version = "1.2.0"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.nom]
version = "8.0.0"

[dependencies.schemars]
version = "1.2.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.148"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "7.0.0"

[profile.release]
lto = "fat"
codegen-units = 1
strip = true