zarust 0.2.1

Rust implementation of the ZArchive format
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 = "zarust"
version = "0.2.1"
authors = ["Aspenini"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the ZArchive format"
homepage = "https://github.com/Aspenini/zarust"
readme = "README.md"
keywords = [
    "archive",
    "compression",
    "zstd",
    "wii-u",
    "zarchive",
]
categories = [
    "compression",
    "filesystem",
]
license = "MIT-0"
repository = "https://github.com/Aspenini/zarust"

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

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

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

[dependencies.rayon]
version = "1.10"

[dependencies.sha2]
version = "0.10"

[dependencies.zstd]
version = "0.13"

[profile.release]
lto = "thin"
strip = true