rkepler 0.4.1

Astronomical almanac algorithms for the Rust
Documentation
[dependencies]

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

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

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

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

[package]
authors = ["Peter Hristozov / Петър Христозов"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["aerospace", "science"]
description = "Astronomical almanac algorithms for the Rust"
documentation = "https://docs.rs/rkepler/"
edition = "2024"
homepage = "https://sourceforge.net/projects/rkepler/"
keywords = ["astronomy", "algorithms", "ephemeris", "planet", "solar"]
license = "MIT"
name = "rkepler"
readme = "README.md"
repository = "https://sourceforge.net/p/rkepler/code/ci/master/tree/"
version = "0.4.1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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