siderust 0.4.0

High-precision astronomy and satellite mechanics in Rust.
Documentation
[[bench]]
harness = false
name = "converters"
path = "benches/converters.rs"

[[bench]]
harness = false
name = "vsop87"
path = "benches/vsop87.rs"

[build-dependencies.anyhow]
version = "1.0.100"

[build-dependencies.regex]
version = "1.12.2"

[build-dependencies.reqwest]
default-features = false
features = ["blocking"]
version = "0.13.1"

[build-dependencies.walkdir]
version = "2"

[dependencies.affn]
version = "0.2.0"

[dependencies.approx]
version = "0.5"

[dependencies.chrono]
version = "0.4.43"

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.paste]
version = "1.0"

[dependencies.qtty]
version = "0.2.2"

[dependencies.rayon]
version = "1.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.criterion]
version = "0.8.1"

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

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

[[example]]
name = "astronomical_night"
path = "examples/astronomical_night.rs"

[[example]]
name = "basic_coordinates"
path = "examples/basic_coordinates.rs"

[[example]]
name = "bodycentric_coordinates"
path = "examples/bodycentric_coordinates.rs"

[[example]]
name = "coordinate_transformations"
path = "examples/coordinate_transformations.rs"

[[example]]
name = "observer_coordinates"
path = "examples/observer_coordinates.rs"

[[example]]
name = "solar_system_example"
path = "examples/solar_system_example.rs"

[[example]]
name = "time_periods"
path = "examples/time_periods.rs"

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

[package]
authors = ["VPRamon <vallespuigramon@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "aerospace", "simulation"]
description = "High-precision astronomy and satellite mechanics in Rust."
edition = "2021"
homepage = "https://github.com/Siderust/siderust"
keywords = ["astronomy", "satellite", "orbital-mechanics", "vsop87", "rust"]
license = "AGPL-3.0"
name = "siderust"
readme = "README.md"
repository = "https://github.com/Siderust/siderust"
version = "0.4.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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