animsmith-gltf 0.1.0

glTF/GLB ingestion into the animsmith core model
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.88"
name = "animsmith-gltf"
version = "0.1.0"
build = false
include = [
    "src/**",
    "assets/**",
    "examples/**",
    "tests/**",
    "testdata/**",
    "build.rs",
    "Cargo.toml",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "THIRD-PARTY.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "glTF/GLB ingestion into the animsmith core model"
documentation = "https://docs.rs/animsmith-gltf"
readme = "README.md"
keywords = [
    "animation",
    "gltf",
    "lint",
    "gamedev",
    "fbx",
]
categories = [
    "game-development",
    "graphics",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mmannerm/animsmith"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
]

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

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

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

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

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

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

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

[dependencies.animsmith-core]
version = "0.1.0"

[dependencies.base64]
version = "0.22"

[dependencies.glam]
version = "0.33"

[dependencies.gltf]
version = "1.4"
features = [
    "utils",
    "names",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"