renamite-validate 0.3.2

Project validation and diagnostics for renamite.
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-validate"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project validation and diagnostics for renamite."
readme = false
license = "MPL-2.0"

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

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

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

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

[dependencies.renamite-io-ren]
version = "0.3.2"

[dependencies.renamite-machine]
version = "0.3.2"

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

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

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