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