vee_resources 0.2.0

Parsing Mii mesh and texture files. Part of `vfl`.
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 = "vee_resources"
version = "0.2.0"
authors = ["Jo Null <me@j0.lol>"]
build = false
exclude = [
    "*.png",
    "*.glb",
    "*.dat",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing Mii mesh and texture files. Part of `vfl`."
readme = "README.md"
keywords = [
    "mesh",
    "texture",
    "decompilation",
    "mii",
    "vfl",
]
categories = [
    "parser-implementations",
    "rendering::data-formats",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/j0lol/vee"
resolver = "2"

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

[dependencies.binrw]
version = "0.15.0"

[dependencies.bytemuck]
version = "1.23.0"
features = ["derive"]

[dependencies.flate2]
version = "1.1.1"
features = ["rust_backend"]

[dependencies.half]
version = "2.6.0"

[dependencies.image]
version = "0.25.6"

[dependencies.num_enum]
version = "0.7.3"

[dependencies.tegra_swizzle]
version = "0.4.0"

[dependencies.texture2ddecoder]
version = "0.1.2"

[dependencies.vee_parse]
version = "0.2.0"

[lints.rust]
missing_docs = "warn"