lox-frames 0.1.0-alpha.2

Reference frame transformations for the Lox ecosystem
Documentation
[dependencies.glam]
version = "0.30.4"

[dependencies.hashbrown]
features = ["rayon"]
version = "0.15"

[dependencies.lox-bodies]
version = "0.1.0-alpha.9"

[dependencies.lox-earth]
version = "0.1.0-alpha.11"

[dependencies.lox-math]
version = "0.1.0-alpha.7"

[dependencies.lox-time]
version = "0.1.0-alpha.9"

[dependencies.numpy]
optional = true
version = "0.25.0"

[dependencies.pyo3]
features = ["hashbrown"]
optional = true
version = "0.25.1"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies.pyo3]
features = ["hashbrown", "auto-initialize"]
version = "0.25.1"

[dev-dependencies.rstest]
version = "0.25.0"

[features]
python = ["dep:pyo3", "dep:numpy", "lox-bodies/python", "lox-time/python"]

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

[package]
authors = ["Helge Eichhorn and the lox-space contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Reference frame transformations for the Lox ecosystem"
edition = "2024"
license = "MPL-2.0"
name = "lox-frames"
readme = false
repository = "https://github.com/lox-space/lox"
resolver = "2"
rust-version = "1.85"
version = "0.1.0-alpha.2"