[package]
edition = "2024"
name = "sofars"
version = "0.4.1"
authors = ["Huxulm <huxulm@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust implementation of the IAU SOFA library"
documentation = "https://docs.rs/sofars"
readme = "README.md"
keywords = [
"astronomy",
"iau",
"sofa",
]
license = "MIT"
repository = "https://github.com/astro-xao/sofars"
[lib]
name = "sofars"
path = "src/lib.rs"
[[test]]
name = "astro_test"
path = "tests/astro_test.rs"
[[test]]
name = "calendars_test"
path = "tests/calendars_test.rs"
[[test]]
name = "coord_test"
path = "tests/coord_test.rs"
[[test]]
name = "eph_test"
path = "tests/eph_test.rs"
[[test]]
name = "erst_test"
path = "tests/erst_test.rs"
[[test]]
name = "fundargs_test"
path = "tests/fundargs_test.rs"
[[test]]
name = "pnp_test"
path = "tests/pnp_test.rs"
[[test]]
name = "ts_test"
path = "tests/ts_test.rs"
[[test]]
name = "vm_test"
path = "tests/vm_test.rs"