renamite-machine 0.2.2

Named clips + interactive state machines (inputs, transitions, blends, listeners, events).
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 = "renamite-machine"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Named clips + interactive state machines (inputs, transitions, blends, listeners, events)."
readme = false
license = "MPL-2.0"

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

[dependencies.glam]
version = "0.33"
features = [
    "std",
    "serde",
    "f64",
]
default-features = false

[dependencies.renamite-animation]
version = "0.2.2"

[dependencies.renamite-geometry]
version = "0.2.2"

[dependencies.renamite-model]
version = "0.2.2"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.slotmap]
version = "1.1"
features = ["serde"]

[dependencies.thiserror]
version = "2"