paks 0.1.2

A light-weight encrypted archive inspired by the Quake PAK 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"
name = "paks"
version = "0.1.2"
authors = ["Casper <CasualX@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A light-weight encrypted archive inspired by the Quake PAK format."
readme = "readme.md"
keywords = [
    "pak",
    "archive",
    "encrypted",
    "zip",
]
license = "MIT"
repository = "https://github.com/CasualX/paks"

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

[[bin]]
name = "pakscmd"
path = "src/bin/pakscmd.rs"

[[example]]
name = "readme1"
path = "examples/readme1.rs"

[dependencies.dataview]
version = "~1.0"
default-features = false

[dependencies.getrandom]
version = "0.3"