[package]
edition = "2024"
rust-version = "1.90"
name = "lox-math"
version = "0.1.0-alpha.15"
authors = ["Helge Eichhorn and the lox-space contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mathematical 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]
serde = [
"dep:serde",
"lox-core/serde",
]
[lib]
name = "lox_math"
path = "src/lib.rs"
[dependencies.fast_polynomial]
version = "0.3.0"
[dependencies.glam]
version = "0.30.9"
[dependencies.lox-core]
version = "0.1.0-alpha.6"
[dependencies.lox-test-utils]
version = "0.1.0-alpha.5"
[dependencies.serde]
version = "1.0.228"
features = [
"derive",
"rc",
]
optional = true
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.rstest]
version = "0.26.1"