[package]
edition = "2024"
rust-version = "1.90"
name = "lox-test-utils"
version = "0.1.0-alpha.6"
authors = ["Helge Eichhorn and the lox-space contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities for the Lox ecosystem"
homepage = "https://github.com/lox-space/lox"
readme = "README.md"
keywords = [
"lox",
"astrodynamics",
"orbital-dynamics",
"mission-analysis",
]
categories = [
"aerospace",
"science",
]
license = "MPL-2.0"
repository = "https://github.com/lox-space/lox"
[features]
derive = ["dep:lox-derive"]
[lib]
name = "lox_test_utils"
path = "src/lib.rs"
[[bench]]
name = "approx_eq"
path = "benches/approx_eq.rs"
harness = false
[dependencies.glam]
version = "0.30.9"
[dependencies.lox-derive]
version = "0.1.0-alpha.9"
optional = true
[dev-dependencies.divan]
version = "4.3.0"
package = "codspeed-divan-compat"