[package]
edition = "2024"
name = "dynamis-model"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host facing physics descriptions, states, and derived mass properties"
readme = false
license = "MIT"
repository = "https://github.com/formetaohy/Dynamis"
resolver = "2"
[lib]
name = "dynamis_model"
path = "src/lib.rs"
[[test]]
name = "desc"
path = "tests/desc.rs"
[[test]]
name = "mass"
path = "tests/mass.rs"
[[test]]
name = "math"
path = "tests/math.rs"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
warnings = "deny"