pak 0.7.4

An easy-to-use data pak format for 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"
name = "pak"
version = "0.7.4"
authors = ["John Wells <john@attackgoat.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy-to-use data pak format for games."
homepage = "https://github.com/attackgoat/pak"
documentation = "https://docs.rs/pak"
readme = "README.md"
keywords = ["gamedev"]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/attackgoat/pak"

[features]
bake = [
    "bmfont",
    "glob",
    "image",
    "parking_lot",
    "tokio",
]
default = []

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

[[example]]
name = "bake_pak"
path = "examples/bake_pak.rs"
required-features = ["bake"]

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "=2.0"
features = ["serde"]

[dependencies.bitflags]
version = "2.10"
features = ["serde"]

[dependencies.bmfont]
version = "0.3"
optional = true
default-features = false

[dependencies.brotli]
version = "8.0"

[dependencies.dunce]
version = "1.0"

[dependencies.glam]
version = "0.31"

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.gltf]
version = "1.4"
features = ["names"]

[dependencies.image]
version = "0.25"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.meshopt]
version = "0.6"

[dependencies.mikktspace]
version = "0.16"
package = "bevy_mikktspace"

[dependencies.ordered-float]
version = "5.1"
features = ["serde"]

[dependencies.parking_lot]
version = "0.12"
optional = true

[dependencies.paste]
version = "1.0"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.snap]
version = "1.1"

[dependencies.tokio]
version = "1.49"
features = ["rt-multi-thread"]
optional = true
default-features = false

[dependencies.toml]
version = "0.9"

[dev-dependencies.pretty_env_logger]
version = "0.5"