lox-test-utils 0.1.0-alpha.6

Testing utilities for the Lox ecosystem
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"
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"