astronomy 0.1.1

A library for astronomical calculations in Rust
Documentation
[[bin]]
name = "astronomy"
path = "src/main.rs"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.thiserror]
version = "2.0.12"

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

[package]
authors = ["Dr. Auro Mohanty", "aurogreenindia@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for astronomical calculations in Rust"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "astronomy"
readme = "README.md"
repository = "https://github.com/open-physics/astronomy"
version = "0.1.1"