[package]
name = "ephemerides"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Library for computing the azimuth and elevation of objects in space. Includes the Sun, Moon, Mars, Jupiter, Saturn. Also, human-made satellites can be located via TLE files."
repository = "https://gitlab.com/Housedillon/ephemerides"
readme = "readme.md"
keywords = ["satellite", "cellestial", "prediction", "ephemeris", "science"]
categories = ["aerospace::simulation", "science", "simulation"]
[dependencies]