mmd-anim 0.3.2

Rust MMD animation runtime foundation for formats, evaluation, and host integration
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"
rust-version = "1.87"
name = "mmd-anim"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust MMD animation runtime foundation for formats, evaluation, and host integration"
readme = "README.md"
keywords = [
    "mmd",
    "animation",
    "pmx",
    "vmd",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/yohawing/mmd-anim"

[features]
fbx = ["mmd-anim-format/fbx"]

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

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

[[bench]]
name = "real_model_runtime"
path = "benches/real_model_runtime.rs"
harness = false

[dependencies.mmd-anim-format]
version = "0.3.2"

[dependencies.mmd-anim-runtime]
version = "0.3.2"

[dev-dependencies.serde_json]
version = "1.0.145"