mmd-anim-cli 0.3.3

CLI diagnostics and roundtrip tools for mmd-anim
# 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-cli"
version = "0.3.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI diagnostics and roundtrip tools for mmd-anim"
readme = "README.md"
keywords = [
    "mmd",
    "animation",
    "pmx",
    "vmd",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/yohawing/mmd-anim"

[features]
default = ["physics-bullet-native"]
physics-bullet-native = ["dep:mmd-anim-physics-bullet"]

[[bin]]
name = "mmd-anim"
path = "src/main.rs"
doc = false

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.glam]
version = "0.32.1"
features = [
    "debug-glam-assert",
    "fast-math",
]

[dependencies.mmd-anim-format]
version = "0.3.3"
features = ["fbx"]

[dependencies.mmd-anim-physics-bullet]
version = "0.3.3"
features = [
    "native",
    "pmx-format",
    "runtime",
]
optional = true

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"