arika 0.2.0

Coordinate frames, reference transforms, epochs, and celestial body ephemerides for orbital mechanics.
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.91.0"
name = "arika"
version = "0.2.0"
authors = ["sksat <sksat@sksat.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coordinate frames, reference transforms, epochs, and celestial body ephemerides for orbital mechanics."
homepage = "https://sksat.github.io/orts/"
readme = "README.md"
keywords = [
    "coordinates",
    "ephemeris",
    "astronomy",
    "geodesy",
    "orbital",
]
categories = [
    "science",
    "science::geo",
]
license = "MIT"
repository = "https://github.com/sksat/orts"
resolver = "2"

[features]
alloc = ["serde/alloc"]
default = ["std"]
fetch-horizons = [
    "std",
    "dep:ureq",
]
std = [
    "alloc",
    "nalgebra/std",
    "serde/std",
]

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

[[test]]
name = "eclipse_astronomical_events"
path = "tests/eclipse_astronomical_events.rs"

[[test]]
name = "eclipse_geometry"
path = "tests/eclipse_geometry.rs"

[[test]]
name = "eop_finals2000a"
path = "tests/eop_finals2000a.rs"

[[test]]
name = "iau2006_vs_erfa"
path = "tests/iau2006_vs_erfa.rs"

[[test]]
name = "iau_rotation_orekit"
path = "tests/iau_rotation_orekit.rs"

[[test]]
name = "trybuild"
path = "tests/trybuild.rs"

[dependencies.libm]
version = "0.2"

[dependencies.nalgebra]
version = "0.34"
features = ["libm"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.ureq]
version = "3"
optional = true

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.trybuild]
version = "1.0.116"