sofars 0.4.1

Pure Rust implementation of the IAU SOFA library
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"
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"