# 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 = "2021" name = "pak" version = "0.6.0" authors = ["John Wells "] build = 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" [lib] name = "pak" path = "src/lib.rs" [[example]] name = "bake_pak" path = "examples/bake_pak.rs" required-features = ["bake"] [[example]] name = "load_model" path = "examples/load_model.rs" [[test]] name = "scene" path = "tests/scene.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.bitflags] version = "2.6" features = ["serde"] [dependencies.bmfont] version = "0.3" optional = true default-features = false [dependencies.brotli] version = "6.0" [dependencies.dunce] version = "1.0" [dependencies.glam] version = "0.28" [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.2" [dependencies.mikktspace] version = "0.3" [dependencies.ordered-float] version = "4.2" 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.39" features = ["rt-multi-thread"] optional = true default-features = false [dependencies.toml] version = "0.8" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.pretty_env_logger] version = "0.5" [features] bake = [ "bmfont", "glob", "image", "parking_lot", "tokio", ] default = []