pak 0.5.1

An easy-to-use data pak format for games.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

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

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

[dependencies.brotli]
version = "6.0"

[dependencies.dunce]
version = "1.0"

[dependencies.glam]
version = "0.28"

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.meshopt]
version = "0.2"

[dependencies.mikktspace]
version = "0.3"

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

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

[dependencies.paste]
version = "1.0"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.snap]
version = "1.1"

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

[dependencies.toml]
version = "0.8"

[dev-dependencies.lazy_static]
version = "1.4"

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

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

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

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

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

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

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